@charset "UTF-8";

@import url('set2.css');
@import url('jquery-confirm.min.css');
@import url('font-awesome.css');

.wrap-loader {
	z-index:2000;
}

#wrap-home.stages {
	min-height: 300px!important;
}
#wrap-home .texto {
	margin:40px 60px 100px 60px!important;
}
#wrap-home .texto h1 {
	width:100%!important;
	font-family: 'Lato', sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: 300;
}
#wrap-home .texto h2 {
	width:100%!important;
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight: 300;
	margin:0 0 30px 0;
}
@media (min-width:1200px) {
	#wrap-home.stages {
		min-height: 400px!important;
	}
	#wrap-home .texto {
		margin:60px 0 140px 140px!important;
	}
    #wrap-home .texto h1 {
		width:30%;
        font-size: 70px;
    }
	#wrap-home .texto h2 {
		width:50%;
		font-size:36px;
		font-weight: 100;
	}
}

#wrap-home .texto .boton {
	background-color:#82aeba;
	color:#fff;
	padding:10px 30px;
	
}
#wrap-home .texto .boton:hover {
	background-color: #2f5680;
	text-decoration: none;
}

.wrap-default,
.carousel {
	margin-top:70px;
}
@media (min-width:1200px) {
	.wrap-default,
	.carousel {
		margin-top:150px;
	}
}
.wrap-head {
	font-family: 'Lato', sans-serif;
	color:#fff;
	padding:40px 0 0 0;
}

.wrap-head h1 {
	font-size:70px;
	font-weight: 300;
	padding:0;
	margin:0;
}
.wrap-head h2 {
	font-size:36px;
	font-weight: 300;
	padding:0;
	margin:0;
}
.wrap-head p {
	font-size:32px;
	font-weight: 300;
	line-height: 34px;
	padding:0;
	margin:50px 0 0 20px;
}
.wrap-head .boton {
	background-color:#ff7200;
	color:#fff;
	padding:10px 30px;
}
.wrap-head .boton:hover {
	background-color: #cc5c00;
	text-decoration: none;
}

@media (max-width:375px) {
	
	
	.wrap-head {
		background-position: center center;
		background-size:100% 100%!important;
		height: 200px;
		padding:20px 0 0 20px;
	}
	.wrap-head h1 {
		font-size:30px;
	}
	.wrap-head h2 {
		font-size:16px;
	}
	.wrap-head p {
		font-size:20px;
		font-weight: 300;
		line-height: 24px;
		margin:0px 0 0 20px;
	}
}

.down {
	position: absolute;
	top:470px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width:42px;
	height: 42px;
	background-image:url(../images/scroll_down.png);
}
.down:hover {
	background-image:url(../images/scroll_down_hover.png);
}
.wrap-head .down {
	top:550px;
}


@media (max-width:375px) {
	.slick-prev {
    	left: 5px;
	}
	.slick-next	{
		right: 5px;
	}
	.down {
		display: none;
	}
}

#principal-menu .botones {
	display: block;
	margin:10px 0 50px 0;
}
#principal-menu .boton {
	float:left;
	font-family: 'Lato', sans-serif;
	color:#7f9bb7;
	background-color: #223e5b;
	padding:7px 30px;
	margin:3px 3px 0 0;
}
#principal-menu .boton:hover {
	background-color: #2f5680;
	color:#9ec1e5;
	text-decoration: none;
}
#principal-menu .english,
#principal-menu .espanol {
	float:left;
	display: block;
	width:300px;
	font-family: 'Lato', sans-serif;
	color:#7f9bb7;
	padding:0 0 0 25px;
	margin:0 0 0 0;
}
#principal-menu .english {
	background:url(../images/flag_us.png) left no-repeat;
}
#principal-menu .espanol {
	background:url(../images/flag_mx.png) left no-repeat;
}

@media (min-width:768px) {
	#principal-menu .botones {
		margin:10px 0px 0 0;
	}
	#principal-menu .boton {
		float:right;
		margin:0 0 0 20px;
	}
}

