/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIN DE RESET *********************************** */


/* **************************************************************** */
/*                                                                  */
/* ESTRUCTURA DE LA PAGINA                                          */
/*                                                                  */
/* **************************************************************** */


/* necesario para cargar los fondos asincronamente*/
[data-aload] { background-image: none !important; }

body {
	font-family: 'Lato', sans-serif !important;
	font-size:16px !important;
	font-weight:400 !important;
	background-color: #ebebeb !important;	
}

a {
	text-decoration: none !important;
	
}

.clear {
	clear: both;
}

.oculto {
	display: none;
}

.opacidad_cero {
	opacity: 0 !important;
}

.opacidad_uno {
	opacity: 1 !important;
}

.width_33 {
	width: 33.33333% !important;
}

.fondo_blanco {
	background-color: #fff;
}

/*  HEADER */

header {
	height: 60px;
	margin: 0;
	background-color: #006a8a;
	color: #ffffff;
	
}

header a, header p {
	color: #fff !important;
	font-size: 16px !important; 
	font-weight: 300;
	vertical-align: middle;
}

.h1_div {
	width: 1px;
	height: 1px;
	background-color: #ffffff;
	overflow: hidden !important;
}

.contenedor_valigncenter {
	display:table;
	height: 100%;
	width: 100%;
}

.valigncenter {
	display:table-cell;
	vertical-align: middle;
	height: 100%;
}


.head_seccion {
    float: left;
    width: auto;
	height: 60px;

}


.head_seccion_img  {
	display: inline-block;
    vertical-align: middle;
    width: auto;
	padding-left:15px;
}

.head_seccion_txt {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding-right:15px;
}



.float_right {
	float: right !important;
}

.bg_naranja {
	background-color:#db8918 !important;
	color: #fff !important;
}
.bg_azul {
	background-color:#006a8a !important;
	color: #fff !important;
}

.color_naranja {
	color: #db8918;
}

.color_azul {
	color: #006a8a;
}

#header_middle {
	clear:both;
	height: 68px;
	background-color: #fff;
}


.head_logo {
    float: left;
    margin-left: 15px;
    margin-right: 20px;
    width: auto;
	height: 100%;
}


#header_middle input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #999;
	color: #555;
}

#header_bottom {
	clear:both;
	height: 80px;
	background-color: #fff;
	color: #777;
}
#header_bottom nav {
	width: 100%;
	border-top: 1px solid #ccc;
}

.border_right {
	border-right: 1px solid #ccc;
} 

.nav_seccion_img  {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	
}

.nav_seccion_txt a {
	color: #777 !important;
	font-weight: 400;
}

.nav_seccion .active {
	background-color:#006a8a !important;
}

.nav_seccion .active a {
	color: #fff !important;
}


.img_relaciones_comerciales {
	width: 100%;
	margin: auto;
	border: 1px solid #ccc;
	margin-top: 20px;
}


.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    opacity: 0.2;
    width: 15px;
}

.swiper-pagination-bullet-active {
    background: #db8918 none repeat scroll 0 0;
    opacity: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ff7f0e\'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ff7f0e\'%2F%3E%3C%2Fsvg%3E");
    left: auto;
    right: 10px;
}


#nav_big {
	clear:both;
	height: 332px;
	background-color: #fff;
	color: #777;
	border-top: 1px solid #555;
}

#nav_credit{
	clear:both;
	background-color: #ee891f;
	color: #fff;
	border-top: 1px solid #555;
}

.nav_big_section {
    float: left;
    width: 25%;
	border-bottom: 1px solid #ccc;
	height: 332px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	
}


.nav_credit_section {
    float: left;
    width: 33.33333%;
	/*border-top: 1px solid #ccc;*/
	height: 300px;
	text-align: center;
	padding: 20px;
	background-color: #ee891f;
	border-bottom: 1px solid #fff;
	
}

.nav_credit_section a {
    color: #fff !important;
	
}




.nav_big_img  {

}

.nav_big_txt {
	color: #777 !important;
}

.nav_big_section h2 {
	font-size: 20px;
	font-weight: 700;
	color: #777 !important;
	margin:20px auto auto auto;
}

.nav_credit_section h2 {
	font-size: 20px;
	font-weight: 700;
	margin:20px auto auto auto;
}

.nav_big_section h3 {
	font-size: 14px;
	color: #777 !important;
	margin:20px auto auto auto;
	line-height: 1.2em;
}

.nav_credit_section h3 {
	font-size: 14px;
	margin:20px auto auto auto;
	line-height: 1.2em;
}

