/**
* vars
*/
@font-face {
  font-family: 'Australia Script';
  src: url('../../tpl/assets/fonts/australia/Australia--Script.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
.hide {
  display: none !important;
  opacity: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #595248;
  background-image: url('../../tpl/assets/images/bg_home_4.jpg');
  background-size: 100vh;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ffffff;
}
.body_404 {
  background-image: url('../../tpl/assets/images/bg_home_4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 100vh;
  width: 100vw;
  padding: 2rem;
  margin: 0;
}
.body_404 .template > .title {
  position: relative;
  margin-left: -1rem;
  margin-bottom: 2rem;
}
.body_404 a {
  display: block;
  padding: 0.25rem;
}
.link {
  cursor: pointer;
}
.link:active {
  opacity: 0.5;
}
.loading {
  opacity: 0.5;
}
a {
  color: #075139;
  text-decoration: none;
}
a:active {
  opacity: 0.5;
}
a:visited {
  opacity: 0.6 !important;
}
ul.lang_selector {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  z-index: 10;
}
ul.lang_selector > li {
  padding-left: 0.5rem;
}
ul.lang_selector > li > a {
  cursor: pointer;
}
ul.lang_selector > li > a:active {
  opacity: 0.5;
}
ul.lang_selector > li > a.selected {
  font-weight: 600;
}
#page-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.template {
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .template {
    width: 100vw;
  }
}
.template > .title {
  font-family: 'Australia Script', serif;
  font-size: 4rem;
  padding-left: 1.5rem;
  margin: 0px;
  cursor: pointer;
  min-height: 6.25rem;
  line-height: 6rem;
}
@media screen and (max-width: 1024px) {
  .template > .title {
    font-size: 2.7rem;
    min-height: 3rem;
  }
}
.template > .title:active {
  opacity: 0.5;
}
ul.menu.page_menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  padding: 0;
  list-style-type: none;
  font-size: 1.2rem;
  font-variant: small-caps;
}
@media screen and (max-width: 1024px) {
  ul.menu.page_menu {
    font-size: 1rem;
  }
}
ul.menu.page_menu > li:not(:last-child)::after {
  content: " | ";
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  opacity: 0.5;
}
ul.menu.page_menu > li > a {
  padding: 0;
  margin: 0;
}
ul.menu.page_menu > li > a.active {
  color: #a4a19c;
}
.breadcrumb {
  display: flex;
  padding: 0.5rem;
  padding-left: 1rem;
  opacity: 0.5;
  padding-bottom: 0px;
  font-size: 0.8rem;
}
.breadcrumb::before {
  content: " > ";
  margin-left: 0;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.breadcrumb > a:not(:last-child)::after {
  content: " > ";
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.wrapper {
  padding: 1em;
  min-height: calc(100vh - 12rem);
}
.wrapper > .abstract {
  line-height: 1.8rem;
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .wrapper > .abstract {
    margin-top: 0rem;
  }
}
.full_width_child {
  width: 100vw;
  /* Full viewport width */
  margin-left: calc(-50vw + 50%);
  /* Center it */
  position: relative;
  left: 50%;
  right: 50%;
}
.footer_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #59524891;
  margin-top: 1rem;
  width: 100vw;
  /* Full viewport width */
  margin-left: calc(-50vw + 50%);
  /* Center it */
}
.footer_container > ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 1rem;
  padding-left: 0px;
}
.footer_container > ul.logos {
  height: 6em;
}
@media screen and (max-width: 1024px) {
  .footer_container > ul.logos {
    gap: 0px;
    margin-bottom: 0.5rem;
  }
}
.footer_container > ul.logos > li {
  min-width: 19%;
}
.footer_container > ul.logos img {
  width: 100%;
  max-height: 9rem;
  filter: sepia(1);
}
@media screen and (max-width: 1024px) {
  .footer_container > ul.logos img {
    width: 45vw;
  }
}
.footer_container > ul.copyright {
  height: 4em;
  justify-content: center;
  line-height: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer_container > ul.copyright {
    gap: 0px;
    flex-wrap: wrap;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.footer_container > ul.copyright .cc {
  vertical-align: text-bottom;
}
.footer_container > ul.copyright .pbd {
  text-align: center;
  font-size: 0.75rem;
}
.footer_container > ul.copyright .pbd .pbd_link {
  vertical-align: text-bottom;
  color: #595248;
}
.footer_container > ul.copyright .pbd .pbd_link img.dedalo_logo {
  height: 1.2rem;
  vertical-align: text-bottom;
  filter: brightness(10);
  opacity: 0.8;
}
.footer_container > .version {
  font-size: 0.8rem;
  width: 100vw;
  text-align: center;
  padding: 1rem;
  padding-top: 0px;
}
form {
  padding: 1em;
}
.player_node {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #020202cc;
  z-index: 9;
  top: 0;
  left: 0;
  padding-left: calc(50vw - 360px);
  padding-top: calc(50vh - 202px);
}
.close_player {
  position: fixed;
  top: 20px;
  right: 39px;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
}
.video_fragment {
  width: 80vw;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .video_fragment {
    width: 100vw;
  }
}
.basicLightbox {
  color: #ffffff;
  text-align: center;
}
.basicLightbox img {
  max-width: 100vw;
}
/*# sourceMappingURL=page.css.map */