@charset "UTF-8";
/* CSS Document */

body {
  background-color: #EAEEED;   
}

header {
	padding: 0px 0;
	margin-bottom: 0px;
	background-color: #21409A;
	height: 90px;
}
.btnLegal {
	text-align: center;
	font-size: 20px;
	color: #777;
	width: 300px;
	margin: 20px auto;
	border: 1px solid #aaa;
	border-radius: 25px;
	background-color: #f1f1f1;
	box-shadow: 0 0 4px #ccc;
	cursor: pointer;
}
.btnLegal:hover{
	background-color: #21409A;
	color:#ffffff; 
}
header img {
	height: 80px !important;
}
footer {
	background-image: url(../images/footer-lattam.png);
	background-repeat: repeat-x;
	height: 100px !important;
	color: #fff;
	padding-top: 28px;
}
footer img {
	width: 138px;
	float: right;
}
.subImage {
	background-image: url(../images/sorteo-viaje-latinoamerica.jpg);
	background-repeat: no-repeat;
	height: 494px;
}
.madrid {
  margin-top: 21px;
  text-align: right;
  color: #fff;
}
.avisoLegal{
	margin-top: 20px;
	font-size: 11px;
	text-align: justify;
	display:none;
}
.slider {
  background-image: url("../images/foto1.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 459px;
  position: relative;
  background-size: cover;
}
.carousel-inner > .item {  
  max-height: 257px;  
}
.carousel {
   margin-top: 30px;
}
.masInfo {
  clear: both;
  color: #555;
  text-align: justify;
}
label.error {
	color: #990000;
	font-size: 11px;
	position: absolute;
	right: 3px;
	top: 7px;
}
#acepto-error {
	right: auto;
	left: 0;
	top: 21px;
}
.formulario {
	background-color: rgba(255,255,255,0.5);
	color: #333339;
	margin: 88px 15px 0px 0;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 4px #ccc;
	border: 1px solid #ccc;
}
.formulario h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	color: #273057;
}
.formulario .form-control {
	background-color: #f5f4eb;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 30px;
}
.formulario h3{
font-size: 22px;
margin-bottom: 1px;
margin-top: 0;	
}
.formulario label{
	font-weight:normal;
}
.pvp{
    margin-top: 406px;
}
.formulario .btn-default {
	background-color: #ec1550;
	border-color: transparent;
	border-radius: 20px;
	color: #fff;
	height: 29px;
	line-height: 12px;
	/* margin-left: 45px; */
	width: 50%;
	margin: 21px auto 0;
	display: block;
	font-weight: bold;
	font-size: 19px;
}
.formulario .checkbox a:link, .formulario .checkbox a:visited{
	color:#fff;
	text-decoration:underline;
}
.formulario .checkbox a:hover{
	color:#ddd;
}
.formulario .form-group {
	margin-bottom: 6px;
	position: relative;
}
.informacion{
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}
.pvpInmueble {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  color: #fff;
  font-size: 62px;
  margin: 19px auto;
  text-align: center;
  text-shadow: 0 0 3px #000;
  width: 80%;
}
.pvpInmueble span{
	font-weight:bold;
}
.paneldatos{
	margin-top:30px;
}


.textolegal p{
	border-top: 1px solid #a7a7a7;
	color: #bbb;
	font-size: 11px;
	margin-right: 5px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: justify;
	margin-left: 16px;	
	}
