/** ESTILOS PARA LA PAGINA PRINCIPAL INDEX */

/** ESTILOS PARA EL CARRUSEL  */

@font-face{
    font-family: 'flexslider-icon';
    src: url('../librerias/flexSlider/fonts/flexslider-icon.eot');
    src: url('../librerias/flexSlider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../librerias/flexSlider/fonts/flexslider-icon.woff') 
    format('woff'), url('../librerias/flexSlider/fonts/flexslider-icon.ttf') format('truetype'), url('../librerias/flexSlider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flexslider{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    display: none;
}

.tituloPrincipal{
    border-radius: 10px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #000;
    width: 60%;
    font-size: 29px;
    text-align: center;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
}

.slides{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.8;
}

.imagen1{
    width: 100%;
    height: 100%;
    background: url(../img/entradaPrincipal.webp);
	background-position: center;
	background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

.imagen2{
    width: 100%;
    height: 100%;
    background: url(../img/entrada3.webp);
	background-position: center;
	background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

.imagen3{
    width: 100%;
    height: 100%;
    background: url(../img/recepcion.webp);
	background-position: center;
	background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

.imagen4{
    width: 100%;
    height: 100%;
    background: url(../img/solarRecepcion.webp);
	background-position: center;
	background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

/** ESTILOS CONTROLES CARRUSEL  */

.slides, .flex-control-nav, .flex-direction-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 12%;
    z-index: 80;
}

.flex-control-nav li{
    display: inline-block;
    margin: 0 6px;
}

.flex-control-nav li a{
    display: block;
    background-color: rgba(229, 229, 229, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -99999px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.flex-control-nav li a:hover{
    background-color: #75544d; /* CAMBIAR COLOR */
    transform: scale(1.3);
    color: #fff;
}

.flex-control-nav li a.flex-active{
    background-color: #75544d; /* CAMBIAR COLOR */
    transform: scale(1.3);
    color: #fff;
}

/** ESTILOS PARA LAS FLECHAS DEL CONTROLADOR DEL CARRUSEL */

.flex-direction-nav a{
    display: block;
    text-decoration: none;
    position: absolute;
    top: 52%;
    z-index: 999;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.flex-direction-nav .flex-prev{
    left: 0;
    margin-left: 10px;
}

.flex-direction-nav .flex-next{
    right: 0;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}

/** ESTILOS PARA LA SECCION DE DESCRIPCION DEL HOTEL  */

.descripcionHotel{
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.descripcion{
    width: 50%;
    margin-right: 25px;
}

.descripcion h2{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.descripcion p{
    font-size: 20px;
}

.imagenDescripcion{
    margin-left: 40px;
    width: 400px;
    height: 300px;
}

.imagenDescripcion img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


/** ESTILOS PARA LA SECCION DE SERVICIOS  */

.contenedorServicios{
    padding: 35px;
    margin-top: 55px;
    background-color: rgb(182, 156, 147);
}

.tipoServicios{
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
}

.tipoServicios h2{
    text-align: center;
    padding: 10px;
    font-size: 45px;
}

.servicios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servicios div{
    width: 250px;
    height: 200px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: default;
    transition: all 400ms ease;
}

.cardServicios{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cardServicios p{
    margin-top: 20px;
    font-size: 20px;
}

.cardServicios span{
    font-size: 30px;
    color: #643e33;
    background-color: #d4d4d4;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2); 
    padding: 18px 20px;
    border-radius: 50%;
    transition: .6s ease;
}

.cardServicios span:hover{
    color: #fff;
    background-color: #643e33;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2); 
    padding: 18px 20px;
    border-radius: 50%;
}

.reservasHabitaciones{
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    margin-top: 40px;
    background: linear-gradient(rgba(0, 0, 0, .60), rgb(0, 0, 0, .60)), url(../img/reservar.webp);
	background-position: center;
	background-size: cover;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);   
    cursor: default;
}

.reservasHabitaciones h3{
    margin-left: 50px;
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.reservasHabitaciones p{
    margin-left: 50px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.reservasHabitaciones a{
    margin-left: 50px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    border-radius: 2px;
    background-color: #643e33;
    transition: .6s ease;
}

.reservasHabitaciones a:hover{
    background-color: #5a2d1f;
}



/** SECCION GALERIA DE FOTOS  */

.contenedorFotos{
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    margin-top: 60px;
}

.contenedorFotos h2{
    padding: 15px;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
}

.contenedorImg{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 250px;
    grid-gap: 10px;
}

.contenedorImg .conImg{
    width: 100%;
    height: 100%;
}

.contenedorImg .conImg img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.contenedorImg .conImg img:hover{
    transform: scale(1.05);
}

/** Estilos para la seccion de la ubicacion  */

.ubicacionHotel{
    padding: 35px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    background-color: rgb(182, 156, 147);
}   

.ubicacion{
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
}

.mapa{
    display: flex;
    justify-content: center;
}

.mapaGoogle .cargandoMapa{
    text-align: center;
}

.mapaGoogle iframe{
    margin-left: 50px;
}

.ubicacion h2{
    
    font-size: 45px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
    margin-top: 20px;
}

.direccion{
    padding: 20px 10px 0 0;
    
}

.direccion p{
    font-size: 20px;
}

/** RESPONSIVO  */

@media only screen and (max-width: 982px){

    .tituloPrincipal{
        font-size: 25px;
        width: 100%;
    }

    .descripcionHotel{
        padding: 10px;
    }

    .descripcion{
        padding: 20px;
        width: 100%;
        margin-bottom: 15px;
    }

    .ubicacionHotel{
        padding: 0;
    }

    .ubicacion{
        width: 100%;
    }

    .mapa{
        display: block;
    }

    .mapaGoogle iframe{
        margin: 0 auto;
        width: 100%;
        height: 250px;
    }

    .direccion p{
        text-align: center;
        font-size: 25px;
    }

    .ubicacion h2{
        font-size: 50px;
        text-align: center;
    }

    /** SERVICIOS  */

    .contenedorServicios{
        display: block;
    }
    
    .tipoServicios h2{
        padding: 15px;
        font-size: 50px;
        text-align: center;
    }

    /** ESTILOS GALERIA */

    .contenedorFotos h2{
        font-size: 50px;
    }

    .contenedorImg {
        padding: 15px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 150px;
        grid-gap: 10px;
    }

    .contenedorImg .conImg img{
        height: 100%;
    }

}

@media only screen and (max-width: 767px){

    .tituloPrincipal{
        font-size: 15px;
    }

    .descripcion h2{
        font-size: 40px;
    }

    .descripcion p{
        width: 100%;
        margin-left: 18px;
        font-size: 18px;
    }

    .imagenDescripcion{
        margin: 8px;
        display: flex;
        width: 300px;
        height: 200px;
    }

    /** UBICACION  */

    .ubicacionHotel h2{
        margin-bottom: 20px;
    }

    .ubicacion h2{
        font-size: 40px;
    }

    .direccion p{
        font-size: 20px;
    }

    .flex-direction-nav{
        display: none;
    }

    .mapaGoogle iframe{
        margin-top: 30px;
    }


    /** SERVICIOS  */  

    .contenedorServicios{
        padding: 0;
        margin-top: 55px;
    }
    
    .tipoServicios h2{
        font-size: 40px;
    }

    .servicios div{
        width: 170px;
        height: 150px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: default;
    }
    
    .cardServicios p{
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
    }

    .reservasHabitaciones{
        width: 100%;
        height: 250px;
        border-radius: 0;
    }
    
    .reservasHabitaciones h3{
        margin-left: 10px;
        font-size: 28px;
    }
    
    .reservasHabitaciones p{
        margin-left: 10px;
        font-size: 10px;
    }
    
    .reservasHabitaciones a{
        margin-left: 10px;
        padding: 8px;
        font-size: 15px;
    }
    
    .reservasHabitaciones a:hover{
        background-color: #5a2d1f;
    }
    

    /** ESTILOS RESPONSIVOS DE GALERIA DE IMAGENES  */

    .contenedorFotos{
        padding: 5px;
    }

    .contenedorImg{
        margin-top: 5px;
    }

}