/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */


/******** Custom font ********/
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo/Heebo-Light.woff2') format('woff2'),
        url('../fonts/Heebo/Heebo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo/Heebo-Regular.woff2') format('woff2'),
        url('../fonts/Heebo/Heebo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo/Heebo-Medium.woff2') format('woff2'),
        url('../fonts/Heebo/Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo/Heebo-Bold.woff2') format('woff2'),
        url('../fonts/Heebo/Heebo-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.svg-icons{
	display: none;
}


html{
	overflow-x: hidden;
}
body {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}


/* Layout */
@media (min-width:1280px){
	.container {
		max-width: 1450px;
	}
}
@media (min-width:1280px){
	.page-narrow #content{
	    max-width: 980px;
	    margin: 0 auto;
	}
}
@media (min-width:1280px){
	.page-narrow.container {
	    max-width: 880px;
	}
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}
.col-lg-2-5 {
	padding-right: 20px;
    padding-left: 20px;
	position: relative;
	width: 100%;
	min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


/**** Typography ****/
a {
	color: #f12c3e;
}
li, p {
	font-weight: 300;
	font-size: 1.05rem;
	line-height: 1.6rem;
	letter-spacing: .6px;
}
p{
	margin-bottom: 1.36rem;
}
b, strong {
    font-weight: 500;
}
ul {
  list-style: none;
  padding: 0 0 0 16px;
}
.pre-title {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.9px;
	margin-bottom: 2px;
	color: #000;
	position: relative;
}
.pre-title::after {
	content: "";
	width: 75px;
	height: 2px;
	background-color: #ff585d;
	display: inline-block;
	margin-left: 12px;
}
.link-more {
	text-transform: uppercase;
	color:#000;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .4px;
	position: relative;
	margin-top: 4px;
}
.link-more:hover {
	text-decoration: none;
	color: #000;
}
.link-more::after {
	content: "";
	width: 40px;
	height: 2px;
	background-color:#ff585d;
	position: absolute;
	bottom: -6px;
	left: 0;
}


/* Slider wrapper*/
.slider-wrapper{
	width: 100%;
	height: 322px;
	background-color: #0a3e4e;
	position: relative;
	background-size: cover;
	margin-bottom: 98px;
}
.slider-wrapper h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 3.4px;
}
.slider-wrapper p{
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1.2px;
    color: #fff;
    line-height: 1.7em;
}
.slider-wrapper a{
	color: #000;
	text-transform: uppercase;
	font-size: 15.5px;
	letter-spacing: 1.8px;
	text-decoration: underline;
	font-weight: 400;
}
.slider-txt {
	z-index: 2;
	position: absolute;
	bottom: 48px;
	left: 20px;
}
.slider-overlay {
	background-color: #0a3e4e;
    opacity: .8;
	height: 322px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.slider-overlay-corner{
	position: absolute;
	z-index: 1;
	background-color: #ff585d;
	width: 250px;
	height: 250px;
	bottom: 0;
	left: 70px;
	opacity: .7;
}


/* Slider video */
.slider-wrapper-video {
	height: auto;
}
.slider-wrapper-video .slider-txt {
	width: 500px;
	right: 220px;
	top: 100px;
	text-align: right;
	left: auto;
}
.slider-wrapper-video h1{
	font-size: 70px;
	max-width: 100%;
}
.slider-wrapper-video .slider-overlay-corner{
	width: 476px;
	height: 476px;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}
.slider-video video{
    opacity: .4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: -6px;
}


/* Headings */
.h1, h1 {
    font-size: 52px;
	font-weight: 100;
	color: #29343e;
	margin-bottom: 12px;
}
.h2, h2 {
	font-size: 27px;
	font-weight: 500;
	color: #29343e;
	margin-bottom: 2.1rem;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}
.h2 span, h2 span{
	color: #ff585d;
}
.h3, h3 {
	font-size: 1.1rem;
	font-weight: 500;
	color: #004250;
	text-transform: uppercase;
	margin-bottom: .8rem;
	line-height: 1.3;
	letter-spacing: .8px;
	margin-top: 34px;
}
h3.invert {
	color:#fff;
	background-color:#0a3e4e;
	display: inline-block;
	width: 169px;
	padding: 4px 4px 2px 20px;	
	line-height: 1em;
	font-size: 1rem;
	letter-spacing: .8px;
}
.h4, h4 {
    font-size: 1.2rem;
	color: #29343e;
    font-weight: 400;
}
.heading-center{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0 30px 0;
}
.heading-center p{
	font-size: 1.1rem;
}
.heading-center .pre-title{
    font-size: 12px;
	padding-left: 0px;
}

/* Buttons */
.btn {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: .8rem 2.8rem;
	font-size: .84rem;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}
.btn-primary {
    background-color: #0a3e4e;
    border-color: #0a3e4e;
}
.btn-primary:hover {
	background-color: #12576c;
    border-color: #12576c;
}
.btn-secondary {
    background-color: transparent;
	border-color: #0a3e4e;
	color: #0a3e4e;
	padding: 1.1rem 2.8rem;
}
.btn-secondary:hover {
	background-color: #12576c;
	border-color: #12576c;
	color: #fff;
}


.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
	background-color: #12576c;
    border-color: #12576c;
}


