@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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#f3f3f3;
	letter-spacing:0.5px !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;
	margin-top:30px;
	display:table;
	border:1px solid #e4e4e4;
}
.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;
	}
}

.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;
}
.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;
	}
}
@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:#1a2535;
	width:100%;
	overflow:hidden;
	text-align:center;
	
	
}
.header_slide_blur{
	position:absolute;
	top:-5px;
	left:-5px;
	right:-5px;
	bottom:-5px;
	background-size:cover !important;
	background-position:center center !important;
	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;
	background:rgba(44,44,44,0.8);
	bottom:0px;
	left:0px;
	right:0px;
	box-sizing:border-box;
	padding:10px;
	z-index:10;
	text-align:center;
}
.header_slide_img_txt img{
	width:100%;
	max-width:640px;
	height:auto;
}

.form_title{
	color:#000; 
	border-bottom:1px solid #e4e4e4; 
	padding-bottom:12px; 
	margin-bottom:10px;
}


.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;
}
@media (max-width: 930px) {
	.grid_4{
		width:calc(50% - 20px);
	}
}
@media (max-width: 500px) {
	.grid_4{
		width:calc(100% - 20px);
	}
}

.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%;
	}
}