@charset "utf-8";
@import url("https://use.typekit.net/tim7hni.css");
@import url('uikit.css');
@import url('navigation.css');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3bwae5');
  src:  url('fonts/icomoon.eot?3bwae5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3bwae5') format('truetype'),
    url('fonts/icomoon.woff?3bwae5') format('woff'),
    url('fonts/icomoon.svg?3bwae5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-btn:before {
  content: "\e900";
}

body, html {
	margin:0;
	padding:0;
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	line-height:28px;
	color: #002752;
	overflow-x: hidden;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header {
	position: fixed;
	z-index: 2;
	width: 100%;
	background: white;
}
p {
	margin: 0 0 4px 0;
}
.logo img {
	width: 400px;
	margin-bottom: 60px;
}
.container {
	width: 1180px;
	margin: 0 auto;
}
#home {
	height: 100vh;
	background: url(../img/home.jpg) center top / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container-home {
	width: 1000px;
	margin: 0 auto;
}
#home img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
}
h1 {
	text-align: center;
	font-size: 50px;
	line-height: 70px;
	font-family: "basic-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: white;
	margin: 50px 0 0 0;
}
h1 div {
	background: #002752;
	padding: 1px 10px;
	display: inline;
}
h1 span {
	color: #ffdb42;
}
#proceso img {
	width: 100%;
}
.borde {
	background: #002752;
	height: 25px;
	margin-bottom: 60px;
}
.titulo {
	background: #002752;
	padding: 100px 50px;
	display: inline-block;
}
h2, h3, h4 {
	font-size: 80px;
	line-height: 80px;
	font-family: "basic-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: white;
	margin: 0;
}
.clear {
	clear: both;
}
.mt1 {
	margin-top: -220px;
}
.titulo2 {
	background: #559bd6;
}
.titulo2 h3 {
	color: #002752;
}
.titulo3 {
	background: #00d186;
	text-align: right;
}
h4 span {
	color: #002752;
}
.flex-proceso {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.flex-proceso .w-proceso {
	width: 47.5%;
	display: flex;
}
.flex-proceso .w-proceso div:nth-of-type(1) {
	margin: -14px 20px 0 0;
	width: 69px;
}
.flex-proceso .w-proceso div:nth-of-type(2) {
	width: 470px;
}
.flex-proceso strong {
	font-size: 42px;
	line-height: 42px;
	font-family: "basic-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}
.flex-proceso span {
	color: #559bd6;
}
.mt2 {
	margin-top: -84px;
}

.flex-cotizador {
	display: flex;
	align-items: center;
}
.flex-cotizador .titulo {
	height: auto;
	position: absolute;
}
.bg-cotizador {
	background: url(../img/cotizador.jpg) center center / cover no-repeat;
	margin-left: 40%;
	width: 60%;
	height: 400px;
}
.personaliza {
	text-align: center;
	padding-top: 40px;
	font-size: 42px;
	line-height: 20px;
	font-family: "basic-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.personaliza img {
	margin: -10px 10px 0 0;
	width: 69px;
}
.flex-personaliza {
	font-size: 20px;
	line-height: 22px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flex-personaliza div {
	width: 47.5%;
}
.monto {
	margin-bottom: 0;
}
.cifra {
	font-size: 34px;
	line-height: 36px;
	font-weight: 900;
}
.uk-range::-webkit-slider-runnable-track {
  height: 1.5px;
  background: #002752;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #002752;
}
.uk-range::-moz-range-track {
  height: 1.5px;
  background: #002752;
}
.uk-range:focus::-moz-range-track {
  background: #002752;
}
.uk-range::-webkit-slider-thumb {
  margin-top: -15px;
  height: 30px;
  width: 30px;
  background: #559bd6;
  border: none;
}
.uk-range::-moz-range-thumb {
  border: none;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  background: #559bd6;
  border: none;
}
.btn-registro {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.down {
	font-family: "basic-sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	padding: 12px 40px 12px 80px;
	font-size: 25px;
	line-height: 29px;
	text-decoration: none;
	background:#002752;
	color:#fff;
	display:block;
	display: flex !important;
	align-items: center;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	box-shadow:0 0 1px transparent;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:relative;
	transition-property:color;
	transition-duration:.5s;
}
.down2 {
	text-decoration: none;
	background:#002752;
	color:#fff;
	display:block;
	display: flex !important;
	align-items: center;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	box-shadow:0 0 1px transparent;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:relative;
	transition-property:color;
	transition-duration:.5s;
}
.down.inline, .down2.inline2 {
    display:inline-block;
}
.down:before, .down2:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#559bd6;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 50%;
    -ms-transform-origin:0 50%;
    transform-origin:0 50%;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    transition-duration:.5s;
    transition-timing-function:ease-out;
}
.down:after, .down2:after {
    color:currentColor;
}
.down:hover {
    color:#fff;
    text-decoration: none;
}
.down:hover:before, .down2:hover:before {
    -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    transform:scaleX(1);
}
.down:hover:after, .down2:hover:after {
    margin-left:10px;
}
.btn-registro a:after {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    color: #559bd6;
    top: 13px;
    margin-left: -25px;
    font-style: normal;
}
.btn-registro a {
    list-style-type: none;
    position: relative;
}
.btn-registro a:hover:after {
    color: white;
    margin-left: -25px;
}
#aliados .container {
	position: relative;
}
.flex-aliados {
	display: flex;
	align-items: center;
}
.flex-aliados .titulo {
	height: auto;
	position: absolute;
	right: 0;
}
.bg-aliados {
	background: url(../img/aliados.jpg) center center / cover no-repeat;
	width: 60%;
	height: 400px;
}
.flex-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 40px 0;
}
.flex-logos div {
	width: 4px;
	height: 120px;
  background : -moz-linear-gradient(61.88% 80.91% 90.83deg,rgba(96, 161, 208, 1) 0%,rgba(176, 198, 75, 1) 100%);
  background : -webkit-linear-gradient(90.83deg, rgba(96, 161, 208, 1) 0%, rgba(176, 198, 75, 1) 100%);
  background : -webkit-gradient(linear,61.88% 80.91% ,32.73% 5.07% ,color-stop(0,rgba(96, 161, 208, 1) ),color-stop(1,rgba(176, 198, 75, 1) ));
  background : -o-linear-gradient(90.83deg, rgba(96, 161, 208, 1) 0%, rgba(176, 198, 75, 1) 100%);
  background : -ms-linear-gradient(90.83deg, rgba(96, 161, 208, 1) 0%, rgba(176, 198, 75, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A1D0', endColorstr='#B0C64B' ,GradientType=0)";
  background : linear-gradient(-0.83deg, rgba(96, 161, 208, 1) 0%, rgba(176, 198, 75, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A1D0',endColorstr='#B0C64B' , GradientType=1);
}
footer {
	background: #002752;
	text-align: center;
	padding: 40px 0;
	color: white;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 2px;
}
footer img {
	width: 200px;
}
.m0 {
	margin: 0;
}
@media (max-width: 1220px) {
    .container {
			width: 90%;
			margin: 0 5%;
    }
}
@media (max-width: 1180px) {
    .flex-proceso strong {
			font-size: 33px;
			line-height: 33px;
			white-space: nowrap;
		}
		h2, h3, h4 {
			font-size: 64px;
			line-height: 64px;
		}
		.titulo {
			padding: 60px 40px;
		}
		.bg-cotizador, .bg-aliados {
			height: 300px;
		}
}
@media (max-width: 1040px) {
	#home img {
		min-width: 90%;
		width: 90%;
	}
}
@media (max-width: 1020px) {
    .container-home {
			width: 90%;
			margin: 0 5%;
		}
}
@media (max-width: 940px) {
    .flex-proceso {
			justify-content: center;
			flex-direction: column;
			padding: 0;
		}
		.flex-proceso .w-proceso {
			width: 100%;
			margin: 20px 0;
		}
		.flex-proceso .w-proceso div:nth-of-type(1) {
			margin: -16px 20px 0 0;
			width: 69px !important;
		}
		.flex-proceso .w-proceso div:nth-of-type(2) {
			width: 90%;
		}
		.mt2 {
			margin: 0;
		}
}
@media (max-width: 880px) {
    h1 {
			font-size: 40px;
			line-height: 56px;
		}
		.borde {
			height: 20px;
			margin-bottom: 30px;
		}
}
@media (max-width: 770px) {
	.flex-logos {
		gap: 20px;
	}
	.flex-logos img:nth-of-type(1) {
		height: 120px;
	}
	.flex-logos img:nth-of-type(2) {
		height: 80px;
	}
	.flex-logos div {
		width: 2px;
		height: 100px;
	}
	/*#home img {
		min-width: 600px;
	}
	.container-home {
		width: 92%;
		margin: 0 4%;
	}
	h1 {
		position: absolute;
		top: 140px;
		z-index: 1;
		text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	}*/
}
@media (max-width: 670px) {
    .mt1 {
			margin-top: -40px;
		}
		.bg-cotizador, .bg-aliados {
			margin-left: 0;
			width: 100%;
		}
}
@media (max-width: 620px) {
		h2, h3, h4 {
			font-size: 51px;
			line-height: 51px;
		}
		.titulo {
			padding: 30px;
		}
}
@media (max-width: 540px) {
	.flex-logos img:nth-of-type(1) {
		height: 80px;
	}
	.flex-logos img:nth-of-type(2) {
		height: 50px;
	}
	.flex-logos div {
		height: 90px;
	}
}
@media (max-width: 530px) {
    .flex-personaliza {
			display: block;
			margin-bottom: 30px;
		}
		.flex-personaliza div {
			width: 100%;
		}
		.flex-personaliza div:nth-of-type(1) {
			margin-bottom: 10px;
		}
}
@media (max-width: 520px) {
    h1 {
			margin: 0;
		}
}
@media (max-width: 480px) {
    .personaliza {
			padding-top: 20px;
			font-size: 33px;
			line-height: 33px;
			margin-bottom: 40px;
		}
		.personaliza img {
			margin: -8px 5px 0 0;
			width: 40px;
		}
}
@media (max-width: 470px) {
    .flex-proceso .w-proceso div:nth-of-type(1) {
    	display: none;
		}
		.flex-proceso .w-proceso {
			margin: 10px 0;
		}
}
@media (max-width: 430px) {
		h2, h3, h4 {
			font-size: 40px !important;
			line-height: 40px;
		}
		.titulo {
			padding: 20px 30px;
		}
}
