b {
    font-weight: 700;
}

.banner {
    padding-top: 35px;
}
h1 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #283176;
}

.texto-globo {
    height: calc(100% - 80px);
}

.tiposPagadito {
    margin-top: 30px;
}
.banner h2 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #1A58E7;
}
.tiposPagadito div:nth-child(2) h2 {
    margin-top: 30px;
}
.tipoPagadito {
    border-radius: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 32px;
}
.vender {
    background: #1A58E7;    
}
.pagar {
    background: #283176;
}
.tipoPagadito .tarifa {
    margin: 15px auto 10px auto;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.5px;
}
.tipoPagadito.pagar .tarifa {
    margin: 25px auto;
}
.tipoPagadito a {
    display: block;
    width: 200px;
    color: #FFFFFF;
    margin: 25px auto 0 auto;
}

.soluciones {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.circulo {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
}
.circulo-pequenio {
    width: 18px;
    height: 18px;
}
.circulo-grande {
    width: 40px;
    height: 40px;
}
.circulo-aqua {
    background: rgba(51, 206, 188, 0.3);
}
.circulo-celeste {
    background: rgba(35, 141, 212, 0.3);
}
.c1 {
    top: 390px;
    left: 15px;
}
.c2 {
    top: 405px;
    left: -20px;
}
.soluciones h2 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1.5px;
    color: #283176;
    text-align: center;
}
.soluciones .subtitle {
    margin: 0 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #1A58E7;
}
.soluciones a {
    text-decoration: none;
}
.opciones {
    margin-bottom: 40px;
}
.solucion {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    width: 80%;
    margin: 50px auto 0px auto;
    padding: 25px 15px;
    position: relative;
}
.solucion .icono {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    margin: -60px auto 10px auto;
    border-radius: 50%;
    padding: 10px;
}
.solucion .icono-help {
    position: absolute;
    right: 15px;
    top: 15px;
}
.solucion .icono img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.solucion h3 {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #1A58E7;
}
.solucion.mpos h3 {
    margin-top: -10px;
    margin-bottom: 0;
}
.solucion.mpos p {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0.5rem;
    font-style: italic;
    letter-spacing: 0.15px;
    color: #1A58E7;
}
.solucion .descripcion {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #283176
}
.solucion a {
    display: block;
    margin: 20px auto 0 auto;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #1A58E7;
    text-decoration: underline;
}
.solucion.mpos a {
    margin-top: 14px;
}
.solucion.small a {
    margin-top: 37px;
}
.solucion.large a {
    margin-top: 2px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 35px;
    bottom: auto;
    top: calc(50% - 17px);
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #1A58E7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
}

.conocenos {
    position: relative;
    background: #F6F6F6;
    overflow: hidden;
}
.circulo-enorme {
    width: 300px;
    height: 300px;
}
.c8 {
    top: 25px;
    right: 20px;
}
.c9 {
    top: 40px;
    right: -20px;
}
.conocenos h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1.5px;
    color: #1A58E7;
    text-align: center;
}
.conocenos .subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.18px;
    color: #283176;
    margin: 25px auto;
}
.conocenos p {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.18px;
    color: #283176;
    font-weight: 500;
}
.conocenos img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.ventaja {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    margin: 60px auto 0px auto;
    padding: 15px;
    position: relative;
    height: 125px;
}
.ventaja.mini {
    height: auto;
}
.ventaja .icono {
    width: 60px;
    height: 60px;
    background: #1A58E7;
    margin: -50px auto 5px auto;
    border-radius: 50%;
    padding: 15px;
}
.ventaja .icono img {
    display: block;
    width: 30px;
    height: 30px;
}
.ventaja .content {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #283176;
    font-weight: 500;
}
.ventajas h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #1A58E7;
    text-align: center;
}

.seguridad {
    background: #F6F6F6;
    position: relative;
}
.seguridad .subtitle {
    width: 75%;
    margin: 10px auto 30px auto;
    background: #283176;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
}
.seguridad .subtitle.premios {
    position: absolute;
    margin-top: -10px;
    border-radius: 15px 0 0 15px;
    width: 35%;
    right: 0;
    font-size: 24px;
    line-height: 44px;
    padding-left: 20px;
    text-align: left;
}
.seguridad p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.18px;
    color: #283176;
    font-weight: 500;
}
.seguridad .content {
    padding: 20px 0;
}
.seguridad .content .pci img {
    width: 100%;
}
.seguridad .content .certificaciones {
    text-align: center;
}
.seguridad .content .certificaciones img {
    width: 30%;
    margin-right: 10px;
}
.seguridad .content .certificaciones img:nth-child(4) {
    margin-right: 0px;
}
.seguridad .content .certificaciones img:last-child {
    margin-top: 20px;
    margin-right: 0px;
    width: 65%;
}

.clientes {
    position: relative;
    overflow: hidden;
}
.clientes h2 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #1A58E7;
    text-align: center;
}
.circulo-minimo {
    width: 50px;
    height: 50px;
}
.c6 {
    right: -70px;
    top: 5px;
}
.c7 {
    right: 100px;
    top: 115px;
}
.logos {
    margin-bottom: 60px;
}
.logos img {
    margin-top: 30px;
    width: 100%;
}
.clientes .btn {
    display: block;
    margin: 0 auto;
    width: 200px;
}

