@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}




.mySlides {
display:none; 
height: auto; 
width:40%; 
margin: auto;
}
.ad_content {
width: 100vw; 
height: 100vh; 
display: table;
}
.w3-display-left, .w3-display-right {
position: absolute; 
top: 50%; 
width: 50px; 
height: 50px; 
margin-top: -25px; 
background-color: transparent; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: auto 30px;
border: none; 
outline: none; 
color: transparent; 
text-decoration: none;
}
.w3-display-left {
left: 25px; 
background-image: url(images/arrow_left_white.png);
}
.w3-display-right {
right: 25px;
background-image: url(images/arrow_right_white.png);
}



.ad {
position: fixed; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
background-color: rgba(0,0,0,.75); 
z-index: 1000;
}
.ad_align {
width: 100%; 
height: 100%; 
display: table; 
text-align: center;
}
.ad_img {
width: 500px;
height: auto;
}
.icon_close_ad {
	background-image:url(images/icon_close_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:25px;
	right: 25px;
	z-index:2000;
	transition: transform 0.3s;
}
.icon_close_ad:hover {
	transform: rotate(90deg);
}

.nav, .icon_menu, .icon_menu_small, .submenu_drop {
	display: none;
}
.wrapper {
	width: 100%;
}
.content {
	width: calc(100% - 100px);
	padding: 50px;
	text-align: center;
	max-width: 1200px;
	margin: auto;
}


.content_convenios, .content_about, .content_contact, .content_services {
	width: 100%; 
	margin: auto; 
	max-width: 750px; 
	text-align: center;
}

.content_serv {
	width: calc(100% - 325px);
	float: right;
	text-align: left;
	display: none;
}
.content_info {
	float: left;
	width: 250px;
	text-align: left;
}




.main_banner, .internas_banner {
	width: 100%; 
	height: 100%; 
	position: relative;
	background-color: #000;
	top: 0;
	left: 0;
}
.internas_banner {
	height: 35vw;
}
.banner_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.banner_tittle {
	padding: 0 50px 0 50px;
	width: calc(100% - 100px);
	position: absolute;
	z-index: 3;
	bottom: 25px;
	left: 0;
	text-align: center;
}
.shadow, .shadow_slider {
	width: 100%;
	height: 100%;
	background-image: url(images/shadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 100%;
}
.shadow {
	width: 100%;
	height: 100%;
	background-image: url(images/shadow.png), url("images/shadow_home.png"), url("images/shadow_home.png");
	background-position: left bottom, left top, left top;
	background-repeat: repeat-x;
	background-size: 100% 100%;
}
.shadow_slider {
	position: absolute;
	z-index: 2;
top: 0;
	left: 0;
}
.mouse {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 70px;
	left: 50%;
	margin-left: -35px;
}
.banner_bottom_left, .banner_bottom_right {
	position: absolute;
	bottom: 25px;
	text-align: left;
	width: 50%;
	left: 25px;
	
}
.banner_bottom_right {
	text-align: right;
	right:25px;
	left: initial;
}
.access_wrapper {
	width: calc(100% - 40px);
	position: absolute;
	z-index: 2;
	bottom: 70px;
	left: 20px;
	text-align: center;
	border-left: solid 1px #FFF;
	border-top: solid 1px #FFF;
}
.access {
	color: #FFF;
	width: calc(25% - 2px);
	height: 60px;
	display: table;
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	background-color: rgba(0,0,0,.35);
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}
.over_celeste:hover {
	background-color: #00bcf2;
}
.over_azul:hover {
	background-color: #0089d0;
}


.align {
	display: table-cell; 
	vertical-align: middle;
}
.txt_home {
	float: left; 
	width: calc(50% - 25px); 
	text-align: left;
	margin-right: 50px;
}
.benefit_home {
	float: right; 
	width: calc(50% - 25px);
}
.item_benefit {
	width: calc(25% - 25px); 
	padding: 10px; 
	display: inline-block;
	vertical-align: top;
}

.mision, .vision {
	width: calc(50% - 100px); 
	float: left; 
	padding: 50px;
}
.vision {
	float: right; 
}
.valores_wrapper {
	width: calc(100% - 100px); 
	padding: 75px 50px 75px 50px; 
	background-color: #0089d0; 
	text-align: center;
}
/*HEADER*/
.header {
	width: 100%;
	z-index: 20;
    position: fixed;
    top:0;
    left: 0;
}
.header_small {
    position: fixed;
	display: none;
	z-index: 30;
	background-color: #FFF;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	padding: 0 50px 0 50px;
	border-bottom: solid 1px #ccc;
}
.logo, .logo_small {
	width: 225px;
    margin-right: 25px;
	display: inline-table;
    vertical-align: middle;
}
.logo_small {
	width: 175px;
}
#logo_white {
	display: none;
}
.iso, .iso_small {
display: inline-table;
vertical-align: middle;
width: 250px;
}
.iso_small {
width: 175px;
}
.menu_pos, .menu_pos_small {
	width: calc(100% - 515px);
	display: inline-table;
    vertical-align: middle;
	text-align: right;
}
.menu_pos_small {
	width: calc(100% - 415px);
	height: 75px;
}


.main_bar {
	width: calc(100% - 100px); 
	padding: 20px 50px; 
	background-color: #FFF;
    float: left;
}
.alert_bar {
	width:calc(35% - 75px); 
	padding: 0 50px 0 25px;
	background-color: #ff3c46; 
	display: table; 
	float: left;
	height: 40px;
	text-align: right;
}
.address_bar {
	width:calc(65% - 75px); 
	padding: 0 25px 0 50px;
	background-color: #0089d0; 
	display: table; 
	float: left;
	height: 40px;
}
/*FOOTER*/

.footer {
	width: calc(100% - 100px); 
	background-color:#999;
	padding: 50px;
	text-align: left;
}

.footer_left {
float: left;
width: calc(100% - 500px);
text-align: left;
}
.footer_right {
float: right;
width: 500px;
text-align: right;
}


.slide_alianzas {
	width:100%; 
	overflow:hidden;
	padding: 75px 0 50px 0;
}

.client {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 20px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}



.whatsapp { 
	text-decoration: none; 
	color: transparent; 
	background-image: url(images/whatsapp_calltoaction.png); 
	background-position: center center; 
	background-size: 45px auto; 
	background-repeat: no-repeat; 
	background-color: #2bd64a; 
	width: 50px; 
	height: 50px; 
	border-radius: 25px; 
	display: inline-block;
	vertical-align: middle;
}


.convenio_thumb {
	width: calc(25% - 29.5px); 
	margin-right: 30px; 
	display: inline-block; 
	vertical-align: top;
	border: solid 1px #ccc;
	margin-bottom: 30px;
}
.convenio_logo {
	width: 100%; 
	padding-top: 100%; 
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.convenio_txt {
	padding: 0 10px 0 10px;
	width: calc(100% - 20px); 
	height: 75px;
}

/* Fonts */
.bt_base {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all .2s ease-out;
  	-moz-transition: all .2s ease-out;
  	-o-transition: all .2s ease-out;
  	transition: all .2s ease-out;
	height: 30px;
	padding: 10px 25px 0 25px;
}

.bt_generic {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
	text-decoration:none;
	height: 30px;
	padding: 10px 20px 0 20px;
	border: none;
	display:inline-block;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}


/*
.bt_white {
	color:#FFF;
	border: solid 1px #FFF;
}
*/
.cert_cont {
position: absolute; 
right: 50px; 
bottom: 150px; 
z-index: 3;
}
.cert, .cert_small {
width: 160px; 
height: 160px; 
background-color: #FFF; 
display: inline-table; 
vertical-align: middle; 
text-align:center; 
border-radius: 50%;
overflow: hidden;
margin: 5px;
}
.cert_small {
display: table;
width: 120px; 
height: 120px;
}




.valores {
	width: calc(20% - 5px); 
	display: inline-block; 
	vertical-align: top; 
	text-align: center;
}

.menu, .menu_small {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	color: #666;
	letter-spacing: 2px;
}

.submenu {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding: 10px 0 10px 0;
	color: #666;
	border-bottom: solid 1px #ccc;
	background-position: right 50px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.submenu:hover {
	color: #0089d0;
	background-position: right center;
	background-image: url(images/arrow_right_blue.png);
}



.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7 {
	text-decoration:none;
}
.t1 {
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
	font-weight:300;
	line-height: 50px;
}
.t2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:50px;
	font-weight:300;
	line-height: 45px;
}
.t3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 20px;
	font-weight:300;
}
.t4 {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
}
.t5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
}
.t6 {
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height: 24px;
	font-weight:400;
}
.white {
	color:#FFF;
}
.grey {
	color:#666;
}
.blue {
	color: #0089d0;
}