@media (min-width:1200px) {
	#principal-menu .botones {
		margin:10px 80px 0 0;
	}
	#principal-menu .boton {
		float:right;
		margin:0 0 0 20px;
	}
	#principal-menu .english,
	#principal-menu .espanol {
		float:right;
		width:auto;
		padding:0 25px 0 0;
		margin:7px 0 0 30px;
	}
	#principal-menu .english {
		background:url(../images/flag_us.png) right no-repeat;
	}
	#principal-menu .espanol {
		background:url(../images/flag_mx.png) right no-repeat;
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float:right;
		margin-right: 0px!important;
	}
	.navbar-nav li {
		padding:0 15px;
	}
	.navbar-nav>li>a {
		font-family: 'Lato', sans-serif;
		line-height: 10px;
		padding:10px 0;
	}
	.navbar-nav>li>a:hover {
		background-color:#0e1d3f;
		color:#fff!important;
		border-bottom: 1px solid #82aeba;
	}
	.navbar-nav .active a {
		color:#fff!important;
		border-bottom: 1px solid #82aeba;
	}
	.navbar-nav .active a:hover {
		background-color: transparent!important;
	}
	.navbar .navbar-nav li.with-line:after {
		height: 16px;
		top: 8px;
	}
}

@media (min-width:1200px) {
	.navbar-nav {
		float:left;
		margin-right: 60px!important;
	}
	.navbar-nav li {
		padding:0 15px;
	}
	.navbar-nav>li>a {
		font-family: 'Lato', sans-serif;
		line-height: 10px;
		padding:10px 0;
	}
	.navbar-nav>li>a:hover {
		color:#fff!important;
		border-bottom: 1px solid #82aeba;
	}
	.navbar-nav .active a {
		color:#fff!important;
		border-bottom: 1px solid #82aeba;
	}
	.navbar-nav .active a:hover {
		background-color: transparent!important;
	}
	.navbar .navbar-nav li.with-line:after {
		height: 16px;
		top: 8px;
	}
}

