*{
    margin: 0;
    padding: 0;
}

html{
        scroll-behavior: smooth;
        scroll-margin: 20px;
}

html:root {
    --color-principal: #0058E5;
    --color-secundario: #9e0101;
    --color-hover: #9e0101;
    --btn-color:#FFF;
    --color-texto: #444;
    --cremita-bg: #fff8f2;
    --gris-clarito: #eeeeee;
    --gris-mediano:#C4C4C4;
    --gris-fuerte:#5F5F5F;
    --titles-font: 'Roboto', sans-serif;
    --body-font:  'Montserrat', sans-serif;
}
body{
    color: var(--color-texto);
}

.PopUp, .PopupImage{
    display: none;
}

h1,h2,h3,h4,h5,h6{ font-family: var(--titles-font); color: var(--color-texto); font-weight: 900; text-transform: uppercase; letter-spacing: -0.2px;}
.txt-principal{ color: var(--color-principal);}
.txt-blanco{ color: white!important;}
.margin-top-bottom{ margin: 1em 0;}
.txt-align-center{ text-align: center!important;}
.txt-align-right{ text-align: right!important; }
.txt-allign-left{text-align: left!important;}

h1{ font-size: 3.4em; margin-block-start: 0; margin-block-end: 0;}
h2{ font-size: 3em; margin-block-start: 0; margin-block-end: 0;}
h3{ font-size: 2.6em; margin-block-start: 0; margin-block-end: 0;}
h4{ font-size: 2em; margin-block-start: 0; margin-block-end: 0;}
h5{ font-size: 1.5em; margin-block-start: 0; margin-block-end: 0;}
h6{ font-size: 1em; margin-block-start: 0; margin-block-end: 0;}
p{ line-height: 2em; margin: 1em 0;}


.bg-principal { background-color: var(--color-principal);}

body, html{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: var(--color-texto);
}

.ocultar{
    display: none!important;
}

.mostrar{
    display: block;
    position: relative;
    z-index: 1000;
}


.total{ 
    width: 100%;
    box-sizing: border-box;
}

.content{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    
}

