@charset "utf-8";
/* CSS Document */
body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	font-family:'Roboto', sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	background:#f3f3f3;
	letter-spacing:0px !important;
	font-size:14px;
}
.form_cont{
	width:100%;
	background:#fff;
	margin:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	padding:30px;
	padding-top:15px;
	color:#737373;
	font-size:20px;
	text-align:center;
	display:table;
	border:1px solid #e4e4e4;
}

.slider .form_cont{
	-webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.1); 
	box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.1);
}
.form_cont_title{
	box-sizing:border-box;
	padding-bottom:15px;
	color:#595959;
}

.content_izq{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-top:15px;
	padding-right:8px;
	
}
.content_der{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-top:15px;
	padding-left:8px;
}
.content_full{
	width:100%;
	box-sizing:border-box;
	padding-top:15px;
}
.content_cb{
	width:100%;
	box-sizing:border-box;
	padding-top:15px;
	text-align:center;
	font-size:14px;
}
.content_cb a{
	color:#0096cb;
	text-decoration:none;
}
.content_cb[status="error"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #d11515;
	margin-top:15px;
	padding-bottom:15px;
}

.input{
	height:40px;
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	font-family:inherit;
	color:#737373;
	font-size:14px;
	outline:none;
}
.input[disabled],.input[disabled="disabled"]{
	background-color:#f4f4f4;
}
.input:hover{
	border:1px solid #a4a4a4;
}
.input:focus{
	border:1px solid #595959;
}
.input[status="error"]{
	border:1px solid #d11515;
	background-color:#FFF0F0;
}

select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:center right 10px;
	cursor:pointer;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#737373;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#737373;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#737373;
}
.button{
	height:50px;
	line-height:50px;
	box-sizing:border-box;
	background-color:#0096cb;
	border:1px solid #0096cb;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	transition:0.2s;
	font-family:inherit;
	max-width:160px;
	margin:auto;
	text-transform:uppercase;
}
.button:hover{
	background-color:#00a6e1;
}
@media (max-width: 768px) {
	.content_izq{
		width:100%;
		padding-right:0px;
	}
	.content_der{
		width:100%;
		padding-left:0px;
	}
	.input{
		height:35px;
		font-size:14px;
	}
	.form_cont{
		padding:20px;
		margin-top:20px;
		padding-top:10px;
	}
	.form_cont_title{
		box-sizing:border-box;
		padding-bottom:18px;
		font-size:16px;
	}

	.desc_item{
		min-height: auto !important;
	}
}

.form_error{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #d11515;
	float:left;
	width:100%;
	margin-top:15px;
	font-size:16px;
	text-align:left;
	color:#d11515;
	margin-bottom:10px;
}	

.footer_logos{
	margin-top:50px;
	background-color:#f7f7f7;
	box-sizing:border-box;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}

#id_footer_logos_mobile{
	display:none;
}
@media (max-width: 768px) {
	.footer_logos{
		margin-top:30px;
	}
	#id_footer_logos_desktop{
		display:none;
	}
	#id_footer_logos_mobile{
		display:inline-block;
	}
	
}

.footer{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	background:#595959;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	/**/
	background:#222222; 
	padding-top:30px; 
	padding-bottom:30px; 
	color:#bfbfbf;
}
.cargando{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,0.9);
	background-image:url(img/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:500;
}




/*****************/


.contenedor{
	width:100%;
	max-width:960px;
	margin:auto;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}

.header{
	height:78px;
	border-bottom: 10px solid #0095C8;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	background:#FFF;
}
.contenedor_header{
	width:100%;
	max-width:940px;
	margin:auto;
	text-align: center;
}
.contenedor_header_text{
	float:right;
	color: #57AFD7;
	line-height:68px;
	font-size:16px;
	font-weight:bold;
}
.header_img{
	height:100%;
	max-height:60px;
	margin-top:5px;
}

@media (max-width: 768px) {
	.header{
		height:58px;
		border-bottom: 5px solid #0095C8;
	}
	.contenedor_header_text{
		line-height:53px;
	}
	.header_img{
		margin-top: auto;
	}

	.grid_3{
		width: 100% !important;
	}
}
@media (max-width: 420px) {
	.contenedor_header_text{
		font-size:12px;
	}
}
@media (max-width: 350px) {
	.contenedor_header_text{
		display:none;
	}
}


.header_title{
	background-color: #2C2C2C;
	color:#FFF;
	box-sizing:border-box;
	padding-top:20px;
	padding-bottom:20px;
}
.header_title_title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}


