@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #f5f7f9;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.container-pills {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.no-flex {
  display: block;
}
.mb30 {
    margin-bottom: 30px;
}
.btn-primary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 26px;
    width: auto;
    background: #006ED2;
    border-radius: 6px;
    border: 2px solid #006ED2;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 500;
}
.tdtc-container.container-pills {
    padding: 0 0 90px;
    gap: 14px;
}
h3 {
    font-size: 18px;
    line-height: 1.2em;
}
h4 {
    font-size: 20px;
    margin: 0;
    line-height: 1.3em;
    font-weight: 500;
    color: #334c68;
}
p {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.6;
}
.desplegados{
    width: 100%;
}
.pill {
    width: auto;
    padding: 12px 16px 12px 16px;
    color: #798691;
    background: #FFFFFF;
    border: 1px solid #cfd6e2;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    transition: all ease-in-out .2s;
    align-items: center;
    font-weight: 500;
    position: relative;
    margin: 0 auto 6px;
}
.pill span {
    margin-left: 12px;
    display: flex;
    justify-content: space-between;
    width: 12px;
}
.pill span svg{
    fill: #006ed2;
}
.pill:hover {
  color: #006ed2;	
  box-shadow: 0 0 20px #bbcdd675;
  transition: all ease-in-out .2s;
}
.pill.activo {
  box-shadow: 0 0 20px #bbcdd675;
  color: #FFFFFF;
  background: #006ed2;
  border: 1px solid #006ed2;
  transition: all ease-in-out .2s;
}
.pill.activo span svg {
    fill: #ffffff;
}
.pill-desplegada {
    display: none;
    width: 100%;
    border: 1px solid #cfd6e2;
    border-radius: 16px;
    overflow: hidden;
}
.pill-desplegada.mostrar {
  display: block;
}
.pill-desplegada .contenedorLista {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.pill-desplegada .contenedorLista .lista {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  flex-direction: row;
  border-bottom: 1px solid #cfd6e2;
}
.pill-desplegada .contenedorLista .lista:nth-child(odd) {
  background: #FFFFFF;
}
.pill-desplegada .contenedorLista .lista:nth-child(even) {
  background: #f0f7ff;
}
.pill-desplegada .contenedorLista .lista:last-child {
  border-bottom: none;
}
.pill-desplegada .contenedorLista .lista .iconoLista {
  width: 44px;
  max-width: 28px;	
  height: auto;
  margin-right: 6px;
}
.pill-desplegada .contenedorLista .lista .textoLista {
  font-family: Verdana, "sans-serif";
  font-size: 16px;
  color: #016ed7;
  font-weight: 400;
}
.badgeHero {
    position: absolute;
    width: auto;
    height: auto;
    padding: 16px 40px 16px 20%;
    background: #b393e1;
    border-radius: 0 50px 50px 0;
}
.badgeHero h1 {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}
.tdtc-container h2 {
    font-size: 32px;
    margin: 0 0 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #006ed2;
}
.tdtc-container-fluid {
    margin: 0 auto 0;
    padding: 150px 0 90px;
    width: 100%;
    background: url(../img/bg-lg.png) no-repeat fixed;
    background-position: center;
    background-size: cover;
}
.tdtc-container {
    margin: 0 auto 0;
    width: 100%;
}
.tdtc-container.parrafo-legal {
    padding: 70px 0 70px;
}
.logo-promo {
    width: 90%;
}
.primera-parte {
    padding: 0 0 60px;
}
.etiqueta {
    display: flex;
    align-items: center;
    flex-direction: row;
	margin: 62px 0 0;
}
.etiqueta-img{
    position: absolute;
}
.etiqueta-img img {
    display: block;
    width: 160px;
    height: auto;
    margin: 50px 0;
}
.etiqueta-txt {
    background: #b98fe7;
    padding: 26px 40px 26px 170px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    display: block;
    align-items: center;
    text-align: left;
    font-size: 26px;
    border-radius: 0 60px 60px 0;
    margin: 5px 0 0 10px;
}
.dto {
    width: 88%;
    float: right;
}
.cuotas {
    width: 66%;
    margin: 40px 0 0;
    float: right;
}
.tdtc-contenido-general{
	background-position: bottom center;
	background-size: cover;
}
.imagen-hero-m{
	display: none;
}
.fec-container-fluid {
    background: url("../img/hero-xl.jpg") no-repeat #016ed7;
	background-size: cover;
	background-position: top right;
	min-height: 76vh;
	display: flex;
	align-items: center;
}
.rowPasos {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.container-text-hero {
    max-width: 380px;
}
.container-text-hero .dflex {
    display: flex;
	align-content: center;
}
.container-text-hero .logo-promo {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
}
.container-text-hero .celuda {
    max-width: 78px;
    margin: 0 20px 0 5px;
    padding: 0;
    position: relative;
    top: -5px;
}
.small, small {
    font-size: .75em;
}
.container-text-hero p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.1em;
	text-align: left;
}
.pasos-section {
    margin-top: -160px;
}
.pasos-section h2 {
    margin-bottom: 30px;
}
.pasos-section h4 {
    font-size: 20px;
    height: 50px;
}
.legal-section {
    margin: -20px 0 0;
    padding: 0 0 30px;
}
.col-paso {
    background: #FFFFFF;
    color: #006ed2;
    box-shadow: 0 0 20px #bbcdd675;
    padding: 42px 43px 42px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    text-align: left;
    min-height: 270px;
}
.col-paso span {
    position: absolute;
    top: 40px;
    left: 40px;
    height: auto;
}
.col-paso .icono-circular {
    width: auto;
    height: auto;
    color: #026ed6;
    display: block;
    justify-content: flex-start;
    align-items: center;
    border-radius: 25rem;
    margin: 0 0 8px;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
}
.general-content{
	position: relative;
}
.grafico-tr{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: auto;
	z-index: -1;
	transition: all ease-in-out .4s;
}
.grafico-bl{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	height: auto;
	z-index: -1;
	transition: all ease-in-out .4s;
}
.columna1, .columna2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.columna1 img {
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    border: 2px solid #FFF;
}
.columna2 img {
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    border: 2px solid #FFF;
}
.columna1 h3 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 90%;
    max-width: 90%;
}
.columna2 h3 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 90%;
    max-width: 90%;
}
.solo-d {
    display: block;
}
.solo-m {
    display: none;
}
.select-mobile{
    display: none;
}
.menuPills{
    display: block;
}
.form-select {
    background-image: url(../img/arrow-left.svg);
    color: #798691;
    border: 1px solid #cfd6e2;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    transition: all ease-in-out .2s;
    font-weight: 500;
}
.form-select::placeholder {
    color: #798691;
}
.form-select:focus {
    box-shadow: 0 0 20px #bbcdd675;
    border: 1px solid #006ed2;
    transition: all ease-in-out .2s;
}
.col-paso span {
    font-size: 40px;
    color: #026ed6;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    left: 40px;
}

