@charset "utf-8";
/* CSS Document */


*{
	outline: none;
}
body,html{
	width:100%;
	height:100%;
	background-color: #11abd6;
	box-sizing: border-box;
	padding:0px !important;
	margin:0px !important;
	font-family:Arial, Verdana, Geneva, sans-serif;
}
img{
	display:block;
}

.contenedor{
	margin:auto;
	width:100%;
	max-width:1240px;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:20px;
}
.cabecera{
	width:100%;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
	background:#FFF;
}
.cabecera_texto{
	font-family:  Arial, sans-serif;
	color: #2f837c;
	font-size:35px;
	height:100px;
	box-sizing:border-box;
	padding-left:50px;
	min-height:40px;
	line-height:40px;
	background-image:url(../img/favicon.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.cabecera_texto span[estilo="1"]{
	color: #333;
}
.cabecera_texto span[estilo="2"]{
	color: #333;
	font-family:  Arial, sans-serif;
}

.slider{
	position:relative;
	background-color:#2f837c;
	height:auto;
	background-image:url(../img/bg_slider.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	box-sizing:border-box;
	height:526px;

}
.slider_texto{
	color:#fff;
	font-size:50px;
}

@media (max-width: 1024px) {
	.slider{
		height:350px;
	
	}
}
@media (max-width: 728px) {
	.slider{
		height:200px;
	
	}
}

.contenedor_formulario{
	margin:auto;
	width:100%;
	max-width:900px;
	box-sizing:border-box;
	padding:20px;
}
.formulario{
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-sizing:border-box;
	padding:20px;
	text-align:center;
	border-radius:5px;
}
.formulario_titulo{
	margin-top:10px;
	color: #353535;
	font-size: 18px;
}
.formulario_titulo img{
	margin-bottom:10px;
}
.formulario_titulo_precio{
	color:#2f837c;
	font-size:30px;
	margin-bottom:20px;
}
.formulario_titulo_precio span{
	font-size:40px;
}
.formulario_texto{
	margin-top:10px;
	color: #353535;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.7;
}

.input{
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	height:48px;
	border: 1px solid #d1d1d1;
	background-color: #f4f4f4;
	width:100%;
	max-width:370px;
	margin-top:10px;
	box-sizing:border-box;
	text-align:left;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
	border-radius:5px;
}
.input[estado="error"]{
	background-color: #ffe7e7;
}

.tel:focus{
	background-image: url(../img/icono-telefono-fijo.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 20px;
	height:48px;
	border: 1px solid #d1d1d1;
	background-color: #fff;

}
.ralla{
	display: block;
	position: relative;
	color: red;
	text-align: center;
	font-size: 1px;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	box-shadow: 0 10px 10px -8px #d1d1d1;
	height:25px;
	margin:auto;
	margin-bottom:20px;

	width:100%;
	max-width:700px;
}

.btn{
	background-color: #f3a000;
	border: 1px solid #f3a000;
	border-radius: 4px;
	color: #fff;
	font-family: VodafoneRgBd;
	font-size: 19px;
	box-sizing:border-box;
	padding:10px;
	padding-left:35px;
	margin-top:15px;
	padding-right:20px;
	background-image:url(../img/info.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
	cursor:pointer;
	-webkit-transition: 0.2s; /* Safari */
	transition: 0.2s;
	font-family:inherit;
}
.btn:hover{
	background-color: #e19707;
}
.pie{
	width:100%;
	text-align:center;
	box-sizing:border-box;
	padding:30px;
	background-color:#11abd6;
	color:#FFF;
	font-size:14px;
}
#br_mobile{
	display:none;
}
@media (max-width: 850px) {
#br_mobile{
	display:block;
}
}
@media (max-width: 700px) {

}
a{
	color:#2f837c;
	text-decoration:none;
}
.condiciones_cont{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,0.8);
}
.condiciones_cont .condiciones{
	width:100%;
	max-width:800px;
	background:#FFF;
	box-sizing:border-box;
	padding:20px;
}

.contenedor_formulario_fondo{
	background-image: url(../img/bg_slider.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}



.info_cont{
	width:100%;
	max-width:300px;
	background:#FFF;
	display:inline-block;
	box-sizing:border-box;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}

