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

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


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

h1, h2 {
	color:#f5cb20;
}

h3, h4 {
	color:#f2c921;
}



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

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


.negro {
	color:#000000;
}
.verde {
    color: #000000!important;
}

.blanco {
	color:white!important;
}

#logo {
    margin: 100px 0px 0px 0px;
    max-width: 700px;
    min-width: 200px;
    width: 50%;
}


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



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

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

#newsletter h2, .lead {
    color: #c9aa37;
}	

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

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

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

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

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




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

#fotos {
background-image:url(../img/ai/fondo-fotos.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: #898989;
    
    color: white;
    border-radius: 100px;
    transition: 1s;
}

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

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



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



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

.foto-galeria:hover {
    opacity: 0.7;
    transition: 1s;
}
	
	#separador {
    padding: 30px;
    background-color: #8b949c;
}
	
	
	
	
	
	
	
	
	