/* Header */
.main-header{
	background-color: transparent;
	z-index: 9;
	position: relative;
}
.main-navbar {
    padding: 28px 0;
    background-color: transparent;
}
.main-navbar .container-fluid {
    width: 92%;
}
.navbar-brand {
    background: rgba(0, 0, 0, 0) url(../img/logo.png) no-repeat scroll 0 0;
    height: 26px;
    text-indent: -9999px;
    width: 261px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.navbar-brand {
	    background: rgba(0, 0, 0, 0) url(../img/logo2x.png) no-repeat scroll 0 0;
	    background-size: 100%;
	}
}
*/
.navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


/**** Main nav ****/
.navbar-light .navbar-nav .nav-link {
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-left: 30px;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:before, 
.navbar-light .navbar-nav .nav-link:after {
	content: '';
	position: absolute;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.navbar-light .navbar-nav .nav-link:before {
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.navbar-light .navbar-nav .active .nav-link:before,
.navbar-light .navbar-nav .nav-link:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
/*     color: #fff; */
}
.navbar-light .navbar-nav .nav-link-cta .nav-link{
	border: 1px solid #fff;
	padding: 4px 20px;
	margin-top: 4px;
	margin-left: 34px;
}
.navbar-light .navbar-nav .nav-link-cta .nav-link:focus,
.navbar-light .navbar-nav .nav-link-cta .nav-link:active,
.navbar-light .navbar-nav .nav-link-cta .nav-link:hover {
/* 	border-color: #f12c3e; */
}
.navbar-light .navbar-nav .nav-link-cta .nav-link:before, 
.navbar-light .navbar-nav .nav-link-cta .nav-link:after {
	display: none;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle{
	padding-right: 10px;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
    top: 21px;
    right: -4px;
}
.navbar-light .navbar-nav-language {
	border-left: 1px solid #000;
	margin-left: 16px;
}
.navbar-light .navbar-nav-language .nav-link {
	line-height: 1.2em;
	padding: 0;
	margin: 0 6px 0 16px;
}
.navbar-light .navbar-nav.navbar-nav-language .nav-link:before {
	display: none;
}
.navbar-light .navbar-nav-language li:last-child .nav-link{
	margin-right: 0;
	margin-left: 6px;
}
.es .navbar-light .navbar-nav-language li:last-child .nav-link{
	opacity: .4;
}
.en .navbar-light .navbar-nav-language li:first-child .nav-link{
	opacity: .4;
}
.navbar-toggler{
	border: none;
	background: transparent !important;
}


/**** Footer ****/
.main-footer{
	margin-top: 100px;
	padding: 120px 96px 20px 96px;
	background-color: #090909;
}
.footer-content{
	color: #fff;
	font-size: 14.4px;
	font-size: .9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-content .logo{
	margin-bottom: 64px;
	background-size: 100%; 
	background: rgba(0, 0, 0, 0) url(../img/logo-r.png) no-repeat scroll 0 0;
    height: 92px;
    text-indent: -9999px;
    width: 81px;
    display: inline-block;
}
.footer-content .h4{
	font-size: .8rem;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.1px;
}
.footer-right{
	min-width: 900px;
}
.footer-phone,
.footer-email{
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	padding: 6px 0px;
	border-radius: 3px;
	margin-top: 7px;
	max-width: 234px;
	line-height: 1em;
	display: block;
}
.footer-phone:hover,
.footer-email:hover{
	text-decoration: none;
	opacity: .8;
	color: #fff;
}
.footer-phone i,
.footer-email i{
	font-size: .9rem;
	color: #f12c3e; 
	margin-right: 4px;
}
.footer-address p{
	color: #595959;
	margin: 0 0 10px 0;
	font-size: .8rem;
	line-height: 1.9em;
	letter-spacing: 0.4px;
}
.footer-address a{
	color: #595959;
	font-size: .8rem;
	line-height: 1.9em;
	letter-spacing: 0.4px;
}
.footer-nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-copyright{
	border-top: 1px solid #ffffff36;
	padding: 12px 2px 8px 2px;
	margin-top: 80px;
}
.footer-copyright p{
	color: #595959;
	font-size: .7rem;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.footer-social{
	text-align: right;
}
.footer-social a {
	text-align: right;
	display: inline-block;
	margin-left: 10px;
}
.footer-social a svg{
	fill: #fff;
	width: 24px;
	height: 24px;
}
.widget_nav_menu ul{
	padding-left: 0;
}
.widget_nav_menu li{
	margin: 0;
	line-height: 1.3em;
}
.widget_nav_menu li a{
	color: #595959;
	text-decoration: none;
	font-size: .8rem;
	line-height: 1.9em;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.widget_nav_menu li a:hover,
.widget_nav_menu li a:focus {
	color: #fff;
}
.widget_nav_menu li a:before{
	content: "-";
	padding-right: 4px;
}


/* Fixed header */
.fixed-header .navbar-brand,
.fixed-header .main-navbar  {
	transition: all .5s ease;
}
@media only screen and (min-width:992px){
	.fixed-header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1000;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
	.fixed-header .main-navbar {
	    padding: 10px 0;
		background-color: #fff;
	}
	.fixed-header .navbar-brand {
		background-size: 72%;
		height: 48px;
	}
	.fixed-header .navbar-light .navbar-nav .nav-link {
	    color: #333;
	    font-weight: 500;
	}
}


/* Sections */
.section{
	margin: 0 0 78px 0;
}
.section-gray{
	background-color: #f6fafb;
}


/**** Box featured ****/
.box-featured{
	padding: 44px 60px;
	color:#fff;
	background-color:#ff585d;
	max-width: 430px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .6px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 0;
}
.box-featured-overlaped {
    max-width: 530px;
    margin-left: -170px;
    padding-left: 170px;
	opacity: .8;
	background-color:#ea2b31;
}


/* Box brands */
.box-brands {
	background-color:#eff0f0;
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 10% 34px 10%;
}
.box-brands div{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.box-brands div img{
	max-width: 177px;
	margin-bottom: 40px;
}


/* CTA footer */
.cta-footer{
	background: url(../img/bg-cta.jpg) no-repeat scroll 0 0;
	background-size: cover;
	min-height: 300px;
	margin-top: 150px;
}
.cta-footer h2{
	text-transform: uppercase;
	font-size: 36px;
	color: #0a3e4e;
	margin-bottom: 0;
}
.cta-footer p{
	color: #0a3e4e;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .6px;
}
.cta-footer .col{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 300px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


/* CTA footer */
.cta-footer-02{
	background: url(../img/bg-cta-02.png) no-repeat scroll 0 0;
	background-color:#e5eced;
	padding: 60px;
	text-align: center;
}
.cta-footer-txt{
	margin: 0 auto;
	max-width: 500px;
}
.cta-footer-txt h2{
	margin: 0;
	color:#0a3e4e;
	font-size: 33px;
	margin-bottom: 10px;
}
.cta-footer-txt p{
	color:#0a3e4e;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}


/* CTA home */
.cta-home{
	background: url(../img/bg-cta-home.jpg) no-repeat scroll 0 0;
	background-size: cover;
	min-height: 500px;
	margin-top: 66px;
	text-align: center;
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cta-home h2{
	text-transform: uppercase;
	font-size: 36px;
	color: #0a3e4e;
	margin-bottom: 28px;
}


/* Box specialization */
.box-specialization{
	background: url(../img/bg-specialization.png) no-repeat scroll 0 0;
	background-color: #003c4d;
	padding: 84px 60px 84px 34%;
	margin-bottom: 100px;
}
.box-specialization h2{
	color: #fff;
	margin-bottom: 18px;
}
.box-specialization p{
	color: #fff;
}
.box-specialization h3{
	color:#ded5cc;
	font-size: 18px;
	font-weight: 500;
}
.box-specialization img{
	margin-bottom: 12px;
}


/* Box services */
.box-services{
	background-color: #eff0f0;
	padding: 34px 24px;
	margin-top: 40px;
}
.box-services-title {
	margin-bottom: 14px;
}
.box-services img {
    display: inline-block;
	margin-left: -10px;
	margin-right: 10px;
}
.box-services h3 {
    display: inline-block;
	width: 60%;
    vertical-align: bottom;
    margin-bottom: 6px;
}
.box-services p{
	font-size: .9rem;
	line-height: 1.4em;
	margin-bottom: 10px;
}


/* Box solutions */
.box-solutions-title {
	position: relative;
	margin: 64px auto 36px auto;
	max-width: 440px;
}
.box-solutions .box-featured-overlaped{
	width: 246px;
	height: 132px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.box-solutions h3{
	font-size: 1.1rem;
	color: #fff;
	margin: 0;
}
.box-solutions h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #222220;
    display: inline-block;
    margin-left: 12px;
}
.box-solutions-title .img-hover-zoom {
    overflow: hidden;
}
.box-solutions-title .img-hover-zoom img{
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease; 
	transition: all .1s ease; 
}
.box-solutions-title .img-hover-zoom img:hover { 
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1); 
}




/* Box companies */
.box-companies{
	background-color: #eceae7;
}
.box-companies-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 10px 70px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #000;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.box-companies-item:last-child{
	border-bottom: none;
}
.box-companies-txt{
	min-width: 360px;
}
.nav-pills-companies{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 50px;
	margin-top: 20px;
}
.nav-pills-companies > li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.nav-pills-companies .nav-link{
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color:#004250;
	padding: 10px;
	min-height: 200px;
	margin-bottom: 20px;
	cursor: default;
}
/* Sin tabs */
.nav-pills-companies .nav-link:hover,
.nav-pills-companies .nav-link.active{
	background-color: #fff;
	color: #004250;
}
/* Con tabs
.nav-pills-companies .nav-link:hover,
.nav-pills-companies .nav-link.active{
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	color: #004250;
}
.nav-pills-companies .nav-link:hover img,
.nav-pills-companies .nav-link.active img{
	-webkit-filter : filter: invert(43%) sepia(71%) saturate(898%) hue-rotate(317deg) brightness(101%) contrast(101%);
	filter: invert(43%) sepia(71%) saturate(898%) hue-rotate(317deg) brightness(101%) contrast(101%);
}
*/
.nav-pills-companies .nav-link img{
	display: block;
	margin: 0 auto 22px auto;
}

/* Box objectives */
.box-objectives {
    padding: 44px 24px;
    margin-top: 40px;
}
.box-objectives img{
	margin-bottom: 14px;
}
.box-objectives h3{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: .6px;
	min-height: 38px;
}
.box-objectives p{
	font-size: 15px;
	line-height: 1.4em;
	margin: 0;
}


.box-orange{
	background-color:#ff9133;
	color:#fff;	
	padding: 20px;	
	font-size: 14px;	
	letter-spacing: 5px;	
	max-width: 322px;
	display: inline-block;
	margin-bottom: 24px;
	margin-top: 14px;
}
.number{
	color:#ffebdf;
	font-size: 70px;
	font-weight: 500;
	display: inline-block;
	margin-left: 32px;
	letter-spacing: 4px;
}

.section-values img{
	display: block;
	margin-bottom: 20px;
}


/* Section solutions  */
.section-solutions {
	max-width: 100%;
	padding-left: 120px;
	margin-bottom: 50px;
}
.section-solutions-item{
	position: relative;
	margin-bottom: 130px;
	max-width: 228px;
}
.section-solutions-item img{
	height: 236px;
	width: 197px;
	max-width: none;
	-o-object-fit: cover;	
	object-fit: cover;
		-webkit-transition: all .1s;
	-o-transition: all .1s; 
	transition: all .1s; 
}
.section-solutions-item img:hover { 
	-webkit-transform: scale(1.08); 
	-ms-transform: scale(1.08); 
	transform: scale(1.08); 
}
.section-solutions-title{
	position: absolute;
	z-index: -1;
	background-color:#ff585d;
	right: -6px;
	bottom: -80px;
	width: 201px;
	top: 42px;
}
.section-solutions-title h3{
	color:#fff;
	position: absolute;	
	bottom: 4px;
	padding: 10px;	
	margin: 0;
	font-size: 1.1rem;
}




/* Navbar toggler */
.navbar-toggler{
	z-index: 99999;
	right: 10px;
	border: none;
	background: transparent !important;
	margin-top: -10px;
	padding: 0 2px 0 0;
}
.collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #000;
	display: block;
/* 	transition: all 0.2s; */
	margin-top: 4px;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
 	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	padding-right: 15px !important;
    padding-left: 15px !important;
}


/* Contact */
.page-contact p {
    max-width: 640px;
}
.contact-right{
	padding: 0 40px;
}
.contact-info{
	padding: 0 20px;
}
.contact-info h3{
	margin: 24px 0px 10px 0px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .4px;
}
.contact-info a{
	color: #000;
}
.contact-info a:hover{
	color: #000;
	text-decoration: underline;
}
.box-hire{
	background-color: #e5eced;
	color: #004250;
	padding: 22px 22px 26px 22px;
	margin-top: 95px;
	margin-bottom: 70px;
}
.box-hire p{
	margin: 0;
	font-size: 1rem;
}
.box-hire a{
	color: #004250;
	font-weight: 500;
}
.box-hire h3{
	text-transform: uppercase;
	font-size: 17px;
	color: #004250;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 4px;
}

/* Form */
.contact-form{
	margin-top: 40px;
}
.form-group {
	margin-bottom: 2.8rem;
}
.form-control {
	border: none;
	border-bottom: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
}
label {
    font-weight: 600;
}
.form-check {
    background-color: #ebebeb;
    padding: 14px 38px;
    margin-bottom: 30px;
}
.form-check label{
	color: #000;
	font-weight: 400;
}
.form-check a{
	font-weight: 600;
	color: #000;
}
.form-check .c_error{
	display: block;
}
.c_error{
	color: #ff585d;
	font-weight: 500;
}
#c_information{
	color: #4f9914;
	font-weight: 500;
}



.section-map{
	margin: 20px 0;
	padding: 0 16px;
}


/**** Box Methodology ****/
.box-methodology{
	padding: 0 100px;
	margin: 0 auto;
	background: url(../img/bg-methodology.png) no-repeat center 56px;
}
.methodology-item{
    position: relative;
    text-align: center;
    margin: 32px 0;
    min-height: 184px;
}
.methodology-number{
	position: absolute;
	top: -60px;
	right: 60px;
	color: #eef0f1;
	font-size: 70px;
	font-weight: 500;
	letter-spacing: 4px;
}
.methodology-item img{
	margin-bottom: 24px;
}
.methodology-item h3{
	color:#ff585d;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .6px;
	margin-top: 6px;
}
.box-methodology .align-self-center img{
	margin-top: 60px;
}
@media (max-width:1280px){
	.box-methodology{
		background: url(../img/bg-methodology-02.png) no-repeat center 56px;
	}
	.methodology-item {
	    min-height: 250px;
	}
	.methodology-number {
	    top: -30px;
	    right: 50px;
	    font-size: 40px;
	    letter-spacing: 2px;
	}
}
@media (max-width:1200px){
	.box-methodology {
	    background-size: 930px 700px;
	}
	.methodology-item {
	    min-height: 280px;
	}
	.methodology-number {
	    right: 20px;
	}
	.footer-right {
	    min-width: 0;
	}	
}
@media (max-width:990px){
	.box-methodology{
		background-image: none;
		padding: 0 20px;
	}
	.methodology-item {
	    min-height: 0px;
		margin: 4px 0;
	}
	.methodology-arrow{
		display: none;
	}
	.methodology-number {
    	position: static;
    }
}



/* Tabs */
.section-tabs{
    padding: 0 20px;
}
.nav-tabs {
    border-bottom: 1px solid #024150;
	margin-bottom: 60px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.nav-tabs .nav-link {
	color: #a1aeb6;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #024150;
    color: #024150;
}
.nav-tabs .nav-link.active {
    color: #024150;
	border-color: #024150 #024150 #fff;
}

@media (max-width:1200px){
	.nav-link {
	    padding: .5rem .8rem;
	}
}
@media (max-width:990px){
	.nav-tabs {
	    display: none;
	}
	.tab-content > .tab-pane {
		display: block;
		opacity: 1;
	}
}



/* Carousel */
.btn-next,
.btn-prev{
	position: absolute;
	top: 44%;
	background-color: #959690;
	color: #fff;
	padding: 12px 10px 10px 10px;
	cursor: pointer;
	z-index: 9;
	border: none;
}
.btn-next:hover,
.btn-prev:hover{
	opacity: .8;
}
.btn-next{
	right: 10px;
}
.btn-prev{
	left: 10px;
}
.btn-next .icon,
.btn-prev .icon{
	fill: #fff;
	height: 14px;
	width: 24px;
}
.btn-prev .icon{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.slick-slider{
	margin-top: 40px;
}
.slick-slide img {
    margin: 0 auto;
}



/**** Cookies ****/
.cwgt{
	position: fixed;
	bottom: 20px;
	background-color: #fff;
	padding: 26px;
	width: 60%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999999999;
	box-shadow: 0 2px 18px rgba(0,0,0,.3);
	border-radius: 4px;
}
.cwgt-top-center{
	bottom: auto;
	top: 20px;
}
.cwgt-top-left{
	top: 20px;
	left: 20px;
	bottom: auto;
	max-width: 280px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cwgt-top-right{
	top: 20px;
	left: auto;
	bottom: auto;
	right: 30px;
	max-width: 280px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cwgt-bottom-left{
	top: auto;
	left: 20px;
	bottom: 20px;
	max-width: 280px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cwgt-bottom-right{ 
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	max-width: 280px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cwgt a {
	text-decoration: underline;
	color: #ff585d;
}
.cwgt p {
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	margin: 0;
	display: inline-block;
	width: calc(100% - 160px);
	vertical-align: top;
}
.cwgt-top-left p,
.cwgt-top-right p,
.cwgt-bottom-left p,
.cwgt-bottom-right p{
	width: 100%;
	margin-bottom: 20px;	
}
.cwgt-btn{
	color: #fff;
	border: none;
	padding: 8px 12px;
	width: 150px;
	background-color: #ff585d;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.cwgt-bg-black{
	background-color: #000;
}
.cwgt-bg-black p {
	color: #fff;
}
@media (max-width:480px){
	.cwgt{
		width: calc(100% - 60px);
		max-width: 100%;
	}
}
@media (max-width:768px){
	.cwgt p {
		width: 100%;
		margin-bottom: 16px;
	}
	.cwgt-btn{
		width: 100%;
	}
}


/**** Page text ****/
.page-text #content a{
	color: #212529;
	text-decoration: underline;
}
.page-text #content a:hover{
	color: #212529;
	text-decoration: none;
}
.page-text .h2, .page-text h2 {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
}



/**** Utils ****/
.bg-gray {
    background-color:#eff0f0;
}
.shadow-red{
	box-shadow: 30px -30px 0px 0px #ff585d;
}
.section-narrow {
    max-width: 1180px;
    margin: 0 auto 78px auto !important;
}
.red{
	color: #ff585d;
}




/**** Responsive ****/
@media (max-width:1446px){
	.section-solutions {
	    padding-left: 40px;
	}
}
@media (max-width:1200px){
	.navbar-brand {
		width: 210px;
		background-size: 100%;
	}
	.main-footer {
		padding: 80px 96px 20px 96px;
	}
	.footer-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer-left {
		text-align: center;
	}
	.box-brands div {
		-ms-flex: 0 0 33%;
		-webkit-box-flex: 0;
		        flex: 0 0 33%;
		max-width: 33%;
		text-align: center;
	}
	.section-solutions {
	    padding-left: 0;
	}
	.nav-pills-companies {
	    padding-left: 0;
	}
	.section-solutions {
	    padding-left: 0;
	}
	.contact-info {
	    padding: 0;
	}
	.box-orange {
		max-width: 302px;
	}
}
@media (max-width:990px){
	.slider-wrapper {
		height: 192px;
		margin-bottom: 38px;
	}
	.slider-overlay-corner {
		height: 192px;
	}
	.slider-wrapper h1 {
		font-size: 36px;
	}
	.pl-3, .px-3 {
		padding-left: 0 !important;
	}
	.box-brands div {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: center;
	}
	.main-footer {
		padding: 70px;
	}
	.footer-right {
		min-width: 0%;
	}
	.section img{
		margin-bottom: 20px;
	}
	.section .text-right {
		text-align: center !important;
	}
	.box-featured-overlaped {
		max-width: 100%;
		margin-left: 0;
		padding-left: 60px;
		width: 100%;
	}
	.box-featured {
		max-width: 100%;
		width: 100%;
	}
	.col-lg-2-5{
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;	
	}
	.box-specialization{
		padding: 64px 40px;
	}
	.nav-pills-companies > li {
	    -ms-flex: 0 0 33%;
	    -webkit-box-flex: 0;
	            flex: 0 0 33%;
	    max-width: 33%;
	}
	.nav-pills-companies .nav-link {
		font-size: .9rem;
	}
	.slider-video video,
	.slider-wrapper.slider-wrapper-video{
		height: 250px;
	}
	.slider-wrapper-video .slider-overlay-corner {
		width: 176px;
	    height: 176px;
	}
	.slider-wrapper-video .slider-txt {
		width: auto;
	    right: auto;
	    top: 90px;
	    text-align: left;
	    left: 38px;
	}
	.slider-wrapper a {
		color: #ff585d;
		font-size: 13px;
	}
	
	.navbar-nav-language img{
		display: none;
	}
	.navbar-collapse{
		background: #000000d4;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100vh;
		top: 0;
		padding: 18% 12%;
		z-index: 9999;
	}
	.navbar-toggler.collapsed{
		position: static;
	}
	.navbar-toggler {
	    position: fixed;
	    right: 22px;
	}
	.navbar-toggler.collapsed .icon-bar {
	    background-color: #000;
	}
	.navbar-toggler .icon-bar {
		background-color: #fff;
	}
	.navbar-light .navbar-nav .nav-link {
    	color: #fff;
    }
    html.mobile-menu-open ,
    html.mobile-menu-open body{
		margin: 0; 
		height: 100%; 
		overflow: hidden
	}
	.navbar-light .navbar-nav-language {
		border-left: none;
		margin-left: 0;
		border-top: 1px solid #ffffff4f;
		padding-top: 12px;
		margin-top: 14px;
	}
	.navbar-light .navbar-nav-language li:last-child .nav-link {
	    margin-left: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		margin-left: 0;
	    padding-top: 8px;
	    padding-bottom: 8px;
		display: inline-block;
	} 
	.navbar-light .navbar-nav .nav-link::before {
		bottom: 6px;
	    height: 2px;
		background: #ff585d; 
	}
	.navbar-light .navbar-nav .nav-link:hover::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		bottom: 6px;
	    height: 2px;
		background: #ff585d; 
	}
	
	/* 	Active */
	.navbar-light .navbar-nav .active > .nav-link, 
	.navbar-light .navbar-nav .nav-link.active, 
	.navbar-light .navbar-nav .nav-link:active {
	    color: #fff;
	}	
	.navbar-light .navbar-nav .active .nav-link::before {
		bottom: 6px;
	    height: 2px;
		background: #ff585d; 
	}
	
	.navbar-light .navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:active, 
	.navbar-light .navbar-nav .nav-link:hover {
	    color: #fff;
	}
	.navbar-light .navbar-nav-language img {
		display: none;	
	}
	.section-solutions-title {
		bottom: -54px;
	}
	.section-solutions .row .col-xl-5{
		margin-bottom: 40px;
	}
	.contact-right {
	    padding: 0;
	}
}
@media (max-width:768px){
	.navbar-brand {
		width: 180px;
	}
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.slider-wrapper {
		height: 142px;
		margin-bottom: 28px;
		overflow: hidden;
	}
	.slider-overlay-corner {
		height: 142px;
	}
	.slider-txt {
		bottom: 18px;
	}
	.slider-wrapper h1 {
		font-size: 26px;
	}
	.h2, h2 {
		font-size: 22px;
		margin-bottom: 1rem;
	}
	p {
		margin-bottom: .8rem;
		font-size: 1rem;
	}
	.pre-title {
		font-size: 1rem;
	}
	.section {
	    margin: 0 0 38px 0;
	}
	.col-lg-2-5{
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;	
	}
	.box-objectives h3 {
	    min-height: 0;
	}
	.box-objectives img {
		margin-top: 20px;
	}
	.main-footer {
		padding: 40px;
	}
	.cta-footer {
	    min-height: 0;
	    margin-top: 70px;
	    padding: 40px;
	}
	.cta-footer .col {	
   		min-height: 0;
	}
	.cta-footer h2 {	
    	font-size: 26px;
    }
    .box-orange {
		padding: 18px;
		font-size: 13px;
		letter-spacing: 3px;
		max-width: 73%;
		margin-bottom: 14px;
		margin-top: 14px;
	}
	.number {
	    font-size: 58px;
	    margin-left: 2px;
	    letter-spacing: 4px;
    }
	.cta-footer-txt h2 {
	    font-size: 30px;
	}
	.main-navbar {
		padding: 18px 0 12px 0;
	}
	
	.cta-home {
	    min-height: 0;
	    padding: 50px;
	}
	.cta-home h2 {
	    font-size: 26px;
	}
	
	h2 br {
    	display: none;
	}
	.shadow-red {
    	box-shadow: 10px -10px 0px 0px #ff584d;
	    margin-top: 40px;
	}
	.box-companies-item {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
		padding: 20px;
	}	
	.box-companies-txt {
	    min-width: 0;
	}
	.section-solutions-item {
	    margin: 50px auto 60px auto;
	}

}
@media (max-width:480px){
	.box-brands div {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.nav-pills-companies > li {
	    -ms-flex: 0 0 50%;
	    -webkit-box-flex: 0;
	            flex: 0 0 50%;
	    max-width: 50%;
	}
}



















