
/* Estilos nav */
nav div ul li a{
    color: rgb(63, 49, 34) !important;
}
nav div ul li a:hover{
    color: rgb(141, 117, 89) !important;
}
li.nav-item {
    margin-left: 10px;
    font-size: large;
    
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-top: 50px;
}
}

@media (min-width: 992px){
form.d-flex {
    margin-top: 50px;
}
}


/* Estilos header CARRUSEL*/
header{
    margin-bottom: 2%;
}

@media (min-width: 1200px){
div#carouselExampleIndicators_info {
    overflow: hidden;
    height: 450px;
}
} 

/* Estilos CARD INDEX*/
.card{
    margin: 5%;
}
.card-text{
    color: rgb(63, 49, 34);
}
.info{
    margin-top: 0%;
}
.info ul li{
    color: rgb(63, 49, 34);
}

/*Estilos section CARD ACTIVIDADES*/
.actividad{
    margin: 1%;
}

/*Estilos CARD COMO LLEGAR*/
.llegar{
    margin:1%;
}

/* Estilos Formulario Reserva*/

.form{
    display: flex;
    margin: 2%;
    justify-content: center;
    padding: 5%;
    background-color: #eeeeeb;
}

.formcontact.rounded {
    width: 100%;
}

section div form{
    color: rgb(63, 49, 34);
    
}
section div form input{
    color: rgb(63, 49, 34);
    width: 100%;
}

/*Estilo Formulario de preguntas*/
.formulari{
    background-color: #eeeeeb;
    margin: 2%;
    color: rgb(63, 49, 34);
    border: none;
}
.formulari input{
    color: rgb(63, 49, 34);
}

/* Estilos footer */

footer{
    display: flex;
    background-color: #eeeeeb;
    color: rgb(63, 49, 34);
}

/* ESTILOS CONTACTO */
/* ICONO EMAIL */

.email a.correo{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite-contacto2.png);
    background-position: -18px 133px;
    border-radius: 50px;
    border: solid thin rgb(61, 35, 35);
}
.email h5{
    margin: 5px 5px 0px 0px;
}
/* ICONO LOCATION */
.location a.logodireccion{
    display: flex;
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite-contacto2.png);
    background-position: 65px 133px;
    border-radius: 50px;
    border: solid thin rgb(61, 35, 35);
}
.location h5{
    margin: 5px 5px 0px 0px;
}
/* ICONO PHONE */
.phone a.logotelefono{
    display: flex;
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite-contacto2.png);
    background-position: -182px 133px;
    border-radius: 50px;
    border: solid thin rgb(61, 35, 35);
}
.phone h5{
    margin: 5px 5px 0px 0px;
}

/*Estilo REDES SOCIALES*/

.redes{
    background-color: #ffffff;
    margin-bottom: 2%;
}

/* Estilo Face */
.redes a.face{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/sprite-redes.png);
    background-position: -5px -2px;
}
/* Hover face */
.redes a.face:hover{
    background-position: -5px 47px;
}
/* Estilos insta */
.redes a.insta{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/sprite-redes.png);
    background-position: 54px -2px;
}
/* Hover insta */
.redes a.insta:hover{
    background-position: 54px 47px;
}




/* Estilos son para Small devices 
@media screen and(min-width: 576px){
    
}
Estilos son para Medium devices
@media screen and(min-width: 768px){

}
Estilos son para Large devices
@media screen and(min-width: 992px){
    
}
Estilos son para Xlarge devices
@media screen and(min-width: 1200px){
    
}
Estilos son para XXlarge devices 
@media screen and(min-width: 1400px){
    
}*/




