﻿/* #region ANIMATIONS */

.fade-in {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background: #00b13d;

}

.delanteColor {
    z-index: 1;
}

/*

.transition {
    width: 100px;
    height: 100px;
    background: #f92672;
    transition: width 2s, height 2s, margin 2s;
    margin: 50px auto 0;
}

.transition:hover{
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

*/

/* #endregion */

/* #region HEADER */

* {
    margin: 0;
    padding: 0;
}

/* todos los "ul" que esten dentro de "navigation" */
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    /* uno al lado del otro */
    display: inline-block;
}

.menu-icon {
    display: none;
    color: #f2f2f2;
    font-size: smaller;

}

/*
width: 100%;
text-align:center;
*/

/* RESPONSIVE */
/* todas las caracteristicas que se mostraran a continuancion seran cuando tenga un ancho maximo de 767px */

@media only screen and (max-width: 768px) {

    header nav {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    header .logo {
        width: 100%;
        text-align: center;
        line-height: 100px;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
        font-weight: bold;
        font-size: 13px;
        color: white;
        float: left;

    }

    .navigation {
        width: 100%;
    }

    .navigation ul {
        display: none;
    }

    .navigation ul.show {
        display: block;
    }

    .navigation ul li {
        display: block;
    }

    /* los enlaces dentro del menu */
    .navigation ul li a {
        display: block;
        padding: 0.3rem 0rem;
        transition: all 0.2s linear;
        border-radius: 5px;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }

    .navigation ul li a:hover {
        background: #43b02a;
    }
}

/* HEADER DISEÑO */

body {
    background: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: -10px;
    background-color: transparent;

    /* hacer el menu fijo */
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    /* ocuapamos todo el ancho */
    right: 0;
}

.wrapper {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

header .logo {
    color: #f2f2f2;
    font-size: smaller;
    line-height: 50px;
    float: left;
}

header .logoLogin {
    color: #f2f2f2;
    font-size: smaller;
    line-height: 70px;
    float: right;
}

header nav {
    float: right;
    line-height: 75px;
}

header nav a {
    display: inline-block;
    color: #212121;
    text-decoration: none;
    padding: 10px 10px;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    align-items: center;
}

header nav a:hover {
    background: #43b02a;
    border-radius: 50px;
}

.header2 {
    position: fixed;
    height: 100px;
}

.header2 .logo {
    line-height: 100px;
    font-size: 30px;
}

.header2 nav {
    line-height: 100px;
}

.contenido {
    padding-top: 10px;
}

/*.contenido p{
    margin-bottom:1em;
}*/

/*

@media screen and (max-width: 769px){
    header .logo,
    header nav{
        width: 100%;
        text-align:center;
        line-height:100px;
        
    }
    .header2{
        height: auto;
        
    }
    .header2 .logo,
    .header2 nav{
    line-height:50px;

    }
}

*/

/* #endregion */

/* #region FOOTER */

/* .footer {
    background: #ade3f3;
    padding: 4rem 0;
    text-align: center;
    margin-top: 6rem;
} */


.menu-link {
    color: black;
}

/* REPONSIVE */
/* todas las caracteristicas que se mostraran a continuancion seran cuando tenga un ancho maximo de 767px */

@media only screen and (max-width: 767px) {
    .menu-icon {
        display: block;
        cursor: pointer;
    }

    .navigation {
        width: 100%;
    }

    .navigation ul {
        display: none;
    }

    .navigation ul.show {
        display: block;
    }

    .navigation ul li {
        display: block;
    }

    /* los enlaces dentro del menu */
    .navigation ul li a {
        display: block;
        padding: 0.5rem 1rem;
        transition: all 0.2s linear;
        border-radius: 5px;
    }

    .navigation ul li a:hover {
        background: #43b02a;
    }
}


/* #endregion */

/* #region Pantallas Grandes-Medianas, 951 pixeles hasta 1023px de ancho x 768 pixeles */

@media screen and (max-width:1023px) and (min-width:951px) {

    /* #region INICIO */

    /* #endregion */
}

/* #endregion */

/* #region Pantallas Grandes, 1024 pixeles hasta 1262px de ancho x 768 pixeles */

@media screen and (max-width:1262px) and (min-width:1024px) {

    /* #region INICIO */


    /* #endregion */

}

/* #endregion */

/* #region Pantallas Mas Grandes, 1263 pixeles en adelante de ancho x 780 pixeles */

@media screen and (min-width:1263px) {

    /* #region INICIO */

    .fondoInicio {
        width: 1024px;
        height: 768px;
        margin-top: 10px;
    }

    #boxVideo {
        width: 100%;
        height: 100%;
        position: static;
    }

    /* 
    #fondoVideo{
        position: fixed;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
    }
    */

    #fondoVideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    /* Para poner letras sobre el video 

    https://blog.hubspot.com/website/video-background-css

    h1, h2 {
        color: white;
        font-family: Trebuchet MS;
        font-weight: bold;
        text-align: center;
    }
    
    h1 {
        font-size: 6rem;
        margin-top: 30vh;
    }
    
    h2 { font-size: 3rem; }

    */

    #espacioDeInterfazInicio {
        height: 100%;
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-around;
    }

    #leftBoxInicio {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #rightBoxInicio {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #contenedorTitulo {
        width: 95%;
        padding-top: 30%;
        padding-bottom: 5%;
    }

    @font-face {
        font-family: 'audiowide';
        src: url(../fonts/Audiowide-Regular.ttf);
    }

    #titleDeep {
        height: 100%;
        width: 95%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-family: 'audiowide';
        font-size: 50px;
        font-weight: bold;
    }

    #contenedorPUno {
        width: 94%;
        padding-top: 0%;
        padding-bottom: 6%;
    }

    #contenedorPDos {
        width: 94%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    #contenedorPTres {
        width: 94%;
        padding-top: 21%;
        padding-bottom: 20%;
    }

    .parrafoInicioUno {
        height: 100%;
        width: 95%;
        margin-bottom: 10px;
        display: flex;
        text-align: justify;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }

    .parrafoInicioDos {
        height: 100%;
        width: 95%;
        margin-bottom: 10px;
        display: flex;
        text-align: justify;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        border-top: black 2px solid;
    }

    .imagenInicio {
        width: 80px;
        height: 100px;
    }

    .imagenConfianza {
        padding-right: 100px;
        padding-left: 100px;
    }

    /* #endregion */

    /* #region MENÚ TURISMO */

    .fondoMenuTurismo {
        width: 1024px;
        height: 1536px;
        margin-top: -5%;
    }

    #lineTitleMenuTurismo {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleMenuTurismo {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleMenuTurismo {
        width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    #parrafoTitleUnoMenuTurismo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        align-items: center;
        color: black;

    }

    #espacioDeInterfazMenuTurismo {
        height: 85%;
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        margin-top: 16%;
    }

    #leftBoxMenuTurismo {
        width: 33.3%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    #centerBoxMenuTurismo {
        width: 33.3%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    #rightBoxMenuTurismo {
        width: 33.3%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px
    }

    .cajaMenuTurismo {
        width: 95%;
        height: 33.3%;
        color: #000000;
        font-size: 17.5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        overflow: hidden;
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0px;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 3px 5px 1px gray;
        /* ANIMATION */
        position: relative;

    }

    .cajaMenuTurismo:hover .fade-in {
        opacity: 1;
    }

    .cajaMenuTurismoUno {
        margin-top: -144px;
        margin-bottom: -7px;
        margin-left: 26px;
    }

    .cajaMenuTurismoDos {
        margin-top: 15px;
        margin-bottom: 239px;
        margin-left: 26px;
    }

    .cajaMenuTurismoTres {
        margin-top: -144px;
        margin-bottom: -7px;
        margin-left: 1px;
    }

    .cajaMenuTurismoCuatro {
        margin-top: 15px;
        margin-bottom: 239px;
        margin-left: 1px;
    }

    .cajaMenuTurismoCinco {
        margin-top: -144px;
        margin-bottom: -7px;
        margin-left: -29px;
    }

    .cajaMenuTurismoSeis {
        margin-top: 15px;
        margin-bottom: 239px;
        margin-left: -29px;
    }

    .cajaMenuTurismoSiete {
        margin-top: -230px;
        margin-bottom: 230px;
        margin-left: 26px;
    }

    .cajaMenuTurismoOcho {
        margin-top: -230px;
        margin-bottom: 230px;
        margin-left: 1px;
    }

    .cajaMenuTurismoNueve {
        margin-top: -230px;
        margin-bottom: 230px;
        margin-left: -29px;
    }

    .tituloCajaMenuTurismo {
        font-weight: bold;
        margin-left: 15px;
        text-align: justify;
        color: #000000;
        /* ANIMATION */
        text-decoration: none;
        transition: opacity 0.9s ease-in-out;
    }

    .textoCajaMenuTurismo {
        margin-left: 15px;
        text-align: justify;
        color: #000000;

        /* ANIMATION */
        text-decoration: none;
        transition: opacity 0.9s ease-in-out;
    }

    .textoCajaMenuTurismo:hover {
        color: white;
    }

    .imagenCajaMenuTurismo {
        /*width: 45%;*/
        display: block;
        position: relative;
        width: 343px;
        height: 342px;
        align-items: center;
        align-content: center;
        align-self: center;
        text-align: justify;
    }

    .noneSubBotton {
        text-decoration: none;
        color: #fff;


    }

    #buttonHistoriaPorConocer {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonEventos {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonAlojamiento {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonGastronomia {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonAventura {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonBienestar {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonCompras {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonVidaNocturna {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    #buttonFiestasTradiciones {
        background-color: #00b13d;
        color: #fff;
        border: 1px solid #00b13d;
        width: 100%;
        max-width: 284px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        border-radius: 8px 8px 8px 8px;
        /* margin-left: 50%; 
        transform: translateX(-50%); */
    }

    .boxDivisionBotonMenu {
        width: 100%;
        height: 25%;
        text-align: center;

    }

    /* #endregion */

    /* #region HISTORIA POR CONOCER */

    .fondoHistoriaPorConocer {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazHistoriaPorConocer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleHistoriaPorConocer {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleHistoriaPorConocer {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleHistoriaPorConocer {
        width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    #parrafoTitleUnoHistoriaPorConocer {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        align-items: center;
        color: black;

    }

    #topBoxHistoriaPorConocer {
        height: 20%;
        width: 100%;
        display: flex;
    }

    #centerBoxHistoriaPorConocer {
        height: 20%;
        width: 100%;
        display: flex;
    }

    #bottomBoxHistoriaPorConocer {
        height: 20%;
        width: 100%;
        display: flex;
    }

    #bottomDosBoxHistoriaPorConocer {
        height: 20%;
        width: 100%;
        display: flex;
    }

    #bottomTresBoxHistoriaPorConocer {
        height: 20%;
        width: 100%;
        display: flex;
    }


    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrap {
        width: 1100px;
        margin: 50px auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tarjeta-wrap {
        margin: 10px;
        -webkit-perspective: 800;
        perspective: 800;
    }

    .tarjeta {
        width: 460px;
        height: 350px;
        background: #00b13d;
        position: relative;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: .7s ease;
        transition: .7s ease;
        -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);

    }

    .tarjetaVertical-wrap {
        margin: 10px;
        -webkit-perspective: 800;
        perspective: 800;
    }

    .tarjetaVertical {
        width: 300px;
        height: 400px;
        background: #00b13d;
        position: relative;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: .7s ease;
        transition: .7s ease;
        -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);

    }

    .tarjetaHorizontalGrande-wrap {
        margin: 10px;
        -webkit-perspective: 800;
        perspective: 800;
    }

    .tarjetaHorizontalGrande {
        width: 800px;
        height: 400px;
        background: #00b13d;
        position: relative;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: .7s ease;
        transition: .7s ease;
        -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);

    }

    .adelante,
    .atras {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .adelante {
        width: 100%;
    }

    .atras {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);

        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        text-align: center;
        color: #fff;
        font-family: "open sans";

        flex-direction: column;
    }

    .tarjeta-wrap:hover .tarjeta {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .tarjetaVertical-wrap:hover .tarjetaVertical {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .tarjetaHorizontalGrande-wrap:hover .tarjetaHorizontalGrande {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .card1 {
        background-image: url(../images/HISTORIA_POR_CONOCER/JARDÍN_ZARAGOZA.jpg);
        background-size: cover;
    }

    .card2 {
        background-image: url(../images/HISTORIA_POR_CONOCER/CONJUNTO_RELIGIOSO_1.jpg);
        background-size: cover;
    }

    .card3 {
        background-image: url(../images/HISTORIA_POR_CONOCER/PALACIO.jpg);
        background-size: cover;
    }

    .card4 {
        background-image: url(../images/HISTORIA_POR_CONOCER/CASA_DEL_DIEZMO.jpg);
        background-size: cover;
    }

    .card5 {
        background-image: url(../images/HISTORIA_POR_CONOCER/TEMPLO_SR_CALVARIO.jpg);
        background-size: cover;
    }

    .card6 {
        background-image: url(../images/HISTORIA_POR_CONOCER/PARQUE_DE_LOS_CAÑONES.jpg);
        background-size: cover;
    }

    .card7 {
        background-image: url(../images/HISTORIA_POR_CONOCER/JARDÍN_CAMPANA.jpg);
        background-size: cover;
    }

    .card8 {
        background-image: url(../images/HISTORIA_POR_CONOCER/PLAZA_DEL_CHARRO.jpg);
        background-size: cover;
    }

    .card9 {
        background-image: url(../images/HISTORIA_POR_CONOCER/ABUNDIO_MARTÍNEZ.jpg);
        background-size: cover;
    }

    .card10 {
        background-image: url(../images/HISTORIA_POR_CONOCER/CHAPITEL_1.jpg);
        background-size: cover;
    }

    .card11 {
        background-image: url(../images/HISTORIA_POR_CONOCER/MUSEO_DE_ARQUEOLOGIA.jpg);
        background-size: cover;
    }

    /* #endregion */

    /* #region AVENTURA */

    .fondoAventura {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazAventura {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleAventura {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleAventura {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleAventura {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoAventura {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    #leftBoxAventura {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxAventura {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoAventura {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */

    /* #region BIENESTAR */

    .fondoBienestar {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazBienestar {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleBienestar {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleBienestar {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleBienestar {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoBienestar {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    #leftBoxBienestar {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxBienestar {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoBienestar {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */

    /* #region VIDA NOCTURNA */

    .fondoVidaNocturna {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazVidaNocturna {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleVidaNocturna {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleVidaNocturna {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleVidaNocturna {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoVidaNocturna {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    #leftBoxVidaNocturna {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxVidaNocturna {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoVidaNocturna {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */

    /* #region FERIAS Y TRADICIONES */

    .fondoFeriasTradiciones {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazFeriasTradiciones {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleFeriasTradiciones {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleFeriasTradiciones {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleFeriasTradiciones {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoFeriasTradiciones {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    #leftBoxFeriasTradiciones {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxFeriasTradiciones {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoFeriasTradiciones {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */

    /* #region GASTRONOMIA */

    .fondoGastronomia {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazGastronomia {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleGastronomia {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleGastronomia {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleGastronomia {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoGastronomia {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    .contenedorDosTitleGastronomia {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 0%;
    }

    .parrafoTitleDosGastronomia {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
        color: black;
    }

    #leftBoxGastronomia {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxGastronomia {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoGastronomia {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */

    /* #region ALOJAMIENTO */

    .fondoAlojamiento {
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazAlojamiento {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;

    }

    #lineTitleAlojamiento {
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleAlojamiento {
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine {
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color: black
    }

    #contenedorPTitleAlojamiento {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoAlojamiento {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color: black;

    }

    .contenedorDosTitleAlojamiento {
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 0%;
    }

    .parrafoTitleDosAlojamiento {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
        color: black;
    }

    #leftBoxAlojamiento {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxAlojamiento {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoAlojamiento {
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */


    .card {
        width: 80%;
        margin-bottom: 5%;
    }

    .card-title {
        text-align: center;
    }

    .card-text {
        text-align: justify;
    }

    .logoWhatsapp {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

/* #endregion */

/* #region COMPRAS */

    .fondoCompras{
        width: 100%;
        height: 100%;
        margin-top: 10px;

    }

    #espacioDeInterfazCompras{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-around;
    }

    #lineTitleCompras{
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 7%;
    }

    #titleCompras{
        width: 95%;
        display: flex;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        align-items: center;
    }

    .middleLine{
        height: 1%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        color:black
    }

    #contenedorPTitleCompras{
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 10%;
    }

    #parrafoTitleUnoCompras{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: justify;
        color:black;

    }

    .contenedorDosTitleCompras{
        width: 80%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin-top: 0%;
        margin-left: 0%;
    }

    .parrafoTitleDosCompras{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
        color:black;
        font-weight: bold;
    }

    #leftBoxCompras{
        width: 50%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    #rightBoxCompras{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .boxNumerosTelefonoCompras{
        display: flex;
        flex-direction: row;
        margin-bottom: 2%;
    }

    /* #endregion */
    
    .card{
        width: 80%;  
        margin-bottom: 5%;      
    }

    .card-title{
        text-align: center;
        font-weight: bold;
    }

    .card-text{
        text-align: justify;
    }

    .logoWhatsapp{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    @font-face{
        font-family: 'creativo';
        src: url(../fonts/Creativo_Regular.otf);
    }
}
    
/* #endregion */







/* navbar y footer por Ing. Cielo Cruz Xonthé*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    max-width: 100%;
}

@font-face {
	font-family: Bebas Neue;
	src: url(fonts/BebasNeue-Regular.ttf);
}
.navbar{
    font-family: Bebas Neue, cursive;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    max-width: 100%;
}



/*Aquí debajo va el FOOTER*/

footer{
    width: 100%;
    background-size: cover;
    
    background-color: #ffffff9f;
   
}

.titulo-footer{
    font-size: 20px;
}

.aviso{
    font-size: 10px;
    padding-top: 5px;
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 6px;
}

.box__footer{
    display: flex;
    flex-direction: column;
   padding-top: 42px;
}

.box__footer .logo img{
    width: 180px;
}

.box__footer .terms{
    max-width: 311px;
    margin-top: 20px;
    font-weight: 500;
    color: #343434;
    font-size: 15px;
}

.box__footer h2{
    color: #343434;
    font-weight: 700;
}

.red-social a{
    padding-top: 18px;
    padding-right: -3px;

}
.pie-pagina .container__footer .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 11px;
    color: #fff;
    margin-right: 16px;
    background-color: #047a26;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .container__footer .red-social a:hover{
    color: #343434;
}

.box__footer a{
    margin-top: 10px;
    color: #2c2929;
    
    text-decoration: none;
}

.box__footer a:hover{
    opacity: 0.8;
    color: #2c2929;
    text-decoration: none;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p{
    margin-top: 20px;
    color: #7a7a7a;
} 

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #7a7a7a;
}

.grupo-2{
    background-color: #0d9510;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.grupo-2 small{
    font-size: 15px;
}

@media screen and (max-width: 380px)
 {
    .container__footer .box__footer{
        padding-left: 53px;
        padding-top: 38px;
    }
    .titulo-footer{
        padding-top: 10px;
    }
 }
.navbar{
    font-size: 17.6px;
}
.nav-link, .dropdown-item{
    font-family: Bebas Neue, cursive;
}
.pie-pagina{
    font-size: 16px;
}