@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: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility;
	/*font-family: "Trebuchet MS", Poppins, Helvetica, sans-serif;*/
	background:#f3f3f3;
	letter-spacing:0px !important;
	font-size:14px;
}
a{
	cursor:pointer;
}


form{
	margin-block-end: 0em;
}

.slider{
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
}

.bg_img{
	background-image: url(img/bg.png);
	background-size:auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.form_cont{
	width:100%;
	max-width: 600px;
	background: transparent;
	margin:auto;
	box-sizing:border-box;
	color:#737373;
	font-size:20px;
	text-align:center;
	display:table;
	border-radius: 20px 20px 20px 20px;
	background-color: #fff;
	padding:  15px 25px 25px 25px;
	/*border:1px solid #e4e4e4;*/
}
.form_cont_title{
	box-sizing:border-box;
	color:#707070;
	font-size: 26px; 
	font-weight: bold;
	padding-bottom: 10px;
}

.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;
	text-align:center;
	font-size:13px;
	padding-top: 20px;
}
.content_cb a{
	color:#00a1b0;
	text-decoration:none;
}

.content_cb a:hover{
	color: #3c3950;
}

.content_cb[status="error"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #d11515;
	padding-bottom:15px;
	padding-top:15px;
	margin-top: 10px;
}

.input{
	height:48px;
	background-color:#f2f2f2;
	border:0px solid;
	width:100%;
	font-family: "Poppins";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:35px;
	color:#666;
	margin-top: 10px;
	font-size:15px;
	outline:none;
}
.input[disabled],.input[disabled="disabled"]{
	background-color:#f4f4f4;
}
.input:hover{
	background-color:#f9f9f9;
}
.input:focus{
	background-color:#f9f9f9;
}
.input[status="error"]{
	border:1px solid #d11515;
	background-color:#FFF0F0;
}

option:disabled{
		color: #c4c4c4;
}

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:#c4c4c4;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#c4c4c4;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#c4c4c4;
}

*[margin_top="10"]{
	margin-top:10px;
}

.button{
	height:48px;
	box-sizing:border-box;
	background: #25a382;
	border:0px solid #25a382;
	width:100%;
	max-width: 360px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	outline:none;
	color:#fff;
	font-family: "Poppins";
	font-weight: 500;
	text-transform: uppercase;
	font-size:16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	cursor:pointer;
	transition:0.2s;
	margin:auto;
}

.button:hover{
	background: #002c43;
}


.footer_cont{
	width:100%;
	margin:auto;
	text-align:center;
	display:table;
	font-size:12px;
	color:#fff;
}

.footer_cont_txt{
	box-sizing:border-box;
	padding-top:15px;
	color: #999999;
}
.footer_cont_txt div{
	color:#fff;
	margin-bottom:5px;
}
.footer_cont_txt a{
	color:#1cb5ee;
	text-decoration:none;
}
.footer_cont_txt a:hover{
	color:#25a382 !important;
	text-decoration:none;
}

.linea{
	width: 100%;
	height: 14px;
	background: rgb(0,44,67);
	background: linear-gradient(45deg, rgba(0,44,67,1) 0%, rgba(37,163,130,1) 100%);
}

@media (max-width: 500px) {
	.footer_cont{
		text-align:center;
	}
	.footer_cont_logo{
		width:100%;
	}
	.footer_cont_txt{
		width:100%;
	}

	.header_img{
		height: 30px !important;
	}

	.header{
		height: 60px !important;
	}

}

.item{
	margin-bottom: 10px;
	display: table;
	height: 35px;
}

 .item i {
    background: url('img/list_icon.png') no-repeat;
    padding-left: 8px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
  }
 .item p {
    display: table-cell;
    vertical-align: middle;
  }

.talking-point {
  margin-bottom: 10px;
  display: table;
  min-height: 35px;
}





@media (max-width: 640px) {

	.grid_4{
		width:calc(50% - 20px) !important;
	}
}

.header_slide_img{
	position:relative;
	z-index:2;
	width:100%;
	max-width:940px;
}

.header_slide_img_txt{
	position:relative;
	background: #333;
	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;
}