@media (max-width: 1580px) {
	.dto {
		padding-top: 30px;
	}
	.etiqueta-txt {
    	font-size: 21px;
	}
	.badgeHero h1 {
		font-size: 18px;
	}
	.tdtc-container-fluid {
		background: url(../img/bg-m.png) no-repeat fixed;
		background-position: center;
		background-size: cover;
	}
	.grafico-bl {
		width: 33%;
	}
	.grafico-tr {
		width: 43%;
	}
    .container-text-hero p {
        font-size: 1rem;
    }
    .container-text-hero {
        max-width: 380px;
    }
    .pasos-section {
        margin-top: -130px;
    }
    .primera-parte {
        padding: 0 0 40px;
    }
    .col-paso {
        min-height: 260px;
        padding: 32px 33px 32px;
    }
    .col-paso span{
        top: 30px;
        left: 30px;
    }
}
@media (max-width: 1366px) {
	.tdtc-container {
        max-width: 90%;
        margin: 0 auto 0;
        width: 100%;
    }
	.badgeHero {
		padding: 16px 40px 16px 10%;
	}
	.tdtc-container-fluid {
		padding: 140px 0 70px;
		background: url(../img/bg-m.png) no-repeat fixed;
		background-position: center;
		background-size: cover;
	}
	.tdtc-container.parrafo-legal {
		padding: 70px 0 70px;
	}
	.tdtc-container.container-pills {
		padding: 0 0 75px;
	}
	.fec-container-fluid {
		background: url("../img/hero-lg.jpg") no-repeat #016ed7;
		background-size: cover;
		background-position: top right;
		min-height: 76vh;
		display: flex;
		align-items: center;
	}
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 1180px) {
	.tdtc-container {
		max-width: 90%;
		margin: 0 auto 0;
		width: 100%;
	}
	.badgeHero {
		padding: 16px 40px 16px 5%;
	}
	.etiqueta-img img {
		width: 130px;
	}
	.etiqueta-txt {
		padding: 22px 40px 22px 140px;
	}
	.tdtc-container-fluid {
        padding: 140px 0 70px;
    }
	.pasos-section h4 {
		font-size: 18px;
	}
	.tdtc-container-fluid {
        padding: 100px 0 70px;
    }
	.fec-container-fluid {
		background: url("../img/hero-md.jpg") no-repeat #016ed7;
		background-size: cover;
		background-position: top right;
		min-height: 78vh;
		display: flex;
		align-items: center;
	}
	h4 {
    	font-size: 17px;
	}
	.tdtc-container h2 {
		font-size: 28px;
	}
	.container-text-hero .celuda {
		max-width: 65px;
	}
	.container-text-hero p {
		font-size: .95rem;
	}
	.container-text-hero {
		max-width: 360px;
	}
	.primera-parte {
		padding: 0 0 66px;
	}
	.container-text-hero .celuda {
		top: -3px;
	}
    h3 {
        font-size: 19px;
    }
    .col-paso {
        min-height: 220px;
        padding: 22px 23px 22px;
    }
    .col-paso span {
        top: 20px;
        left: 22px;
    }
    .pill {
        font-size: 14px;
        padding: 8px 12px 8px 12px;
    }
    .pill::after {
        font-size: 18px;
    }
}
@media (max-width: 1024px) and (orientation: portrait){
	.fec-container-fluid {
        background: url(../img/hero-md.jpg) no-repeat #016ed7;
        background-size: cover;
        background-position: top center;
        min-height: 60vh;
        display: flex;
        align-items: center;
    }
	.rowPasos .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
	.pasos-section h4 {
        font-size: 17px;
    }
	.rowPasos {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
	.grafico-bl {
		width: 60%;
	}
	.grafico-tr {
		width: 45%;
		top: -30px;
	}
    h3 {
        font-size: 18px;
    }
}
@media (max-width: 992px) and (orientation: portrait){
	.fec-container-fluid {
        background: url(../img/hero-md.jpg) no-repeat #016ed7;
        background-size: cover;
        background-position: top center;
        min-height: 60vh;
        display: flex;
        align-items: center;
    }
	.rowPasos .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
	.tdtc-container-fluid {
        padding: 100px 0 60px;
    }
	.primera-parte {
		margin: auto;
		text-align: center;
	}
	.logo-promo {
        width: 90%;
        max-width: 500px;
        margin-bottom: 10px;
    }
	.segunda-parte {
		margin: auto;
		text-align: center;
	}
	.dto {
        width: 90%;
		max-width: 500px;
		float: none;
		text-align: center;
    }
	.cuotas {
		width: 90%;
		max-width: 500px;
		float: none;
		text-align: center;
	}
	.etiqueta {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0;
	}
	.etiqueta-img {
		position: relative;
		max-width: 270px;
		width: 50%;
		text-align: center;
		margin: auto;
	}
	.etiqueta-img img {
        width: 100%;
    }
	.etiqueta-txt {
        padding: 17px 40px 16px 40px;
        border-radius: 50px;
        margin: -34px auto 20px;
		font-size: 32px;
    }
	.tdtc-container.parrafo-legal {
        padding: 50px 0 50px;
    }
	.tdtc-container.container-pills {
        padding: 0 0 55px;
    }
	.container-text-hero {
        max-width: 430px;
        margin: auto;
    }
	.pasos-section h4 {
        font-size: 17px;
    }
	.rowPasos {
		--bs-gutter-x: 1rem;
		--bs-gutter-y: 1rem;
	}
	.grafico-bl {
		width: 60%;
	}
	.grafico-tr {
        width: 50%;
        top: -40px;
    }
    h3 {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
	.imagen-hero-m{
		display: block;
	}
	.fec-container-fluid {
		background: #016ed7;
	}
	.fec-container-fluid {
        min-height: auto;
        height: auto;
    }
	.fec-container-fluid .container {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.fec-container-fluid .container .row {
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		display: flex;
		flex-direction: column-reverse;
		align-content: center;
		align-items: center;
	}
	.segunda-parte {
        margin: auto;
        width: 100%;
		padding: 0;
    }
	.container-text-hero {
		width: 90%;
        max-width: 430px;
        margin: auto;
    }
	.container-text-hero .celuda {
        max-width: 84px;
    }
	.container-text-hero p {
		font-size: 1.05rem;
	}
	.pasos-section {
		margin: 40px 0 0;
	}
	.tdtc-container h2.text-white {
		color: #006ed2 !important;
	}
	.fec-container-fluid {
        margin-top: 5vh;
    }
	.primera-parte {
        margin: auto;
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 2;
        top: -250px;
        margin-bottom: -200px;
    }
	.container-text-hero .celuda {
        top: -8px;
    }
	.grafico-bl {
		width: 60%;
	}
	.grafico-tr {
        width: 50%;
        top: -40px;
    }
    h3 {
        font-size: 17px;
    }
    .col-paso span {
        font-size: 34px;
    }
    .col-paso .icono-circular {
        font-size: 18px;
    }
    .col-paso {
        min-height: 200px;
    }
    .pasos-section h4 {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
	.imagen-hero-m{
		display: block;
	}
	.fec-container-fluid {
		background: #016ed7;
	}
	.fec-container-fluid {
        min-height: auto;
        height: auto;
    }
	.fec-container-fluid .container {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.fec-container-fluid .container .row {
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		display: flex;
		flex-direction: column-reverse;
		align-content: center;
		align-items: center;
	}
	.segunda-parte {
        margin: auto;
        width: 100%;
		padding: 0;
    }
	.container-text-hero {
		width: 90%;
        max-width: 430px;
        margin: auto;
    }
	.container-text-hero .celuda {
        max-width: 84px;
    }
	.container-text-hero p {
		font-size: 1.05rem;
	}
	.pasos-section {
		margin: 40px 0 0;
	}
	.tdtc-container h2.text-white {
		color: #006ed2 !important;
	}
	.fec-container-fluid {
        margin-top: 5vh;
    }
	.primera-parte {
        margin: auto;
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 2;
        top: -270px;
        margin-bottom: -220px;
    }
	.grafico-tr {
		top: -60px;
	}
	.grafico-bl {
		width: 90%;
	}
    .columna2 {
        flex-direction: column-reverse;
    }
    .columna1 h3 {
        margin-top: 15px;
        margin-bottom: 2rem;
    }
    .columna2 h3 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .solo-d {
        display: none;
    }
    .solo-m {
        display: block;
    }
    .col-paso span {
        top: 20px;
        left: 22px;
    }
    .col-paso {
        min-height: auto;
        min-height: auto;
    }
    .pasos-section h4{
        min-height: auto;
        height: auto;
    }
    .pasos-section h4 br{
        display: none;
    }
    .col-paso .icono-circular {
        font-size: 18px;
        display: block;
        margin: 50px 0 10px;
    }
}
@media (max-width: 680px) {
	.tdtc-container-fluid {
        background: url(../img/bg-xs.png) no-repeat fixed;
        background-position: center;
        background-size: cover;
    }
	.tdtc-container-fluid {
        padding: 100px 0 50px;
    }
	.tdtc-container.parrafo-legal {
        padding: 40px 0 40px;
    }
	.tdtc-container.container-pills {
        padding: 0 0 45px;
    }
 }
@media (max-width: 580px) {
	.fec-container-fluid {
        margin-top: 7vh;
    }
	.etiqueta-txt {
		font-size: 28px;
    }
	.rowPasos .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
	.rowPasos {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 1rem;
	}
	.col-paso h4 br{
		display: none;
	}
	.pasos-section h4 {
		margin: 0;
		font-size: 1.2rem;
	}
	.container-text-hero .celuda {
        max-width: 20%;
        margin: 0 10px 0 5px;
        top: -3px;
    }
	.container-text-hero p {
        font-size: 1.05rem;
    }
	.container-text-hero .dflex {
		display: flex;
		align-content: center;
		align-items: center;
	}
	.primera-parte {
        margin: auto;
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 2;
        top: -150px;
        margin-bottom: -100px;
    }
    .col-paso {
        border-radius: 15px;
    }
    .columna1 img {
        border-radius: 15px 15px 0 15px;
    }
    .columna2 img {
        border-radius: 0 15px 15px 15px;
    }
    .tdtc-container.container-pills {
        gap: 6px;
    }
    .pill {
        padding: 4px 7px 4px 9px;
        font-size: 12px;
        margin-bottom: 6px;
    }
    .pill::after {
        margin-left: 6px;
    }
    .pill::after {
        font-size: 16px;
    }
    .select-mobile{
        display: block;
    }
    .menuPills{
        display: none;
    }
   }
@media (max-width: 420px) {
	.container-text-hero p {
        font-size: .95rem;
    }
}
@media (max-width: 374px) {
	.container-text-hero p {
        font-size: .85rem;
    }
}
@media (max-width: 340px) {
	.container-text-hero p {
        font-size: .8rem;
    }
}