
/*----------------Color menu personalizado--------*/

.nav-item a:hover {
    color: #ffdf42!important;
}


.footer-personalizado {
    background-color: #ffdf42;
    border-top: 15px solid #1d1d1b;
	font-size: 12px;
}
.footer-personalizado a {
    color: #1d1d1b;
}
.footer-personalizado a:hover {
    text-decoration: none;
}
.redes {
    margin: 0px 5px 0px 5px;
}

h1, h2 {
	color:#ffdf42;
}

h3, h4 {
	color:#1d1d1b;
}



.parallax { 
   
    background-image:url(../img/p11/header.jpg);	
    height: 800px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-amenities { 
   
    background-image:url(../img/p11/fondo-comodidades.jpg);
    height: 600px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#direccion {
	background-color:#ffdf42;
	font-weight: bold;
	color:#1d1d1b;
	padding:10px;
}

.verde {
    color: #ffdf42!important;
	font-weight:700;
	
}

.blanco {
	color:white!important;
}

#logo-faro {
    margin: 100px 0;
    max-width: 500px;
    min-width: 200px;
    width: 47%;
}


.img-sobre {
    width: 90%;
    height: 100%;
    border: 3px solid #e9e9e9;
}



#otros-canales i {
    margin: 10px 0px 10px 0px;
}
#otros-canales a {
    color: #1d1d1b;
}
#otros-canales a:hover {
    color: #ffdf42;
	text-decoration:none;
}
#mapa {
    border: solid 1px #ffdf42!important;
}

#newsletter {
background-image:url(../img/p11/fondo-newsletter.jpg);	
background-size:cover;
	
}

#newsletter h2, .lead {
    color: #1d1d1b;
}	

.bt-emprendimientos {
    background-color: #1d1d1b;
    padding: 13px;
    font-weight: bold;
    color: white;
    border: none;
    margin: 10px 0px 0px 0px;
	transition: 1s ;
}

.bt-emprendimientos:hover {
    background-color: #ffdf42;
    color: black;
    transition: 1s ;
}

	
#sobre {
background-image:url(../img/p11/fondo-sobre.jpg);
background-size:cover;
}

#sobre .lead {
color: #1f1f1f;	
}

#caracteristicas {
background-image:url(../img/p11/fondo-caracteristicas.jpg);
background-size:cover;
}




#tipologias {
background-image:url(../img/p11/fondo-tipologias.jpg);
background-size:cover;
color:#ffdf42;
}

#tipologias h2 {
color:#ffdf42;
}

#tipologias figcaption {
    color: #ffdf42;
    font-size: 20px;
    font-weight: bold;
}


#tipologias a {
color:#ffdf42;
}

#tipologias a:hover {
color:#ffffff;
}

#fotos {
background-image:url(../img/p11/fondo-sobre.jpg);
background-size:cover;
	
}

#fotos img {
    padding: 0px 0px 20px 0px;
    border: none;
}

#fotos h2 {
	color: white;
}

.box-comodidades {
    border: 5px solid;
    padding: 20px;
    background-color: #ffdf42;
    color: white;
    border-radius: 100px;
    transition: 1s;
}

.box-comodidades:hover {
    border: 5px solid;
    padding: 20px;
    background-color: #898989;
    color: white;
    border-radius: 100px;
    transition: 1s;
}

.titulo-comodidad {
    text-align: center;
}






.foto-galeria {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 1px solid #ffdf42;
    transition: 1s;
}

.foto-galeria:hover {
    opacity: 0.7;
    transition: 1s;
}
	
	
#divisor-patagonia {
background-color:#ffdf42;
padding:20px!important;	
	color:#1d1d1b;
	
}
#divisor-patagonia2 {
background-color:#1d1d1b;
padding:20px!important;	

}	
	
	
	
	
	
	
	
