:root {
  --color-negro: #1A1A1A;
  --color-blanco: #FFFFFF;
  --color-primario-1: #7f6235;
  --color-primario-2: #c6a162;
  --color-primario-3: #ded1b8;
  --color-primario-4: #dcb6b2;
  --color-secundario-1: #494f5e;
  --color-secundario-2: #798a95;
  --color-secundario-3: #a8bbc9;
}

@font-face {
  font-family: "Luminari";
  src: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/type/Luminari.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/type/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/type/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/type/Poppins-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Skia";
  src: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/type/Skia.ttf") format("truetype");
}

.page-section {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.btn_portadilla:hover {
  cursor: pointer;
  transform: scale(1.03);
  filter: saturate(150%);
-webkit-filter: saturate(150%);
-moz-filter: saturate(150%);
  -webkit-transition: 100ms ease-out;
  -moz-transition: 100ms ease-out;
  -o-transition: 100ms ease-out;
  transition: 100ms ease-out;
}

.versalitas {
  font-variant: small-caps;
} 

body {
  overflow-x: hidden;
  font-family: "Poppins-Regular";
}

a {
  text-decoration: none;
}

a.ver_recurso{
  font-family: "Poppins-Regular";
  color: #347B98;
  text-decoration: underline;
}

a.ver_recurso:hover {
  color: #51A3BC;
}

b, strong {
  font-family: "Poppins-Bold";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {

  color: #303030;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Luminari";
  line-height: 1;
}

@media (min-width: 1700px) {
  p {
    font-size: 1.5rem;
  }
}

.category{
  text-transform: uppercase;
  font-size: 20;
}

.bg-texture{
  background-color: #f2ede7;
    background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
}

.bg-amarillo{
  background-color: #CE9A3D;
  opacity: 0.9;
}

.bg-naranja{
  background-color: #9D421A;
  opacity: 0.9;
}

.bgdark {
  background-color: #16161614;
}

.bgwhite {
  background-color: #fffffff6;
}

hr {
  border-color: #C49955;
}

hr.rosa {
  height: 31px;
  background: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/separadorRosa.svg) repeat-x 0 0;
  opacity: 0.6;
  border: 0;
}

hr.amarillo {
  height: 31px;
  background: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/separadorAmarillo.svg) repeat-x 0 0;
  opacity: 0.9;
  border: 0;
}

hr.category {
  height: 14px;
  background: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/separadorCategory.svg) repeat-x 0 0;
  opacity: 0.7;
  border: 0;
}

.categoryHr{
  display: inline-block; 
  width: 224px;
}

.hrShadow{
  padding:30px 0 5% 0;
  margin:10px 0 10px 0;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
}

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

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

.option {
  float: left;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked+label>img {
  border: 3px solid #51A3BC;
}

input[type=radio]:checked+label>div {
  border: 3px solid #51A3BC;
}

.card{
  --bs-card-bg: rgba(255, 255, 255, 0);
}

.overlay_thumbnails{
  width: 100%;

  overflow: hidden;
  background: rgba(0, 89, 78, 0.8);
background: linear-gradient(0deg, rgba(0, 89, 78, 0.8) 0%, rgba(0, 0, 0, 0.016) 100%);
}

.background_thumbnails{
  min-height: 350px;
  background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.efectoHover {
  transform: scale(1);
  transition: 100ms;
  cursor: pointer;
}

.efectoHover:hover {
  transform: scale(2.1);
  transition: 100ms;
  opacity: 0.8;
}

.btn-close-per {
border-radius: 50px;
border-color: #621002;
color: #fff;
background: #621002;
opacity: 1;
font-family: "Poppins-Bold";
font-size: 20px;
}

.btn-close-per:hover {
border-radius: 50px;
border-color: #621002;
color: #fff;
background: #a31c05;
opacity: 1;
font-family: "Poppins-Bold";
font-size: 20px;
}

/*  ============================================================================================================== */
/*  ----------------------------------------------------  NAVBAR ------------------------------------------------- */
/*  ============================================================================================================== */

nav.navbar {
  background-color: var(--color-negro);
}

.navbar_button {
  fill: var(--color-primario-4);
  width: 45px;
  height: 45px;
}

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

a.share:focus {
  outline: none;
}

/* /Color del botón compartir */

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


/* ----------------------- HAMBURGUESA BTN ----------------------- */

.button-container {
  position: relative;
  width: 35px;
  height: 27px;
  cursor: pointer;
  transition: opacity .25s ease;
  z-index: 1;

}

.button-container:hover {
  opacity: 0.8;
}

.button-container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: var(--color-primario-4);
}

.button-container.active .middle {
  opacity: 0;
  background: var(--color-primario-4);
}

.button-container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: var(--color-primario-4);
}

