:root {
    --color-negro: #0c0b0b;
    --color-blanco: #ecf0f1;
    --color-gris:#efefef;
    --color-primario: #4d0213;
    --color-secundario: #bc9563;
    --color-terciario: #072635;
    --color-cuaternario: #000000;
    --color-libro1: #4d0214be;

    --titulos-: "Chunkfive";
    --subtitulos-: "Metropolis-Bold";
    --balazos-: "Bevan";
    --numeros-: var(--titulos-);
    --texto-: "Lato-Light";
    --typewriter-: "AmericanTypewriter";
}

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

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

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

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

@font-face {
  font-family: "Chunkfive";
  src: url("/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/type/Chunkfive_Ex.ttf");
}

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

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

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

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

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

.MerryBold{
  font-family: "Lato-Regular";
}

body {
  background-color: #000C13;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  float: inline-end;
  color: var(--color-primario) !important;
  font-family: 'Metropolis-Bold';
}

a:hover {
  color: var(--color-secundario) !important;
}

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

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

b {
  font-family: "Lato-Bold";
  font-weight:900;
  color: var(--color-secundario);
}

strong {
  color: var(--color-secundario);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  color: var(--color-negro);
}

h1,
.h1,

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--titulos-);
  line-height: 1;
}

h2,
.h2{
  text-transform: uppercase;
    font-family: var(--subtitulos-);
  line-height: 1;
}

h3,
.h3 {
  font-family: "DMSerifDisplay-Regular";
}

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

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

p,
label {
  font-family: "Metropolis-ExtraBold";
}

label {
  color: #51A3BC;
}

.bg-texture{
  background-color: rgb(255, 255, 255);
    background-image: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/TEXTURA_FONDO_SALAS.png);
}

.bg-amarillo{
  background-color: var(--color-secundario);
  opacity: 0.9;
}

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

.bgdark {
  background-color: #16161614;
}

.bgwhite {
  background-color: #fffffff6;
}

.negro {
  color: var(--color-negro);
  fill: var(--color-negro);
}

.blanco {
  color: var(--color-blanco);
  fill: var(--color-blanco);
}

.gris {
  color: var(--color-gris);
  fill: var(--color-gris);
}

.guinda {
  color: var(--color-primario);
  fill: var(--color-primario);
}

.dorado {
  color: var(--color-secundario);
  fill: var(--color-secundario);
}

.azul {
  color: var(--color-terciario);
  fill: var(--color-terciario);
}

hr {
  border-color: var(--color-primario);
}

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

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

hr.puntada1Horizontal {
  margin: 0.5rem 0;
  height: 31px;
  background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/separadorPuntadaRomboHorizontal.svg) repeat-x 0 0;
  opacity: 0.9;
  border: 0;
}

hr.puntada2Horizontal {
  margin: 0.5rem 0;
  height: 25px;
  background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/separadorPuntadaEquisHorizontal.svg) repeat-x 0 0;
  opacity: 0.9;
  border: 0;
}

hr.puntada2Vertical {
    margin: 0rem 0;
    height: 25px;
    background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/separadorPuntadaEquisHorizontal.svg) repeat-y 0 0;
    opacity: 0.9;
    border: 0;
    display: inline-block;
    width: 193px;
    height: 100%;
}

hr.puntada2Vertical2 {
    margin: 0rem 0;
    background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/separadorPuntadaEquisHorizontal.svg) repeat-y 0 0;
    opacity: 0.9;
    border: 0;
    display: inline-block;
    width: 20px;
    height: 100%;
}

hr.ornamento-separador1 {
    border: none;
    height: 80px;
    background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/separadorPuntadaEstrella.svg) center center no-repeat;
    background-size: contain;
    opacity: 0.9;
    margin: 2rem auto;
}

hr.category {
  height: 14px;
  background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/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);
}

.columnas {
    column-count: 1;
    column-gap: 20px;
}

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

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

a.btm-ObjetoDigital {
    font-family: 'Lato-Regular';
    font-size: 14px;
    border: 1px solid var(--color-secundario);
    color: var(--color-secundario) !important;
    background-color: rgba(255, 255, 255, 0);
    padding: 4px 16px;
}

a.btm-ObjetoDigital:hover {
    border: 1px solid var(--color-secundario);
    color: #072635 !important;
    background-color: var(--color-secundario);
}

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