.logoFooter{
   	margin-right: 10px;
margin-top: 14px;
}
.horario {
	MIN-HEIGHT: 20px;
}
.horario h4 {
    color: #ddd;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}
.horario h4 a {
    color: #fff;
    font-size: 28px;
    margin-left: 10px;
    text-shadow: 0 0 2px #fff;
}
.horario h5 {
color: #bbb;
font-size: 17px;
font-weight: normal;
margin-top: 3px;
margin-bottom: 6px;
}
.gracias{
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
	color: #fff;
	margin-bottom: 18px;
	margin-left: 2%;
	margin-top: 18px;
	padding: 20px;
	margin-right: 8%;	
}
.gracias h2{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}
@media (min-width: 768px) and (max-width: 991px) { 
	.slide{
		background-image: none;
		min-height: auto;
		position: relative;
		background-repeat: no-repeat;
	}
	.pvp{
    	margin-top: 20px;
	}
	.madrid {
	  margin-top: 20px;
	  text-align: center;
	}
	.panelTexto {
		border-bottom: 1px solid #fff;
		border-top: none;
		color: #bbb;
		font-size: 12px;
		margin-bottom: 18px;
		margin-left: 0px;
		margin-top: 18px;
		min-height: 151px;
		padding: 7px 0 5px;
	}
}

@media(max-width:900px) {
footer {
	background-image: url(../images/footer-lattam.png);
	background-repeat: repeat-x;
	height: 100px !important;
	color: #fff;
	padding-top: 28px;
	padding-bottom: 10px;
	background-color: #1B0088;
}
	.subImage{
		background-image: none;
		height: auto;
	}
	.subImage img{
		width:100%;	
	}
	.slide{
		background-image: none;
		min-height: auto;
		position: relative;
		background-repeat: no-repeat;
	}
	.pvp{
    	margin-top: 20px;
	}
	.madrid {
	  margin-top: 20px;
	  text-align: center;
	}
	.panelCuota {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		clear: both;
		color: #bbb;
		font-size: 12px;
		margin-bottom: 18px;
		margin-left: 0px;
		margin-top: 18px;
		padding: 7px 0 5px;
	}
	.panelCuota h4 {		
		text-align:center;
	}
	.panelCuota p {		
		text-align:center;
	}
	.panelTexto {
		border-bottom: 1px solid #fff;
		border-top: none;
		color: #bbb;
		font-size: 12px;
		margin-bottom: 18px;
		margin-left: 0px;
		margin-top: 18px;
		min-height: 151px;
		padding: 7px 0 5px;
	}
	.pive {
	  margin-left: 73px;
	  margin-bottom: 20px;
	}
	.alternative{
	   margin-bottom: 43px;
		margin-left: 50px;
	}
	.formulario {
	background-color: rgba(255,255,255,0.5);
	color: #333339;
	margin: 37px 0px 0px 0;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 4px #ccc;
	border: 1px solid #ccc;
}
	
}
@media(max-width:480px) {
	.slide{
		background-image: none;
		min-height: auto;
		position: relative;
		background-repeat: no-repeat;
	}
	.pvp{
    	margin-top: 20px;
	}
	.madrid {
	  margin-top: 20px;
	  text-align: center;
	}
	.formulario {
	background-color: rgba(255,255,255,0.5);
	color: #333339;
	margin: 37px 0px 0px 0;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 4px #ccc;
	border: 1px solid #ccc;
}
	.panelCuota img {
	  margin-left: 71px;
	  margin-top: 28px;
	}
	.panelCuota {
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		clear: both;
		color: #bbb;
		font-size: 12px;
		margin-bottom: 18px;
		margin-left: 0px;
		margin-top: 18px;
		padding: 7px 0 5px;
	}
	.panelCuota h4 {		
		text-align:center;
	}
	.panelCuota p {		
		text-align:center;
	}
	.panelTexto {
		border-bottom: 1px solid #fff;
		border-top: none;
		color: #bbb;
		font-size: 12px;
		margin-bottom: 18px;
		margin-left: 0px;
		margin-top: 18px;
		min-height: 151px;
		padding: 7px 10px 5px;
	}
	.pive {
	  margin-left: 73px;
	  margin-bottom: 20px;
	}
	.alternative{
		margin-bottom: 43px;
		margin-left: 50px;
	}
	.logoFooter {
	  margin-bottom: 14px;
	  margin-right: 9px;
	  margin-top: 0;
	}
	.horario h4 a {
    color: #fff;
    font-size: 28px;
    margin-left: 10px;
    text-shadow: 0 0 2px #fff;
	display:block;
	border:1px solid #fff;
	background-color:#444;
	padding:5px 10px;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}
}