.navbigactive {
	background-color: #006a8a !important;
	color: #fff !important;
}

.navbigactive a {
	color: #fff !important;
}

.navbigactive h2 {
	color: #fff !important;
}

.navbigactive h3 {
	color: #fff !important;
}
.container-fluid {
	padding:0 !important;
	margin: 0 !important;
}

#banner_full {
	text-align: center;

}

#banner_full img {
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}
.banner_home {
	width:100%;
	/*height:100%*/;
}

.banner_homemovil{
	width:100%;
}

#banner_home_entidades {
	background-color: #ffffff;
	text-align: center;
}
#banner_home_entidades img {
	margin: 0 auto;
	width: 90%;
}

footer {
	background-color:#006a8a;
	color: #fff;
	width: 100%;
}

/*
footer input {
	border: 0;
	outline: 0;
	background: #006a8a !important;
	border-bottom: 1px solid #fff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	color: #fff !important;
	text-align: left !important;
	margin-bottom: 20px;
	border-radius: 0 !important;
}
*/

.pie_sec {
	padding: 40px;
	float: left;
	width: 33%;
}

footer p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 300;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #eee;
}

footer .form-control {
  background: #006a8a !important;
  background-image: none;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px 6px 0;
  transition: none !important;
  width: 100%;
  /*margin-bottom: 20px;*/
  box-shadow: 0 !important;
}

footer .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

