@font-face {
  font-family: "CarterOne-Regular";
  src: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/type/CarterOne-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "Merienda-ExtraBold";
  src: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/type/Merienda-ExtraBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/type/Oswald-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/type/Oswald-Regular.ttf")
    format("truetype");
}

.navbar {
 background-color:#85a9c775;
 z-index: 4;
 display: flex;
 align-items: center;
 padding: 9px 10px;
}

.btnShare {
  fill: #f8f7df;
}

.btnShare:hover {
  fill: #f8f7df;
}

a,
select,
.pointer {
  cursor: pointer;
}

dl,
ol,
ul {
  list-style: none;
}

.option {
  float: left;
}

.overlay_thumbnails {
  width: 100%;
  overflow: hidden;
  background: rgba(1, 4, 0, 0.8);
  background: linear-gradient(
    0deg,
    rgba(1, 4, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.016) 100%
  );
}

/* ==================================== modal compartir ================================= */

#modalbotonescompartir h5 {
  font-size: 3.8rem;
 font-family: "CarterOne-Regular";
  color: #f8f7df;
  margin: 0;
}

button.modal-compartir span {
  font-size: 5rem;
  font-weight: 700;
  color: #f8f7df;
  text-shadow: none;
}

a.button-facebook,
a.button-twitter, a.button-facebook:hover,
a.button-twitter:hover {
  font-family: "Oswald-Bold";
  display: inline-block;
  color: #4e7a97;

  /* background: #fee2ae; */
  font-size: 2.5rem;
  /* mix-blend-mode: multiply; */
  position: relative;
}

a.button-twitter:before,
a.button-facebook:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}

.share_look {
    background-color: #8d6469;
      /* background-color: #D4DEEB; */
    /* background-image: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/type/Exo-Bold.ttf/img/trama_fondo.jpg"); */
    /* background-size: cover; */
    background-repeat: repeat;
}
#toggle{
  z-index: 10;
}
/* --------------------------------- OVERLAY ------------------------------------------- */
.overlay {
  z-index: 3;
  position: fixed;
  background-color: #c6a4a1;
 background-image: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/img/trama.svg");
  background-repeat: repeat;
 
  background-size: 10rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.8;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  /* overflow-x: hidden; */
}

.overlay.open {
  /* overflow-y: auto; */
  opacity: 1;
  visibility: visible;
  height: 100%;
  /* overflow-x: hidden; */
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}

.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}

.overlay.open li:nth-of-type(10) {
  animation-delay: 0.8s;
}

.overlay.open li:nth-of-type(11) {
  animation-delay: 0.85s;
}

.overlay.open li:nth-of-type(12) {
  animation-delay: 0.9s;
}

.overlay.open li:nth-of-type(13) {
  animation-delay: 0.95s;
}

.overlay.open li:nth-of-type(14) {
  animation-delay: 1s;
}

.overlay.open li:nth-of-type(15) {
  animation-delay: 1.1s;
}

.overlay.open li:nth-of-type(16) {
  animation-delay: 1.2s;
}

.overlay nav {
  position: relative;
  /* overflow-y: hidden; */
  top: -80px;
  font-size: 50px;
  font-weight: 450;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.overlay ul {
  list-style: none;
  padding: 0;
  padding: 170px 5rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
/* overflow: hidden; */

}
.overlay ul li {
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 0;

  /* margin-bottom: 10px; */
}

/* .overlay ul li a:hover {
  color: #ce9a3d;
} */

.overlay ul li a {
 font-family: "Oswald-Bold";
  font-size: 1.25rem;
  text-align: center;
  display: block;
  position: relative;
  color: #51342d;
  text-decoration: none;
  /* overflow: hidden; */
  position: relative;
}

.overlay ul li a .overlay3 {
  position: absolute;
  inset: 0;
  /* background-color: #30130dd2; */
  display: flex;
  justify-content: flex-end;
  align-items:flex-start;
  opacity: 0; 
  transition: opacity 0.3s ease; 
  width: 100%;
  height: 100%; 
  top: calc(0% - 15px / 2);
  right: calc(105% - 20px / 2);
  z-index: 4;
}
.overlay ul li a .overlay3 svg {
  width: 20px; 
  height: 20px;
  fill: #9c0000; 
}
.overlay ul li a:hover .overlay3 {
  opacity: 1; 
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a {
  transition: 0.5s color;
}
.overlay ul li .menu:hover {
  /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); */

  color: #f8f7df;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    /* left: 20%; */
  }

  100% {
    opacity: 1;
    /* left: 0; */
  }
}