/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:20px;
	height:auto;
	text-decoration:none;
	margin: 0 10px 0 10px;
	vertical-align: middle;
	opacity: .5;
}
.redes:hover {
	opacity: 1;
}



/* Forms */
.contact_item, .contact_item_fix {
	width: calc(50% - 70px); 
	padding-left: 50px; 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-size: 25px auto;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}
.contact_item_fix {
	width: calc(100% - 75px); 
	margin-bottom: 30px;
	margin-right: 0;
	display: block;
	text-align: left;
}
.mapa {
	width: 100%;
	height: 100%;
	display: block !important;
	position: absolute;
	z-index: 1;
}
.mapa_wrapper {
	position: relative; 
	height: 500px; 
	width: 100%;
}
.mapa_drop {
	position: absolute; 
	z-index: 2; 
	top: 20px; 
	left: 50px;
	width: calc(100% - 100px);
	text-align: center;
}
.form_box {
	width: calc(100% - 475px);
	float: right;
}
.contact_side {
	float: left;
	width: 400px;
}

.drop_select_mapa {
	padding: 0 10px 0 10px;
	color:#666;
	width:calc(100% - 20px);
	max-width: 400px;
	height: 40px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: #fff;
	border: 1px solid #666; 
	background-image: url(images/arrow_down_black.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 0;
	font-style: italic;
}

.field {
	width:100%;
	height: 40px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	color:#666;
	border-bottom: 1px solid #666; 
	margin-bottom: 10px;
}
	
.area {
	width:100%;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	resize:none;
	height: 145px;
	color:#666;
	border-bottom: 1px solid #666; 
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	margin-bottom: 25px;
}


.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100%;
	text-align:center;
	background-color:#0089d0;
	display:block;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.bt_send:hover {
	transform: scale(1.05);
	background-color:#00bcf2;
}



.brake, .nav {
	display: none;
}	

.categoria {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/arrow_down_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 20px 0 20px 0;
}
.detalle {
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-top:20px;
	padding-bottom:40px;
}



.panelBaner{
	position: relative;
}

/*
.panelBaner .bx-controls{
	 
}
*/

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0px; 
	 bottom: 20px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display: none !important;
}
 