.button-container span {
  background: var(--color-primario-4);
  border: none;
  height: 5px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

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

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

/*  ============================================================================================================== */
/*  ------------------------------------------------- OVERLAY MENÚ ----------------------------------------------- */
/*  ============================================================================================================== */

.overlay {
  z-index: 20;
  position: fixed;
  background: var(--color-primario-4);
  background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.3;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  height: 100%;
  /* mix-blend-mode: multiply; */
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

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

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

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

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

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

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

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

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

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

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

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

.overlay.open li:nth-of-type(13) {
  animation-delay: .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: scroll;
/* height: 100%; */
top: 74px;
font-size: 50px;
font-weight: 450;
text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  /* height: 100%; */
  width: 260px;
  overflow-y: scroll;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  /* margin-bottom: 10px; */
}

.overlay ul li a:hover {
  color: #ffffff;
}

.overlay ul li a {
  font-family: "Luminari";
  font-size: 1.25rem;
  text-align: right;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

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

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0%;
  /* width: 0%; */
  transform: translateX(0%);
  height: 100%;
  background: var(--color-primario-4);
  transition: .35s;
  z-index: -1;
}

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

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

.overlay ul li a {
  font-size: 17px;
  color: #fff;
}

.indicePrim{
    font-size: 1.25rem;
    text-align: right;
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.subpag {
  padding-right: 40px;
}

.prinpag {
  padding: 0px 20px;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  position: relative;
}

@media (min-width: 768px) { 

 }

@media (min-width: 992px) { 
  .prinpag {
    font-size: 2.25rem;
    line-height: 1;
  }
 }

@media (min-width: 1200px) { 
  .prinpag {
    font-size: 3.25rem;
    line-height: 1;
  }
 }


/*  ====================================================================================================================== */
/*  ---------------------------------------------------- MODAL COMPARTIR ------------------------------------------------- */
/*  ====================================================================================================================== */

#modalbotonescompartir h4{
  font-size: 1.5rem;
  font-family: "Skia";
  color: var(--color-blanco);
  margin: 0;
}
button.modal-compartir span{
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-blanco);
  text-shadow: none;
}
a.button-facebook, a.button-twitter{
  color: var(--color-primario-4);
  font-family: 'Block Berthold Extra Condensed';
}
a.button-facebook:hover {
  color: var(--color-primario-1);
}
a.button-twitter:hover {
  color: var(--color-primario-1);
}

.share_look{
  background: var(--color-primario-4);
  background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
}

#modalbotonescompartir div.modal-dialog  div.modal-content div.modal-header{
  background-color: var(--color-primario-4);
}

/*  ====================================================================================================================== */
/*  --------------------------------------------------------- HEADER ----------------------------------------------------- */
/*  ====================================================================================================================== */

