body {
  font-family: 'Raleway', 'Trebuchet MS', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.nextart-font {
	font-family: 'next_art', Arial, sans-serif;
}

.x-heighting-font {
	font-family: 'x-heighting', Arial, sans-serif;
}

:root {
  --animate-duration: 1s;
}

/* MENU XS ---------- */
.manto-negro {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 9000;
	text-align: center;
	display: none;
}

.manto-negro .menu-xs {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.manto-negro .menu-xs a:link, .manto-negro .menu-xs a:visited, .manto-negro .menu-xs a:active {
	color: #FFFFFF;
	font-family: 'x-heighting', Arial, sans-serif;
	font-size: 22px;
	padding: 15px 8px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	display: block;
}

.manto-negro .menu-xs a:hover, .manto-negro .menu-xs a:focus {
	color: #02938b;
	border-bottom-color: #02938b;
	text-decoration: none;
}

#cerrar-menu {
	position: absolute;
	color: #FFFFFF;
	right: 25px;
	top: 15px;
	font-size: 25px;
}

/* NAVIGATION ------- */
header {
	height: 100vh;
	background: #F4F4F4;
	overflow-y: hidden;
	display: block;
	position: relative;
}

nav {
	z-index: 5000;
	position: fixed;
	top: 25px;
	right: 0;
	font-family: 'next_art', Arial, sans-serif;
	white-space: 0px;
	font-size: 0;
}

.bg-header {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/bg-header.jpg) center top no-repeat;
	background-size: cover;
	filter: saturate(0);
	opacity: 0.35;
}

.navigator-intranet  {
	z-index: 5000;
	position: absolute;
	top: 10px;
	left: 5px;
	font-family: 'next_art', Arial, sans-serif;
	white-space: 0px;
	font-size: 0;
	overflow: hidden;
}

.navigator-intranet a:link, .navigator-intranet a:visited, .navigator-intranet a:active {
	background-color: #EBEBEB;
	color: #006862;
	padding: 12px 22px;
	font-size: 13px;
	z-index: 80000;
	display: inline-block;
}

.navigator-intranet a:hover, .navigator-intranet a:focus {
	background-color: #006862;
	color: #FFFFFF;
	text-decoration: none;
}

.navigator-float a:link, .navigator-float a:visited, .navigator-float a:active {
	background-color: #00395C;
	padding: 12px 22px;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.navigator-float a:hover, .navigator-float a:focus {
	background-color: #006862;
	text-decoration: none;
}

#main-buttons, #float-button {
	display: inline-block;
	overflow: hidden;
}

#float-button {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

#float-button a:link, #float-button a:visited, #float-button a:active {
	background-color: #FFFFFF;
	color: #00395C;
	z-index: 80000;
	display: inline-block;
	font-size: 15px;
}

#float-button a:hover, #float-button a:focus {
	background-color: #006862;
	color: #FFFFFF;
}

.logo {
    z-index: 500;
    position: absolute;
    min-width: 200px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.triangle-blanco {
    position: absolute;
    left: 0;
    top: -320px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 65% 50%);
    width: 68%;
    height: 135vh;
    background-color: #FFFFFF;
    z-index: 10;
}

.polygon-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75vw;
	height: 80vh;
	-webkit-clip-path: polygon(25vw 0, 100% 0, 100% 100%, 55% 100%, 0 50%);
	clip-path: polygon(25vw 0, 100% 0, 100% 100%, 40% 100%, 0 50%);
	background: url(../images/bg-header.jpg) left center no-repeat;
	background-size: cover;
	z-index: 20
}

.polygon-overlay {
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
	width: 60%;
	height: 150px;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 30;
	bottom: 0;
	right: 0;
}

.cuadro-texto {
    background: transparent;
    background-size: cover;
    width: 100%;
    height: auto;
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 120;
    font-family: 'next_art', Arial, sans-serif;
    padding-top: 0px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.cuadro-texto span {
	display: block;
}

.cuadro-texto #linea01 {
	text-indent: 0px;
}