.background_thumbnails{
  min-height: 150px;
  background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


.especialistas_textbox{
  padding: 1.5rem 1rem;
}

.label_seccion{
  font-family: "Lato-Light";
  font-size: 1rem;
}

.especialistas_autor{
  font-family: "Lato-Light";
}

.destacado_texto{
  font-family: "Lato-Regular";
  line-height: 1.5;
  text-align: justify;
}

.img_destacado{
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center center;
}

.titulo_pelicula{
  color: #347B98;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem!important;
}

.click:hover{
  cursor: pointer;
  transform: scale(1.01);
  filter: brightness(1.1);
  -webkit-transition: 100ms ease-out;
  -moz-transition: 100ms ease-out;
  -o-transition: 100ms ease-out;
  transition: 100ms ease-out;
}

.btn-usuario a:hover, .btn-usuario a.selected {
  border: 1px solid var(--color-primario);
  color: #FFF;
  background-color: var(--color-primario);
}

.btn-usuario a {
  font-family: 'Lato-Regular';
  font-size: 10px;
  border: 1px solid var(--color-primario);
  color: var(--color-primario);
  background-color: rgba(255, 255, 255, 0);
      padding: 3px 5px;
}

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

p.subtitulo-articulo-especialistas{
  font-family: "Lato-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: var(--color-primario);
}

.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: "Lato-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-Light";
  font-size: 1rem;
  text-transform: uppercase;
}

.sug{
  font-family: "Metropolis-Bold";
  line-height: 1.2;
  margin-bottom: 5px;
}

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

a.section {
    float: none;
}

.Portadilla1 {
  background-image: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/BGbook1.svg);
}

.Portadilla2 {
  background-image: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/BGbook1.svg);
}

.Portadilla3 {
  background-image: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/BGbook1.svg);
}

.Portadilla4 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-4.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla5 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-5.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla6 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-6.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla7 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-7.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla8 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-8.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla9 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-9.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla10 {
  background: url(/work/models/memorica/recursos/exposiciones/IMSS_80/Img/Banners/Banner-10.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.Portadilla11 {
  background: url(/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/Distribución_del_maíz_nativo_mexicano.jpg) no-repeat center center;
  border-top: solid 10px #A31D3A;
}

.sombreado-libro {
  background: rgb(5,13,18); 
  background: linear-gradient(0deg, rgba(5,13,18,0.9) 0%, rgba(5,13,18,0.3) 5%, rgba(5,13,18,0.7) 5%, rgba(255, 255, 255, 0) 25%,  rgba(255, 255, 255, 0) 85%, rgba(5,13,18,0.7) 95%, rgba(5,13,18,0.5) 95%, rgba(5,13,18,0.2) 100%);
}

.page-section {
    background-color: var(--color-primario);
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.2));
    margin-bottom: 15px;
}

.sub-page-section {
    background-color: var(--color-terciario);
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
}

.sub-page-section h2{
    font-size: 25px;
    line-height: 1;
}

.collapseContainer {
  background-color: #f9f9f9;
  border-bottom: 2px solid var(--color-negro);
  padding: 1rem;
  box-shadow: inset 0px 0px 70px rgba(45, 45, 45, 0.2);
  margin-bottom: 1rem;
}

.sub-page-section.Portadilla2.btn_portadilla.collapsed {
  margin-bottom: 0.5rem;
}

.sub-page-section.Portadilla3.btn_portadilla.collapsed {
  margin-bottom: 1rem;
}


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

.iconoModal {
  fill: var(--color-primario);
  height: 30px;
  float: right;
  cursor: pointer;
}

.iconoModal:hover {
  fill: var(--color-secundario);
  transform: scale(1.1);
    -webkit-transition: 100ms ease-out;
  -moz-transition: 100ms ease-out;
  -o-transition: 100ms ease-out;
  transition: 100ms ease-out;
  filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.2));
}

.col {
    min-width: 0;
    padding-bottom: 75px;
}
/* ==================================== modal look ================================= */


.modal_look{
  background: #072635dc;
}

.modal_look p{
  color: var(--color-blanco);
}

.modal_look .modal-dialog .modal-content{
  background: transparent;
}

.modal_look .modal-dialog .modal-content .modal-header .close{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-secundario);
    text-shadow: none;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
}

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

#modalbotonescompartir h5{
  font-size: 1.5rem;
  font-family: var(--titulos-); 
  color: var(--color-secundario);
  margin: 0;
}
button.modal-compartir span{
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-secundario);
  text-shadow: none;
}
a.button-facebook, a.button-twitter{
  color: #9B421A;
  font-family: var(--titulos-);
}
a.button-facebook:hover {
  color: var(--color-secundario);
}
a.button-twitter:hover {
  color: var(--color-secundario);
}

.share_look{
  background: #072635dc;
}


/* ======================================= MOSAICO ======================================== */


.grid-container-moza {
  display: grid;
  grid-template-areas:
      'Tx-1 Tx-2 Tx-2'
      'Tx-3 Tx-2 Tx-2'
      'Tx-4 Tx-4 Tx-4'
      'Tx-5 Tx-5 Tx-5'
      'Tx-7 Tx-7 Tx-7'
      'Tx-6 Tx-6 Tx-8'
      'Tx-6 Tx-6 Tx-9';
  gap: 10px;
}

.item1 {
  grid-area: Tx-1;
}

.item2 {
  grid-area: Tx-2;
}

.item3 {
  grid-area: Tx-3;
}

.item4 {
  grid-area: Tx-4;
}

.item5 {
  grid-area: Tx-5;
}

.item6 {
  grid-area: Tx-6;
}

.item7 {
  grid-area: Tx-7;
}

.item8 {
  grid-area: Tx-8;
}