#modalPopup {
    --bs-modal-width: auto;
    --bs-modal-padding: 0;
    --bs-modal-border-width: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
}

#cerrarPopup {
    position: absolute;
    margin-top: -20px;
    width: 40px;
    right: -20px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.modal-content {
    width: 320px;
}

@media (min-width: 768px) {
    .modal-content {
        width: 100%;
    }
    .banner {
        padding-top: 50px;
    }
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .tiposPagadito {
        margin-top: 40px;
    }
    .banner h2 {
        font-size: 24px;
    }
    .tiposPagadito div:nth-child(2) h2 {
        margin-top: 0px;
    }
    .tipoPagadito {
        margin-top: 20px;
        font-size: 18px;
        padding: 25px;
        line-height: 24px;
        height: 280px;
    }
    .tipoPagadito .tarifa {
        margin: 40px auto;
        font-size: 48px;
    }
    .tipoPagadito.pagar .tarifa {
        margin: 95.5px auto;
    }
    
    .circulo-pequenio {
        width: 77px;
        height: 77px;
    }
    .circulo-grande {
        width: 172px;
        height: 172px;
    }
    .c1 {
        top: 0px;
        left: 47px;
    }
    .c2 {
        top: 77px;
        left: -86px;
    }
    .c3 {
        top: 450px;
        right: -86px;
    }
    .c4 {
        top: 536px;
        left: 86px;
    }
    .soluciones h2 {
        font-size: 32px;
    }
    .soluciones .subtitle {
        margin: 0 0 1rem 0;
        font-size: 32px;
        line-height: 40px;
    }
    .opciones {
        margin-bottom: 80px;
    }
    .solucion {
        margin-top: 100px;
        width: 90%;
        padding: 25px;
    }
    .solucion .icono {
        width: 130px;
        height: 130px;
        margin: -90px auto 20px auto;
        padding: 15px;
    }
    .solucion .icono img {
        width: 100px;
        height: 100px;
    }
    .solucion .content {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solucion.mpos .content {
        display: block;
    }
    .solucion h3 {
        font-weight: 400;
        font-size: 24px;
        color: #283176;;
    }
    .solucion.mpos h3 {
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 0.5rem
    }
    .solucion.mpos p {
        font-size: 16px;
        margin-bottom: 1rem;
        font-style: normal;
        letter-spacing: normal;
        color: #212529;
    }

    .conocenos h2 {
        font-size: 32px;
    }
    .conocenos .subtitle {
        font-size: 18px;
        text-align: left;
        line-height: 33px;
        margin: 25px 0 0 0;
    }
    .conocenos p {
        font-size: 18px;        
        line-height: 33px;
        padding-right: 50px;
    }
    .ventaja {
        width: 90%;
        margin: 60px auto 0px auto;
        padding: 25px;
        height: 214px;
    }
    .ventaja .icono {
        width: 120px;
        height: 120px;
        margin: -60px auto 20px auto;
        padding: 25px;
    }
    .ventaja .icono img {
        width: 70px;
        height: 70px;
    }
    .ventaja .content {
        font-size: 18px;
        line-height: 28px;
    }
    .ventajas h2 {
        margin-top: 40px;
        font-size: 32px;
        text-align: left;
    }
    .seguridad .content {
        padding: 40px 0;
    }
    .seguridad p {
        font-size: 18px;
        line-height: 33px;
    }
    .seguridad .content .certificaciones img,
    .seguridad .content .certificaciones img:last-child {
        margin-top: 0;
        height: 110px;
        width: auto;
    }
    .clientes h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 32px;
        text-align: left;
    }
    .logos img {
        width: auto;
    }
}
@media (min-width: 992px) {
    .banner {
        padding-top: 70px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .tiposPagadito {
        margin-top: 60px;
    }
    .tipoPagadito {
        padding: 35px 23px;
        height: auto;
        font-size: 22px;
        line-height: 30px;
    }
    
    .tipoPagadito.pagar .tarifa {
        margin: 83.5px auto;
    }

    .soluciones {
        margin-top: 60px;
    }

    .c5 {
        top: -50px;
        right: -80px;
        z-index: 1;
    }
    .conocenos h2 {
        text-align: left;
    }
    .conocenos .subtitle {
        margin: 0;
    }

    .ventaja, .ventaja.mini {
        margin: 100px auto 0px auto;
        height: 230px;
    }

    .seguridad p {
        font-size: 17px;
        line-height: 28px;
    }
    .seguridad .content .certificaciones img,
    .seguridad .content .certificaciones img:last-child {
        margin-top: 0;
        height: 95px;
        width: auto;
    }

    .logos {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .logos img {
        margin-top: 0;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 72px;
    }
    .tipoPagadito.pagar .tarifa {
        margin: 77px auto;
    }

    .soluciones {
        margin-top: 80px;
    }

    .conocenos {
        overflow: visible;
    }
    .c5 {
        top: -50px;
        right: 20px;
        z-index: 1;
    }

    .ventajas h2 {
        margin-top: 80px;
    }

    .seguridad p {
        font-size: 18px;
        line-height: 33px;
    }
    .seguridad .content .certificaciones img,
    .seguridad .content .certificaciones img:last-child {
        height: 110px;
    }

    .clientes h2 {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}