.cuadro-texto #linea02 {
	text-indent: 0px;
}

.cuadro-texto #cuadro-lineas {
	display: block;
	height: 12px;
	width: 110px;
	background-color: #00395C;
	z-index: 210px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* NOSOTROS */ 
.section-nosotros {
	background-color: #FFFFFF;
	z-index: 180;
}

.section-nosotros .container {
	z-index: 180;
	position: relative;
}

span.icon-nosotros {
    font-size: 200px;
    text-align: center;
    display: block;
    line-height: 1;
    max-height: 180px;    
}

.section-nosotros .container p {
	text-align: justify;
}

.nosotros-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 60vw;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 160;
}

/* BENEFICIOS -------- */
.outer-icon-xs {
	margin-top: 25px;
}

span.outer-icon img {
    max-width: 110px;
    margin-bottom: 0px;
}

.section-home.section-beneficios p {
	line-height: 1.9;
}

/* PROCESOS --------- */
.section-procesos p {
	margin-bottom: 30px;
	line-height: 1.7;
}

.section-procesos h2 {
	font-family: 'x-heighting', Arial, sans-serif;
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 0px;
}

.outer-col {
	border-left: none;
}

.inner-col {
    padding: 15px 0px;
    text-align: left;
}

.inner-col p {
	margin-bottom: 0px;
}

/* VALOR AGREGADO ----*/
.section-home.section-valor {
	overflow: hidden;
	min-height: 700px;
}

.valor-bg-xs {
	background: url(../images/bg-valor.jpg) no-repeat left center;
    background-size: cover;
    display: block;
    min-height: 220px;
    margin-top: -60px;
    margin-bottom: 20px;
}

.section-valor .container {
	z-index: 50;
	position: relative;
}

.valor-icon {
    position: absolute;
    top: 85%;
    transform: translateY(-85%);
    right: -18px;
    max-width: 230px;
    z-index: 10;
    display: none;
}

.valor-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    width: 60vw;
    height: 100%;
    background: url(../images/bg-valor.jpg) no-repeat left center;
    background-size: cover;
    display: none;
}

.col-titulo h1 {
	text-align: center;
}

.section-home.section-valor p {
	line-height: 1.8;
}

/* CONTACTO -------- */
.bajada-contacto {
	text-align: center;
	color: #000000;
	font-size: 16px;
	margin-bottom: 45px;
}

.contacto-form input[type='text'], .contacto-form input[type='mail'], .contacto-form input[type='tel'], .contacto-form textarea {
	background-color: #C6C6C6;
	border: 1px solid #C6C6C6;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	outline: none;
	text-transform: uppercase;
}

.contacto-form input[type='text']:focus, .contacto-form input[type='mail']:focus, .contacto-form input[type='tel']:focus, .contacto-form textarea:focus {
	background-color: #EDEDED;
	color: #888888;
} 

input#procesar {
    padding: 10px 55px;
    color: #FFFFFF;
    border: none;
    float: right;
}

input#procesar:hover, input#procesar:focus {
	background-color: #333;
}

#resultado {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0 57 92 / 0.8);
    color: #FFFFFF;
    padding: 15px 35px;
    font-size: 15px;
    font-family: 'next_art', Arial, sans-serif;
    font-weight: 700;
    z-index: 9800;
    display: none;
    max-height: 52px;
}


/* FOOT -------- */
footer {
	text-align: center;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

footer a:link, footer a:active, footer a:visited {
	color: #FFFFFF;
}

footer a:hover, footer a:focus {
	color: #5CA6CC;
	text-decoration: none;
}


/* EXTRAS ------ */
h1 {
	font-family: 'x-heighting', Arial, sans-serif;
	font-size: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.separador-h1 {
	max-width: 80px;
	height: 3px;
	background-color: #00395C;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	display: block;
}

#separador-full-left {
	width: 100%;
	height: 15px;
	background-color: #006862;
	display: block;
}

#separador-full-left .inner-full-left {
	width: 60vw;
	height: 15px;
	float: left;
	background-color: #00395C;
}

