body{
	font-family: 'Ubuntu', sans-serif;
}


.contenido-ppal{
	background-image: url("../img/img-fondo-xs.jpg");
	background-repeat: no-repeat;
	background-position: center top; 
}

@media (min-width: 440px) { 
	.contenido-ppal{
		background-image: url("../img/img-fondo-md.jpg");
	}
} 


@media (min-width: 992px) { 
	.contenido-ppal{
		background-image: url("../img/img-fondo.jpg");
	}
} 
.barra-sup{
	background-color: #16925d;
	height: 42px;
	
	/*
		background-image: url("../img/barra.gif");
	background-repeat: no-repeat;
	background-position: center top;
	*/
}

.peq{
	font-size: 11px;
	line-height: 15px;
}

.informamos1{
	color: #033b23;
	font-size: 26px;
	line-height: 26px;
}
.informamos2{
	color: #033b23;
	font-size: 20px;
	font-weight: bold;
}


.btn-secondary{
	width: 193px;
	background-color: #16925d;
	border: none;
}


.btn-secondary:hover{background-color: #16925d;}



input[type="email"] {
  background-color : #eeeff1; 
  width: 193px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.banderas{
	margin-top: 22px;
}
.banderas a{
	cursor: pointer;
}

.alquiler{
	position: absolute;
	left: -13px;
	top:-280px;
}


@media (min-width: 440px) { 
	.alquiler{
		top:-150px;
	}
}

@media (min-width: 440px) {
	.alquiler{
		right: 25%;
		top:-150px;
	}
	
} 


@media (min-width: 992px) { 
	.alquiler{
		right: 250px;
		top:50px;
	}
	
}

.formulario{
	background-image: url("../img/fondo-formulario.png");
	background-repeat: no-repeat;
	background-position: center top; 
	
	
}

.grecaptcha-badge{
	visibility: hidden;
}
	
.formulario-text{
	padding-top: 90px;
	margin: 0 auto;
	width: 200px;
	
}

.altura-formulario{
	height: 325px;
}

@media (min-width: 768px) { 
	.formulario{	
		background-position: right top; 
	
	}
	
	.formulario-text{
		float: right;		
		margin-right: 10px;
	}	
}


.texto-form{
	margin-top: 500px;
}








.texto-vive{
	padding-top: 30px;
}

@media (min-width: 440px) { 
	.texto-vive{
		padding-top: 230px;
	}
}



.fotos div{
	padding: 0 !important;
}

.direccion .media-body{
	border-left: 2px solid #c3c3c3;
	margin-left:15px;
	padding-left: 15px;
	color: #a9a9a9;
	font-size: 10px;
	margin-top: 10px;
}

.direccion{margin-left: 30px;}

.lead{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

.logo-wh{
	margin-top: 3px;
}

.texto-bg{
	font-size: 30px;
	color: #033b23;
}

a:hover,
a:visited,
a{
	color: #033b23;
}