/* Webkit */
footer ::-webkit-input-placeholder { color: #fff !important; }

/* Firefox 4-18 */
footer :-moz-placeholder { color: #fff !important; }

/* Firefox 19+ */
footer ::-moz-placeholder { color: #fff !important; }

/* IE10+ */
footer :-ms-input-placeholder { color: #fff !important; }

footer .btn {
	background: transparent !important;
	border: 1px solid #fff;
	color: #fff !important;
	margin-top: 10px;
}

footer .btn:hover {
	border: 1px solid #fff;

}

#pie_bottom {
	padding:20px 30px 10px 30px;
	text-align: center;
}

.footer_social {
	margin-bottom: 35px;
}

.footer_social span {
	margin: 5px 8px;
}

.footer_social img {
	width: 30px;
}




/* menu moviles */


.sidebar {
	margin:0 !important;
	
}

.sidebar .sidebar-content {
	position: fixed;		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar .sidebar-overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 50px;	
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.sidebar .sidebar-overlay {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	left: -100%;
	opacity: 0;
	right: 0;
	transform: scale(1);
	width: 100%;
	z-index: 999;
}

/***************fin sidebar****************************/

#header_topmobile {
	display: none;
}


.separador_50 {
	clear: both;
	padding:25px 0;
}

/* PERFILADOR CREDITO7 ********************/
#perfilador_credito7 {
	width:100%;
	min-height: 200px;
	background-color: #ffffff;
}


/* CONSULTORES HIPOTECAR ********************/

.consultores_contenedor_text {
	padding: 35px;
}
.consultores_text {
	float: left;
	width: 50%;
}

.consultores_text p {
	margin-right: 40px;
	line-height: 1.2em;
	color: #666;
}

.nav_consultores {
	float: left;
	width:25%;
	margin:0;
	height: 70px;
	background-color: #e5e5e5;
	text-align: center;
}

.nav_consultores.active {
	background-color: #006a8a;
	color: #fff;
}

.nav_consultores a {
	color: #666;
	font-size: 18px;
	font-weight: 700;
}

.nav_consultores.active a {
	color: #fff;
}

.consultores_sec{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	background-color: #ffffff;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.consultores_sec p{
	padding: 70px 150px;
	text-align: center;
	font-size: 22px;
	color: #666;
	line-height: 1.2em;
}

#consultores_contenedor_sec {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: relative;
	min-height: 225px;
}

.contenedor_form {
	padding: 30px 60px;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

.contenedor_form  input, .contenedor_form  select, .contenedor_form  textarea {
	padding: 8px 15px;
	height: 46px !important;
	width: 95%;	
}

.contenedor_form  textarea {
	height: 100px !important;
}

.contenedor_form  label {
	color: #999;
	padding-bottom: 5px;
}

.contenedor_form h2 {
	color: #006a8a;
	font-size: 20px;
	font-weight: 700;
	padding-left: 15px;
	padding-bottom: 20px;
}

.contenedor_form .btn {
	width: 200px;
	background-color:#db8918;
	color: #fff;
	padding: 10px;
}

input[type="checkbox"] {
	width: auto !important;
	height: auto !important;
	padding: 0;
	
}

.video_big {
	padding:40px 0;
	text-align: center;
	max-width: 700px;
	margin: auto;
}

.publicidad_video {
	float: left;
	width: 25%;
	padding: 30px 15px;
}

.caja_youtube {
	background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 15px;
	padding-bottom: 15px;
    text-align: center;
    width: 644px;
	border: 1px solid #ccc;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}
.caja_youtubetext {
	float: left;
	width: auto;
	margin-right: 15px;
}
.caja_youtubeimg {
	float: left;
	width: auto;
}


.caja_youtube img {
	margin-top: -5px; 
}

/* Sucursales **************************/


.contenedor_mapa {
	position: relative;
}

/*
#tabasco, #chiapas, #campeche, #yucatan, #quintanaroo, #oaxaca, #morelos, #guerrero, #puebla, #tlaxcala, #distritofederal, #mexico, #michoacan, #colima, #hidalgo, #queretaro, #guanajuato, #aguascalientes, #jalisco, #nayarit, #veracruz, #sonora, #chiapas, #bcs, #bcn, #chihuahua, #coahuila, #nuevoleon, #tamaulipas, #sinaloa, #durango, #zacatecas, #sanluispotosi {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 50px;
	top: 0;
	width: 300px;
	padding: 0 20px;
}
*/

#tabasco, #chiapas, #campeche, #yucatan, #quintanaroo, #oaxaca, #morelos, #guerrero, #puebla, #tlaxcala, #distritofederal, #mexico, #michoacan, #colima, #hidalgo, #queretaro, #guanajuato, #aguascalientes, #jalisco, #nayarit, #veracruz, #sonora, #chiapas, #bcs, #bcn, #chihuahua, #coahuila, #nuevoleon, #tamaulipas, #sinaloa, #durango, #zacatecas, #sanluispotosi {
	opacity: 1;
	display: none;
	height: auto;
	width: 100%;
	padding: 0;
	margin:auto;
	/*position: absolute;
	top: 0;
	left: 0;*/
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
}


.sucursales_datos p {
	padding: 3px;
	line-height: 1.2em;
	margin: 0;
	font-size: 12px;
	text-shadow: #FFFFFF 1px 1px; 
}

.sucursales_datos div {
	 
}

.sucursales_estado {
	background-color: #db8918;
	color: #fff;
	padding: 15px;
	font-weight: 700;
	font-size: 20px;
	margin:5px 0;
}

.sucursales_estadomex {
	color: #777;
}
.sucursales_nombreoficina {
	color: #006a8a;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0 !important;
}

.sucursales_nombre {
	font-weight: 700;

}
.sucursales_telefono {
	color: #db8918;
}
.sucursales_direccion {
	font-size: 12px;
}
.sucursales_email {
	color: #db8918;
	padding-top: 0 !important;
}
.sucursales_web {
	color: #db8918;
	padding-top: 0 !important;
}


.sucursales_datos {
	position: relative;
	height: auto;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}



.card_content {	
	background:url('/img/sucursales_fondoficha.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	/*background: #fff none repeat scroll 0 0;*/
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /*position: relative;*/
    text-decoration: none;
    vertical-align: top;
}

.sucursales_datos .card_content {
	width:31%;
	height:230px;
	float: left;
	margin:1%;
	overflow:hidden;
	padding: 10px;
	text-align: left;
}

/*
.sucursales_datos .card_content p:nth-child(2) {
    margin-top: 15px;
}
*/

.contenedor_canvas {
    position: relative;
    width: 1px;
    margin: auto;
    margin-top: 0;
}

#canvas_mapa {
	/*margin-top: -70px;*/
	
	margin-top: 20px;
}

.sucursales_combodiv {

	position: absolute;
	top: 100px;
	right: 75px;
	width:300px;
}


#estado_mex {
	font-size: 22px;
	height: 50px;
}

#sucursales_nombre_estados {
	position: relative;
	bottom: 160px;
	left: 40px;
	text-align: left;
	width: 400px;
}

#sucursales_nombre_estados div {
	position: absolute;
	top: -150px;
	left: 150px;
	display: none;
}

#sucursales_nombre_estados h2 {
	color: #006a8a;
	font-weight: 700;
	font-size: 40px;
}

#sucursales_explicacion  {
	padding-top: 20px;
}

#sucursales_explicacion h2 {
	padding: 20px 30px;
	font-size: 20px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}

.banner_homemovil{
	display: none;
}

.repuesta_formulario {
	padding: 20px;
	text-align: center;	
}

.ok_formulario {
	color: #19aa1b;	
	font-weight: 700;
	padding: 0 0 20px 0;
	font-size: 24px;
	text-align: center;
	line-height: 1.2em; 
}

