:root{
    --fondo: #EBE5E2;
    --verde: #3F4131;
    --gaela: 'gaela', Arial, Helvetica, sans-serif;
    --konnectBold: 'konnectBold', Arial, Helvetica, sans-serif;
    --konnectRegular: 'konnectRegular', Arial, Helvetica, sans-serif;
    --konnectLight: 'konnectLight', Arial, Helvetica, sans-serif;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'gaela';
    src: url(../font/gaela/GAELA.otf);
}

@font-face {
    font-family: 'konnectBold';
    src: url(../font/konnect/KonnectBold.otf);
}

@font-face {
    font-family: 'konnectRegular';
    src: url(../font/konnect/KonnectRegular.otf);
}

@font-face {
    font-family: 'konnectLight';
    src: url(../font/konnect/KonnectLight.otf);
}



.contenedor-movil{
    position: relative;
    width: 720px;
    height: auto;
    background-color: var(--fondo);
}



/* SECTION - BANNER */
.banner{
    margin-bottom: 3rem;
}
.fondo__banner{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.contenedor__circulo{
    right: 0;
    bottom: 50px;
}
.cirulo{
    width: 70%;
    object-fit: cover;
}

.logo{
    width: 35%;
    right: 35px;
}
.logo img{
    width: 100%;
    object-fit: cover;
}

@media (max-width: 600px){
    .cirulo{
        width: 60%;
        object-fit: cover;
    }
    
    .logo{
        width: 30%;
    }
}

@media (max-width: 500px){
    .cirulo{
        width: 50%;
    }
    
    .logo{
        width: 20%;
    }
}
@media (max-width: 450px){
    .cirulo{
        width: 40%;
    }
    
    .logo{
        width: 15%;
    }
}


.titulo__baner{
    bottom: 100px;
    left: 60px;
    z-index: 10;
}
@media (max-width: 680px){
    .titulo__baner{
        left: 35px;
    }
}
@media (max-width: 635px){
    .titulo__baner{
        left:5px;
    }
}
@media (max-width: 450px){
    .titulo__baner{
        bottom: 80px;
    }
}
.titulo__baner h1{
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    font-family: var(--gaela);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

@media (max-width: 580px){
    .titulo__baner h1{
        font-size: 30px;
    }
}
@media (max-width: 410px){
    .titulo__baner h1{
        font-size: 24px;
    }
}
.linea{
    width: 70%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.linea-dos{
    width: 30%;
    height: 5px;
    background-color: white;
}

.titulo__baner h2{
    color: white;
    font-family: var(--konnectRegular);
    text-transform: uppercase;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 410px){
    .titulo__baner h2{
        font-size: 20px;
    }
}
/* !SECTION - BANNER */


/* SECTION - RESERVAR  */
.reservar{
    margin: 0 3rem;
}

@media (max-width: 510px){
    .reservar{
        margin: 0 1rem;
    }
    
}
.reservar h2{
    font-family: var(--konnectBold);
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 0;

}

.reservar span{
    font-family: var(--gaela);
}

.reservar p{
    font-family: var(--konnectLight);
    font-size: 14px;
}

@media (max-width: 600px){
    .reservar h2{
        font-size: 30px;
    }
}

@media (max-width: 510px){
    .reservar h2{
        font-size: 24px;
    }
}
@media (max-width: 576px){
    .reservar h2{
        text-align: center;
    }
    .reservar p{
        text-align: center;
    }
}
.btn-reservar{
    text-decoration: none;
    font-family: var(--konnectLight);
    color: black;
    padding: 10px 4rem;
    border: 1px solid rgba(0, 0, 0, 0.500);
}
/* !SECTION - RESERVAR  */




.titulo__contacto h2{
    font-family: var(--gaela);
    font-size: 44px;
    text-transform: uppercase;
}
@media (max-width: 600px){
    .titulo__contacto h2{
        font-size: 30px;
    }
}



.linea-verde{
    background-color: #3f4131ae;
}
.linea-dos-verde{
    background-color: var(--verde);
}

.contacto{
    margin-bottom: 3rem;
}

.fondo__contacto{
    width: 100%;
    object-fit: cover;
    height: 35vh;
}

@media (max-width: 500px){
    .fondo__contacto{
        height: 45vh;
    }
}

.info__contacto{
    margin: 0 3rem;
    position: absolute;
}

.info__contacto img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 10px;
}
.info__contacto a{
    text-decoration: none;
    color: white;
    font-family: var(--konnectLight);
    font-size: 16px;
}
/* !SECTION - CONTACTO */



.imagenes{
    margin-bottom: 4rem;
}

.col-uno{
    margin-top: 3rem;
}

@media (max-width: 540px){
    .col-uno{
        margin-top: 0;
    }
}
.primera-img{
    width: 100%;
    height: 40vh;
    object-fit: cover;
    margin-bottom: 3rem;
}

@media (max-width: 450px){
    .primera-img{
        margin-bottom: 2rem;
    }
    
}
.dos-img{
    border: 1px solid rgba(0, 0, 0, 0.500);
    padding: 1rem;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 700px){ 
    .dos-img{
        width: 200px;
        height: 250px;
    }
}
@media (max-width: 430px){ 
    .dos-img{
        width: 180px;
    }
}
@media (max-width: 390px){ 
    .dos-img{
        width: 170px;
    }
}
@media (max-width: 380px){ 
    .dos-img{
        width: 160px;
    }
}
@media (max-width: 360px){ 
    .dos-img{
        width: 150px;
    }
}


.tres-img{
    width: 100%;
    object-fit: cover;
    border: 1px solid 
    
          rgba(0, 0, 0, 0.500);
    padding: 1rem;
}


.cuatro-img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 3rem;
}
@media (max-width: 490px){
    .cuatro-img{
        margin-bottom: 0;
        height: 30%;
    }
}
.contendor-redes{
    bottom: 0;
    right: 2%;
    display: flex;
    position: absolute;
}

@media (max-width: 440px){
    .contendor-redes{
        right: 2.6%;
        flex-direction: column;
    }
}



.cinco-img{
    width: 400px;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 640px){
    .cinco-img{
        width: 350px;
        object-fit: cover;
    }
}
@media (max-width: 590px){
    .cinco-img{
        width: 300px;
        height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 530px){
    .cinco-img{
        width: 250px;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 490px){
    .cinco-img{
        width: 200px;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 420px){
    .cinco-img{
        width: 180px;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 390px){
    .cinco-img{
        width: 170px;
        height: 250px;
        object-fit: cover;
    }
}




footer{
    padding: 1rem;
    background-color: #d3d3d3;
    
}

.iconos img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}