.overlay ul li a {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.overlay ul li a:hover {
  transform: scale(1.1);
}
.content-Decor,
.content-Decor2 {
  width: 20vw;
  margin: auto;
}

.content-Decor2 {
  margin-top: 1vw;
  transform: rotate(180deg);
}

/* --------------------------- /OVERLAY ------------------------------ */

/*  --------------------------  Color del botón  compartir-------------------- */
a.share:hover {
  fill: #ffffff;
}

a.share:focus {
  outline: none;
}

/* Botón memórica */
.efectoboton {
  transform: scale(1);
  transition: 100ms;
}

.efectoboton:hover {
  transform: scale(1.1);
  transition: 100ms;
}

/* -------------------------------- /Botón memórica -----------------------------*/

/* ----------------------- MENU HAMBURGUESA ----------------------- */

.button-container {
  /* position: fixed;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 10; */
  position: relative;
    width: 35px;
    height: 27px;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.25s ease 0s;
  /* background-color: #005580; */
  /* padding: 5vw; */
}

.button-container:hover {
  opacity: 0.8;
  z-index: 10;
}

.button-container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background:#f8f7df ;
  z-index: 10;
}

.button-container.active .middle {
  opacity: 0;
  background: #f8f7df ;
  z-index: 10;
}

.button-container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #f8f7df;
  z-index: 10;
}

.button-container span {
  background: #f8f7df;
  border: none;
  height: 5px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 10;
}

.button-container span:nth-of-type(2) {
  top: 11px;
  z-index: 10;
}

.button-container span:nth-of-type(3) {
  top: 22px;
  z-index: 10;
}

/* ------------------------------------ LOADER --------------------------------- */

#loader {
  z-index: 9999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #863832;
  background-image: url("/work/models/memorica/recursos/exposiciones/elGranAcuario/img/trama.svg");
  background-repeat: repeat;
  background-size: 10rem 10rem;
  margin: 0;
}

/* ------------------------------------ /LOADER --------------------------------- */

@media (max-width: 575.98px) {
  h5 {
    font-size: 3.2rem;
  }

  .overlay nav {
    position: relative;
    overflow-y: auto;
    /* height: 100%; */
    top: 0px;
    transform: translateY(17%);
    font-size: 50px;
    font-weight: 450;
    text-align: center;
  }

  .footer_item {
    font-size: 10px;
  }
  .overlay ul {
    padding: 5%;
    max-width: 50%;
    align-self: flex-end;
  }
  /* .overlay {

    background-position: bottom left;
    background-size: 300px;

  } */
}

@media (min-width: 576px) and (max-width: 767.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }

  .overlay ul {
    padding:  60px;
  }

  .overlay ul li a {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
  }

  .overlay ul li a:hover {
    color: #ead6a4;
  }
  .overlay nav {
    position: relative;
    overflow-y: auto;
    /* height: 100%; */
    top: 0px;
    transform: translateY(17%);
    font-size: 50px;
    font-weight: 450;
    text-align: center;
  }
  /* .overlay {

    background-position: bottom left;
    background-size: 400px;

  } */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }

  .overlay ul {
    padding: 25% 5% 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h5 {
    font-size: 2rem;
    line-height: 50px;
  }

  /* .overlay ul {
    margin: 60px 90px;
  } */

  .background_thumbnails {
    min-height: 200px;
  }
}

@media (min-width: 1200px) {
  h5 {
    font-size: 5rem;
    line-height: 65px;
  }

  .overlay ul {
    /* width: 367px; */
    padding: 200px 5rem 0 0;

  }

  .overlay ul li a {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
  }

  .background_thumbnails {
    min-height: 200px;
  }

  .label_seccion {
    font-size: 1.5rem;
  }
}