@media (max-width: 768px) {
	.content_izq{
		width:100%;
		padding-right:0px;
	}
	.content_der{
		width:100%;
		padding-left:0px;
	}

	.grid_3 {
		width: 50% !important;
		margin: 0 !important;
	}

	.margin-m {
		margin-bottom: 35px !important;
	}

	.input{
		height:40px;
		font-size:16px;
	}

	.form_cont_title{
		box-sizing:border-box;
		padding-bottom:18px;
		font-size:24px;
	}

	.slider_cont_izq{
		max-width: 90% !important;
		padding-left: 0px !important;
	}

	.slider_cont_der{
		max-width: 90% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

}

.form_error{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	padding:8px;
	border:1px solid #d80024;
	float:left;
	width:100%;
	margin-top:15px;
	font-size:14px;
	text-align:left;
	color:#666;
}	


.footer{
	width:100%;
	box-sizing:border-box;
	background:#002c43;
	text-align:center;
	color:#999999;
	font-size:14px;
	padding-top:15px; 
	padding-bottom:15px; 
}

.footer_grid1{
	width: 20%;
	float: left;
	padding-top: 5px;
}

.footer_grid2{
	width: 30%;
	float: left;

}

.footer_grid3{
	width: 50%;
	float: left;

}


.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;
}

.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;
}




/*****************/


.contenedor{
	width:100%;
	max-width:960px;
	margin:auto;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	display: table;
}

.header{
	height:70px;
	box-sizing:border-box;
	padding: 10px;
	background:#fff;
}
.contenedor_header{
	width:100%;
	max-width:940px;
	margin:auto;
	text-align:center;
}

.header_logo{
	height: 55px;
	margin-top: 5px;
}

.header_disc{
	color: #57AFD7;
	float: right;
	padding-top: 31px;
	width: 50%;
	font-weight: bold;
}

.contenedor_header_text{
	float:right;
	color: #57AFD7;
	line-height:68px;
	font-size:16px;
	font-weight:bold;
}
.header_img{
	height: 38px;
}