.header_slide{
	position:relative;
	background-color:#0096cb;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom: 20px;

}
.header_slide_blur{
	position:absolute;
	top:-5px;
	left:-5px;
	right:-5px;
	bottom:-5px;
	background:url(img/header_img.jpg);
	background-size:cover;
	background-position:center center;
	opacity:0.3;
	filter: blur(5px);
	z-index:0;
}
.header_slide_blur{
	position:absolute;
	top:-5px;
	left:-5px;
	right:-5px;
	bottom:-5px;
	background:url(img/header_img.jpg);
	background-size:cover;
	background-position:center center;
	opacity:0.3;
	filter: blur(5px);
	z-index:0;
}
.header_slide_img{
	position:relative;
	z-index:2;
	width:100%;
	max-width:940px;
}

.header_slide_img_txt{
	position:relative;
	bottom:0px;
	left:0px;
	right:0px;
	box-sizing:border-box;
	padding:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:10;
	text-align:center;
}
.header_slide_img_txt img{
	width:100%;
	max-width:650px;
	height:auto;
}

.form_title_1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    color: #0096cb;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

.form_subtitle {
    font-size: 22px;
    font-weight: normal;
    color: #363636;
    padding-bottom: 30px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}


.form_title{
	color:#000; 
	border-bottom:1px solid #e4e4e4; 
	padding-bottom:12px; 
	margin-bottom:10px;
	padding-top: 20px;
}


.caracteristica{
	display:table;
	width:100%;
	clear:both;
}
.caracteristicas_item{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #e4e4e4;
	border-radius:10px;
	font-size:15px;
	color:#a3a3a3;
}


.grid_cont{
	width:100%;
	margin-top:20px;
	display:table;
}
.grid_2{
	width:calc(50% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
}
.grid_3{
	width:calc(33.33% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
}
.grid_4{
	width:calc(25% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
}


.slider {
	height: auto;
	background: #f3f3f3;
	position: relative;
	overflow:auto;

	background-image: url("img/header_desktop.png");
	background-size: auto 100%;
	background-repeat: no-repeat;

	max-width: 1440px;
	margin: auto;
}

.slider .contenedor{
	padding-left:0px;
	padding-right:0px;
}

.slider_cont_izq{
	height:600px;
	width: calc(100% - 700px);
	margin: auto;
	float:left;
	padding-top: 20px;
	text-align: center;
}


.slider_cont_der{
	height:auto;
	width:700px;
	float:left;
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.slider a {
	color:#00c8ff;
	text-decoration:none;
}
.slider a:hover {
	color:#ffb100;
}


@media (max-width: 1080px) {
	.slider{
		height:auto;
		background-image: none;
	}
	.slider_cont_izq{
		text-align:center;
		width:100%;
		height:250px;
		background-image: url(img/header_mobile.png);
		background-size: auto 100%;
		background-position: top;
		background-repeat: no-repeat;
		padding-top: 0px;

	}
	.slider_cont_der{
		width:100%;
		height:auto;
		float:none;
		padding-left:10px;
		padding-bottom:20px;
		text-align:center;
		padding-top: 0px;
	}
	.slider_cont_der form{
		width:100%;
		margin:auto;
	}

	.form_title{
		font-size:24px;
		text-align:left;
	}

	.form_title_1{
		font-size:22px;
		text-align:center;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.form_subtitle{
		font-size:18px;
		text-align:center;
		padding-bottom: 0px;
	}
 	.button{
		margin-left:auto;
		margin-right:auto;
	}

	.form_cont{
		padding:20px;
		margin-top:20px;
	}
}

@media (max-width: 930px) {
	.grid_4{
		width:calc(50% - 20px);
	}
}
@media (max-width: 500px) {
	.grid_4{
		width:calc(100% - 20px);
	}
	.slider_cont_izq{
		background-size: cover;


	}
}

.desc_item{
	text-align:center;
	box-sizing:border-box;
	padding:15px;
	padding-top:20px;
	padding-bottom:20px;
	
	color:#717171;
	font-size:14px;
	line-height:18px;
	
	min-height:412px;
}
.desc_item div{
	color: #57AFD7;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
@media (max-width: 500px) {
	.desc_item{
		min-height:5px;
	}
}


.footer_cont{
	width:100%;
	max-width:450px;
	margin:auto;
	text-align:left;
	display:table;
	font-size:12px;

}
.footer_cont_logo{
	float:left;
	width:110px;
}
.footer_cont_txt{
	float:left;
	width:calc(100% - 110px);
	box-sizing:border-box;
	padding-top:15px;
}
.footer_cont_txt div{
	margin-bottom:5px;
}
.footer_cont_txt a{
	color:#0096cb;
	text-decoration:none;
}
.footer_cont_txt a:hover{
	color:#fff;
	text-decoration:none;
}
@media (max-width: 500px) {
	.footer_cont{
		text-align:center;
	}
	.footer_cont_logo{
		width:100%;
	}
	.footer_cont_txt{
		width:100%;
	}

	.slider_cont_izq{
		height:200px !important;
		transition: 0.4s;
	}
}