@font-face {
	font-family: 'light';
	src: url("../fonts/original_FSElliotPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/original_FSElliotPro-Light.woff") format("woff"), url("../fonts/original_FSElliotPro-Light.ttf") format("truetype"), url("../fonts/original_FSElliotPro-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal; }

  @font-face {
	font-family: 'regular';
	src: url("../fonts/original_FSElliotPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/original_FSElliotPro-Regular.woff") format("woff"), url("../fonts/original_FSElliotPro-Regular.ttf") format("truetype"), url("../fonts/original_FSElliotPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal; }

  @font-face {
	font-family: 'bold';
	src: url("../fonts/original_FSElliotPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/original_FSElliotPro-Bold.woff") format("woff"), url("../fonts/original_FSElliotPro-Bold.ttf") format("truetype"), url("../fonts/original_FSElliotPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal; }

  @font-face {
	font-family: 'heavy';
	src: url("../fonts/original_FS_Elliot_Pro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/original_FS_Elliot_Pro-Heavy.woff") format("woff"), url("../fonts/original_FS_Elliot_Pro-Heavy.ttf") format("truetype"), url("../fonts/original_FS_Elliot_Pro-Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal; }

body, html {
	height: 100%;
    text-rendering:optimizeLegibility !important;
    -webkit-font-smoothing:antialiased !important;
	background-color: #fff;
	font-family: 'light';
	text-rendering: geometricPrecision;
}
h4{
	font-family: 'bold';
}
p{
	font-family: 'light';
}
span {
	font-family: 'light';
}
strong{
	font-family: 'bold';
}
.bg-light-gray {
    background: #F6F6F6 !important;
}
.bg-dark-blue {
    background: #0076CF !important;
}
.p-small {
    font-size: 0.875rem;
}
.blueSection {
	background-position: center;
	background-size: cover;
	background-origin: unset;
	position: relative;
	background: #0076CF;
	padding-bottom: 40px;
}
.fondo-azul{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #0076CF;
}
.fondoimagen{
	background-image: url(../images/banner-bg.svg), url(../images/banner.jpg);
	background-position: left bottom, left center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.fondoimagen img{
	position: absolute;
	right: 16%;
	top: 50%;
	transform: translate(-50%, -50);
	width: 60px;
}
.logo-apv{
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner-light-blue {
    background: #E4EFF9;
    border-radius: 3px;
    padding: 20px 40px 10px 46px;
    position: relative;
}

.banner-light-blue:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    position: absolute;
    left: 15px;
    top: 14px;
    height: 0px;
    display: block;
    transition: .3s ease;
    font-size: 22px;
    color: #0076CF;
}

.logoContent {
    margin-top: 20px;
}
.logoContent h1 {
	color: #fff;
    font-size: 1.5rem;
	font-weight: lighter;
	font-family: 'regular';
	margin-bottom: 30px;
}
.logoContent h1 b{
	font-weight: normal;
	font-family: 'bold';
}
.logoContent p {
	color: #fff;
    font-size: 1.5rem;
    font-weight: lighter;
	line-height: 28px;
	font-family: 'regular';
}
.logoContent p b{
	font-family: 'bold';
}
.top-image {
	width:auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 80%;
}
.form-contain {
	margin-top: 40px;
}
.form-contain .labelTxt{
	color: #fff;
    font-size: 1rem;
    font-weight: lighter;
}
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.male {
	background-color: white;
	border-radius: 50%;
	color: #0076CF;
}
.female{
	background-color: white;
	border-radius: 50%;
	color: #0076CF;
}
.cc-selector input:active +.genero-cc{
	background-color: #f5a812;
}
.cc-selector input:checked +.genero-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
            background-color: #f1ae2f;
            color: white;
            border: none;
}
.cc-selector span {
	color: #fff;
    font-size: 1rem;
    font-weight: lighter;
    padding-left: 4px;
}
.genero-cc{
	text-align:center;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width: 40px;
	height: 40px;
	padding: 4px 14px;
	font-size: 22px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.genero-cc:hover{
    background-color: #f5a812;
    color: white;
}
.form-control{

    text-align: left;
    color: #0076be;
    background: #ffffff;
	font-weight: bold;
	height: 43px;
}
.form-control::placeholder {
    color: #445fb0;
    opacity: 1;
}
.resultado {
	margin-top: 25px;
}
.resultado p{
	color: #fff;
    font-size: 1rem;
    font-weight: bold;
	margin: 0;
	font-family: 'light';
}
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.resultado span {
	color: #f5a812;
	font-size: 3rem;
	font-weight: normal;
	font-family: 'light';
}
.resultado span {
    color: #f5a812;
    font-size: 3rem;
    font-weight: bold;
}
span.dolar {
	color: white;
	font-family: 'light';
}
.resultado span.txt-pequeno {
	font-size: 1rem;
}

.botones {
	margin-top: 20px;
	padding-right: 15px;
    padding-left: 15px;
}
.botones span {
	color: #ffffff;
	font-size: 0.7rem;
    font-weight: normal;
   	display: block;
   	text-align: center;
   	margin: 5px 0 20px;
}
button.orange {
	background-color: #f1ae2f;
	border: solid 1px #f1ae2f;
	color: white;
	border-radius: 50px;
	padding: 7px 22px;
	font-family: 'bold';
	width: 100%;
	-webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
button.blue {
	background-color: transparent;
	border: solid 1px white;
	color: white;
	border-radius: 50px;
	padding: 7px 20px;
	font-family: 'bold';
	width: 100%;
	-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}


button.white {
	background-color: white;
	border: solid 1px white;
	color: #0076CF;
	border-radius: 50px;
	padding: 7px 20px;
	font-family: 'bold';
	width: 100%;
	-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

button.white:hover{
	background-color: transparent;
	border: solid 1px white;
	color: white;
	border-radius: 50px;
	padding: 7px 20px;
	font-family: 'bold';
	width: 100%;
	-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}


button.orange:hover , button.blue:hover {
	background-color: white;
	border: solid 1px white;
	color: #0076CF;
}
.whiteSection {
	padding:40px 0;
}
.whiteSection h3 {
	color: #0076CF;
    font-size: 2.5rem;
    font-weight: lighter;
    width: 100%;
	margin-bottom: 45px;
	font-family: 'light';
}
.whiteSection h3 b{
	font-weight: normal;
	font-family: 'bold';
}
.boxBeneficios {
	background: white;
	padding: 15px 25px;
	position: relative;
	margin-bottom:35px;
	max-height: 460px;
	min-height: 440px;
	border-radius: 0.5em;
	transition: .3s ease;
}

.boxBeneficios:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
}

.boxBeneficios img {
	max-width: 60px;
}


.boxBeneficios span {
	color: #0076CF;
    font-size: 1.3rem;
    font-weight: normal;
    width: 100%;
    display: block;
    padding: 16px 0;
	line-height: 28px;
	font-family: 'bold';
}
.boxBeneficios p {
	color: #54565a;
    font-size: 1rem;
	font-weight: lighter;
	font-family: 'light';
}
.boxBeneficios .cliente , .boxBeneficios .no-cliente {
	display: block;
}
.boxBeneficios .no-cliente button.btn-small {
	color: #0076CF;
	border-radius: 50px;
	padding: 7px 22px;
	text-align: center;
	border: 1px solid #0076CF;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'bold';
	-webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.boxBeneficios .no-cliente button.btn-small:hover {
	background-color:#0076CF;
	color: #fff;
	text-decoration: none;

}

.btn-small {
	color: #0076CF;
	border-radius: 50px;
	padding: 7px 22px;
	text-align: center;
	border: 1px solid #0076CF;
	margin-top: 20px;
	font-size: 14px;
	font-family: 'bold';
	-webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.btn-small:hover {
	background-color:#0076CF;
	color: #fff;
	text-decoration: none;

}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.show-cliente.cliente-online {
	position: absolute;
	bottom:0;
	width: 86%;
}
.botones-caja {
	position: absolute!important;
	bottom: 65px;
	width: 86%;
}
.cliente-online button:hover {
    transition: .5s ease;
    color: #f5a812;
    text-decoration: underline;
    text-decoration-color: currentcolor;
	text-decoration-color: #f5a812;
	font-family: 'light';
}
.cliente-online button.btn {
    border: 0 !important;
    color: #54565a;
    font-size: .8rem;
    background: none;
    transition: .5s ease;
    margin: 12px 0px;

}
.edad, .ahorro {
	color: #203262;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	font-size: 19px;
	height: 42px;
	padding: 8px 16px;
	width: 100%;
}
.ahorro {
	padding: 8px 16px 8px 32px;
}

.ahorro-group:before {
	color: #203262;
    content: '$';
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    line-height: 28px;
	padding: 8px 0 0px 12px;
    z-index: 99;
}
.tooltip-inner {
    padding: .25rem .5rem;
    color: #fff;
    background-color: #dc3545;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 130%;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #dc3545;
}

.check-container {
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
	margin-right: 4px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #203262;
}
.check-container:last-child {
	margin-right: 0;
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.check-container input:checked ~ .btn-select {
	background-color: #203262;
	color: #fff;
}

.check-container:focus input ~ .btn-select,
.check-container:hover input ~ .btn-select{
	background-color: #203262;
	color: #fff;
}
input#aporte {
    text-align: center;
    color: #0076be;
    background: #ffffff;
    font-weight: bold;
}
.input-group.all {
    width: 100%;
}
span#mensajetelf {
    margin-top: 5px;
}
button.btn.btn_thaks {
    margin-bottom: 10px;
}

.aviso{
	padding-bottom: 40px;
}


footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p {
	color: #54565a;
    font-size: 0.7rem;
    font-weight: bold;
}
footer p.copyright{
    font-family: 'regular';
    text-align: center;
	font-size: .9rem;
	margin: 0;
}

@media screen and (max-width: 420px) {
	.txt-pequeno {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 576px) {

}
@media screen and (max-width: 767px) {
	.logoContent h2 {
    	font-size: 2.2rem;
    }
    .logoContent p {
	    font-size: 1rem;
	    line-height: 20px;
	}
	.boxBeneficios {
		border: 1px solid #d7d7d7;
		padding: 1.5rem;
		position: relative;
		margin-bottom: 35px;
		/* max-height: 450px;
		min-height: 400px; */
		height: auto;
	}
}
@media screen and (max-width: 991px) {
	.fondoimagen{
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.fondoimagen{
		background-image: url(../images/banner-bg.svg), url(../images/banner.jpg);
		background-position: left bottom, -150px center;
	}

	.formulario{
		padding-bottom: 30px;
	}
	.form-contain .labelTxt {
	    font-size: 0.6rem;
	}
	.cc-selector span {
	    font-size: 0.7rem;
	}
	button.orange , button.blue {
		font-size: 0.8rem;
	}
	.whiteSection h3 {
    	font-size: 1.5rem;
    }
}
@media (min-width: 576px)  and (max-width: 767px) {
	button.orange , button.blue {
		margin: 0 auto;
		display: block;
		width: 70%;
	}
}

.tooltip{
display:none;
width:210px;
height: 40px;
color: #FFFFFF;
background: red;
line-height: 20px;
text-align: center;
border-radius: 6px;
font-size:12px;
margin-top: 20px;
margin-left: 0px;
border-top: 1px solid white;
opacity: 1;
}
/* ------ SIMULADOR ------- */

.box-simulador {
	color: #fff;
	min-height: 450px;
	position: relative;
	z-index: 1;
}
.simulador {
	padding: 1rem 0rem 0rem 0rem;
}

.simulador .title{
	font-size: 2.8rem;
	margin-bottom: .5rem;
	font-weight: 900;
}

.simulador .subtitle{
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}

.edad, .ahorro {
	color: #203262;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	font-size: 22px;
	height: 42px;
	padding: 8px 16px;
	width: 100%;
}
.ahorro {
	padding: 8px 16px 8px 32px;
}

.ahorro-group:before {
	color: #0076be;
    content: '$';
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    line-height: 28px;
	padding: 8px 0 0px 12px;
    z-index: 99;
}

.resultado {
	margin-top: 0rem;
	/* text-align: center; */
}
.resultado .label{
	font-weight: 700
}
.resultado .pension {
	font-size: 3.2rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
}

.resultado .mensuales {
	font-size: 1rem
}

.cliente, .no-cliente{
	display: inline-block;
	position: relative;
}

.exclusivo {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	left: 16px;
	bottom: -18px;
	color: #203262;
}
/* GRACIAS*/

.title h1 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: lighter;
}
.subtitle {
	color: #fff;
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 28px;
	margin-bottom: 40px;
}
.box-gracias {
	padding:40px 0 60px;
}
.box-gracias h3 {
	color: #767676;
	font-size: 1rem;
	font-weight: lighter;
	display: block;
}
.box-gracias input {
	width: 49%;
	margin: 0 auto;
	margin-top:20px;
}
.invitar button{
	display: block;
	margin:0 auto;
    background-color: #0076CF;
    color: white;
    border-radius: 50px;
    border: none;
    padding: 7px 22px;
    width: 30%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.invitar button:hover {
    background-color: #eeeeee;
    color: #f1ae2f;
}
.gracias img {
	width: auto;
    height: 90%;
}
button.btn {
	font-family: 'bold';
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* .simulador {
		 padding: 3rem 1.5rem;
	} */

	.btn-select {
		margin-right: 4px;
	}
	.check-container {
		margin-right: 4px;
		font-size: 12px;
	}
	.check-container:last-child {
		margin-right: 0;
	}

}

@media (max-width: 767.98px) {
	.exclusivo {
		bottom: -12px;
	}
	.btn_thaks{
		width: 60% !important;
	}
	.btn-green,.btn-white {
		margin:   .8rem 0 .5rem 0;
	}
}

@media (max-width: 575.98px) {

	.title h1 {
		color: #fff;
		font-size: 2.8rem;
		font-weight: lighter;
	}.box-simulador {
		border-radius: 16px;
	}
	a.boton_blanco {
		top: 48px;
		font-size: 12px;
		margin: 0 16px;
	}
	.simulador {
		padding: 2.5rem 0rem 0rem 0rem;
	}
	.simulador .title {
		font-size: 1.8rem;
		margin-bottom: .2rem;
		text-align: center
	}
	.simulador .subtitle {
		font-size: 1rem;
		margin-bottom: .5rem;
		text-align: center;
	}
	.simulador .form-group{
		margin-bottom: .2rem;
	}
	.simulador label {
		font-size: .8rem;
		margin-bottom: .2rem;
	}
	.cliente, .no-cliente{
		text-align: center;
	}

	.check-container {
		margin-bottom: 0;
	}



}
/* ----- CONTACTO ------ */

.contacto {
	background-color: #fff;
	color: #203262;
	border-radius: 24px;
	padding: 3rem ;
	max-height:600px;
	margin: 0 auto;
	transition: max-height 0.3s ease-out;
	z-index: 9999;
	position: relative;
	margin-top: 140px;
}


.hide{
	display: none;
}

.active{
	display: block;
	width: 90%;

}
@media (max-width:991px)
{

}
.no-cliente-top {
	margin-top: 25px;
}
.cliente-uno , .no-cliente-dos {
	width: 100%;
}
.link-cliente {
	text-align: left;
	color: #54565a;
	display: block;
	margin: 10px 0;
}
.contacto .title {
	font-size: 1.5rem;
	text-align: left;
	color: #0076CF;
	margin: 0;
	font-family: 'light';
}
/* .contacto .form-control {
	padding: 1.5rem .75rem .75rem 1rem;
} */
.form-group {
	position: relative;
}

.contacto .form-label {
	margin-bottom: 0;
	display: block;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 16px;
	font-size: 12px;
	z-index: 1;
}

.contacto .form-textbox{
	border:none;
	background-color: #EEEEEE;
	height: 48px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 130px;
    height: 43px;
}
.contacto .input-group-text {
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #EEEEEE;
	border: none;
	border-radius: .25rem;
}

#mobile {
	padding-left: 0;
}
input#mobile {
    text-align: left;
}

.contacto .nav-link.active {
	color: #fff;
	background-color: #F69F14;
}

.contacto .nav-link {
	background-color: #eee;
	color: #C7C7C7;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: .3rem 0rem;
}

.contacto .nav-item .select-label{
	margin: 8px;
}
.contacto .btn-green {
	font-size: 16px;
}

.pasos {
	list-style-type: none;
	counter-reset: myCounter;
}

.paso {
	position: relative;
	margin: 1.5rem 0;
	text-align: left;
	color: #54565a;
	font-family: 'light';
}

.paso:before {
	content: counter(myCounter);
	counter-increment: myCounter;
	display: block;
	position: absolute;
	top: 0;
	left: -19%;
	background-color: #f1ae2f;
	color: #fff;
	font-weight: 600;
	padding: 4px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 16px;
	text-align: center;
}

.paso-n{
	background-color: #203262;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 16px;
	text-align: center;
}


@media (max-width: 991.98px) {
	.contacto {
		border-radius: 8px;
		padding: 3rem 2rem;
		margin-bottom: 30px;
		margin-top: unset;
	}
	.active {
	    width: 100%;
	}
	.paso:before {
		left: -45px !important;
	}
}
@media (max-width: 575.98px) {
	.resultado {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.resultado .form-group {
		margin-bottom: 0;
	}
	.resultado .label{
		font-size: 1.2rem;
	}
	.resultado .pension {
		font-size: 2.5rem;
		margin-bottom: 0rem;
	}
	.resultado .label {
		font-size: 1rem;
		margin-bottom: 0;
	}
	.resultado .mensuales {
		font-size: .8rem;
	}
	.paso {
		margin: 1.2rem 0;
	}
	.contacto {
		padding: 2rem;
		margin-bottom: 30px;
	}
	.contacto .title{
		font-size: 1.8rem;
	}
	.contacto .btn-green {
		margin: 0;
	}
}

#iframe{
	min-height:330px !important;
	width:100%;
}