progress {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 280px;
  height: 10px;
  border-radius: 4px;
}

/* Firefox  */
progress {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

progress::-moz-progress-bar {
  background: #9b421a;
}

progress:not([value])::-moz-progress-bar {
  background: #fdd;
}

/* Chrome */
progress::-webkit-progress-bar {
  background: #f5f5f5;
}

progress::-webkit-progress-value {
  background: #9b421a;
}

progress:not([value])::-webkit-progress-bar {
  background: #fdd;
}

@media (max-width: 992px) {
  .demo-navigation {
    display: none;
  }

  .fixed-title {
    text-align: right;
  }

  .code-section,
  .options-section,
  .preview-section {
    height: 400px;
  }
}

@media (max-width: 698px) {
  .background-yahoo-sports {
    display: none;
  }

  .features-section {
    padding-top: 30px;
  }

  .teammate {
    margin-left: 0px;
  }

  .demo-navigation {
    display: none;
  }

  .fixed-title {
    text-align: right;
  }

  .gifshot-images {
    min-width: inherit;
    min-height: inherit;
  }

  .save-gif-button {
    display: none;
  }
}

.gifshot-loader {
  height: 75px;
  width: 75px;
  vertical-align: middle;
  display: inline-block;
  -webkit-animation: rotation 0.4s infinite linear;
  -moz-animation: rotation 0.4s infinite linear;
  animation: rotation 0.4s infinite linear;
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.gifshot-loader:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  height: 100%;
  width: 100%;
  border: 3px solid transparent;
  border-top-color: #005580;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.gifshot-images .gifshot-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.save-gif-button {
  background: #e6e6e6;
  color: #000;
}

.save-gif-button:hover {
  color: #000;
  opacity: 0.6;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.hidden {
  display: none;
}

/* Footer */

/* flo */

ul.memoria-redes {
  font-size: 30pt;
}

ul.memoria-redes li {
  display: inline;
  padding-left: 5px;
  font-size: 20pt;
}

.favicom {
  font-size: 25px;
  width: 25px;
  height: 25px;
}

/* Modal */

#modalbotonescompartir .modal-dialog .modal-content {
  border-radius: 5px;
  border: 5px solid #4e7a97;
  /* background: linear-gradient(); */
  /* border: 5px solid transparent; */
  /* border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%); */
  border-image-slice: 1;
  /* background-color: #ffffff; */
  margin: auto;
  /* width: 40vw; */
}

#modalbotonescompartir .modal-dialog .modal-content .modal-header,
#modalbotonescompartir .modal-dialog .modal-content .modal-footer {
  background-color: #4e7a97;
  border-top: 0px solid #4e7a97;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-bottom: 2px solid #4e7a97;
}
#modalbotonescompartir .modal-dialog .modal-content .modal-body {
  /* background-color: #D4DEEB; */
  background-image: none;

}
/* ===================== tabs ===================== */

/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (max-width: 750px) {
  #modalbotonescompartir h5 {
    font-size: 3rem;
    margin: 0;
  }

  button.modal-compartir span {
    font-size: 1.8rem;
  }

  a.button-facebook,
  a.button-twitter {
    font-size: 1.8rem;
  }
}

.modal-open {
  padding: 0;
  margin: 0;
}

.containerLogo {
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.overlay ul li .thisPage {
filter: invert(1);
}

/* *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: #090302e0;
}

*::-webkit-scrollbar-thumb {
  background-color:#9C0000;
} */
 
.menu-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
}

/* Ocultar adornos por defecto */
.menu-text::before,
.menu-text::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('/work/models/memorica/recursos/exposiciones/elGranAcuario/img/tramaOriginal.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar adornos al hacer hover */
.menu:hover .menu-text::before,
.menu:hover .menu-text::after,.menu.active .menu-text::before,
.menu.active .menu-text::after  {
  opacity: 1;
}
.overlay ul li .menu.active{
    color: #f8f7df;
}