@font-face {
    font-family: "Vollkorn-Bold";
    src: url("/work/models/memorica/recursos/Type/Vollkorn-Bold.ttf");
}

@font-face {
    font-family: "Vollkorn-Medium";
    src: url("/work/models/memorica/recursos/Type/Vollkorn-Medium.ttf");
}

@font-face {
    font-family: "Vollkorn-Regular";
    src: url("/work/models/memorica/recursos/Type/Vollkorn-Regular.ttf");
}


:root {
    --black: #211d21;
    --white: #FFFFFF;
    --ladrillo: #96474b;
    --oliva: #b2b17d;
    --trebol-green: #58a081;
    --arena: #cec7aa;
    --dark-green: #16331a;
    --sparrago-green: #89a36e;
    --green: #376d41;
}


/* barra de navegacion */
#mainNav {
    /* background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/fondo.jpg"); */
    background-color: var(--arena);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: .98;
    transition: background-color 0.2s ease;
    z-index: 100;
}

#mainNav .navbar-brand {
    color: var(--green);
}

svg.btnShare>path,
svg.btnShare>rect {
    fill: var(--green);
}

svg.btnShare:hover>path,
svg.btnShare>rect {
    fill: var(--green);
    transition: .35s;
}

svg.btnDescarga:hover>path {
    fill: var(--green);
    transition: .35s;
}

.btn-audio{
    background: transparent;
    border: none;
}

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

.modal-header h5 {
    color: var(--white);
    font-family: "Vollkorn-Bold", serif;
    font-size: 1.5rem;
}

.button-facebook,
.button-twitter {
    color: var(--dark-green);
    font-family: "Vollkorn-Medium", sans-serif;
    font-size: 1.3rem;
}

svg.button-facebook>path,
svg.button-twitter path {
    fill: var(--dark-green);
}

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

.button-container:hover span {
    /* opacity: .7; */
    background: var(--green);

}

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

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

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

.button-container span {
    background: var(--green);
    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;
}


/* LOADER */

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

.overlay {
    z-index: 10;
    position: fixed;
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/fondo_menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--dark-green);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 2;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow-y: scroll;
}

.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 nav {
    position: relative;
    height: 50%;
    top: 35%;
    transform: translateY(-50%);
    /* font-size: 50px;
    font-weight: 450; */
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: flex;
    /* height: 7%; */
    /* min-height: 50px; */
    position: relative;
    opacity: 0;
    justify-content: center;
    margin: .5rem;
}

.overlay ul li a {
    font-family: "Vollkorn-Medium", serif;
    /* font-size: 1.25rem;
    text-align: left; */
    display: block;
    position: relative;
    color: var(--white);
    text-decoration: none;
    overflow: hidden;
    line-height: 1;
    padding: 1.5rem 1rem;
    transition: 1S;
    width: 100%;
}

/* .overlay ul li:hover {
    opacity: .8;
    width: 100%;
    margin: 0 auto;
    color: var(--red);
} */

.overlay ul li a:hover {
    color: var(--dark-green);
}
/* 
.overlay ul li:first-child:hover {
    background-color: var(--gold);
} */

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

.overlay-menu {
    z-index: 2;
}

a:hover {
    text-decoration: none;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    opacity: 1;
    border: 0;
    background: none;
}

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

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


a.btnMenu:hover,
a.btnMenu_activo {
    color: var(--white);
    transition: .35s;
}

a {
    text-decoration: none;
    color: var(--black);
}

.menu-list span {
    color: var(--rey-blue);
}

.menu-list {
    transition: 1s;
}

.menu-list:hover {
    transform: scale(1.02);
    transition: 1s;
}

a.share:focus {
    outline: none;
}

/*colores txt*/
.white {
    color: var(--white);
}

.green {
    color: var(--green);
}

.dark-green {
    color: var(--dark-green);
}

strong{
    font-weight: bold;
}

/**/

.box-titulo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10% , -45%);
    /* width: 60%; */
}

.portada-landing {
    /* position: absolute; */
    width: auto;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.portada-landing video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}


h1 {
    font-family: "Vollkorn-Bold", serif;
    color: var(--white);
    text-shadow: -1px 1px 4px rgba(0, 0, 0, 20%);
    
}

h2 {
    font-family: "Vollkorn-Bold", serif;
}