header.masthead {
  height: 100vh;
  /* padding-top: 1rem;
  padding-bottom: 35px;  */
  background-image: url("/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/landing/portada_escritorio.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: darken;
  overflow: hidden;
}

@media (min-width: 992px) {
header.masthead {
  background-position: top right;
}
 }
/* header.masthead div {
  background: rgb(5,13,18);
  background: linear-gradient(180deg, rgba(5,13,18,1) 0%, rgba(0,0,0,0) 66%);
}  */

header.masthead h1 {
  font-size: 2.25rem;
  font-family: "Luminari";
  color: var(--color-blanco);
}

header.masthead h2 {
  font-family: "Skia";
  color: var(--color-secundario-1);
  letter-spacing: 0.5px !important;
  background-color:  var(--color-blanco);
  text-align: center;
  padding: 2px 0px;
}

.header-eclipse {
  position: relative;
    bottom: 0px;
    width: 700px;
height: 235px;
} 

.pudininerslider{
  padding-left: 0rem!important;
  padding-right: 0rem!important;
}

header .title_container {
  max-width: 500px !important;
}


@media (min-width: 1312px) {
  .container {
    max-width: 1300px;
  }
  
}

@media (min-width: 1440px) {
  .container {
    max-width: 1450px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 1540px) {
  .container {
    max-width: 1300px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 1640px) {
  .container {
    max-width: 1400px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 1740px) {
  .container {
    max-width: 1500px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }
}

@media (min-width: 1840px) {
  .container {
    max-width: 1600px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 1940px) {
  .container {
    max-width: 1700px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 2040px) {
  .container {
    max-width: 1800px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}

@media (min-width: 2560px) {
  .container {
    max-width: 1900px;
  }
  .pudininerslider{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
  }

}


@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead p {
    font-size: 1.15rem;
  }

  header.masthead h1 {
    font-size: 68px;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 76px;
  }

  .titulo-sug {
    font-size: 1rem;
  }
  .title_container {
    max-width: 700px !important;
  }
}
@media (min-width: 2000px) {
  header.masthead h1 {
    font-size: 106px;
    /* max-width: 800px !important; */
  }

  header.masthead h2 {
    /* max-width: 800px !important; */
  }

  header .title_container {
    max-width: 800px !important;
  }
}

/* --------------------------------------------------------- */

/**/
h5.titulo-articulo-especialistas{
  color: #000;
  font-family: "Lato-Light";
}

p.subtitulo-articulo-especialistas{
  font-family: "Poppins-Regular";
  color: #000;
  font-size: 1.1rem;


}
p.txt-articulo-especialistas{
  font-family: "Lato-Light";
  color: #000;
 
}

.menu-flotante {
  z-index: 9;
  /* position: relative; */
  /* top: -12px; */
}

.btn_container {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -ms-flex: 0 0 0.28%; 
  flex: 0 0 0.28%; 
  min-width: 0.28%;
}

.active_abc, .btn-menu-abc:hover {
  color: #fff !Important;
  background-color: #347B98;
  border-radius: 50% 50%;
  padding: 7px;
  height: 27px;
  min-width: 27px;
  text-align: center;
  position: relative;
  left: -2px; 
  z-index: 12;
  font-family: 'Lato-Regular';
  justify-content: center;
  display: flex;
}
.btn-menu-abc {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  color: #fff;
  border-radius: 50% 50%;
  /* padding: 1rem; */
  height: 27px;
  min-width: 27px;
  text-align: center;
  line-height: 12px;
  position: relative;
  /* left: -2px; */
  /* z-index: 12; */
  font-family: 'Lato-Light';
  justify-content: center;
  display: flex;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  font-size: 60px;
  color: #C49955;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  opacity: .7;
}
.carousel-control-next {
  right: -13%;
}
.carousel-control-prev {
  left: -13%;
}

hr.hr-corto {
  margin: auto;
  opacity: 1;
  width: 20%;
  position: relative;
  padding: 0;
}
.balazo{
  line-height: 1.5;
}

.ver_articulo{
  font-family: "Poppins-Regular";
  color: #fff;
  text-decoration: underline;
}

a.ver_articulo:hover {
  color: #51A3BC;
}

.nota{
  font-family: "Lato-Light";
  color: #000 !important;
  font-size: .9rem;
}

.titulo-sug {
  font-family: "Metropolis-Bold";
  font-size: 1rem;
}

.sug{
  font-family: "Metropolis-Light";
}

.gridEspecialistas {
  display: grid;
  grid-template-rows: repeat(auto-fit, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}

.gridBannerEspecialistas {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

.pleca-filbo{
  height: 40px;
}

/* ============================================================================== */
/* =================================== Botón Objeto digital ================================= */
/* ============================================================================== */

.ObjetoDigital {
	background-color:transparent;
	border:1px solid #c49a51;
	display:inline-block;
	cursor:pointer;
	color:#c49a51;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
    float: right;
    
}
.ObjetoDigital:hover {
	background-color:transparent;
    color:#eadfcd;
    border:1px solid #eadfcd;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}
.ObjetoDigital:active {
	position:relative;
	top:1px;
}

/* ============================================================================== */
/* ==================================== Galeria ================================= */
/* ============================================================================== */

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}


.tz-gallery .lightbox img {
  width: auto;
  height: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
}


.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
}


.grid-gallery {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 438px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 100px;
  }
}

@media (min-width: 1200px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 200px;
  }
}

@media (min-width: 1400px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 300px;
  }
}

/* .grid-gallery__item:nth-child(11n+1) {
  grid-column: span 1;
}

.grid-gallery__item:nth-child(11n+4) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+6) {
  grid-column: span 3;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+7) {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+8) {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+9) {
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+10) {
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+11) {
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+12) {
  grid-row: span 1;
} */

.grid-gallery__item {
  display: inline-block; /* no ocupar todo el alto de la celda */
}

.grid-gallery__item img {
  display: block;
  height: auto;
  max-width: 100%;
}



/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--color-primario-3);
  background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: auto;
  max-width: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  object-fit: cover;
}

@media all and (min-width: 438px) {
  #baguetteBox-overlay .full-image img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
  color: var(--color-primario-3);
  background-color: #000c0bc5;
  font-family: "Poppins-Regular";
  padding: 1.5rem 10vw;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-overlay .full-image figcaption h4 {
  color: var(--color-primario-2);
}

#baguetteBox-overlay .full-image figcaption a {
  background-color: transparent;
    border: 1px solid var(--color-primario-2);
    display: inline-block;
    cursor: pointer;
    color: var(--color-primario-2);
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    float: right;
}

#baguetteBox-overlay .full-image figcaption a:hover {
  background-color: transparent;
  color: #eadfcd;
  border: 1px solid #eadfcd;
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

  0%,
  100% {
      margin-left: 0
  }

  50% {
      margin-left: -30px
  }
}

@keyframes bounceFromRight {

  0%,
  100% {
      margin-left: 0
  }

  50% {
      margin-left: -30px
  }
}

@-webkit-keyframes bounceFromLeft {

  0%,
  100% {
      margin-left: 0
  }

  50% {
      margin-left: 30px
  }
}

@keyframes bounceFromLeft {

  0%,
  100% {
      margin-left: 0
  }

  50% {
      margin-left: 30px
  }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #ffffff;
  background-color: rgba(50, 50, 50, 0);
  color: #C49955;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .0);
  transform: scale(1.1);
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounce {

  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0)
  }

  50% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1)
  }
}

