@font-face {
  font-family: "Dynalight-Regular";
  src: url("/work/models/memorica/recursos/exposiciones/mpm2/type/Dynalight-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "GrenzeGotisch-Black";
  src: url("/work/models/memorica/recursos/exposiciones/mpm2/type/GrenzeGotisch-Black.ttf")
    format("truetype");
}
@font-face {
  font-family: "GrenzeGotisch-Bold";
  src: url("/work/models/memorica/recursos/exposiciones/mpm2/type/GrenzeGotisch-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "GrenzeGotisch-Regular";
  src: url("/work/models/memorica/recursos/exposiciones/mpm2/type/GrenzeGotisch-Regular.ttf")
    format("truetype");
}


.navbar {
 background-color:black;
 z-index: 5;
 display: flex;
 align-items: center;
 padding: 9px 10px;
 position: relative;
}

.btnShare {
  fill: #741ab0;
}

.btnShare:hover {
  fill: #741ab0;
}

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.5rem;
  font-family: "GrenzeGotisch-Bold";
  color: #fff2df;
  margin: 0;
  font-variant: small-caps;
}

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

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

  /* 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: black;
      /* background-color: #D4DEEB; */
    /* background-image: url("/work/models/memorica/recursos/exposiciones/mpm2/type///img/trama_fondo.jpg"); */
    /* background-size: cover; */
    background-repeat: repeat;
}
#toggle{
  z-index: 10;
}
/* --------------------------------- OVERLAY ------------------------------------------- */
.overlay {
  z-index: 4;
  position: fixed;
  background-color:black;
  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: 150px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
/* overflow: hidden; */

background-image: url("/work/models/memorica/recursos/exposiciones/mpm2/img/dragMenu2.svg");
background-repeat: no-repeat;
background-position: 51% 65%;
background-size: 30vw;
}

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


}

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

.overlay ul li a {
  font-family: "GrenzeGotisch-Bold";
  font-size: 1.25rem;
  text-align: center;
  display: block;
  position: relative;
  color: #fff2df;
  text-decoration: none;
  /* overflow: hidden; */
  position: relative;
  text-shadow: 8px 5px 15px #fff2df71;
}


.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);
}

.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:#827549 ;
  z-index: 10;
}

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

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

.button-container span {
  background: #827549;
  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: #5a0000;
  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 (max-width: 765px) {
  .overlay ul {
    padding:  0px;
    background-size: 100%;
    background-position: 52% 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }

 

  .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: 18% 0 0 0;
    background-size: 50%;
  }
 
}

@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: 150px 0 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;
  }
}

.options-section {
  overflow-x: hidden;
}

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 #4c255f;
  /* 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: #4c255f;
  border-top: 0px solid #4c255f;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-bottom: 2px solid #4c255f;
}
#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);
}

