.home-spot{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-spot .container{
	height: 100vh;
}

section#hero{
	padding-top: 60px;
	padding-bottom: 0;
	position: relative;
	background-image: linear-gradient(160deg, #0a3057 30%, #1668bd 100%);
}
section#hero .container{ 
}
section#hero .items-hero{margin-bottom: 0;}
section#hero .items-hero .item{
}
section#hero .items-hero .bg{ 
	background-color:  
}
section#hero .items-hero .imagen_flex{
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
}
section#hero .items-hero .imagen_flex img{
	height: 100%;
	object-fit: cover;
	/* width: 100%; */
	position: absolute;
	left: 0;
	top: 0;
}
section#hero .items-hero .sup-titulo{
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 20px;
}
section#hero .items-hero .sup-titulo small{
	display: block;
	font-size: 16px;
	padding-top: 2px;
}
section#hero .items-hero .titulo_flex{ 
	line-height: 1;
	font-weight: 700;
	font-size: 65px;
}
section#hero .items-hero .titulo_flex small{
	display: block;
	font-size: 18px;
}
section#hero .items-hero .subtitulo_flex{
	font-size: 30px;
	padding-bottom: 30px;
	font-weight: 500;
}
section#hero .items-hero .texto_flex{
	font-size: 22px;
	padding-top: 20px;
	font-weight: 700;
}
section#hero .items-hero .texto_flex small {
    display: block;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 10px;
    font-size: 16px;
}
section#hero .items-hero .btn{
	font-size: 19px;
	padding-right: 25px;
}
.points-hero{
	position: absolute;
	right: 0;
	bottom: 60px;
	opacity:0.2;
	pointer-events: none;
}
@media screen and (max-width:900px){
	section#hero{
	    padding-top: 90px;
	}
	section#hero .items-hero .sup-titulo{
		font-size: 20px;
	}
	section#hero .items-hero .sup-titulo small{
		font-size: 15px;
		font-weight: 500;
		padding-top: 4px;
	}
	section#hero .container{}
	section#hero .items-hero{display: grid;}

	section#hero .items-hero .item:last-child {
		/* grid-row-start: 1; */
	}
	section#hero .items-hero .item{}
	section#hero .items-hero .bg{ }
	section#hero .items-hero .imagen_flex{}
	section#hero .items-hero .imagen_flex img{}
	section#hero .items-hero .titulo_flex{
	    font-size: 50px;
	}
	section#hero .items-hero .subtitulo_flex{
	    font-size: 25px;
	    padding-bottom: 0;
	}
	section#hero .items-hero .texto_flex{}
	section#hero .items-hero .texto_flex br {
	    display: none;
	}
	section#hero .items-hero .btn{
	    display: none !important;
	}
	.points-hero{
	    display: none;
	}
	section#hero .items-hero .texto_flex small{
		padding-top: 15px;
	}
}

section#como-funciona .bg-image img{
	display: block;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	pointer-events: none;
	object-fit: cover;
	opacity: 0.2;
}
section#como-funciona .bg-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
section#como-funciona{
	padding-top: 50px;
	padding-bottom: 90px;
	position: relative;
}
section#como-funciona .container{ 
}
section#como-funciona .title{
	text-align:center;
}
section#como-funciona .title:before{ 
	content: ""; 
}
section#como-funciona .image{ 
	text-align: center; 
	padding-bottom: 30px; 
} 
section#como-funciona .image img{ 
	max-width: 600px; 
}
section#como-funciona .flex.principal-col{
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
} 
section#como-funciona .image{ 
	padding-bottom: 30px; 
} 
section#como-funciona .image img{  
	max-width: 600px; 
} 
section#como-funciona .flex.principal-col > div{ 
}
section#como-funciona .flex.principal-col > div:nth-child(1){ 
}
section#como-funciona .flex.principal-col > div:nth-child(2){ 
}
.cuadro{
    background-image: url(../../img/images/fondo-cuadro.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 14px;
    color: white;
    padding-top: 41px;
    padding-bottom: 45px;
}

.cuadro > .flex {
    margin-top: -30px;
    align-items: end;
}
.cuadro img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.cuadro .title-cuadro{
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 26px;
}

.cuadro .title-cuadro strong {
    font-weight: 800;
}
.cuadro .textos{
    display: flex;
    gap: 13px;
    max-width: 227px;
    padding-bottom: 24px;
}
.cuadro .textos .number{
    color: var(--c-primary);
    font-size: 35px;
    font-weight: 600;
    line-height: 0.8;
}
.cuadro .textos .texto{
    font-weight: 500;
    line-height: 1.3;
}

.cuadro .textos .texto b {
    font-weight: 800;
}
.cuadro .textos img{}
.cuadro .flecha-cuadro-1{}
.cuadro .flecha-cuadro-2{}
@media screen and (max-width:900px){
	section#como-funciona .bg-image{}
	section#como-funciona .bg-image img{}
	section#como-funciona{}
	section#como-funciona .container{}
	section#como-funciona .title{}
	section#como-funciona .image{ } 
	section#como-funciona .image img{ }
	section#como-funciona .flex.principal-col{ } 
	section#como-funciona .image{} 
	section#como-funciona .image img{} 
	section#como-funciona .flex.principal-col > div{ }
	section#como-funciona .flex.principal-col > div:nth-child(1){ }
	section#como-funciona .flex.principal-col > div:nth-child(2){ }
	.cuadro{
	    background-image: none;
	    background-color: #0077c7;
	    background-image: linear-gradient(160deg, #0077c7 65%, #003a61 100%);
	    padding-left: 25px;
	    padding-right: 25px;
	    border-radius: 15px;
	}
	.cuadro .title-cuadro{
	    text-align: center;
	}	
	.cuadro > .flex {
	    margin: 0;
	}
	.cuadro .textos{
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 265px;
	}
	.cuadro .textos .number{}
	.cuadro .textos .texto{
	    font-size: 16px;
	}
	.cuadro .textos img{}
	.cuadro .flecha-cuadro-1{}
	.cuadro .flecha-cuadro-2{}
}

@media screen and (min-width: 900px) and (max-width: 1180px){
	.flex{
		display: flex !important;
		grid-template-columns: auto;
	}
}



section#aval .bg-image img{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	object-fit: contain;
	object-position: left;
}
section#aval .bg-image{
	position: absolute;
	width: 45%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
section#aval{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background-color: #212121;
	color: #fff;
	background-image: url('../../img/images/aval-bg.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
section#aval .container{ 
}
section#aval .items-aval{
	text-align: center;
	margin: 0;
}
section#aval .items-aval .item{
}
section#aval .items-aval .bg{/* padding-left: 15px; */padding-right: 40px;line-height: 1.4;}
section#aval .items-aval .titulo_flex{
	padding-bottom: 30px;
	font-size: 33px;
	line-height: 1.1;
}