/* ================= bread crumb ================= */

.texto-breadcrum {
  font-family: "Lato-Light";
}

li.texto-breadcrum a {
  color: #000;
}

li.texto-breadcrum a:hover {
  color: #b8b8b8;
}

.breadcrumb-item.active {
  color: #FF0066;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}




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

#loader {
  z-index: 1031;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-primario-4);
  background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
  margin: 0;
}

.loader {
  color: #ffffff;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#loader h1 {
  color: #FFF;
}

/* CSS DE CARD ESPECIALISTAS */
.card-borde-body{
  border: 2px solid #347B98;
  max-height: 500px;
}
.card-borde-body:hover{
  border: 2px solid #C49955;
}
div.card-especialistas p{
  color: #000;
}
.especialistas-titulo-card{
  font-family: "MerriweatherSans-SemiBold";
  margin-bottom: 0;
  color: #000;
}
.especialistas-autor-card{
  margin-bottom: .5rem;
}
.especialistas-txt-card{
/* text-align: justify; */
}

/*btn ver mas*/
.btn-ver-mas a {
  font-family: 'Lato-Regular';
  font-size: 14px;
  border: 2px solid #C49955;
  
}





/* =================== Reproductor de audio =================== */

#npTitle{
  font-size: 12vw !important;
  line-height: 1;
}