/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
	left: 30px;
	background: url('images/arrow_left_nav.png') no-repeat center center; 
}
.bx-wrapper .bx-next {
	right: 30px;
	background: url('images/arrow_right_nav.png') no-repeat center center; 
}

.bx-wrapper .bx-prev:hover { 
}
.bx-wrapper .bx-next:hover {
}
.bx-wrapper .bx-controls-direction a {
	width: 45px !important;
	height: 45px !important;
	background-size: contain;
}
*/	
/* PAGER */
.bx-wrapper .bx-pager { 
	bottom: 175px; 
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .slide {
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-attachment: fixed;
}
.panelBaner .bx-wrapper{
	z-index:0;
}
.banner_mask, .banner_interior_mask {
	width: calc(100% - 50px);
    padding: 0 25px 0 25px;
	height: 100%;
	display: table; 
	text-align: center; 
	background-color: rgba(0,0,0,.35);
	background-image: url(images/shadow_home.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 100%;
}
.banner_interior_mask {
	background-color: transparent;
	background-image: url(images/shadow.png), url(images/shadow_home.png), url(images/shadow_home.png);
	background-position: left bottom, left top,  left top;
}
.banner_txt {
	margin: auto; 
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px;
	max-width: 650px;
}


@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}


@media screen and (max-width: 950px) {
    
/* MENU MOBILE */

.nav {
	display: block;
	width:100%;
	height:100%; 
	position:fixed; 
	background:#FFF;
	z-index:99999999;
	topt:0;
    left: -100%;
}
.nav_align {
	display: table;
	padding: 0 25px 0 25px;
	width: calc(100% - 50px);
	height: 100%;
	text-align: left;
}

.icon_menu, .icon_menu_small {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:inline-block;
	transition: transform 0.3s;
	vertical-align: middle;
	background-image: url(images/icon_menu_black.png);
}

.icon_menu_small {
    background-image: url(images/icon_menu_black.png);
}
    
.menu, .submenu_mobile {
	font-size:24px;
	display:block;
	margin-right: 0;
	color: #666 !important;
	width:100%;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-weight:700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.icon_close {
	background-image:url(images/icon_close_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:25px;
	left: 25px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}

/* FIN MOBILE */

.address_bar, .menu_item, .banner_bottom_left, .banner_bottom_right, .access_wrapper, .submenu {
	display: none;
}
.submenu_drop {
	display: block;
	padding: 0 10px 0 10px;
	color:#666;
	width:calc(100% - 20px);
	height: 40px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #666; 
	background-image: url(images/arrow_down_black.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 0;
}
.alert_bar {
	width:calc(100% - 50px); 
	padding: 0 25px 0 25px;
	text-align: center;
}
.content {
	width: calc(100% - 50px);
	padding: 25px;
}

.content_form, .content_info, .txt_home, .benefit_home, .form_box, .contact_side, .content_serv {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}

.item_benefit {
	width: calc(50% - 25px); 
}
.header {
	height: 120px; 
}
.header_small {
	height: 50px; 
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
}	
.logo, .logo_small {
	margin-top: 10px;
	width: 175px;
}
.logo_small {
	width: 100px;
}
.menu_pos, .menu_pos_small {
	width: calc(100% - 205px);
	height: 80px;
}
.menu_pos_small {
	width: calc(100% - 130px);
	height: 50px;
}


.main_bar {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px; 
	height: 80px;
}
.footer {
	width: calc(100% - 50px); 
	padding: 25px;
}
.footer_left, .footer_right {
	width: 100%;
    margin-bottom: 30px;
}
.contact_item, .contact_item_fix {
	width: calc(100% - 50px); 
	margin-right: 0;
	display: block;
	margin-bottom: 30px;
}


.t1 {
	font-size:30px;
	line-height: 30px;
}
.t2 {
	font-size:30px;
	line-height: 30px;
}
.t3 {
	font-size:13px;
	line-height: 17px;
}
.t5 {
	font-size:13px;
}
.t6 {
	font-size:20px;
	line-height: 20px;
}	
	
.whatsapp { 
	background-size: 25px auto; 
	width: 30px; 
	height: 30px; 
	border-radius: 15px; 
}	
.mision, .vision {
	width: calc(100% - 50px); 
	float: none; 
	padding: 25px;
}
.valores_wrapper {
	width: calc(100% - 50px); 
	padding: 25px; 
}
.valores {
	width: calc(50% - 5px);
	margin-bottom: 25px;
}
.convenio_thumb {
	width: calc(50% - 15px); 
	margin: 5px !important;
}

		
.bx-wrapper .bx-pager {
    bottom: 125px !important;
}
/*
.internas_banner {
	height: 275px;
}
*/

.panelBaner .slide {
	background-attachment: scroll;
}
.main_banner {
	height: 475px; 
}

.ad_img {
width: 90%;
}




.mySlides { 
width:75%; 
}

.w3-display-left, .w3-display-right {
top: initial;
bottom: 25px;
margin-top: initial; 
}

.iso, .iso_small {
display: none;
}

.cert_cont {
display: none;
}


}

	
