@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');
/* CSS Document */


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

.wrapper {
	width:calc(100% - 100px);
	padding: 0 50px 0 50px;
	margin: auto;
}


.align {
	display: table-cell; 
	vertical-align: middle;
}
.align_frase {
	width: calc(100% - 100px); 
	max-width: 500px; 
	float: right;
	text-align: right;
	padding: 0 50px 0 50px;
}
.align_service {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	padding: 0 50px 50px 75px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.align_service:hover {
	background-color: rgba(0,42,208,.75);
	
}
.align_exp {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	padding: 0 50px 50px 150px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.slide_home {
	width: 100%;
	height: calc(100% - 100px);
	padding-top: 100px;
	position: relative;
}
.slide {
	display: block;
}
.slide_align {
	width: 100%;
	height: 100%;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	display: table;
}
.slide_nosotros {
	width: calc(50% - 100px);
	padding: 0 50px 0 50px; 
/*	min-height: calc(100% - 100px); */
	height: calc(100% - 100px); 
	background-color: #1000e6; 
	float: left; display: table; 
	background-image: url(images/about_texture.png); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-blend-mode: overlay;

}
.img_nosotros {
	width: 50%;
	min-height: calc(100% - 100px); 
	float: left; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-image: url(images/img_nosotros.jpg);
}
.thumb_service {
	width: 50%; 
	height: calc(50% - 50px); 
	background-color: #ccc;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	float: left; 
	display: table;
	position: relative;
}
.thumb_servicios_financieros {
	background-color: #23cbff;
	background-image: url(images/thumb_servicios_financieros.jpg);
	background-blend-mode: multiply;
}
.thumb_innovacion {
	background-color: #002ad0;
	background-image: url(images/thumb_innovacion.jpg);
}
.thumb_compliance {
	background-color: #246dff;
	background-image: url(images/thumb_compliance.jpg);
	background-blend-mode: hard-light;
}
.thumb_desarrollo_social {
	background-color: #002ad0;
	background-image: url(images/thumb_desarrollo_social.jpg);
	background-blend-mode: hard-light;
}



.img_equipo {
	width: 100%; 
	height: calc(100% - 350px); 
	background-color: #ccc; float: left; 
	background-image: url(images/img_team.jpg); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	position: relative;
}
.slide_equipo {
	width: 100%; 
/*	min-height: 250px; */
	height: 250px; 
	background-color: #0098ff; 
	float: left; 
	display: table;
}
.slide_bio {
	width: calc(55% - 100px); 
	padding: 0 50px 0 50px; 
/*	min-height: 100%; */
	height: calc(100% - 100px); 
	background-color: #e3e0e0; 
	float: left; 
	display: table;
}
.img_bio {
	width: calc(45% - 100px); 
	padding: 0 50px 0 50px; 
	height: calc(100% - 100px); 
	background-color: #e3e0e0; 
	float: left; 
	display: table;
}
.thumb_clientes {
	width: 50%; 
	height: calc(100% - 100px); 
	background-color: #246dff; 
	background-blend-mode: hard-light; 
	background-image: url(images/bg_clientes.jpg); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	float: left; 
	display: table;
	position: relative;
}
.thumb_clientes:hover .align_exp {
 	background-color: rgba(0,42,208,.75);
}
.thumb_alianzas {
	width: 50%; 
	height: calc(100% - 100px); 
	background-color: #1100e6; 
	background-blend-mode: hard-light; 
	background-image: url(images/bg_alianzas.png); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	float: left; 
	display: table;
	position: relative;
}
.thumb_alianzas:hover .align_exp {
 	background-color: rgba(0,42,208,.75);
}
.indicator {
	width: 40px; 
	height: 20px; 
	position: absolute; 
	z-index: 10; 
	bottom: 0; 
	left: 50%; 
	margin-left: -20px;
	background-image: url(images/indicator.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.slide_contacto {
	width:  calc(65% - 100px); 
	padding: 0 50px 0 50px; 
/*	min-height: calc(100% - 100px);*/
	height: calc(100% - 100px); 
	background-color: #2a96ff; 
	float: left; 
	display: table;
}
.left_form {
	width: calc(50% - 5px); 
	margin-right: 10px; 
	float: left;
}
.right_form {
	width: calc(50% - 5px); 
	float: right;
}
.mapa {
	width: 35%; 
	min-height: calc(100% - 100px);
	background-color: #564; 
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide_blog {
	width: calc(100% - 100px); 
	padding: 0 50px 0 50px; 
	height: calc(100% - 100px); 
	background-color: #000068; 
	float: left; 
	display: table; 
	text-align: center;
}
.content_blog {
	width: calc(100% - 100px); 
	padding: 150px 50px 50px 50px; 
	background-color: #000068; 
}
.content_article {
	width: calc(100% - 100px); 
	padding: 150px 50px 50px 50px; 
	background-color: #FFF; 
}
.content_logos {
	width: 100%; 
	height: 300px; 
	background-color: #FFF; 
	display: table; 
	text-align: center;
	float: left;
}
.content_services {
	width: calc(100% - 100px); 
	padding: 50px; 
	background-color: #FFF; 
	float: left;
}
.circle {
	width: 350px; 
	height: 350px; 
	display: table; 
	border-radius: 175px; 
	background-color: #21b7f7; 
	text-align: center;
}
.circle_left {
	float: left; 
}
.circle_right {
	float: right; 
}
.content_txt {
	width: calc(100% - 400px); 
	padding-top: 100px; 
}
.content_txt_right {
	float: right;
}
.content_txt_left {
	float: left;
}

/*HEADER*/
.header {
	width: 100%; 
	height: 100px;
	position: fixed;
	z-index: 99999;
	background-color: #FFF;
}
.header_left {
	width: 250px;
	height: 100px;
	float: left;
	display: table;
}
.header_right {
	width: calc(100% - 250px);
	height: 100px;
	float: right;
	display: table;
	text-align: right;
}



/*FOOTER*/

.footer {
	width: calc(100% - 100px);
	padding: 50px;
	background-color:#322ad0;
}
.footer_column {
	width: calc(25% - 30px);
	margin-right: 30px;
	float: left;
}


.thumb {
	width: calc(33.3333% - 20px); 
	margin-right: 30px; 
	float: left; 
	background-color: #e3e0e0; 
	margin-bottom: 30px;
	transition: all 0.3s ease-out;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
  	-o-transition: all .3s ease-out;
}
.thumb_img {
	width: 100%; 
	height: 225px; 
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.thumb_txt {
	width: calc(100% - 30px); 
	height: 75px; 
	display: table;
	text-align: left;
	padding: 0 15px 0 15px;
}
.thumb:hover {
	background-color: #2a96ff;
}




.content_left {
	width: calc(100% - 325px); 
	float: left;
}

.content_right {
	width: 250px;
	right: 50px;
	position: fixed;
}




/* Fonts */

.menu {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-left: 30px;
}

.submenu {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	margin-left: 30px;
}



.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	text-decoration:none;
}

.t2 {
	font-family: 'Raleway', sans-serif;
	font-size:26px;
	text-decoration:none;
	font-weight:400;
}

.t3 {
	font-family: 'Raleway', sans-serif;
	font-size:52px;
	text-decoration:none;
	font-weight:700;
}
.t4 {
	font-family: 'Raleway', sans-serif;
	font-size:175px;
	text-decoration:none;
	font-weight:700;
}





.white {
	color:#FFF;
}

.grey {
	color:#666;
}

.blue {
	color:#1100e6;
}
.light_blue {
	color:#0094dd;
}

.bt_white {
	background-color:transparent;
	color:#FFF;
	text-decoration:none;
	padding-top: 5px;
	height: 25px;
	float: right;
	width: 100%;
	max-width: 150px;
	text-transform:uppercase;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing: 2px;
	border:solid 1px #FFF;
	text-align: center;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
	display: none;
}

.bt_white:hover {
	background-color:#FFF;
	color:#1100e6;
}
.align_service:hover .bt_white {
	display: block;
}

.bt_blue {
	background-color:transparent;
	color:#666;
	text-decoration:none;
	padding-top: 5px;
	height: 25px;
	float: right;
	width: 100%;
	text-transform:uppercase;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing: 2px;
	border:solid 1px #666;
	text-align: center;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
	display: none;
}

.bt_blue:hover {
	background-color:#1100e6;
	color:#FFF;
}

/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:35px;
	height:25px;
	text-decoration:none;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.fb {
	background-image:url(images/icon_black_fb.png);
}

.in {
	background-image:url(images/icon_black_instagram.png);
}





/* Forms */

.field {
	color:#666;
	width:calc(100% - 10px);
	padding: 0 5px 0 5px;
	height: 40px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: #FFF;
	margin-bottom: 10px;
}

.area {
	color:#666;
	width:calc(100% - 10px);
	padding: 5px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	resize:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: #FFF;
	height: 130px;
	margin-bottom: 5px;
}


.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100%;
	text-align:center;
	background-color:#4651fd;
	display:block;
	cursor:pointer;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

.bt_send:hover {
	background-color:#000068;
}


.icon_menu, .nav {
	display: none;
}



/*
@media (min-width: 1450px) {
	
body {
	zoom: 150%;
	-moz-zoom: 150%;
	-webkit-zoom: 150%;
}
		
}
*/



@media screen and (max-width: 1150px) {

/* MENU MOBILE */

.nav {
	display: block;
	width:100%;
	height:100%; 
	position:fixed; 
	background-color:#FFF;
	z-index:99999;
	top:-100%;
	left: 0;
}
.menu_content {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.icon_close {
	background:url(images/close_black.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:50%;
	margin-right: -20px;
	bottom:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}
	
.icon_menu {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-color: transparent;
	width:40px;
	height:40px;
	border-radius: 0;
	color:transparent;
	cursor:pointer;
	display:block;
	border:none;
	right:25px; 
	top:7.5px;
	z-index:20;
	background-image: url(images/icon_menu_black.png);
	transition: transform 0.3s;
}
.icon_menu:hover {
	transform: scale(1.10);
}

.menu {
	font-size:20px;
	display:block;
	margin-left: 0;
	margin-bottom: 15px;
}


/* FIN MOBILE */

.wrapper {
	width:calc(100% - 50px);
	padding: 0 25px 0 25px;
}
.header_right {
	display: none;
}

.align_frase {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px;
}
.align_service, .align_exp {
	padding: 0 25px 25px 25px;
}

.slide_home {
	height: calc(100% - 50px);
	padding-top: 50px;
}
	
.slide_nosotros {
	width: calc(100% - 50px); 
	padding: 0 25px 0 25px; 
	min-height: calc(100% - 50px); 
}
.img_nosotros {
	width: 100%; 
	min-height: calc(100% - 50px); 
}
.thumb_service {
	width: 100%; 
	height: calc(50% - 25px); 
}
.img_equipo {
	height: 300px; 
}

.slide_bio {
	width: calc(100% - 50px); 
	padding: 25px; 
	min-height: inherit; 
}
.img_bio {
	width: calc(100% - 50px); 
	padding: 25px; 
	min-height: inherit; 
}
.thumb_clientes, .thumb_alianzas {
	width: 100%; 
	height: 300px;
	min-height: calc(100% - 50px); 
}

.slide_contacto {
	width:  calc(100% - 50px); 
	padding: 0 25px 0 25px; 
	min-height: inherit; 

}
.left_form, .right_form  {
	width: 100%; 
	margin-right: 0; 
}

.mapa {
	width: 100%; 
	min-height: inherit;
	height: 400px;
}
.slide_blog {
	width: calc(100% - 50px); 
	padding: 25px; 
	min-height: calc(100% - 50px); 
}
/*HEADER*/
.header {
	height: 50px;
}
.header_left {
	width: 150px;
	height: 50px;

}



/*FOOTER*/

.footer {
	width: calc(100% - 50px);
	padding: 25px;
}
.footer_column {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}


.thumb {
	width: 100%; 
	margin-right: 0; 
}

.content_left {
	width: 100%; 
	float: none;
}

.content_right {
	width: 100%;
	right: 0;
	position: inherit;
}

.circle {
	width: 200px; 
	height: 200px; 
	border-radius: 100px;
	margin-bottom: 30px;
}

.circle_right, .circle_left, .content_txt_right, .content_txt_left {
	float: none; 
}
.content_txt {
	width: 100%; 
	padding-top: 0; 
}
	
}
	