.img-logo{
  max-width: 250px;
  margin: 0 auto; 
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h5 {
    font-size: 3.2rem;
  }
  .overlay ul {
    width: 100%;
  }
  .footer_item {
    font-size: 10px;
  }
  .img-logo{
    max-width: 250px;
    margin: 0 auto; 
  }

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }
  .overlay ul {
    width: 367px;
  }

  .overlay ul li a {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .img-logo{
    max-width: 107px;
    margin: 0; 
  }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }
  .overlay ul {
    width: 367px;

  }

  .overlay ul li a {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .gridEspecialistas {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridBannerEspecialistas{
    grid-template-columns: repeat(2, 1fr);
  }
  .img_especialistas{
    height: 100%;
    width: 100%;
  }
  .grid-container-moza {
    grid-template-areas:
        'Tx-1 Tx-2 Tx-2 Tx-2'
        'Tx-3 Tx-2 Tx-2 Tx-2'
        'Tx-4 Tx-4 Tx-4 Tx-4'
        'Tx-5 Tx-5 Tx-7 Tx-7'
        'Tx-6 Tx-6 Tx-7 Tx-7'
        'Tx-6 Tx-6 Tx-8 Tx-9';
    gap: 10px;
  }
  /* .img_destacado{
    height: 30%;
  } */
  #npTitle{
    font-size: 7vw !important;
    line-height: 1;
  }
  .img-logo{
    max-width: 150px;
    margin: 0; 
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  h5 {
    font-size: 3rem;
    line-height: 55px;
  }
  .overlay ul {
    margin-top: 50px;
    width: 550px;
  }

  .overlay ul li a {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .background_thumbnails {
    min-height: 500px;
  }
  .gridEspecialistas {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridBannerEspecialistas{
    grid-template-columns: repeat(2, 1fr);
  }
  .img_especialistas{
    height: 100%;
    width: 100%;
  }
  .grid-container-moza {
    grid-template-areas:
        'Tx-1 Tx-2 Tx-2 Tx-5 Tx-5 Tx-7 Tx-7'
        'Tx-3 Tx-2 Tx-2 Tx-6 Tx-6 Tx-7 Tx-7'
        'Tx-4 Tx-4 Tx-4 Tx-6 Tx-6 Tx-8 Tx-9';
    gap: 10px;
  }

  #npTitle{
    font-size: 5vw !important;
  }
  .img-logo{
    max-width: 200px;
    margin: 0; 
  }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h5 {
    font-size: 5rem;
    line-height: 65px;
  }

  .overlay ul {
    width: 800px;
    padding-top: 50px;
  }

  .overlay ul li a {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .background_thumbnails {
    min-height: 500px;
  }
  .especialistas_textbox{
    padding: 4rem;
  }
  .label_seccion{
    font-size: 1.5rem;
  }
  .gridEspecialistas {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridBannerEspecialistas{
    grid-template-columns: repeat(2, 1fr);
  }
  .img_especialistas{
    height: 100%;
    width: 100%;
  }
  .grid-container-moza {
    grid-template-areas:
        'Tx-1 Tx-2 Tx-2 Tx-5 Tx-5 Tx-7 Tx-7'
        'Tx-3 Tx-2 Tx-2 Tx-6 Tx-6 Tx-7 Tx-7'
        'Tx-4 Tx-4 Tx-4 Tx-6 Tx-6 Tx-8 Tx-9';
    gap: 10px;
  }
  h3,
.h3 {
  font-size: 41px;
}
#npTitle{
  font-size: 5vw !important;
}

.img-logo{
  max-width: 216px;
  margin: 0; 
}
}

@media (min-width: 2000px) {
  h3,
  .h3 {
    font-size: 56px;
  }
  /* .img_destacado{
    height: 60%;
  } */
  #npTitle{
    font-size: 4vw !important;
  }
  .img-logo{
    max-width: 300px;
    margin: 0; 
  }

}


/* boostrap modify */

.carousel-caption {
  position: static;
  text-align: left;
  top: 0px;
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;


  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;



  font-family: 'Lato-Light';
  font-size: 16px;
  border-width: 2px;
  border-color: #C49955;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 50px;
  -webkit-appearance: none;
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #51A3BC;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #C49955;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #f6f6f61c;
}

*::-webkit-scrollbar-thumb {
  background-color: #C49955;
  border-radius: 3px;
}

::-webkit-scrollbar {
  display: none;
}

/* botones */

.btn-primary {
  color: #fff;
  background-color: #000c12;
  border-color: #C49955 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #347B98;
  border-color: #347B98;
}

.btn-secondary {
  font-family: "MerriweatherSans-SemiBold";
  color: #fff;
  background-color: #347B98;
  border-color: #ffffff00;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #002935;
  border-color: #ffffff00;
}

.btn {
  border: 1px solid transparent;
  border-radius: 0rem;
}




/* Preview Section */



.preview-section .gifshot-progress-bar {
  /* position: absolute; */
  /* padding-top: 10px; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 120px 10px;
  width: 220px;
}

.gifshot-image-preview-section {
  
}

/* Demo Section */

.demo-section {
  padding-top: 60px;
}

.code-section,
.options-section,
.preview-section {
  /* height: 100vh; */
  /* overflow: auto; */
  /* border-bottom: 1px solid #eee; */
  /* border-right: 1px dotted rgba(0,0,0,.2); */
}

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

.language-javascript {
  border: none;
}

.placeholder-div {
  background: #f5f5f5;
  margin: 0 auto;
  position: relative;
}

.placeholder-div-dimensions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 20px;
}


/* remove standard styling 
 * for all HTML5 progress enabled browsers
 */

progress {
  /* turn of styling */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  /* no default border in FF and Opera */
  border: none;

  /* Dimensions */
  width: 280px;
  height: 10px;

  border-radius: 4px;
}

/* Firefox  */
progress {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(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) {
  /* body {
    padding: 0 10px;
  } */

  .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 .4s infinite linear;
  -moz-animation: rotation .4s infinite linear;
  animation: rotation .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 */

footer{
  background-color: #ffffff00;
}

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

footer a {
  font-family: 'MerriweatherSans-Light';
  color: #585858;
  font-size: 14px;
}

footer a:hover {
  text-decoration: none;
  color: #C49955;
}

footer li {
  margin-bottom: 1px;
}

footer li {
  list-style-type: none;
}

.spikes {
  position: relative;
  /* background: #2c3e50; */
  /* height: 50vh; */
}

.spikes::before {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: -128px;
  z-index: 10;
  display: block;
  height: 150px;
  background-size: 50px 100%;
  background-image: linear-gradient(315deg, #9B421A 25%, transparent 25%), linear-gradient(45deg, #9B421A 25%, transparent 25%);
  background-position: 0 0;
}

/* Modal */

.modal-content {
  border-radius: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: rgb(255, 255, 255);
    background-image: url(/work/models/memorica/recursos/exposiciones/fundacion_tenochtitlan/Img/TEXTURA_FONDO_SALAS.png);
}

.modal-header,
.modal-footer {
  /* background-color: #347B98; */
  border-bottom: 1px solid #808080;
  border-top: 0px solid #dee2e6;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.close {
  color: #C49955;
  opacity: 1 !important;
  text-shadow: 0 0px 0 #fff;
}


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

/*Fun begins*/
.tab_container {
	/* width: 90%; */
	margin: 0 auto;
	/* padding-top: 70px; */
	position: relative;
}

 input, section.tabs {
  clear: both;
  padding-top: 10px;
  display: none;
} 

label {
  font-family: "Lato-Light";
  font-weight: 700;
  font-size: 13px;
  display: block;
  float: left;
  width: 25%;
  padding: 5px 0px; 
  color: #000C13;
  margin: 1px 0px;
  text-decoration: none;
  text-align: center;
  background: #347B98;
}

label:hover{
  cursor: pointer;
  background: #51A3BC;
  color: #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
  /* padding: 20px; */
  /* background: #fff; */
  color: #999;
  /* border-bottom: 0.5px solid #f0f0f0;  */
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.3s ease-in-out;
  -moz-animation: fadeInScale 0.3s ease-in-out;
  animation: fadeInScale 0.3s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #51A3BC;
  /* box-shadow: inset 0 3px #0CE; */
  color: #fff;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    /* display: none; */
    font-size: 8px;
  }
  
  .tab_container {
    width: 100%;
  }
}

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

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}


/*filbo*/

.columnas-fluidas{
  columns: 2 300px;
  column-gap: 30px;
}

.txt-breadcrum{
  font-family: "Poppins-Regular";
}

.grid-mosaico {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.card-mosaico {
  border-radius: 0px ;
  --bs-card-inner-border-radius: 0;
  --bs-card-border-color: none;
  box-shadow: 7px 13px 16px -10px rgba(0,0,0,0.34);
-webkit-box-shadow: 7px 13px 16px -10px rgba(0,0,0,0.34);
-moz-box-shadow: 7px 13px 16px -10px rgba(0,0,0,0.34);
}

p.subtitle-card-mosaico {
  font-family: "Metropolis-Bold";
  color: #fff;
  font-size: 1.2rem;
}

p.card-text {
  font-family: "Metropolis-Bold";
  color: #fff;
  font-style: italic;
}

/* .card-img-overlay {
  top: 60%;
} */

p.card-title-books {
  font-family: "DMSerifDisplay-Regular";
  font-size: 28px;
    line-height: 1.2;
}
p.titulo-creditos{
  font-family: "Metropolis-Light";
}
p.txt-creditos{
  font-family: "Metropolis-Bold";
}

/*medias querie*/
@media (max-width: 767.98px) {
  .grid-mosaico {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

  }

  p.subtitle-card-mosaico {

    font-size: 1rem;
  }

  .card-img-overlay {
    top: 0;
  }

  p.card-title-books {

    font-size: 20px;
  }

}