.item9 {
  grid-area: Tx-9;
}
/* .item10 {
  grid-area: Tx-10;
}
.item11 {
  grid-area: Tx-11;
}
.item12 {
  grid-area: Tx-12;
} */

.lightboxImg{
  object-fit: cover; 
  height: 100%;
}


/* ================= 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;
}

/* --------------------------------- OVERLAY ------------------------------------------- */
.navbar {
  background-color: #00000040;
}
.overlay {
  z-index: 20;
  position: fixed;
  background: #072635f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.8;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center; 
}

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

.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: var(--titulos-);
  font-size: 1.25rem;
  text-align: center;
  display: block;
  position: relative;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  float: none;
  padding: .5rem 1rem .25rem;
}

.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: linear-gradient(0deg, rgba(5, 13, 18, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);;
  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-family: var(--titulos-);
    font-size: 1.25rem;
    text-align: right;
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

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



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

a.share:focus {
  outline: none;
}

/* /Color del botón compartir */


/* 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: 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: #FFF;
}

.button-container.active .middle {
  opacity: 0;
  background: #FFF;
}

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

.button-container span {
  background: #FFF;
  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;
}

.subpag {
  font-family: "Metropolis-Medium";
  padding-right: 40px;
}

.prinpag {
  font-family: var(--titulos-);
  padding-right: 20px;
  font-family: var(--titulos-);
  font-size: 1.25rem;
  text-align: right;
  display: block;
  position: relative;
}

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

#loader {
  z-index: 1031;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-terciario);
  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 #fc146c;
}
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 var(--color-primario);
  
}

.icono_control_prev, .icono_control_next {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    margin: 10px 5px;
}

.icono_control_prev:hover, .icono_control_next:hover {
    transform: scale(1.1);
    opacity: 1;
}

.icono_control_prev svg, .icono_control_next svg {
  fill: var(--color-secundario);
}



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

header.masthead {
  padding-top: 1rem;
  padding-bottom: 0px; 
  background-image: url("/work/models/memorica/recursos/exposiciones/EncuadernacionesAGN/Img/landing/landingFilbo-01.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: darken;
  transition: 3s;
  -webkit-transition: 3s;
}

header.masthead h1 {
  font-size: 2.25rem;
}

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


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


}

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

}

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

}

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

}

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

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

}

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

}

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

}

@media (min-width: 2560px) {
  .container {
    max-width: 1100px;
  }
  .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: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
  .titulo-sug {
    font-size: 1rem;
  }
}

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

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

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h2 {
    font-size: 2rem;
  }
  .overlay ul {
    width: 260px;
  }
  .footer_item {
    font-size: 10px;
  }
  /* .img_destacado{
    height: auto;
  } */

}

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

  .overlay ul li a {
    font-size: 16px;
    line-height: 1.5rem;
  }
  /* .img_destacado{
    height: auto;
  } */

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
      .columnas{
        column-count:2;
        column-gap:20px;
     }
  h2 {
    font-size: 2.5rem;
    line-height: 55px;
  }
  .overlay ul {
    width: 367px;
  }

  .overlay ul li a {
    font-size: 20px;
    line-height: 1.7rem;
  }
  .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;
  }
  

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
    line-height: 55px;
  }
  .overlay ul {
    width: 367px;
  }

  .overlay ul li a {
    font-size: 25px;
    line-height: 2rem;
  }
  .background_thumbnails {
    min-height: 200px;
  }
  .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;
  }
  /* .img_destacado{
    height: 60%;
  } */

  #npTitle{
    font-size: 5vw !important;
  }

}

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

  .overlay ul {
    width: 500px;
  }

  .overlay ul li a {
    font-size: 30px;
    line-height: 2.5rem;
  }
  .background_thumbnails {
    min-height: 200px;
  }
  .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;

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

@media (min-width: 2000px) {
  h3,
  .h3 {
    font-size: 45px;
    line-height: 1;
  }
  /* .img_destacado{
    height: 60%;
  } */
  #npTitle{
    font-size: 4vw !important;
  }

}


/* 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: var(--color-primario);
  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: var(--color-secundario);
}

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

*::-webkit-scrollbar-track {
  background: var(--color-negro);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-secundario);
  border-radius: 10px;

}

/* botones */

.btn-primary {
  color: #fff;
  background-color: #000c12;
  border-color: var(--color-primario) !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: #0A1703;
}

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: #E08E34;
}

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/EncuadernacionesAGN/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: #fc146c;
  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;
  margin: 2rem auto;
}

.txt-breadcrum{
  font-family: "Lato-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;
  }

}


/* ================= Visualizador 3D ================= */

  .label {
    color: black;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px;
    border-radius: 3px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    font-size: 13px;
  }
  .visualizador3D {
      position: relative;
  }
  #viewer{
  width: 100%;
  height: 500px; /* o 100vh o lo que necesites */
  position: relative;
  filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.2));
}
.bottonera_3d {
    position: absolute;
    bottom: 10px;
    right: 20px;
}