.wrap-body.home {
	background-color: #ebebeb;
	padding:50px 0!important;
}
.wrap-body.home h1 {
	color:#999;
	font-size:50px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.wrap-body.home .linea {
    background-color: #82aeba;
    height: 1px;
    width: 360px;
	margin:0 auto 15px auto;
}
.wrap-body.home h2 {
	color:#000;
	font-size:26px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.b_home {
	font-family: 'Lato', sans-serif;
	padding:0px;
	margin:20px 0 20px 0;
}
.b_home img {
	width:100%;
}
.b_home .texto {
	background: #fff;
	font-size:16px;
	color:#0e1d3f;
	font-weight: 400;
	padding:30px 20px;
	position: relative;
}
.b_home .tit {
	width:220px;
	height: 38px;
	background: url(../images/bg_titulo_home.png) 0 0 no-repeat;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	padding-top:9px;
	position: absolute;
	top:-18px;
	left:-30px;
}
.b_home .boton {
	display: block;
	width:170px;
	color:#82aeba;
	font-size:14px;
	text-align: center;
	border:1px solid #82aeba;
	padding:8px;
	margin:20px auto 0 auto;
}
.b_home .boton:hover {
	background-color: #82aeba;
	color:#fff;
	text-decoration: none;
}
.social {
	margin:0 2px;
}


.wrap-body {
	background: #f0f0f0!important;
	font-family: 'Lato', sans-serif;
	padding:0!important;
	margin:0!important;
}
.cont_menu_interior {
	border-right:1px solid #0e1d3f;
	padding:60px 0 0 60px;
	margin:0 100px 100px 0;
}
.cont_menu_interior h1 {
	font-size:28px;
	color:#0e1d3f;
	font-weight: 300;
}
.wrap-default .wrap-body ul.menu_interior li:before {
    content: "";
}
.menu_interior {
	list-style-type: none!important;
	padding:0;
	margin:40px 0 0 0;
}
.menu_interior li {
	margin:10px 0 0 0;
}
.menu_interior li a {
	font-size:17px;
	color:#0e1d3f;
	line-height: 12px!important;
}
.menu_interior li a.activo {
	font-weight: 700;
}

@media (max-width:375px) {
	.cont_menu_interior {
		width:100%;
		border-right:none;
		text-align:center;
		padding:20px 0 0 0;
		margin:0;
	}
	.menu_interior {
		width:80%;
		margin:0 auto;
	}
	.menu_interior li {
		margin:10px 0 0 0;
	}
	.menu_interior li a {
		display:block;
		width:100%;
		background:#cad5db;
		padding:10px 20px;
		line-height: 19px!important;
	}
	.menu_interior li a.activo {
		background:#65aeb9;
	}
}

.contenido {
	padding:60px 0;
}
.contenido h1 {
	font-size:50px;
	color:#3e6c82;
	font-weight: 300;
	margin:0 0 60px 0;
}
.contenido h2 {
	font-size:32px;
	color:#000;
	font-weight: 400;
}
.contenido h3 {
	font-size:24px;
	color:#000;
	font-weight: 400;
	line-height: 28px;
}
.contenido p {
	font-size:20px;
	color:#333;
	font-weight: 300;
	line-height: 32px;
	margin:30px 0 0 0;
}
.contenido .m50 {
	margin:50px 0;
}
.wrap-default .wrap-body ul.numeros li:before {
    content: "";
}
.contenido ol {
	margin:40px 0 0 0;
}
.contenido ol li {
	font-size:20px!important;
	color:#333;
	font-weight: 300;
	line-height: 32px;
}
.contenido ol.dos_col {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;	
}


@media (max-width:375px) {
	.contenido {
		padding:30px 20px;
	}
	.contenido h1 {
		font-size:40px;
		margin:0 0 30px 0;
	}
	.contenido h2 {
		font-size:26px;
	}
	.contenido h3 {
		font-size:22px;
		line-height: 24px;
	}
	.contenido img {
		width:100%;
	}
	.contenido ol.dos_col {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;	
	}
}


.experto {
	background: #fff;
}
.experto .foto {
	float:right;
	height:423px;
	background-image: url(../images/linea_experto.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding:20px 1px 0 0;
}
.experto .foto .nombre {
	font-size:20px;
	color:#0e1d3f;
	font-weight: 500;
	padding:0;
	margin:20px 24px 0 0;
}
.experto .foto .puesto {
	font-size:18px;
	color:#666;
	font-weight: 400;
	padding:0;
	margin:0 24px 0 0;
}
.experto .foto .social {
	list-style-type: none!important;
	margin:10px 24px 0 0;
}
.experto .foto .social li {
	float:right;
}
.experto .foto .social li a {
	display: block;
	width:25px;
	height: 25px;
	margin:0 0 0 15px;
}
.experto .foto .social li .linkedin {
	background: url(../images/icon_exp_linkedin.png) center center no-repeat;
}
.experto .foto .social li .twitter {
	background: url(../images/icon_exp_twitter.png) center center no-repeat;
}
.experto .texto {
	padding:50px 0 0 110px;
}
.experto .texto h1 {
	font-size:36px;
	color:#333;
	font-weight: 300;
	margin:0 0 30px 0;
}
.experto .texto p {
	font-size:20px;
	color:#333;
	font-weight: 300;
	line-height: 32px;
	margin:20px 0 0 0;
}

@media (max-width:375px) {
	.experto .foto {
		background:none;
	}
	.experto .texto {
		padding:30px 20px;
	}
}

.clientes {
	background:#fff url(../images/bg_clientes.jpg) top repeat-x;
	text-align: center;
	padding:40px 0;
}
.clientes h1 {
	font-size:36px;
	color:#333;
	font-weight: 300;
	margin:0 0 30px 0;
}
.clientes p {
	font-size:20px;
	color:#333;
	font-weight: 300;
	line-height: 32px;
	margin:20px 0 0 0;
}
/*
.clientes ul {
	width:100%;
	list-style-type: none;
	margin:30px 0 0 0;
}
.clientes ul li {
	float:left;
	text-align: center;
}
.clientes ul.l4 li {
	width:25%;
}
.clientes ul.l5 li {
	width:20%;
}
.clientes ul.l6 li {
	width:16.66666%;
}

@media (max-width:375px) {
	.clientes ul li {
		float:none;
		width:80%;
		text-align: center;
	}

}
*/

footer .col.office:before {
    background-image: url(../images/ico_whatsapp.png)
}
footer .col.address:before {
    border: none;
    background-image: none;
}
footer .col .link_mapa {
    border: 3px solid #65aeb9;
    background-image: url(../images/ico_location.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    height: 56px;
    width: 56px;
    left: 0;
    position: absolute;
    top: 0;
}


.wrap-contacto {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5000;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #203d5b;
	font-family: 'Lato', sans-serif;
	padding:50px 0 0 0;
	display:none;
}
.wrap-contacto .cerrar {
	width:20px;
	height: 20px;
	background: url(../images/close.png);
	position: absolute;
	top:30px;
	right:20%;
}
.wrap-contacto h1 {
	font-size:50px;
	color:#fff;
	font-weight: 300;
}
.wrap-contacto p {
	font-size:14px;
	color:#fff;
	font-weight: 300;
}
.wrap-contacto img {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    position: absolute;
    width: 150px
}
.wrap-contacto button {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 250px;
	width: calc(80% - 2em);
	vertical-align: top;
	background: #82aeba;
	color:#fff;
	padding:10px 40px;
	border:none;
}
.wrap-contacto button:hover {
	background-color: #2f5680;
}
.wrap-contacto button:disabled {
	background-color: #ccc;
	color:#222;
}

.wrap-contacto .icon {
	float:left;
    border: 2px solid #ccc;
    border-radius: 50%;
    content: '';
    height: 28px;
    width: 28px;
	background-repeat:no-repeat;
	background-position:center;
}
.wrap-contacto .icon.phone {
    background-image: url(../images/ico_phone2.png)
}
.wrap-contacto .icon.mail {
    background-image: url(../images/ico_mail2.png)
}
.wrap-contacto .icon.location {
    background-image: url(../images/ico_location2.png)
}
.wrap-contacto a {
	float:left;
	text-align: left;
	margin-left:10px;
}



@media (max-width:769px) {
	.wrap-contacto h1 {
		font-size:30px;
		color:#fff;
		font-weight: 300;
	}
}


.clientes ul {
	font-size:20px!important;
	color:#333;
	text-align: left;
	font-weight: 300;
	line-height: 32px;
	list-style:disc;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}


@media (min-width:1200px) {
	.clientes ul {
		font-size:20px!important;
		color:#333;
		text-align: left;
		font-weight: 300;
		line-height: 32px;
		list-style:disc;
		-moz-column-count: 3;
		-moz-column-gap: 120px;
		-webkit-column-count: 3;
		-webkit-column-gap: 120px;
		column-count: 3;
		column-gap: 120px;	
	}
}

.historia {
	margin-top:50px;
}
.tl-text .tl-headline-date,
.tl-text h3.tl-headline-date {
	font-size:46px;
	line-height:46px;
	color:#000!important;
}
.tl-timenav {
	display: none;
}
.tl-menubar {
	display: none;
}
#back-to-top .top {
	z-index: 999;
	position: fixed;
	margin: 0px;
	color: #fff;
	background: #82aeba;
	bottom: 125px;
	right: 25px;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 90px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#back-to-top .top:hover {
	background: #2f5680;
	color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}


@media (min-width:768px) and (max-width:1024px) {
    .navbar {
        height: 100px;
        padding-left: 30px;
    }
	.navbar .navbar-header .navbar-brand {
        height: 30px;
        margin-top: 0px;
		left:0;
    }
    .navbar .navbar-header .navbar-brand img {
        width: 200px
    }
	.wrap-default,
	.carousel {
		margin-top:100px!important;
	}
	#principal-menu .botones {
		display: none;
	}
	.down {
		top:320px;
	}
	.wrap-head .down {
		top:520px;
	}
}


