@font-face {
    font-family: "GoldenState";
    src: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/type/GoldenStateSerifBlack.otf");
}
@font-face {
    font-family: "MADE-Coachella";
    src: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/type/MADE-Coachella-Bold-PERSONAL-USE.otf");
}
@font-face {
    font-family: "EB_Garamond";
    src: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/type/EBGaramond-Regular.ttf");
}
@font-face {
    font-family: "DMSerif-Italic";
    src: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/type/DMSerifDisplay-Italic.ttf");
}
@font-face {
    font-family: "DMSerif-Regular";
    src: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/type/DMSerifDisplay-Regular.ttf");
}

/* backgrounds de secciones */

.bgPrimary{
    background-color: #e7dcc2;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}
.bgSecondary{
    background-color: #604632;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}

.bgCuaternary {
    background-color: #621e1e;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}

.bgFifth {
    background-color: #03233c;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}

.bgWhite {
    background-color: #E6E3DF;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}

.bgBlack {
    background-color: #232323;
    background-image: url(/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/TEXTURA_FONDO_SALAS.png);
}

.bg-50-50{
    background: -webkit-linear-gradient(top, #E6E3DF 50%, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(top, #E6E3DF 50%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(top, #E6E3DF 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(top, #E6E3DF 50%, rgba(255, 255, 255, 0) 50%);
    transform: translateY(calc((10rem - 4.5rem)*-1 ));
}

.bg-50-50b{
    background: -webkit-linear-gradient(top, #232323 50%, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(top, #232323 50%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(top, #232323 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(top, #232323 50%, rgba(255, 255, 255, 0) 50%);
    transform: translateY(calc((10rem - 4.5rem)*-1 ));
}


/* Colores de Texto */

.yellow {
    color: #bc9563;
}

.white {
    color: #E6E3DF;
    fill: #E6E3DF;
}

.black {
    color: #232323;
    fill: #232323;
}

.colorPrimary{
    color: #e7dcc2;
    fill: #e7dcc2;
}

.colorSecondary{
    color: #604632;
    fill: #604632;
}


.colorTertiary{
    color: #bc9563;
    fill: #bc9563;
}

.colorCuaternary{
    color: #621e1e;
    fill: #621e1e;
}

.colorFifth {
    color: #d7e6f0;
    fill: #d7e6f0;
}



header {
    overflow-x: hidden;
}

.num {
    font-family: "MADE-Coachella";
}
/* barra de navegacion en responsivo */
#mainNav {
    font-family: "SpecialElite-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: .9;
    transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
    color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-size: 0.9rem;
    padding: 0;
}

/* Header encabezado entrada */
header.masthead {
    display: grid;
    /* padding-top: calc(10rem - 4.5rem);
    padding-bottom: calc(10rem - 4.5rem); */
    background: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/tesoroVivo_landing.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 50vh;
}

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

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

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

 /* Header encabezado entrada */
header.sala {
    padding-top: calc(10rem - 4.5rem);
    padding-bottom: calc(10rem - 4.5rem);
    position: relative;
    background-color: rgb(0, 6, 2);
}

header.sala::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0.4; /* <-- opacidad de la imagen */
    z-index: 0;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        /* padding-top: 4.5rem;
        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;
    }
}

.brocheHead{
background-color: #39477C;
border-radius: 0px 60px 60px 0px;
display: flex;
align-items: stretch;
}

span.brocheNum {
    font-family: "DMSerif-Regular";
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    font-size: 3rem;
    color: #f7e300;
    background-color: #CA3A3A;
    border-radius: 50% 50%;
    height: 82px;
    width: 82px;
    text-align: center;
    line-height: 12px;
    position: relative;
    justify-content: center;
    display: flex;
    transition: .35s;
    float: right;
}



.contenido{
    padding: 0 0%;
}


/* Galeria */
/* y superior para la imagen */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* posición de la sombra detrás de la imagen */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* para contenedor principal */


/*  para animación de zoom */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;

}



.down {
    position: fixed;
    top: 2.7%;
    right: 5%;
}

.overlay {
    z-index: 10;
    position: fixed;
    background: rgba(35, 35, 35, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}


.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.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: .85s;
}

.overlay nav {
    padding: 15px;
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    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%;
}

.overlay ul li {
    display: block;
    /* height: 7%; */
    /* min-height: 50px; */
    position: relative;
    opacity: 0;
}

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

.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;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 2px;
    background: #E6E3DF;
    transition: .35s;

}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #232323;
    text-shadow: 0 0px 0 #ffffff00;
    opacity: 0.5;
    border: 0;
}

.modal-backdrop.show {
    opacity: 0.99;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(333deg, rgb(23, 24, 21) 0%, rgba(48, 51, 44, 1) 100%);
}

.mfp-title {
    text-align: right;
    line-height: 22px;
    color: #000;
    word-wrap: break-word;
    padding-right: 10px;
    font-size: 18px;
    font-family: 'SpecialElite-Regular';
}

.mfp-figure small {
    color: #000;
    font-size: 16px;
    font-family: 'SpecialElite-Regular';
    padding-top: 5px;
}

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

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

.overlay ul li a {
    font-size: 3rem;
}

.overlay nav {
    top: 45%;
}

.mfp-no-margins .mfp-container {
    padding: 2rem 15rem 5rem 5rem;
}

a.btnMenu {
    font-family: "GoldenState";
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: #bc9563;
    text-align: center;
    /* line-height: 12px; */
    position: relative;
    justify-content: center;
    display: flex;
    transition: .35s;
    font-size: 1.5rem !important;
}

a.btnMenu:hover, a.btnMenu_activo {
    color: #e7dcc2;
    text-align: center;
    transition: .35s;
}




a {
    color: #bc9563;
    /* word-break: break-all; */
}


a.share:hover {
    fill: #5F472B;
    color: #f5f1ef00;
}

a.share:focus {
    outline: none;

}

.tx-left{
    text-align: left;
}


.tx-right{
    text-align: right;
}




.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    z-index: 5;
    margin-bottom: 0.5rem;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

h6{
    font-family: "GoldenState";
    line-height: 0.8;
    font-size: 2rem;
    line-height: 1.2;
}

h5{
    font-family: "GoldenState";
    line-height: 1.1;
}

h4{
    font-family: "GoldenState";
    font-size: 1.4rem;
    line-height: 1.9rem;
}

h3{
    font-family: "GoldenState";
    line-height: 1.3;
} 


p {
    font-family: "EB_Garamond";
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
}

ol, ul{
    padding-left: 25px;
    font-family: "EB_Garamond";
}

.back article p {
    font-size: 1rem;
    line-height: 1rem;
}

section {
    padding: 30px 0px;
}

.row{
    margin: 0px;
}

span.sangria {
    position: absolute;
    transform: rotate(90deg);
    font-size: 4rem;
    left: 0%;
}

.headerTl{
    font-family: "GoldenState";
    font-size: 20vw;
    text-align: left;
}

.headerSubTl{
    font-family: "DMSerif-Regular";
    font-size: 4vw;
}

.headerTlSala{
    font-family: "GoldenState";
    font-size: 45px;
    line-height: 50px;
    text-align: left;
}

.headerTlSala6{
    font-family: "GoldenState";
    font-size: 35px;
    text-align: left;
    line-height: 40px;
}

.tituloHeaderContainer {
    position: relative;
    bottom: -6%;
    width:100%;
}

a , .interact{
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus,
a:active {
   color: #CA3A3A;
}

.sub-container {
    max-width: 800px;
    position: relative;
}

.imgLooks{
    max-width: 600px;
    width: 100%; 
    height: auto; 
    cursor: pointer;
}

.revolver {
    transform: scale(1) rotate(-1440deg);
    transition: 1000ms;
}

.revolver:hover {
    transform: scale(1.1) ;
    transition: 1000ms;  
}

/* ---------------- SeccionTitle ------------- */

.folderArrow{
    font-size: 55px;
    border-bottom: 1px solid #CA3A3A;
    min-width: 15px;
    transform: rotateX(180deg);
    transition: 0.35s;
}

.folderArrowOp{
    transform: rotateX(0deg);
    transition: 0.35s;
} 
.sectionSubTitle {
    font-family: "GoldenState";
    text-transform: uppercase;
    font-size: 20;
    color: #39477C;
    line-height: 1.1;
    text-align: left;
}
.sectionSubTitleHr {
    display: inline-block;
    width: 224px;
}
hr.sectionSubTitle {
    height: 14px;
    background: url(/work/models/memorica/recursos/exposiciones/Filbo/Img/separadorsectionSubTitle.svg) repeat-x 0 0;
    opacity: 0.7;
    border: 0;
}

.barra-trasera {
    color: #bc9563; 
    background-color: #bc9563;
    width: 50%;
    height: 15px;
    bottom: 5;
    position: absolute;
    opacity: 1;
}

.pie_pagina{
    font-size: 0.8rem;
    line-height: 1rem;
}

img.Sala2 {
    transform: scale(1.4) translateY(63px); 
    transform-origin: bottom left;
    max-width: 300px;
}

img.Sala3 {
    transform: scale(1.4); 
    transform-origin: bottom left;
}

/*-------------------------------Inicia css salas----------------------------------------------------*/
div.header-sala1{
    background: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/header_sala1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 100vh;
}

div.recuadro-txt{
    border: 2px solid #bc9563;
    padding: 1rem;
}


/* .grid-header_sala1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}
.img-s1{
    grid-column: 1 / 2;
    grid-row: 1;
} */

hr.linea{
    border-top: 3px solid #bc9563;
    opacity: 1;
    width: 60%;
}

p.txt-fotos{
    font-size: 1rem;
    line-height: normal;
}

header.header-sala2{
    background: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/header_sala2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.s1-img1{
    transform: scale(1.4);
    transform-origin: bottom right;
    max-width: 300px;
    position: relative;
    bottom: 0;
    right: 0;
}
.s1-img2{
    position: relative;
    bottom: 0;
}


div.header-sala3{
    background: url("/work/models/memorica/recursos/exposiciones/mexico_tesoro_vivo/img/header_sala3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 120vh;  
}

.img-sala2-3{
    position: absolute;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}


@media (max-width: 768px) {
    .columnas{
        column-count: 1;
    }
    .s1-img1{
width: 300px;
    }
    .img-sala2-3{
      
        height: 250px;
       
    }

}



@media (min-width: 576px) {

    .page-section {
        padding: 1rem 0;
    }

    

    .h1,
    h1 {
        font-size: 2rem;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .h4,
    h4 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .h5,
    h5 {
        font-size: 1.5rem;
    }

    .h6,
    h6 {
        font-size: 3rem;
    }

    section {
        padding: 80px 0px;
    }
    
    .contenido{
        padding: 1.5rem 16.66666667%;
    }
    span.sangria {
        font-size: 3rem;
        left: 14.66666667%;
    }
    .headerTlSala{
        font-size: 60px;
        line-height: 65px;
    }
    .headerTlSala6{
        font-size: 40px;
        line-height: 45px;
    }

}



@media (min-width: 768px) {

    .columnas{
        column-count:2;
        column-gap:20px;
     }
    .page-section {
        padding: 1rem 0;
    }

    p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .h4,
    h4 {
        font-size: 2rem;
    }

    .h5,
    h5 {
        font-size: 2rem;
    }

    .h6,
    h6 {
        font-size: 4rem;
    }
    section {
        padding: 100px 0px;
    }
    .s1-img1{
        transform: scale(1.5);
    }

    .contenido{
        padding: 1.5rem 16.66666667%;
    }
    span.sangria {
        font-size: 4rem;
        left: 14.66666667%;
    }
    .headerTlSala{
        font-size: 60px;
        line-height: 65px;
        margin-right: 80px;
    }
    .headerTlSala6{
        font-size: 45px;
        line-height: 50px;
    }
    .sectionSubTitle {
        font-size: 27;
        padding-right: 80px;
    }
    a.btnMenu {
      
        font-size: 1.9rem !important;
    }  
    .overlay ul {
        margin: 0 1rem;}
}

@media (min-width: 992px) {
    p, ul, ol {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .h2,
    h2 {
        font-size: 3rem;
    }
    .h4,
    h4 {
        font-size: 2rem;
    }

    .h5,
    h5 {
        font-size: 3rem;
    }
    .h6,
    h6 {
        font-size: 5rem;
    }
    section {
        padding: 100px 0px;
    }
    .page-section {
        padding: 6rem 0;
    }
    header.masthead, header.mastheadSala {
        height: 100vh;
        background-position: center;
        min-height: 40rem;
        /* padding-top: 4.5rem;
        padding-bottom: 0; */
    }
    .s1-img1{
        transform: scale(2);
    }


    .contenido{
        padding: 1.5rem 16.66666667%;
    }
    span.sangria {
        font-size: 4rem;
        left: 14.66666667%;
    }
    .headerTl{
        font-size: 190px;
        text-align: left;
        line-height: 1;
    }
    .headerTlSala{
        font-size: 66px;
        line-height: 71px;
    }
    .headerTlSala6{
        font-size: 45px;
        line-height: 50px;

    }
    .sectionSubTitle {
        font-size: 37;
        padding-right: 80px;
    }

}

@media (min-width: 1200px) {
    .page-section {
        padding: 6rem 0;
    }
    p, ul, ol {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .h2,
    h2 {
        font-size: 3rem;
    }
    .h4,
    h4 {
        font-size: 2.5rem;
    }

    .h5,
    h5 {
        font-size: 3rem;
    }
    .h6,
    h6 {
        font-size: 7rem;
    }
    section {
        padding: 100px 0px;
    }
    .barra-trasera {
        height: 22px;
    }
    .contenido{
        padding: 1.5rem 16.66666667%;
    }
    .s1-img1{
        transform: scale(2.4);
    }
    span.sangria {
        font-size: 6rem;
        left: 14.66666667%;
    }
    .headerTl{
        font-size: 13vw;
        text-align: center;
    }
    .headerTlSala{
        font-size: 90px;
        line-height: 98px;
    }
    .headerTlSala6{
        font-size: 60px;
        line-height: 80px;
    }
    .folderArrow{
        font-size: 84px;
    }
    .sectionSubTitle {
        font-size: 50;
        padding-right: 80px;
    }
}

@media (min-width: 1400px) { 
    p, ul, ol{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .h2,
    h2 {
        font-size: 3rem;
    }
    .h4,
    h4 {
        font-size: 2.5rem;
    }

    .h5,
    h5 {
        font-size: 3rem;
    }
    section {
        padding: 170px 0px;
    }
 }



.efectoboton {
    transform: scale(1);
    transition: 300ms;
}

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

a.efectobotonBarril polygon {
    opacity: 1;
    transition: 300ms;
    transform-origin: center;
}

a.efectobotonBarril polygon:hover {
    cursor: pointer;
    opacity: 0.5;
    transition: 300ms;
    transform: scale(1.01);
    fill: #232323;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


:focus {
    outline: none;
}

.aladerecha {
    right: 70px;

}

.titulo {
    font-family: "SpecialElite-Regular";
    font-size: 70px;
    line-height: 110%;
    text-align: left;
    padding-left: 50px;
    padding-top: 30px;
}

.subtitulo {
    font-family: 'SpecialElite-Regular';

    color: #ffffff;
    z-index: 100;
    line-height: 100%;
    text-align: center;
}

.textofotos {
    font-family: "SpecialElite-Regular";
    font-size: 18px;
    color: #000000;
    line-height: 140%;
    text-align: left;
}


@media (max-width: 576px) {
    .aladerecha {
        right: 65px;

    }

    .titulo {
        font-size: 25px;
    }

    .subtitulo {
        font-family: 'SpecialElite-Regular';
        font-size: 18px;
        z-index: 100;
        line-height: 100%;
        text-align: center;
    }

    .textofotos {
        font-size: 15px;
        line-height: 120%;
    }
}


@media (min-width: 768px) {
    .aladerecha {
        right: 110px;

    }

    .titulo {
        font-size: 25px;
    }

    .subtitulo {
        font-family: 'SpecialElite-Regular';
        font-size: 20px;
        z-index: 100;
        line-height: 100%;
        text-align: center;

    }

    .textofotos {
        font-size: 14px;
        line-height: 140%;
    }

}

@media (min-width: 1024px) {
    .aladerecha {
        right: 80px;

    }

    .titulo {
        font-size: 25px;
    }

    .subtitulo {
        font-family: 'SpecialElite-Regular';
        font-size: 20px;
        z-index: 100;
        line-height: 100%;
        text-align: center;

    }

    .textofotos {
        font-size: 14px;
        line-height: 140%;
    }
}


@media (min-width: 1440px) {
    .aladerecha {
        right: 70px;


    }

    .titulo {
        font-size: 60px;
    }

    .subtitulo {
        font-family: 'SpecialElite-Regular';
        font-size: 28px;
        z-index: 100;
        /* cursor: pointer; */
        line-height: 100%;
        text-align: center;

    }

    .textofotos {
        font-size: 18px;
        line-height: 140%;
    }
}

@media (max-width: 2560px) {
    .aladerecha {
        right: 110px;
    }



}

a.input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

*:focus {
    outline: none;

}

.cedula {
    font-family: 'SpecialElite-Regular';
    font-size: 25px;
    color: rgb(15, 133, 230);
    z-index: 100;
    line-height: 70%;
    text-align: left;
    margin-bottom: 2%;
}

@media (max-width: 1024px) {
    .cedula {
        font-size: 15px;


    }
}

/* ----------------------- MENU ----------------------- */
.mini {
    width: 5.3%;
}

.modal-header h5 {
    color: #232323;
    font-family: "GoldenState";
    font-size: 1.5rem;
}
   
.btn-close{
    filter: invert(1) grayscale(100%) brightness(200%);;
}

.button-facebook,
.button-twitter {
    color: #232323;
    font-family: "EB_Garamond";
    font-size: 1rem;
}

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


.button-container:hover span {
    /* opacity: .7; */
    background: #bc9563;

}

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

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

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

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

svg.btnShare > path, svg.btnShare > rect  {
    fill: #232323;
}

svg.btnShare:hover > path, svg.btnShare > rect {
    fill: #bc9563;
    transition: .35s;
}

/* titulo menu hamburguesa */


.titulo_menu {
    font-size: 2rem;
    font-family: 'SpecialElite-Regular';
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-top: 0px;
}



@media screen and (max-width: 80rem) {
    .titulo_menu {
        font-size: 2rem;
    }

}

@media screen and (max-width: 48rem) {
    .titulo_menu {
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 36rem) {
    .titulo_menu {
        font-size: 1.5rem;
    }

}

/* LOADER */

#loader {
    z-index: 5;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #bc9563;
    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;
}


/* HOVER PARA TITULOS */
.div-imagen {
    display: inline-block;
    position: relative;
}

.div-imagen>div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px;
    margin: 0;
}

.desvanecer:hover {
    opacity: 0.15;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;



}


#axis:hover .move {
    transform: rotate(2turn);
    -webkit-transform: rotate(2turn);
    transition: all .5s ease-out;
    /** Chrome & Safari **/
    -o-transform: rotate(2turn);

    /** Opera **/
    -moz-transform: rotate(2turn);

    /** Firefox **/

}

#axis:hover .move2 {
    transform: translate(-157px) rotate(-13deg);
    -webkit-transform: translate(-157px) rotate(-13deg);
    /** Chrome & Safari **/
    -o-transform: translate(-157px) rotate(-3deg);
    /** Opera **/
    -moz-transform: translate(-157px);
    -moz-transform: rotate(-3deg);
    /** Firefox **/
    transition: all .5s ease-out;

}

.move2 {
    transition: all .5s ease-out;
    position: absolute;

}

.cambio {
    transition: all .5s ease-out;
    /** Chrome & Safari **/
}

.cambio:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease-out;
    /** Chrome & Safari **/
    -o-transform: scale(1.05);
    /** Opera **/
    -moz-transform: scale(1.05);
    /** Firefox **/
}


.contenedor:hover img {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1) rotate(3deg);
    transition: all .5s ease-out;
    background-color: #ffffff;


}

.contenedor {
    transition: all .5s ease-out;
    overflow: hidden;

}


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

/* ver mas */

.ver-mas1 {
    text-align: right;
    padding-right: 20px;

}

/* a.go-to {
    color: #000;
    font-family: "Montserrat-Bold";
    font-size: 1.5rem;
    text-decoration: none;
}

a.go-to:hover {
    color: darkslategray;
} */

.text-toggle[aria-expanded=false] .text-expanded {
    display: none;




}

.text-toggle[aria-expanded=true] .text-collapsed {
    display: none;

}
 

.circle{
                                
    background-color:#00899e;
    cursor: pointer; 
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    padding: 3px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: transparent;
    margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
    a.btnMenu{
        font-size: 1.2rem !important;
    }
}

@media (min-width: 1400px){

    a.btnMenu {
        font-size: 2.2rem !important;
    }
}