#separador-full-left .corner-turquesa {
	float: left;
	height: 15px;
	width: 15px;
	background: url(../images/corner-azul-left.png) right center no-repeat transparent;
	background-size: contain;
}

#separador-full-right {
	width: 100%;
	height: 15px;
	background: #006862;
	display: block;
	position: relative;
}

#separador-full-right .inner-full-right {
	width: 60vw;
	height: 15px;
	float: right;
	background-color: #00395C;
}

#separador-full-right .corner-azul {
	float: right;
	height: 15px;
	width: 15px;
	background: url(../images/corner-azul.png) left center no-repeat transparent;
	background-size: contain;
}

.section-home p {
	line-height: 1.7;
}

.section-home {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.section-home-separador {
	position: absolute;
	width: 100%;
	max-width: 200px;
	height: 8px;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: 500;
}

.bg-azul {
	background-color: #00395C;
}

.bg-turquesa {
	background-color: #006862;
}

.bg-gris {
	background-color: #DFDFDF;
}

.text-azul-palido {
	color: #2A303A;
}

.text-azul {
	color: #00395C;
}

.text-turquesa {
	color: #006862;
}

.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9500;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

.ease {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}

@media (min-width: 768px) {
	.bg-header {
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: url(../images/header.jpg) center center no-repeat;
		background-size: cover;
		filter: none;
		opacity: 1;
	}

	.logo {
	    z-index: 500;
	    position: absolute;
	    max-width: 220px;
	    top: 85px;
	    left: 50px;
	    transform: translateX(0%);
	}

	#float-button {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#float-button a:link, #float-button a:visited, #float-button a:active {
		background-color: #FFFFFF;
		color: #00395C;
		z-index: 80000;
		display: inline-block;
		font-size: 13px;
	}

	#float-button a:hover, #float-button a:focus {
		background-color: #006862;
		color: #FFFFFF;
	}

	.cuadro-texto {
	    background: url(../images/container-frase.png) center center no-repeat;
	    background-size: cover;
	    width: 560px;
	    height: 560px;
	    position: absolute;
	    top: 200px;
	    left: 15vw;
	    z-index: 120;
	    font-family: 'next_art', Arial, sans-serif;
	    padding-top: 260px;
	    font-size: 35px;
	    font-weight: 700;
	    line-height: 1.2;
	    text-align: left;
	}

	.cuadro-texto #linea01 {
		text-indent: 160px;
	}

	.cuadro-texto #linea02 {
		text-indent: 200px;
	}

	.cuadro-texto #cuadro-lineas {
		display: block;
		height: 12px;
		width: 110px;
		background-color: #00395C;
		z-index: 210px;
		margin-top: 20px;
		margin-left: 200px;
	}

	/* BENEFICIOS */
	.outer-icon-xs {
		margin-top: 0px;
	}
	span.outer-icon img {
	    max-width: 120px;
	    margin-bottom: 20px;
	}

	/* VALOR ---*/
	.col-titulo h1 {
		text-align: right;
	}
	.valor-icon {
	    position: absolute;
	    top: 85%;
	    transform: translateY(-85%);
	    right: -18px;
	    max-width: 230px;
	    z-index: 10;
	    display: block;
	}

	.valor-bg {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	    clip-path: polygon(0 0, 0 100%, 100% 100%);
	    width: 60vw;
	    height: 100%;
	    background: url(../images/bg-valor.jpg) no-repeat left center;
	    background-size: cover;
	    display: block;
	}

	/* PROCESOS --- */
	.outer-col {
		border-left: 1px solid #B6B1C1;
	}

	.inner-col {
	    padding: 15px 35px;
	    text-align: justify;
	}

	/* EXTRAS ---- */
	.section-home {
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}
}