.form_flex{
	display: flex;
	max-width: 600px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_input{
	flex-basis: calc(50% - 5px);
}

.form_input_100{
	flex-basis: 100%;
}


.form_text{
	color:#a3a3a3;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}



.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;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
}

.footer_cont{
	width:100%;
	margin:auto;
	text-align:center;
	font-size:12px;
	max-width: 1480px;
}
.footer_cont_logo{
	text-align: center;
	width:110px;
	margin: auto;
}
.footer_cont_txt{
	text-align: center;
	width:calc(100% - 110px);
	box-sizing:border-box;
	padding-top:15px;
	margin: auto;
}
.footer_cont_txt div{
	margin-bottom:5px;
}
.footer_cont_txt a{
	color:#fff;
	text-decoration:none;
}
.footer_cont_txt a:hover{
	color:#333;
	text-decoration:none;
}
@media (max-width: 500px) {
	.footer_cont{
		text-align:center;
	}
	.footer_cont_logo{
		width:100%;
	}
	.footer_cont_txt{
		width:100%;
	}
}


/****************************************************************/


.slider_2{
	  background:#fff;
	  width: 100%;
	  display: table;
	  padding-bottom: 60px;
	  padding-top: 60px;
}

.slider_3{
	background:#fff;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 60px;
}

.btn_group{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.btn_tel{
	width: 33.33%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	height: 82px;
	width: 276px;
	transition: 0.2s;
	padding:10px 0px;
}

.puebla{
	background-image: url(img/btn_puebla.png);
}

.cdmx{
	background-image: url(img/btn_cdmx.png);
}

.guada{
	background-image: url(img/btn_guada.png);
}

.puebla:hover{
	background-image: url(img/btn_puebla_hover.png);
}
.cdmx:hover{
	background-image: url(img/btn_cdmx_hover.png);
}
.guada:hover{
	background-image: url(img/btn_guada_hover.png);
}

.cont_promo {
    height: 300px;
    background:#fff;
    margin-top: 20px;
}

.item_list{
	max-width: 550px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}


.item_list .txt_2{
	text-align: left;
}

.slider_cont .txt_1{
	text-align: right;
    font-size: 22px;
	line-height: 36px;
    color: white;
    font-weight: normal;
	text-shadow: 0px 3px 13px rgba(0, 0, 0, 0.004);
}

  

.txt_1 {
    text-align: center;
    font-size: 32px;
    color: #002c43;
    font-weight: normal;
    padding-bottom: 15px;
    padding-top: 0px;
    line-height: 42px;
    font-family: "Poppins";
    transition: 0.3s;
}

.txt_2 {
    text-align: center;
    font-size: 32px;
    color: #25a382;
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 32px;
    font-family: "Poppins";
}

.txt_legal {
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 20px;
    line-height: 16px;
}

.form_title_1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    color: #0096cb;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
}

.form_subtitle {
    font-size: 22px;
    font-weight: normal;
    color: #363636;
    padding-bottom: 30px;
    text-align: center;
}

.form_title{
	color:#000; 
	border-bottom:1px solid #e4e4e4; 
	padding-bottom:12px; 
	margin-bottom:10px;
	padding-top: 20px;
}


.legal_form {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.slider .contenedor{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	height: 400px;
}

.slider_cont_izq{
	height:auto;
	max-width: 440px;
	margin: auto;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 100px;

}


.slider_cont_der{
	height:auto;
	width:400px;
	float:right;
	box-sizing:border-box;
	padding-top:20px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.slider a {
	color:#00adf1;
	text-decoration:none;
}
.slider a:hover {
	color:#02c04f;
}

.slider_cont_izq img{
	width:100%;
	max-width:300px;
	height:auto;
}

.slider_cont{
	max-width: 500px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.logo{
	max-width: 360px;
	padding-bottom: 40px;
}

.logo img{
	width: 100%;
}

.img_offer{
	text-align: left;
	margin-left: -20px;
}

@media (max-width: 940px) {

	.slider .contenedor{
		background-size: auto 80%;
		transition: 0.3s;
	}

	.bg_img {
	    padding-top: 0px;
	}

	.slider{
		height:auto;
	}
	.slider_cont_izq{
		text-align:center;
		width:100%;
		padding-top: 20px;
		padding-bottom: 20px;
		float: none;
		max-width: 640px;
		height: auto;
	}

	.txt_1{
		text-align: center;
	}
	.txt_2{
		text-align: center;
	}

	.img_offer{
		text-align: center;
		margin-left: 0px;
	}


	.slider_cont_der{
		width:100%;
		height:auto;
		float:none;
		margin: auto;
		text-align: center;
		padding-left:10px;
		padding-right: 10px;
		padding-bottom:0px;
		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;
		padding-top: 10px;

	}

	.footer_grid1{
		width: 100%;
		float: none;
	}

	.footer_grid2{
		width: 100%;
		float: none;

	}

	.footer_grid3{
		width: 100%;
		float: none;
	}
}

#id_form_ok .form_cont{
	margin:0px;
	padding-top:0px;
	padding-bottom: 25px;
	color:#50535a;
}

#id_form_ko .form_cont {
	margin:0px;
	padding-top:0px;
	padding-bottom: 10px;
	color:#50535a;
}

#id_form_ok .form_cont_title,#id_form_ko .form_cont_title{
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding-top:0px;
	padding-bottom: 0px;
}
.slider_cont_der .form_error{
	color:#666;;
	padding:6px 15px 6px 15px;
	text-align: center;
}


@media (max-width: 640px){

	.grid_3 {
		width: 100%;
		margin: 0;
	}

	.form_input{
		flex-basis: 100%;
	}

	.slider_cont{
		max-width: 500px;
		display: flex;
	}

	.slider .contenedor{
		align-items: center;
		justify-content: center;
	}

	.slider .txt_1{
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}

	.slider_2{
		padding-top: 0px;
	}

	.logo{
		max-width: 280px;
	}

	.slider_cont{
		align-items: center;
	}

	.form_cont .txt_1{
		font-size: 20px;
		padding-bottom: 5px;
	}
	.form_cont .txt_2{
		font-size: 20px;

	}
}