@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:'Open Sans', sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	background:#f3f3f3;
	letter-spacing:0px !important;
	font-size:14px;
	overflow-x: hidden;
}
.form_cont{
	width:100%;
	background:#363636;
	margin:auto;
	box-sizing:border-box;
	padding:30px;
	padding-top:15px;
	color:#737373;
	font-size:20px;
	text-align:center;
	display:table;
}

.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"]{
	border:1px solid #d11515;
	margin-top:15px;
	padding-bottom:15px;
}

.input{
	height:40px;
	background-color:#555555;
	border:1px solid #555555;
	width:100%;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	font-family:inherit;
	color:#dcdcdc;
	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;
}

.telefono {
    display: inline-flex;
    width: 100% !important;
}

.text_prepend {
    padding: .8em 15px 0px 15px;
    height: 40px;
    background-color: #555555;
    border: 1px solid #555555;
    box-sizing: border-box;
    color: #dcdcdc;
    font-size: 14px;
}


.asterisco {
	padding: 20px;
}
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;
	color: #b7b7b7 !important;
}

option{
  color: #dcdcdc !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#b7b7b7;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#b7b7b7;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#b7b7b7;
}
.button{
	height:50px;
	line-height:50px;
	box-sizing:border-box;
	background-color:#0096cb;
	border:1px solid #0096cb;
	width:100%;
	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;
	}

	.p-left{
		padding-left: 0px !important;
		transition: 0.2s;
	}
}

.form_error{
	box-sizing:border-box;
	padding:15px;
	border:1px solid #d11515;
	float:left;
	width:100%;
	margin-top:15px;
	font-size:16px;
	text-align:left;
	color:#dcdcdc;
	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;
	}

}

@media (max-width: 600px){
	.item-list{
		width: 100% !important;
	}

	.grid_2{
		width:100% !important;
		margin-bottom: 20px;
	}
}

.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:100px;
	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:48px;
	padding-top: 20px;
	transition: 0.2s;
}

@media (max-width: 768px) {
	.header{
		height:64px;
	}
	.contenedor_header_text{
		line-height:53px;
	}
	.header_img{
		margin-top: auto;
		padding-top: 9px;
		max-height: 40px;
	}
		.slider_cont_izq{
		height:220px !important;
		transition: 0.4s;
		background-position: center;
	}
}
@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:#363636;
	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:700px;
	height:auto;
}

.form_title_1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    color: #0098cd;
    padding-bottom: 10px;
    padding-top: 10px;
    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;
}

.title-2{
	color: #363636;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.title-1{
	color: #363636;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
}

.text-1{
	font-size: 16px;
	color: #555555;
	padding: 10px 20px;
	text-align: left;
}

.text-2{
	font-size: 16px;
	color: #555555;
	padding: 10px 20px;
	text-align: left;
}




.notification--tight {
    padding: 0.5rem;
    margin: 20px;
}

.notification--tight.-bg-primary {
    background-color: #0098cd;
}

.-bg-primary {
    color: #fff;
    background: #0098cd;

}


p.well.banner {
	color: #eeeeee;
	font-size: 19px;
	font-family: "unitcomp","Arial","Gadget",sans-serif;
	padding-left: 20px;
}

.caracteristica{
	display:table;
	width:100%;
	clear:both;
}
.caracteristicas_item{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #e4e4e4;
	font-size:15px;
	color:#a3a3a3;
}


.grid_cont{
	width:100%;
	margin-top:20px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.grid_2{
	width:calc(50% - 10px);
	background:#FFF;
}
.grid_3{
	width:calc(33.33% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
}
.grid_4{
	width:calc(25% - 20px);
	margin:10px;
	background:#FFF;
	border:1px solid #e4e4e4;
	box-sizing:border-box;
	float:left;
}

.items-cont{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.item-box{
	width: calc(50% - 60px);
	text-align: center;
	background-color: #eff2f4;
	color: #555555;
	padding: 12px 20px;
	margin: 10px;
	font-size: 16px;
}

.item-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
	text-align: left;
	color: #555;
	font-size: 16px;
	padding-bottom: 20px;
}

.p-left{
	padding-left: 60px;
}

.item-list img{
	max-width: 10px;
	padding-right: 6px;
}

.item-txt{
	width: 90%;
}

.box-cont{
	background-color: white;
	padding: 30px;
	margin-bottom: 20px;
}



.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: 100%;
	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:35px;
	padding-bottom: 35px;
	padding-right: 15px;
}
.slider a {
	color:#00c8ff;
	text-decoration:none;
}
.slider a:hover {
	color:#ffb100;
}

/*acordeon*/

.ui-accordion .ui-accordion-header{
	padding: 1em !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.ui-widget{
	font-family: 'Roboto' !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

@media (max-width: 1080px) {
	.slider{
		height:auto;
		background-image: none;
	}
	.slider_cont_izq{
		text-align:center;
		width:100%;
		height:400px;
		background-image: url(img/bg_mobile.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		padding-top: 0px;

	}
	.slider_cont_der{
		width:100%;
		height:auto;
		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;
	}

	.p-top{
		padding-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;
	min-height:412px;
}

@media (max-width: 880px){
	.item-box{
		width: 100%;
		max-width: 600px;
		margin: auto;
		margin-bottom: 20px;
	}

	.items-cont{
		padding-top: 20px;
	}

	.contenedor_header{
		text-align: center;
	}
}

@media (max-width: 500px) {
	.desc_item{
		min-height:5px;
	}
}


.footer_cont{
	width:100%;
	max-width:450px;
	margin:auto;
	text-align:left;
	font-size:12px;

}
.footer_cont_logo{
	width:100%;
	text-align: center;
}

.footer_cont_logo img{
	width: 100%;
	max-width: 350px;
}

.footer_cont_txt{
	width:100%;
	box-sizing:border-box;
	padding-top:15px;
	text-align: center;
}
.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%;
	}
}

.ui-accordion-header{
	background: #0098cd;
	color: white;
}

.ui-state-active{
	border: 0px solid;
}

.ui-widget-content{
	border: 0px solid;
}

.ui-icon{
	padding-right: 5px;
}