.content-two-column-info-right{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.head{
    height: 70px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    border-bottom: solid 5px var(--color-secundario);
}

.head a{
    border:0;
    border:none;
    text-decoration: none;
    padding: 1em 0;
}


.identidad{ font-size: 2.2em!important;color: white!important; text-transform: uppercase; }

.menu-principal{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: 60%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1em 0;
}

.menu-principal ul{
    list-style-type: none;
    display: flex;
}
.activacion{
    display: flex!important;
}

.activacion-block{
    display: block!important;
}

.desactivation{
    display: none!important;
}


.menu-principal ul li a{
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 0 5px 0;

    transition: all 1s;
    -webkit-transition: all 1s;

}

.menu-principal ul li ul{
    display: none;
    height: 200px;
}



.menu-principal ul li:hover ul{
    display: block;
    height: 220px;
    background:var(--btn-color);
    color: var(--color-hover);
    border-radius: 5px;
    padding: 10px;
    position: absolute;

}

.menu-principal ul li:hover ul li a{
   color: var(--color-hover);

}

.menu-principal ul li:hover ul li a:hover{
    color: var(--color-principal);
 }


.menu-principal ul li a:hover{
    background: white;
    color: var(--color-secundario);

}

#show-menu-movil,
#close-menu-movil,
.menu-movil-principal{
    display: none;
}


.bg-slider{
    background-image: url(../img/bg-top.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 500px;
    padding: 0.5em 0;
}

.bg-cabanas{
    background-image: url(../img/bg-top-cabana.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-paseos-top {
    background-image: url(../img/bg-paseos-top.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-senderismo-top {
    background-image: url(../img/senderismo-1.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-kayak-top {
    background-image: url(../img/bg-kayak-top.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-artesanias-top {
    background-image: url(../img/bg-artesanias-top.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}


.bg-conocenos-top {
    background-image: url(../img/paisajes/paisaje-13.jpg);
    background-size: cover;
    background-position: center bottom; 
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.nuevo-bg-conocenos-top {
    background-image: url(../img/nuevo-bg-conocenos.jpg);
    background-size: cover;
    background-position: center bottom; 
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-paisaje-top {
    background-image: url(../img/bg-paisaje.jpg);
    background-size: cover;
    background-position: center top; 
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}

.bg-florayfauna-top {
    background-image: url(../img/galeria-flora-y-fauna/bg-flora-y-fauna.jpg);
    background-size: cover;
    background-position: center bottom; 
    height: 700px;
    padding: 0.5em 0;
    display: flex;
}





.overlay{
    max-width: 600px;
    padding: 1em;
    flex-basis: 50%;
    background: rgba(0, 0, 0, 65%);
    color: white!important;
    display: flex;
    margin: 3em auto;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase!important;
}

.overlay h1{
    color: white!important;
    margin: -5px 0 -15px 0;
}

.total-cinco{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5em 0;

}

.total-cinco a{
    text-decoration: none;
    font-family: var(--body-font);
}


.circulo-cta{
    width: 200px;
    height: 200px;
    display: flex;
    
    text-align: center;
    border-radius: 100px;
    margin: 1em;
    transition: all 1s;
    -webkit-transition: all 1s;
    background-position: center;
    background-size: 100%;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 35%);


}

.circulo-cta:hover{
    background-size: 150%;
    background-position: center;
}

.bg-cabana{
    background-image: url(../img/hospedaje-cabana-ecoturismo-comcaac.jpg);
}

.bg-paseos{
    background-image: url(../img/paseos-ecoturismo-comcaac.jpg);

}


.bg-senderismo{
    background-image: url(../img/senderismo-ecoturismo-comcaac.jpg);

}


.bg-kayak{
    background-image: url(../img/kayak-ecoturismo-comcaac.jpg);

}

.bg-artesanias{
    background-image: url(../img/artesania-ecoturismo-comcaac.jpg);

}



.content-circulo{
    background: rgba(0, 0, 0, 65%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  
}

.content-circulo h3{
    font-family: var(--body-font);
    font-size: 1em;
    text-transform: uppercase;
    color: white;
    font-weight: 400;

}

.cultura{
    background-image: url(../img/retrato-seris-comcaac.jpg);
    background-size: cover;
    min-height: 500px;
    background-position: center;
    justify-content: flex-end;
    border-top: 3px solid var(--color-hover);
    border-bottom: 3px solid var(--color-hover);

    

}

.isla{
    background-image: url(../img/isla-el-tiburon-ecoturismo-comcaac.jpg);
    background-size: cover;
    min-height: 500px;
    background-position: center;
    justify-content: flex-end;
    border-top: 3px solid var(--color-hover);

    border-bottom: 3px solid var(--color-hover);

    
}


.two-column-info-right{
    width: 50%;
    height: 500px;
    padding: 4em 2em;
    background: var(--color-principal);
    margin-top: -1.5em;
    margin-bottom: -1.5em;
    border-radius: 4px;
    z-index: 1000;
   

}

.two-column-info-left{
    width: 50%;
    height: 500px;
    padding: 3em 2em;
    background: var(--color-principal);
    margin-top: -1.5em;
    margin-bottom: -1.5em;
    border-radius: 4px;
    z-index: 1000;
   

}



.content-two-column-info-left{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.textura{
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
    background: url(../img/pattern-fondo.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    

}


.cuatro-total{
    align-items: center;
}
.cuatro-total, .three-column{
   
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    align-items: flex-start;
    


}

.three-column{
    align-items: flex-start;
}

.column{
    margin: 2em;
    max-width: 300px;
}

.column p{
    text-align: justify;
}

.cuadro-cta{
    width: 200px;
    height: 200px;
    margin: 1.5em;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 35%);

}

.cuadro-cta a img{
    border: 0;
    transition: all 0.5s;
}

.cuadro-cta a:hover img{
    transform:scale(1.1);
    box-shadow: 10px 10px 30px rgb(0 0 0 / 20%);

}

.cuadro-cta img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.flora, .paquetes{
    padding: 3em 0;
}



.paquetes::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/pattern-fondo.jpg)center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.white-btn{
    padding: 1em 1em;
    background: white;
    text-align: center;
    color: var(--color-secundario);
    text-transform: uppercase;
    border-radius: 50px;
    margin: 1em auto;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;

    transition: all 1s;
    -webkit-transition: all 1s;

}

.white-btn:hover{
    background-color: var(--color-secundario);
    color: white;
}

.btn-blue{
    padding: 1em 1em;
    background: var(--color-principal);
    text-align: center;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    margin: 1em auto;
    display: inline-block;
    text-decoration: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    
}

.btn-blue:hover{
    background-color: white;
    color: var(--color-principal);
}

.pie{
    background:#002766;
    color: white;

}


.two-column-info-right p, .two-column-info-left p, .pie p{
    margin: 0.5em 0;

}

footer{
    border-top: 20px solid var(--color-hover);
}

.head-pie{
    padding: 5px 0;
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
     align-items: center;
}

.head-pie h4{
    color: white;
}

.head-pie hr{
    width: 30%;
    height: 2px;
    background: white;
}

footer h5{
    color: white;
}

footer a{
    color: white;
    text-decoration: none;
    display: block;
    text-align: right;
}

.barra-derechos{
    text-align: center;
}

.pattern-pie{
    width: 100%;
    height: 50px;
    background: url(../img/pattern-footer.png) repeat-x;
}

.cont-cuadro{
    justify-content: flex-end;
    align-items: center;
}

.cont-cuadro-left{
    justify-content: flex-start;
    align-items: center;
}

.cuadro-top-section{
    padding: 2em;
    background: var(--gris-clarito);
    border-top: 5px solid var(--color-hover);
    flex-basis: 40%;

}

.icon-section{
    margin: 1em;
}

.bg-icon{
    width: 70px;
    height: 70px;
    border-radius: 300px;
    background: var(--color-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5em 0;

}

.bg-icon .svg-inline--fa{
    fill: white!important;
    border:white;
    color: white;
    font-size: 1.5em;
}

.bg-icon i.fas{

    font-size: 1.5em;
    color: white;
}

.bg-blue{
    background: var(--color-principal);
    padding: 2em 0;
}

.dos-total{
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    align-items: flex-start;
}

.desgloce-precios{
    width: 50%;
    max-width: 700px;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    border-bottom: 1px solid #a1a1a1;
}

.desgloce-precios p{
    margin: 0;
}

.precio{
    background: var(--color-secundario);
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
}

.cuadro-btm-section{
    flex-basis: 40%;
    margin: 0 2em;
    box-sizing: border-box;
    color: white;
}

.cuadro-btm-section ul{
    margin: 0 0 0 1.5em;
}

.cuadro-btm-section h4, .cuadro-btm-section h6{
    color: white;
}

.cuadro-btm-section-img-cabana{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/camping-3.jpg);
    background-size: cover;
    background-position: center bottom;

}

.cuadro-btm-section-img-paseos{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/paseos-5.jpg);
    background-size: cover;

}

.cuadro-btm-section-img-kayak{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/kayak-4.jpg);
    background-size: cover;
    background-position: center bottom;

}

.cuadro-btm-section-img-artesanias{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/artesanias-1.jpg);
    background-size: cover;
    background-position: center;

}


.cuadro-btm-section-img-senderismo{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/senderismo-2.jpg);
    background-size: cover;
    background-position: center;

}
.cuadro-btm-section-img-conocenos{
    flex-basis: 40%;
    margin: 0 2em;
    min-height: 400px;

    box-sizing: border-box;
    background-image: url(../img/paisajes/paisaje-11.jpg);
    background-size: cover;
    background-position: center bottom;

}



.img-cuatro-total {
    flex-basis: 30%;
    box-sizing: border-box;
    margin: 1em;
}

.img-cuatro-total img{
    width: 100%;
    height: auto;
    margin: 1em;
    padding: 0.5em;
    background: white;
    box-shadow: 2px 2px 10px #c3c3c3;
    display: flex;

}

.galeria{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Pop up */


  .PopUp{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(150, 150, 150, 0.5);
    top: 0;
    left: 0;

}

.PopUpImg{
    width: 70%;
    max-width: 1000px;
    display: block;
    position: relative;
    margin: 0.5em auto;
    border: 0.7em solid #FFF;


}

.PopUpImg img{
    width: 100%;
    height: auto;
    position: relative;
    display: block;



}

.vertical  {
    width: 30%;
    max-width: 30%;
    height: auto;
    margin: 0.5em auto;
    position: relative;
    display: flex;


}

 .vertical  img{
    width: 100%;
    height: auto;
    position: relative;

    align-items: center;


}

.close{
    position: absolute;
    width: 30px;
    text-align: center;
    padding: 1em;
    background: var(--color-principal);
    color: #FFF;
    right: -50px;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;

    transition: all 1s;
}

.close:hover{
    background: var(--color-secundario);

}

.bg-overlay{
    background: rgba(0, 0, 0, 0.070);
    padding: 1em;
    border-radius: 4px;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 1em auto;
}

@media (max-width: 1126px) {

    .menu-principal{
        display: none;
    }

    #show-menu-movil{
            display: block;
    }

    #show-menu-movil,
    #close-menu-movil {
        color: white;
        font-size: 25px;


        transition: all 1s;
        -webkit-transition: all 1s;

    }

    #show-menu-movil:hover,
    #close-menu-movil:hover{
        color: var(--color-secundario);

    }

    .menu-movil-principal{
        width:100%;
    display: none;
        align-items: flex-start!important;

    }


    .menu-movil-principal ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: column;

    }



    .menu-movil-principal li{
        padding: 5px 0;
    

    }


    .menu-movil-principal a{
        display: block;
        color: white;
        border-bottom: 1px solid #FFF;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px;
        font-weight: 600;

        transition: all 1s;
        -webkit-transition: all 1s;

    }

    .menu-movil-principal a:hover{
        background: white;
        color: var(--color-secundario);

    }

    .bigger-head{
        height: 600px;
        padding: 1em 0;
        display: block!important;
    }

    .bigger-head .content{
        display: block;
    }

    .white-btn{
        margin: 0.5em auto;

    }

    .two-column-info-right,
    .two-column-info-left{
        width: 60%;
    }

    .cuatro-total{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 5em 0;
    }

    .head-pie hr{
        width: 20%;
    }

    .content-two-column-info-right{
        flex-direction: column;
        }

        .cultura{
            display: block;
            margin-bottom: 50px;
        }

        .icon-section{
            flex-basis: 30%;
        }

    
}


@media (max-width: 900px) {

.content-two-column-info-right{
flex-direction: column;
}

.two-column-info-right,
.content-two-column-info-right,
    .two-column-info-left{
        width: 90%;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
        height: auto;
    }

    .cultura {
        height: 500px;
        background-position: left center;
        margin-bottom: 350px;
    }

    .three-column{
        flex-direction: column;
    }

    .column{
        max-width: 90%;
    }

    .enlaces h5,
    .enlaces a{
        text-align: left!important;
    }

    .head-pie hr{
        display: none;
    }

    .cuadro-top-section{
        flex-basis: 70%;
    }

    .desgloce-precios{
        max-width: 90%;
        width: 90%;
    }


   



}

@media (max-width: 700px) {


    .icon-section{
        flex-basis: 90%;
    }

    .cuadro-top-section{
        flex-basis: 90%;
        margin: 1em auto;
    }

    .dos-total,
    .galeria,
    .cuatro-total{
        flex-direction: column;

    }

    .img-cuatro-total img{
        margin:0.5em 0;

    }

    .cuadro-btm-section-img-cabana,
    .cuadro-btm-section-img-conocenos,
    .cuadro-btm-section-img-paseos,
    .cuadro-btm-section-img-senderismo,
    .cuadro-btm-section-img-kayak,
    .cuadro-btm-section-img-artesanias{
        width: 90%;
    }

    .cuatro-total{

        align-items: center;
    }
    .icon-section {
        flex-basis: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cultura {
        margin-bottom: 500px;
    }
    
  
}


@media (max-width: 500px) {

    .identidad {
        font-size: 1.2em!important;
    }

    .overlay h1{
        font-size: 2xem;
    }
  
}


  
 


    




