
/**********************************************************************/
/**********************************************************************/
body {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	font: normal normal 20px / 24px "Montserrat", sans-serif;
    color: #000000;
	cursor: default;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
body.show-menu, body.show-popup {
	overflow: hidden;
}
body * {
	box-sizing: border-box;
	margin: 0;
}

/**********************************************************************/
a {
	display: inline-block;
	text-decoration: none;
}

/**********************************************************************/
img, svg {
    display: block;
	height: auto;
    max-width: 100%;
}
iframe {
    display: block;
    max-width: 100%;
	max-height: 100%;
}


/**********************************************************************/
/**********************************************************************/
.scrollbar::-webkit-scrollbar {
	width: 2px;
}
.scrollbar::-webkit-scrollbar-track {
	background-color: rgba(118, 181, 205, 0.4);
}
.scrollbar::-webkit-scrollbar-button {
	display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
	background-color: #3F7C94;
}


/**********************************************************************/
/**********************************************************************/
.row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.col {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
}
.col-12 { width: 100%; }
.col-11 { width: 91.66666%; }
.col-10 { width: 83.33333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666%; }
.col-7 { width: 58.33333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666%; }
.col-4 { width: 33.33333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666%; }
.col-1 { width: 8.33333%; }


/**********************************************************************/
/**********************************************************************/
.container {
	display: flex;
	flex-direction: column;
}
.container__content {
	width: calc(100vw - 120px);
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}


/**********************************************************************/
/**********************************************************************/
.main {
	position: relative;
	padding-top: 180px;
}
.header-white ~ .main {
	padding-top: 0;
}


/**********************************************************************/
/**********************************************************************/
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(197, 220, 235, 0.8);
	opacity: 0;
	pointer-events: none;
	z-index: 1100;
	transition: opacity 0.3s;
	cursor: pointer;
}
body.show-popup .overlay {
	opacity: 1;
	pointer-events: initial;
}


/**********************************************************************/
/**********************************************************************/
.slideIn {
	opacity: 0;
	transition: transform 0.6s, opacity 0.6s;
}
.slideIn.slideInLeft {
	transform: translateX(-60px);
}
.slideIn.slideInRight {
	transform: translateX(60px);
}
.slideIn.slideInUp {
	transform: translateY(60px);
}
.slideIn.show,
.slideIn.hold {
	transform: none;
	opacity: 1;
}


/**********************************************************************/
/**********************************************************************/
.grecaptcha-badge {
	display: none !important;
}




/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1440px) {
	/******************************************************************/
	/******************************************************************/
	.main {
		padding-top: 100px;
	}
}


@media screen and (max-width: 1024px) {
	/******************************************************************/
	/******************************************************************/
	.row {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.col {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	/******************************************************************/
	/******************************************************************/
	.container__content {
		width: calc(100vw - 60px);
	}

	
	/******************************************************************/
	/******************************************************************/
	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666%; }
	.col-md-10 { width: 83.33333%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66666%; }
	.col-md-7 { width: 58.33333%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.66666%; }
	.col-md-4 { width: 33.33333%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66666%; }
	.col-md-1 { width: 8.33333%; }
}


@media screen and (max-width: 767px) {
	/******************************************************************/
	/******************************************************************/
	body {
		font-size: 14px;
		line-height: 20px;
	}
	body.show-vacancy {
		overflow: hidden;
	}
	
	
	/******************************************************************/
	/******************************************************************/
	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666%; }
	.col-sm-10 { width: 83.33333%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66666%; }
	.col-sm-7 { width: 58.33333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666%; }
	.col-sm-4 { width: 33.33333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666%; }
	.col-sm-1 { width: 8.33333%; }
	
	
	/******************************************************************/
	/******************************************************************/
	.main {
		padding-top: 70px;
	}
	
	
	/******************************************************************/
	/******************************************************************/
	body.show-menu .overlay {
		opacity: 1;
		pointer-events: initial;
	}
}


@media screen and (max-width: 600px) {
	/******************************************************************/
	/******************************************************************/
	.col-xs-12 { width: 100%; }
	.col-xs-11 { width: 91.66666%; }
	.col-xs-10 { width: 83.33333%; }
	.col-xs-9 { width: 75%; }
	.col-xs-8 { width: 66.66666%; }
	.col-xs-7 { width: 58.33333%; }
	.col-xs-6 { width: 50%; }
	.col-xs-5 { width: 41.66666%; }
	.col-xs-4 { width: 33.33333%; }
	.col-xs-3 { width: 25%; }
	.col-xs-2 { width: 16.66666%; }
	.col-xs-1 { width: 8.33333%; }
}




.langs .lang-item-es {
	display: none !important;
}