.error_formulario {
	color: #ff1100;	
	font-weight: 700;
	padding: 0 0 20px 0;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
}

/* Formulario franquicias */

.franquicias_formcontent {
	float:right;
	width:645px;
	padding:15px;
	margin-right:20px;	
}

.franquicias_formcontent .form-control {
	width: 100% !important;
	font-size:12px !important;
	padding-left:5px;
}

.franquicias_formcontent .col-xs-6 {
    padding: 5px;
}

.franquicias_formcontent #rango_inversion {
	width: 100% !important;
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	font-size:12px !important;
	padding:0;
}

.franquicias_formcontent h2 {
    color:#fff;
	text-shadow: 1px 1px 1px #333 !important;
	border:0 !important;
	margin:0 0 0 0;
}

.franquicias_formcontent .input-group {
    width: 100% !important;
}

.franquicias_formcontent .input-group-addon {
    padding: 6px 5px !important;
}

.aviso_franquiciasform {
	color: #fff;	
}

.aviso_franquiciasform a {
	color: #fff;	
}


#form_buscadormovil .input-group-addon {
	background: #0d2c37 none repeat scroll 0 0;
	color: #fff;
	border: none !important;
}

/* Popups */

#popup_iframe {
	width:100%;
	height: 100%;
}

.remodal_iframe {
	width: 80%;
	height: 80%;	
}

.remodal {
    max-width: 95% !important;
	overflow: hidden;
}

.widt_50 {
	width: 50% !important;
}

.widt_33 {
	width: 33.3333% !important;
}

.widt_25 {
	width: 25% !important;
}

.landscape_ {
	padding: 0 10% !important;
}

.franquicias_formcanvas {
	height:330px;
	background:url('/img/bg_formulariofranquiciasazul.jpg');
	background-repeat:no-repeat;
	background-color: #4b7993;
	width: 100%;
}

.franqui_formcanvasonly {
	height:308px;
	background:url('/img/bg_formulariofranquiciasazul.jpg');
	background-repeat:no-repeat;
	background-color: #006a8a;
	width: 100%;
}

.franq_formpadding {
	padding: 5px !important;
}

.franq_formmensaje {
	text-align:center;
	padding:0
}

.franq_formmensaje_ {
	margin:0 !important;
	padding-bottom: 0;
    padding-left: 5px;
    padding-right: 13px;
    padding-top: 5px;
}

.franqui_formcanvasmovil {
	margin: 0;
	height: auto;
}

#quienes_somos {
	padding: 50px;
	color: #444;
}

#quienes_somos h2 {
	margin: 60px 0 10px 0;
	font-size: 22px;
	font-weight: 700;
	color: #006a8a;
}

#quienes_somos p {
	line-height: 1.4em;
	margin-left: 10px;
}

#quienes_somos ul{
	list-style-type: circle;
	margin: 20px 40px;
}

#quienes_somos li{
	margin: 10px 0;
	line-height: 1.4em;
}

/*********************************/
/**/
/*  MODIFICACIÓN DE BOOTSTRAP
/*/
/*********************************/
.swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .sidebar-overlay {
    background-color: rgba(0, 240, 255, 0.6);
}


.section_listafranquicias {
	padding: 28px;
}


.ul_franquicias {
	width: 50%;
	margin:0 100px;
	 
}

.contenedor_ul_franquicias {
	text-align: left;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url('/img/fondo_listafranquicias.jpg');
	background-position: center top;
    background-size: 100% auto;
	background-color: #d8944c;
	background-repeat: no-repeat;
}

.contenedor_ul_franquicias h2 {
	margin: 0 80px;;
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
	/*color: #006a8a;*/
	text-align: left;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.ul_franquicias li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 15px 5px;
	line-height: 1.6em;
	list-style: square;
	list-style-image: url("/img/check_list.png");
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	
}

.franquicia_medio {
	width: 25%;
	float: left;
	border-right: 1px solid #ccc;
	text-align: center;
}

.franquicia_medio img {
	width: 98%;
}

.remodal-cancel:hover {
	color: #ddd;
}

#formulario label.error, #formulario_contacto label.error , #formulario_seccion label.error {
	color: #ff1100 !important;
	font-size: 12px !important;
	width: 100% !important;
	padding:0 !important;
	margin:0 !important;
	text-align: center;
}

.banner_footer img{
	width: 95%;
}

.banner_ssl img{
	width: 100%;
}

.videoplay {
	text-align:center;
	padding-top: 10px;
}