h3 {
    font-family: "Vollkorn-Bold", serif;
}

h4 {
  font-family: "Vollkorn-Bold", serif;
}

p {
    font-family: "Vollkorn-Medium", serif;
    /* line-height: normal; */
}

p.pie-foto {
    font-family: "Vollkorn-Medium", serif;
    line-height: normal;
}


p.tt-presentacion {
    font-family: "Vollkorn-Bold", serif;
    text-align: left;
    color: var(--green);
    line-height: 1;
}
.tt-biblio{
    color: white !important;
}
ul.bullet-sol{
    list-style-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s4/bullet.png");
}

ul.bullet-sol li{
    font-family: "Vollkorn-Medium", serif;
}

.img-fluid-cover{
    width: 100%;
}

.bg-presentacion {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/fondo_arena.jpg");
}

.cenefa-presentacion {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/cenefa1.png");
    background-position: center;
    background-repeat: repeat-x;
    height: 100;
    padding: 5rem 0rem;

}

.bg-white{
    background-color: var(--white);
}
.bg-dark-green{
    background-color: var(--dark-green);
}
.bg-s1{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s1/fondo_sparrago.jpg");
}

.bg-s1-vm{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s1/fondo_darkgreen.jpg");
}

.bg-s2{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s2/fondo_arena2.jpg");
}

.bg-s3{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s3/fondo_trebol.jpg");
}

.bg-s4{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s4/fondo_oliva.jpg");
}
.bg-s5{
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s5/fondo_ladrillo.jpg");
}

.borde-top{
    width: 100%;
    height: .2rem;
    background-color: var(--green);
}
.borde{
    width: 100%;
    height: .4rem;
    background-color: var(--green);
}
.banner-collapse, .banner-collapse-vermas{
    background-position: center;
    background-size: cover;
    transition: .5s ease-in-out 10ms;
    -webkit-transition: .5s ease-in-out 10ms;
    -moz-transition: .5s ease-in-out 10ms;
    -o-transition: .5s ease-in-out 10ms;
    cursor: pointer;  
   
}

.banner-collapse{
    filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.5));
   
}

.banner-collapse:hover, .banner-collapse-vermas:hover{
    transform: scale(1.02);
}
/*collapse abierto titulo blanco*/
.banner-collapse[aria-expanded="true"] h1{
color: var(--dark-green);
}

.banner-s1 {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s1/banner_s1.png");

}

.banner-s2 {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s2/banner_s2.png");
}

.banner-s3 {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s3/banner_s3.png");
}

.banner-s4 {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s4/banner_s4.png");
}

.banner-s5 {
    background-image: url("/work/models/memorica/recursos/exposiciones/zona_arqueologica_maya/img/s5/banner_s5.png");
}

/*presentacion*/
article {
    position: relative;
}

article div {
    /* width: 10em;
    height: 10em; */
    float: left;
}

.polygon div {
    /* width: 10em;
    height: 11em; */
    float: right;
    shape-outside: polygon(7.34% 206px, 34.25% 7.16%, 86.68% 7.02%, 89.33% 108.29%, 24px 107.63%);
    clip-path: polygon(7.34% 206px, 34.25% 7.16%, 86.68% 7.02%, 89.33% 108.29%, 24px 107.63%);
}


/* .efecto-hover:hover {
    transform: scale(1.020);
    -webkit-transform: scale(1.020);
    -moz-transform: scale(1.020);
    -ms-transform: scale(1.020);
    -o-transform: scale(1.020);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    cursor: pointer;
}

.efecto-hover {
    transition: 1s;
} */

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

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

:focus {
    outline: none;
}

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

*:focus {
    outline: none;
}

.totem-s5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
}

a.link-biblio{
    color: var(--arena);
    font-weight: bold;
}
a.link-biblio:hover{
    text-decoration: underline;
}

a.link-recurso{
color: var(--dark-green);
}
a.link-recurso:hover{
color: white;
}

/*============media queries=====================*/

@media(max-width:991px) {
    .columns {
        column-count: 1;
    }

    .box-titulo{
        transform: translate(-45%, -50%);
        width:85%;
    }

}

@media (min-width: 992px) {
    .columns {
        column-count: 2;
        column-gap: 4rem;
    }
}

