@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:#fff;
	letter-spacing:0.5px !important;
	font-size:14px;
}
a{
	cursor:pointer;
}
.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;
	color:#737373;
	font-size:20px;
	text-align:center;
	display:table;
	/*border:1px solid #e4e4e4;*/
}

.form_cont_bg{
	background-color: #f9f9f9;
}

.form_cont_title{
	box-sizing:border-box;
	padding-bottom:15px;
	color:#595959;
}

.form_data {
	border-radius: 20px;
	text-align: center;
}

.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:#BA0C2F;
	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:16px;
	outline:none;
}

.input[disabled],.input[disabled="disabled"]{
	background-color:#f4f4f4;
}
.input:hover{
	background-color:#f4f4f4;
	cursor: pointer;
}
.input:focus{
	background-color:#f4f4f4;
}
.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/arrow2.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:48px;
	background-color:#3163d7;
	border: 0px !important;
	width:100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	transition:0.2s;
	font-family:inherit;
	max-width:300px;
	margin:auto;
}
.button:hover{
	opacity: 0.8;
}
@media (max-width: 768px) {
	.content_izq{
		width:100%;
		padding-right:0px;
	}
	.content_der{
		width:100%;
		padding-left:0px;
	}

	.form_cont_title{
		box-sizing:border-box;
		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{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	text-align:center;
	font-size:14px;
	/**/
	background:#BA0C2F; 
	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:#f2f2f2;
}
.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:61px;
	margin-top:10px;
}


.txt_1 {
	font-weight: bold;
	color: #BA0C2F;
	font-size: 36px;
}

.txt_2 {
	font-weight: normal;
	color: #071639;
	font-size: 18px;
	margin-top: 8px;
}

.title_cont_bg{
	  background-color: #f9f9f9;
	  width: 100%;
	  padding-bottom: 30px;
	  padding-top: 30px;
	  background-size:cover;
	  background-position:center center;
	  background-repeat: no-repeat;

	}

@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;
	height:300px;
 }


.header_slide_blur{
	position:absolute;
	top:-5px;
	left:-5px;
	right:-5px;
	bottom:-5px;
	background:url(img/header.png);
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	/*opacity:0.3;
	filter: blur(5px);*/
	z-index:0;
}

.header_slide_img{
	position:relative;
	z-index:2;
	width:100%;
	max-width:940px;
}
.form_title{
	color:#BA0C2F; 
	/*border-bottom:1px solid #e4e4e4; */
	padding-bottom:20px; 
	font-size: 30px;
	font-weight: bold;
}
.form_text{
	color:#a3a3a3;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}


.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:14px;
	color:#a3a3a3;
}
.caracteristicas_item span{
	color:#3cb99b; 
	font-weight:bold;
}


.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;
	padding: 20px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
	text-align: center;

}
.grid_4{
	width:calc(25% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
}

.field_7 {
	margin-top: 15px;
}


@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%;
	margin:auto;
	text-align:center;
	display:table;
	font-size:12px;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}
.footer_cont_logo{
}
.footer_cont_txt{
	box-sizing:border-box;
	padding-top:15px;
}
.footer_cont_txt div{
	color:#fff;
	margin-bottom:5px;
}
.footer_cont_txt a{
	color:#fff;
	text-decoration:none;
}
.footer_cont_txt a:hover{
	opacity: 0.8;
	text-decoration:none;
}
@media (max-width: 500px) {
	.footer_cont{
		text-align:center;
	}
	.footer_cont_logo{
		width:100%;
	}
	.footer_cont_txt{
		width:100%;
	}
}


.icon_title{
	font-size: 20px;
	color: #43b4b7;
	font-weight: bold;
	margin-top: 10px;

}

.icon_txt{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

@media (max-width: 640px) {

	.header_slide{
		height: 30vh;
	}

	.txt_1{
		font-size: 24px;
	}
	.txt_2{
		font-size: 16px;
		line-height: 20px;		
	}

	.input {
		width: 100%;
	}

	.header_img{
	height:80%;
	max-height:60px;
	margin-top:5px;
	}

	.grid_3{
		width: 100%;
		padding: 15px;
		margin: 0px;
	}

	.button{
		height: 46px;
		max-width: 400px;
	}

 
	.form_title{
	color:#BA0C2F; 
	/*border-bottom:1px solid #e4e4e4; */
	padding-bottom:10px; 
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	}

	.content_cb{
	width:100%;
	box-sizing:border-box;
	padding-top:15px;
	text-align:center;
	font-size:12px;
	}

	.title_cont_bg{
	  background:url(img/header_m.png);
	  width: 100%;
	  padding-bottom: 30px;
	  padding-top: 30px;
	  background-size:cover;
	  background-position:center center;
	  background-repeat: no-repeat;

	}

	.form_cont{
	  padding:20px;
	  background-color: transparent;
	}

	.header_slide{
		display: none;
	}
}

@media (max-width: 360px){
	.header_img{
	height:100%;
	max-height:40px;
	margin-top:10px;
	}
}