.videoplay img {
	width:50%;
}


/* **************************************************************** */
/*                                                                  */
/* IFRAME COMPARADOR		                                        */
/*                                                                  */
/* **************************************************************** */

.iframe_comparador {
	width:100%;
	min-height: 800px;
	overflow: hidden;
}


/************************************************************************/
/**/
/*        MEDIA QUERIES */
/**/
/*************************************************************************/


/* 0-767px */
@media (max-width: 767px) {
  header {
		background-color: #ffffff;
		border-bottom: 1px solid #bbb;
		height: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: left;
		top: 0;
		transition: top 0.2s ease-in-out;
		z-index: 1999999999;
	}
	#header_topmobile {
		display: block;
		height: 100%;
	}
	.header_topmobile_icon {
		border-right: 1px solid #bbb;
		cursor: pointer;
		float: left;
		height: 100%;
		width: 60px;
		text-align: center;
	}
	
	 
	.nav-up {
		top: -60px;
	}
	
	.header_topmobile_logo {
		margin: auto;
		width: 180px;
	}
	
	#header_top {
		display:none;
	}
	
	#header_middle {
		display:none;
	}
	
	#header_bottom {
		display:none;
	}
	
	.container_top {
		margin-top:59px;
	}
	
	.nav_menu_contenedor {
		width:100%;
		text-align: left;
	}
	
	.sidebar .swiper-container {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}
	
	.banner_home {
		display: none !important;
	}
	.banner_homemovil {
		display: block !important;
		width: 100%;
	}
	
	/***************sidebar****************************/

	.sidebar .sidebar-content {
		background: #0d2c37 none repeat scroll 0 0;
		color: #fff;
		bottom: 0;
		top: 50px;
		left: -100%;
		width: 80%;
		z-index: 9999;
	}

	.sidebar.active .sidebar-content {
		left: 0;
	}
	
	.sidebar.active .sidebar-overlay {
		left: 0;
		opacity: 1;
		transform: scale(1);
	}


	.sidebar.sidebar .swiper-container {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}
	.sidebar .swiper-slide {
		background: #0d2c37 none repeat scroll 0 0;
		box-sizing: border-box;
		height: auto;
		padding: 0;
		background-color: 
	}
	
	.sidebar .nav_menu_ul {
		list-style: outside none none;
	}
	
	.sidebar .nav_menu_ul {
		list-style: outside none none;
	}
	.sidebar .nav-stacked > li + li {
		margin-left: 0;
		margin-top: 2px;
	}
	.sidebar .nav_menu_ul li {
		cursor: pointer;
		margin: 0 !important;
	}
	.sidebar .nav-stacked > li {
		float: none;
	}
	.sidebar .nav > li {
		display: block;
		position: relative;
		border-bottom: 1px solid #444;
		padding-left: 15px;
		padding-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	
	.sidebar .nav_menu_ul li a {
		color: #fff;
		display: block;
		font-size: 21px;
		font-weight: 500;
		text-decoration: none;
	}
	
	.sidebar .nav_menu_active {
		background-color: #1a3748  !important;
		color: #ccc !important;
	}
	
	.sidebar #buscador_textomovil {
		height: 50px;
		border-top: none !important;
	}
	
	.sidebar .form-control {
	  background: #0d2c37 none repeat scroll 0 0;
	  background-image: none;
	  border-left: none !important;
	  border-right: none !important;
	  border-top: none !important;
	  border-bottom: 1px solid #fff !important;
	  border-radius: 0;
	  box-shadow: none !important;
	  color: #fff;
	  transition: none !important;
	  width: 100%;
	  box-shadow: 0 !important;
	}
	
	.sidevar_navicon {
		width: 40px;
		text-align: center;
	}
	
	.sidevar_navtext {
		width:auto;
		padding-left: 12px;
	}
	
	.banner_home {
		display: none !important;
	}
	.banner_homemovil {
		display: block !important;
	}
	
	/* Navegacion debajo banner */
	
	#nav_big {
		height: 230px;
	}
	
	
	.nav_big_section {
		width: 100%;
		height: 230px;
	}
	
	.nav_big_img img {
		width:50px;
	}
	
	/* navegacion debajo perfilador */
	.pie_sec {
		padding: 20px;
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px dotted #fff;
	}
	
	.nav_credit_img img {
		width: 30px;
	}
	
	.nav_credit_section {
		padding:8px;
		border-left: 1px solid #fff;
		border-right: 0 !important;
	}
	
	.nav_credit_section {
		width: 50%;
	}
	.nav_credit_txt h2 {
		font-size:14px;
		margin-top: 7px;

	}
	.nav_credit_txt h3 {
		font-size:12px;
		margin-top: 7px;
		padding:0;
	}
	
	.container_footer {
		/*padding: 0 !important;
		margin: 0 !important;*/
		padding-bottom:15px;
	}
	
	.row {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.col-xs-12 {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	/* Sucursales *******************************/
	
	.sucursales_combodiv {
		width: 80%;
		margin: auto;
		padding: 20px 20px 20px 20px;
		position:static;
	}
	
	.sucursales_nombre_estados {
		display: none !important;
	}
	
	.sucursales_datos .card_content {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.sucursales_estado {
		font-size: 16px;
	}
	
	#sucursales_explicacion h2 {
		font-size: 16px;
	}	
	
	#sucursales_nombre_estados h2 {
		font-size: 14px;
		color:#fff;
	}
	
	#sucursales_nombre_estados div {
		left: 25px;
		top: -145px;
		
	}
	.consultores_contenedor_text {
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	.consultores_text p {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	#sucursales_nombre_estados {
		display: none;
	}
	
	
	/* Fin de Sucursales ***************************/
	
	
	/* formulario contacto *************************/
	.contenedor_form {
	padding: 20px 20px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	}

	.contenedor_form  input, .contenedor_form  select, .contenedor_form  textarea {
		padding: 8px 15px;
		height: 46px !important;
		width: 95%;	
	}

	.contenedor_form  textarea {
		height: 100px !important;
	}

	.contenedor_form  label {
		color: #999;
		padding-bottom: 5px;
	}

	.contenedor_form h2 {
		color: #006a8a;
		font-size: 20px;
		font-weight: 700;
		padding-left: 15px;
		padding-bottom: 20px;
	}

	.contenedor_form .btn {
		width: 200px;
		background-color:#db8918;
		color: #fff;
		padding: 10px;
	}
	/* fi formulario contacto *************************/
	
	
	#nav_franquicias .nav_credit_section {
		height: auto !important;
		padding: 15px 15px;
		width: 100% !important;
	}
	
	
	.video_youtube {
		height: 1px;
		margin: 15px auto;
		
	}
	
	.publicidad_video {
		float: none;
		width: 100%;
		padding: 0;
	}
	.video_big {
		padding: 0;
	}
	
	/* Canal de Youtube *******/
	.caja_youtube {
		width: 90%;
	}

	.caja_youtubetext {
		float: none;
		margin-right: 0;
	}
	.caja_youtubeimg {
		float: none;
	}
	.franquicias_formcontent {
		float: none;
		margin-right: 20px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		width: 100%;
		
	
	}
	.franquicias_formcanvas {
		background-image: none;
		height: auto;		
	}
	
	.franqui_formcanvasonly {
		background-image: none;
	}
	
	.franqui_formcanvasmovil {
		display: block !important;
	}
	
	
	
	.franq_formpadding {
		margin-bottom: 15px !important;
	}

	.franq_formmensaje {
		padding-bottom: 5px !important;
		padding-left: 0 !important;
		padding-right: 7px !important;
		padding-top: 5px !important;
	}
	
	.consultores_text {
		float: none;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		width: 100%;
	}
	
	#nav_credit .widt_25 {
		width: 50% !important;
		height: 200px !important;
		
	}
	
	#nav_credit .widt_33 {
		width: 100% !important;
		height: 140px !important;
		
	}
	
	.valign_centermovil {
		display: table-cell;
		vertical-align: middle;
	}
	
	.remodal {
		padding: 5px;
		width: 95% !important;
	}
	
	#quienes_somos {
		padding: 30px;
		color: #444;
	}

	#quienes_somos h2 {
		margin: 30px 0 8px 0;
		font-size: 18px;
		font-weight: 700;
		color: #006a8a;
	}

	#quienes_somos p {
		line-height: 1.4em;
		margin-left: 8px;
	}

	#quienes_somos ul{
		list-style-type: circle;
		margin: 10px 20px;
	}

	#quienes_somos li{
		margin: 8px 0;
		line-height: 1.4em;
	}
	
	.swiper-button-prev, .swiper-button-next {
		background-size: 20px auto;
		top: auto;
		bottom: 10px !important;
		height: 35px !important;
		width: 50px !important;
	}
	.areaprivada_item  {
		width: 45% !important;
	}
	
	/* Aviso de pracidad */
	
	#aviso_privacidad p {
		font-size: 12px !important;
	}
	
	/*
	.footer_telefono {
		margin: 20px auto;
		padding: 10px;
		margin-top:10px;
		border: 1px solid #fff;
		cursor: hand;
		cursor: pointer;
	}
	*/
	.boton_telefono {	
		position:relative;
		width:80%;
		color:#FFF;
		display:block;
		text-decoration:none;
		margin:0 auto;
		border-radius:5px;
		border:solid 1px #2987a4;
		background:#2987a4;
		text-align:center;
		padding:10px 30px;

		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;

		-webkit-box-shadow: 0px 5x 0px #004256;
		-moz-box-shadow: 0px 5px 0px #004256;
		box-shadow: 0px 5px 0px #004256;
	
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	
	.ul_franquicias {
		margin: 0 !important;
		width: 90% !important;
		padding: 0 20px 20px 40px !important;
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	.contenedor_ul_franquicias h2 {
		padding: 20px 5px 20px 20px !important;
		margin:0 !important;
		font-size: 14px !important;
	}
	
	.contenedor_ul_franquicias {
		padding: 0 !important;
		margin:0 !important;
	}
	
	.contenedor_ul_franquicias {
		background-image: url('/img/fondo_listafranquicias2.jpg') !important;
	}
	
	.franquicia_medio {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	.franquicia_medio img {
		width: 80%;
		margin: auto;
	}
	
	.videoplay {
		text-align:center;
		padding-top: 5px;
	}

	.videoplay img {
		width:90%;
	}
	
	.banner_footer img{
		width: 50%;
		min-width: 100px;
	}
	
	#banner_home_entidades img {
		width: 100%;
	}
}

/* 768-991px ******************************************************************************/
/******************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	
	.container {
		width: 100% !important;
		padding: 0 40px !important;
	}
	
	.sidebar {
		display:none;
	}
		
	/* BANNERS ***************/
	
	.banner_big {
		/*height: 282px;*/
	}
	
	.banner_big img{
		/*height: 282px !important;*/
	}

	.banner_seccion img{
		width: 100%;
	}
	
	/* NAVEGACION PRICIPAL ********/
	.nav_seccion {
		float: left;
		width: 20%;
		height: 80px;
		text-align: center;
	}
	
	.nav_seccion_img {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		margin-left: 5px;
	}
	
	.nav_seccion img {
		width: 20px;
	}


	.nav_seccion_txt {
		display: inline-block;
		vertical-align: middle;
		width: 135px;
		margin-left: 5px;
		color: #777;
		text-align: left;
	}
	
	.nav_sec1 .nav_seccion_txt {
		width: 66px;
	}
	
	.nav_sec2 .nav_seccion_txt {
		width: 72px;
	}
	
	.nav_sec3 .nav_seccion_txt {
		width: 83px;
	}
	.nav_sec4 .nav_seccion_txt {
		width: 62px;
	}
	
	.nav_sec5 .nav_seccion_txt {
		width: 32px;
	}

	.nav_seccion_txt a {
		color: #777 !important;
		font-size: 12px !important;
		font-weight: 700;
	}

	.nav_seccion .active {
		background-color:#006a8a !important;
	}

	.nav_seccion .active a {
		color: #fff !important;
	}
	
	/* FIN NAVEGACION PRICIPAL ********/
	
	.banner_home {
		display: block !important;
	}
	.banner_homemovil {
		display: none !important;
	}
	
	/* navegacion debajo perfilador */
	.pie_sec {
		padding: 30px;
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px dotted #fff;
	}
	
	.nav_credit_img img {
		width: 50px;
	}
	
	.nav_credit_section {
		padding:8px;
		border-left: 1px solid #fff;
		border-right: 0 !important;
	}
	
	.nav_credit_section {
		width: 33%;
	}
	.nav_credit_txt h2 {
		font-size:16px;
		margin-top: 7px;

	}
	.nav_credit_txt h3 {
		font-size:14px;
		margin-top: 7px;
		padding:0;
	}
	
	/* Sucursales ****************************** */
	
	.sucursales_combodiv {
		width: 260px;
		margin: auto;
		padding: 20px;
		top: 100px;
		right: 15px;
	}
	
	#sucursales_nombre_estados h2 {
		font-size: 22px;
	}
	
	#sucursales_nombre_estados div {
		left: 70px;
		top: -125px;		
	}
	
	.sucursales_datos {
		height: auto;
	}
	.franquicias_formcanvas {
		background-image: none;
		
	}
	
	.franqui_formcanvasonly {
		display: block !important;
	}
	
	.franquicias_formcontent {
		float: none;
		margin: auto;
	}
	
	header a, header p {
		font-size: 12px !important;
	}
	
	.consultores_text {
		float: none;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		width: 100%;
	}
	
	.consultores_text p {
		padding: 0;
		margin: 0;
	}
	
	.nav_big_section {
		height: 280px;
	}
	
	.nav_big_img img {
		width:50px;
	}
	
	.nav_big_txt h2 {
		font-size: 16px;
	}
	
	.nav_big_txt h3 {
		font-size: 12px;
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	
	.ul_franquicias {
		margin-left: 20px !important;
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	
	.ul_franquicias {
		margin: 0 !important;
		width: 90% !important;
		padding: 0 20px 20px 75px !important;
	}
	
	.section_listafranquicias {
		padding: 0 !important;
	}
	.contenedor_ul_franquicias h2 {
		padding: 50px 5px 20px 60px !important;
		margin:0 !important;
		font-size: 18px !important;
	}
	
	.contenedor_ul_franquicias {
		padding: 0 !important;
		margin:0 !important;
	}
	
	.contenedor_ul_franquicias {
		background-image: url('/img/fondo_listafranquicias2.jpg');
	}
	
	.banner_footer img{
		width: 95%;
		min-width: 100px;
	}
	
	.banner_ssl img{
		width: 90%;
		min-width: 100px;
	}
	
	.banner_footer img{
		width: 40%;
		min-width: 100px;
	}

  
}

/* 0-767px */
/*
@media (max-width: 767px) and (orientation: landscape) {
	.container {
		padding: 0 10% !important;
	}

}
*/


/* 992-1199px */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.container {
		width: 100% !important;
		padding: 0 40px !important;
	}
	
	.sidebar {
		display:none;
	}
	
	/* BANNERS ***************/
	.banner_big {
		/*height: 368px;*/
	}
	
	.banner_big img{
		/*height: 368px !important;*/
	}
	
	

	.banner_seccion {
		height: 272px;
	}

	.banner_seccion img{
		width: 100%;
	}


	/* NAVEGACION PRICIPAL ********/
	.nav_seccion {
		float: left;
		width: 20%;
		height: 80px;
		text-align: center;
	}
	
	.nav_seccion_img {
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		margin-left: 10px;
	}


	.nav_seccion_txt {
		display: inline-block;
		vertical-align: middle;
		width: 135px;
		margin-left: 5px;
		color: #777;
		text-align: center;
	}
	
	.nav_sec1 .nav_seccion_txt {
		width: 88px;
	}
	
	.nav_sec2 .nav_seccion_txt {
		width: 100px;
	}
	
	.nav_sec3 .nav_seccion_txt {
		width: 110px;
	}
	.nav_sec4 .nav_seccion_txt {
		width: 80px;
	}
	
	.nav_sec5 .nav_seccion_txt {
		width: 32px;
	}

	.nav_seccion_txt a {
		color: #777 !important;
		font-size: 16px !important;
	}

	.nav_seccion .active {
		background-color:#006a8a !important;
	}

	.nav_seccion .active a {
		color: #fff !important;
	}
	
	/* FIN NAVEGACION PRICIPAL ********/
	
	.banner_home {
		display: block !important;
	}
	.banner_homemovil {
		display: none !important;
	}
	.franquicias_formcontent {
		width: 445px !important;
	}
	
	.contenedor_ul_franquicias {
		background-image: url('/img/fondo_listafranquicias2.jpg');
	}
	
}

/* > 1200px */
@media (min-width: 1200px) {
	.sidebar {
		display:none;
	}
	
	/* BANNERS ***************/
	.banner_big {
		/*height: 446px;*/
	}

	.banner_seccion {
		height: 332px;
	}

	.banner_seccion img{
		width: 100%;
	}
	
	/* NAVEGACION PRICIPAL ********/
	.nav_seccion {
		float: left;
		width: 100%;
		height: 80px;
		text-align: center;
	}

	.nav_sec1 {
		width:220px;
	}

	.nav_sec2 {
		width:290px;
	}

	.nav_sec3 {
		width:280px;
	}

	.nav_sec4 {
		width:225px; 
	}

	.nav_sec5 {
		width:125px;
	}
		
	.nav_sec5_pyme {
		width:200px;
	}

	.nav_seccion_txt {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		margin-left: 5px;
		color: #777;
	}
	
	/* FIN NAVEGACION PRICIPAL ********/
	
	.banner_home {
		display: block !important;
	}
	.banner_homemovil {
		display: none !important;
	}
	
	.contenedor_ul_franquicias h2 {
		font-size: 24px;

	}

	.ul_franquicias li {
		font-size: 20px;
	}
}