@media(max-width:320px) {
    .overlay ul li {
        height: auto;
    }

    .overlay ul li a {
        padding: .65rem 1rem;
        font-size: 1rem;
    }

    .overlay-menu {
        margin: 0rem .5rem;
    }
    
    .totem-menu{
    width: 20%;
    }

     /**/

     h1 {
        font-size: 1.8rem;
    }

     p {
        font-size: 1.1rem;
    }
    ul.bullet-sol li{
         font-size: 1.1rem;
    }

    p.tt-presentacion {
        font-size: 2.5rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }

    .cenefa-presentacion{
        padding: 4rem 0rem;
    }

}

@media (min-width:320.98px) and (max-width: 576.98px) {

    .totem-menu{
    width: 20%;
    }

    .overlay ul li {
        height: auto;
    }

    .overlay ul li a {
        padding: .65rem 1rem;
        font-size: 1rem;
    }

    a.inicio {
        font-size: 2rem !important;
    }

    .overlay-menu {
        margin: 0rem .5rem;
    }

     /**/

     h1 {
        font-size: 1.8rem;
    }

     p {
        font-size: 1.1rem;
    }
      ul.bullet-sol li{
         font-size: 1.1rem;
    }

    p.tt-presentacion {
        font-size: 2.2rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }
 .cenefa-presentacion{
        padding: 4rem 0rem;
    }

}

@media (min-width: 577px) and (max-width: 767.98px) {

    .overlay ul li a {
        font-size: 1.3rem;
        padding: 1rem;
    }

    .overlay ul {
        margin: 0 1rem;
    }

    .overlay ul li {
        height: auto;
    }

    .overlay-menu {
        margin: 0rem 2rem;
    }

    /**/

     h1 {
        font-size: 2.1rem;
    }

     p {
        font-size: 1.1rem;
    }
      ul.bullet-sol li{
         font-size: 1.1rem;
    }

    p.tt-presentacion {
        font-size: 2.8rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }

     .cenefa-presentacion{
        padding: 4rem 0rem;
    }


}



@media (min-width: 768px) and (max-width: 992.98px) {

    .overlay ul li a {
        font-size: 1.5rem;
        padding: 1rem;
    }

    .overlay ul {
        margin: 0 1rem;
    }

    .overlay ul li:hover {
        width: 100%;

    }

    .overlay-menu {
        margin: 0rem 2.5rem;
    }
   

    /**/

     h1 {
        font-size: 2.6rem;
    }

     p {
        font-size: 1.1rem;
    }

      ul.bullet-sol li{
         font-size: 1.1rem;
    }
    p.tt-presentacion {
        font-size: 3.1rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }

}


@media (min-width: 993px) and (max-width:1199.98px) {

    .overlay ul li a {
        font-size: 1.5rem;
        padding: 1rem;
    }

    .overlay-menu {
        margin: 0rem 6rem;
    }

    .overlay ul li:hover {
        width: 100%;

    }

    /**/
    h1 {
        font-size: 2.8rem;
    }

     p {
        font-size: 1.1rem;
    }

     ul.bullet-sol li{
         font-size: 1.2rem;
    }

    p.tt-presentacion {
        font-size: 3.3rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }
}



@media (min-width: 1200px) and (max-width:1919px) {

    .overlay ul li a {
        font-size: 1.8rem;
        padding: 1rem;
    }

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

    .overlay ul li:hover {
        width: 100%;

    }

    .overlay-menu {
        margin: 0rem 8rem;
    }

  
    /**/
    h1 {
        font-size: 2.8rem;
    }

     p {
        font-size: 1.1rem;
    }

     ul.bullet-sol li{
         font-size: 1.1rem;
    }

    p.tt-presentacion {
        font-size: 3.3rem;
    }

    p.pie-foto{
        font-size:.9rem ;
    }
}


@media (min-width: 1920px) {
    .overlay ul li a {
        font-size: 2rem;
        padding: 1.5rem;
    }

    .overlay-menu {
        margin: 0rem 10rem;
    }

    .overlay ul li:hover {
        width: 100%;

    }

    /**/
    h1 {
        font-size: 3rem;
    }

     p {
        font-size: 1.5rem;
    }

     ul.bullet-sol li{
         font-size: 1.5rem;
    }

    p.tt-presentacion {
        font-size: 3.6rem;
    }

    p.pie-foto{
        font-size:1rem ;
    }


}