section#aval .items-aval .titulo_flex strong {
    font-weight: 700;
}
section#aval .items-aval .texto_flex{
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 500;
}

section#aval .items-aval .texto_flex strong {
    font-weight: 900;
}
@media screen and (max-width:900px){
section#aval .bg-image{
	left: 0;
	width: 100%;
	position: relative;
} 
section#aval .bg-image img{
    object-fit: cover;
    height: auto;
}
section#aval{
    padding-top: 0;
}
section#aval .container{}
section#aval .items-aval{ }
section#aval .items-aval .item{}
section#aval .items-aval .bg{padding-right: 0;}
section#aval .items-aval .titulo_flex{
    padding-top: 30px;
}

section#aval .items-aval .titulo_flex br {
    display: none;
}
section#aval .items-aval .texto_flex{}
}




section#faq{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
section#faq .container{ 
}
section#faq .title{
	text-align:center;
	padding-bottom: 50px;
}
section#faq .title:before{ 
	content: ""; 
}
section#faq .items-faq{
	text-align: center;
	gap: 25px;
}
section#faq .items-faq .item{
}
section#faq .items-faq .bg{
}

section#faq .items-faq .bg .faq {
    margin-bottom: 25px;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    border-radius: 10px;
    overflow: hidden;
	-webkit-transition: all 0.2s ease;  
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section#faq .items-faq .btn{
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	width: 100%;
	justify-content: space-between;
	color: #313131;
	font-weight: 700;
	background-color: #fff;
	border-left: 5px solid;
	font-weight: 700;
	position: relative;
	border-radius: 10px;
}

section#faq .items-faq .desc {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    color: #444;
    display: none;
}

section#faq .items-faq .btn > * {
    position: relative;
}

section#faq .items-faq .btn span {
    text-align: left;
}

section#faq .items-faq .btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--c-secondary);
    left: -15px;
    border-radius: 10px;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
section#faq .items-faq .btn.active,
section#faq .items-faq .btn:hover{
	color: #fff;
}
section#faq .items-faq .btn.active:before,
section#faq .items-faq .btn:hover:before{
	width: calc(100% + 24px);
}
section#faq .items-faq .btn.active img,
section#faq .items-faq .btn:hover img{
	filter: brightness(0) invert(1);
}

@media screen and (max-width:900px){
	section#faq{}
	section#faq .container{}
	section#faq .title{}
	section#faq .items-faq{ }
	section#faq .items-faq .item{}
	section#faq .items-faq .bg{ }
	section#faq .items-faq .btn{}
}


section#letra-chica{
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
	background-color: var(--c-terciary);
}
section#letra-chica .container{ 
}
section#letra-chica .items-letra-chica{gap: 35px;}
section#letra-chica .items-letra-chica .item{}
section#letra-chica .items-letra-chica .bg{
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	height: 100%;
	box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
}
section#letra-chica .items-letra-chica .icono_flex{
	padding-bottom: 10px;
}
section#letra-chica .items-letra-chica .icono_flex img{
	height: 30px;
	width: auto;
	/* object-fit: contain; */
}
section#letra-chica .items-letra-chica .titulo_flex{
	/* padding-bottom: 10px; */
	color: var(--c-secondary);
	font-weight: 700;
	font-size: 0.8rem;
}
section#letra-chica .items-letra-chica .texto_flex{
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 1.3;
}

section#letra-chica .items-letra-chica .item:nth-child(1) .texto_flex{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0px 5px;
}

section#letra-chica .items-letra-chica .texto_flex .item {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dotted #ccc;
    color: #666666;
    font-weight: 500;
}

section#letra-chica .items-letra-chica .texto_flex .item:last-child {
    border-bottom: 0;
}
@media screen and (max-width:900px){
	section#letra-chica{}
	section#letra-chica .container{}
	section#letra-chica .items-letra-chica{ }
	section#letra-chica .items-letra-chica .item{}
	section#letra-chica .items-letra-chica .bg{ }
	section#letra-chica .items-letra-chica .icono_flex{}
	section#letra-chica .items-letra-chica .icono_flex img{}
	section#letra-chica .items-letra-chica .titulo_flex{}
	section#letra-chica .items-letra-chica .texto_flex{}
}

img.shape {
    margin-bottom: -5px;
    margin-top: -90px;
    pointer-events: none;
    width: 100%;
}

img.money {
    position: absolute;
    pointer-events: none;
}
@media screen and (max-width: 900px) {
	img.money {
	    margin-top: -80px
	}
	img.shape {
		margin-top: 0px;
	}
}