:root, [data-bs-theme=light] {
    --bs-body-font-family: Nunito,sans-serif
}

.p-lead {
    font-size: 1.25em;
    line-height: 1.3
}

h1 {
    font-size: 2.1875em
}

.light {
    font-weight: 200
}

.tertiary-color {
    color: #3582fc
}

#hero {
    background: url("../../assets/img/hero-v1-bg.webp") bottom center/cover no-repeat;
    padding: 60px 0
}

.ukuvi-input-text {
    padding: 20px 15px;
    border-radius: 10px;
    border-color: #b7b7b7;
    margin: 0 0 15px
}

.ukuvi-input-select button {
    border-color: #b7b7b7;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-ukuvi-send {
    background: #f72585 !important;
    padding: 20px 15px;
    border-radius: 66px;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 14px 24px rgba(198,27,105,.55) !important;
    border: 2px solid #f72585 !important;
    color: #fff !important;
    transition: background-color .3s,box-shadow .3s;
    font-size: 1.125em
}

    .btn-ukuvi-send:hover {
        background: #fff !important;
        box-shadow: 0 0 0 rgba(198,27,105,0) !important;
        color: #f72585 !important;
        border-color: #f72585 !important;
    }

:not(.btn-check) + .btn-ukuvi-send.btn:active {
    background-color: #fff !important;
    box-shadow: 0 0 0 rgba(198,27,105,0) !important;
    border-color: #f72585 !important;
    color: #f72585 !important;
}

.btn-ukuvi-send.btnactive {
    background: #fff !important;
    padding: 20px 36px;
    border-radius: 66px;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 14px 24px rgba(198,27,105,0) !important;
    border: 2px solid #f72585 !important;
    color: #f72585 !important;
}

.ukuvi-header {
    box-shadow: 0 4px 20px 0 rgba(58,12,163,.1)
}

.ukuvi-quote-form {
    display: flex;
    flex-direction: column
}

.btn-ukuvi-send svg {
    width: 1.25em;
    height: auto;
    margin-left: 10px
}

@media (min-width: 576px) {
    .ukuvi-quote-form {
        padding: 0 30px
    }
}

.car-hero {
    max-width: 400px;
    width: 100%
}

@media (min-width: 768px) {
    .ukuvi-quote-form {
        padding: 0
    }

    .car-hero {
        width: 65%;
        max-width: 100%;
        position: relative;
        top: 30px
    }

    h1 {
        font-size: 2.5625em
    }
}

@media (min-width: 992px) {
    .ukuvi-quote-form {
        flex-direction: row;
        column-gap: 15px
    }

    .ukuvi-input-select {
        max-width: 118px;
        margin-bottom: 0
    }

    .btn-ukuvi-send {
        max-width: 320px;
        padding: 5px;
        height: 70px;
    }

    .ukuvi-input-text {
        margin-bottom: 0
    }

    .car-hero {
        width: 45%
    }

    #hero {
        padding: 80px
    }
}

.header-logo, .zurich-logo {
    max-width: 130px
}

.header-btn {
    border-style: solid;
    border-color: #3582fc;
    background: #fff;
    padding: 12px;
    color: #3582fc;
    font-weight: 700
}

.btn.header-btn:hover {
    background-color: #3582fc;
    border-color: #3582fc
}

.subtitle-hero {
    font-size: 1.125em
}

.data-contact li span, h1, h2, h3, h4 {
    font-weight: 900
}

#carrusel {
    padding: 60px 0 0;
    background: url("../../assets/img/carrusel/bg-como-contrato.webp") bottom center/cover no-repeat
}

h2 {
    font-size: 1.8125em
}

@media (min-width: 768px) {
    .subtitle-hero {
        font-size: 1.375em
    }

    #carrusel {
        padding: 80px 0 0
    }

    h2 {
        font-size: 2.125em
    }
}

#proceso-img {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px
}

.title-carrusel {
    margin-bottom: 3.125rem
}

#text-carrusel {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f0f7fc
}

.number.active {
    display: flex;
    background-color: #3582fc;
    height: 48px;
    width: 48px;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    align-items: center;
    border-radius: 48px
}

.card-numbered {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px
}

h3 {
    font-size: 1.4375em
}

@media (min-width: 768px) {
    #proceso-img {
        width: 523px;
        margin-bottom: -50px
    }

    .title-carrusel {
        margin-bottom: 4.375rem
    }

    #text-carrusel {
        padding-top: 90px
    }

    h3 {
        font-size: 1.6875em
    }
}

.active-card .number {
    background-color: #3b97d1
}

.number {
    font-size: 1.75rem;
    color: #fff;
    background-color: #c7ddf2;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    transition: transform .6s ease-in-out
}

.card-numbered h3 {
    color: #66696a;
    transition: transform .6s ease-in-out;
    font-weight: 700
}

.card-numbered.active-card h3 {
    color: #3b97d1;
    font-weight: 900
}

.card-text {
    font-size: 1.25rem;
    color: #5c5f60;
    line-height: 1.2
}

    .card-text strong {
        font-weight: 800
    }

@media (min-width: 576px) {
    .header-logo {
        max-width: 150px
    }

    .card-numbered {
        padding: 0
    }
}

.nav-item {
    font-weight: 800;
    color: var(--bs-body-color)
}

    .nav-item.show, .nav-item:hover {
        color: #586d82
    }

#proceso-textos-tarjetas .card-numbered {
    max-width: 380px;
    margin: auto
}

#insurers-logos {
    padding: 50px 0;
    background-color: #f0f7fc
}

@media (min-width: 768px) {
    #insurers-logos {
        padding: 40px 0
    }
}

@media (min-width: 1200px) {
    .car-hero {
        width: 50%
    }

    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.5em
    }

    h3 {
        font-size: 2em
    }

    .card-numbered {
        padding-right: 18px;
        padding-left: 18px
    }

    #insurers-logos {
        padding: 30px 10px
    }
}

.logo-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px
}

@media (min-width: 576px) {
    .logo-container {
        width: 33.33%
    }
}

@media (min-width: 768px) {
    .logo-container {
        width: 25%
    }
}

.axa-logo {
    max-width: 55px
}

.ana-logo, .bx-logo, .encryption-logo-movil {
    max-width: 90px
}

.logo-container img {
    width: 100%
}

.el-potosi-logo {
    max-width: 140px
}

.general-de-seguros-logo {
    max-width: 125px
}

.gnp-logo, .qualitas-logo {
    max-width: 110px
}

.hdi-logo {
    max-width: 75px
}

.mapfre-logo {
    max-width: 150px
}

@media (min-width: 992px) {
    .header-logo {
        max-width: 180px
    }

    .logo-container {
        width: 16.667%
    }

    .ana-logo {
        max-width: 85px
    }

    .axa-logo {
        max-width: 50px
    }

    #hero-v2 .btn-ukuvi-send {
        padding: 18px 36px;
        width: auto;
        max-width: 100%
    }
}

.amazon-logo, .cubb-logo {
    max-width: 120px
}

footer {
    box-shadow: 0 -10px 20px 0 rgba(58,12,163,.1)
}

.footer-bottom {
    background: #16043d
}

.footer-copy {
    color: #fff;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700
}

.footer-middle {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px
}

.data-contact li {
    font-size: 1.125rem;
    font-weight: 500
}

    .data-contact li:not(:last-child) {
        margin-bottom: 20px
    }

.data-contact {
    margin-bottom: 0
}

footer h4 {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem
}

.data-contact li a:hover {
    color: #3b97d1
}

.data-contact li a {
    color: var(--bs-body-color);
    text-decoration: none
}

.dropdown-item {
    font-weight: 600;
    padding: 12px 16px
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #3582fc
    }

.dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 5px
}

.cnsf-logo {
    max-width: 70px
}

#hero-v2 {
    background: url("../../assets/img/hero-v2-mobile.webp") bottom center/cover no-repeat;
    padding: 60px 0
}

.btn-ukuvi-send.rounded-ukuvi {
    border-radius: 10px
}

.color-light, color-light {
    color: #fff
}

@media (min-width: 992px) {
    #hero-v2 {
        background: url("../../assets/img/hero-v2-bg.webp") bottom center/cover no-repeat;
        padding: 110px 0
    }
}

@media (min-width: 1400px) {
    .car-hero {
        width: 48%
    }

    .card-numbered {
        padding-right: 48px;
        padding-left: 48px
    }

    .logo-container {
        width: 8.33%
    }

    .ana-logo {
        max-width: 70px
    }

    .axa-logo {
        max-width: 43px
    }

    .bx-logo {
        max-width: 80px
    }

    .hdi-logo {
        max-width: 55px
    }

    .gnp-logo {
        max-width: 100px
    }

    #hero-v2 {
        padding: 130px 0
    }
}

#hero-v3 {
    background: url("../../assets/img/hero-v3-bg-mobile.webp") bottom center/cover no-repeat;
    padding: 60px 0
}

@media (min-width: 992px) {
    #hero-v3 {
        background: url("../../assets/img/hero-v3-bg.webp") bottom center/cover no-repeat;
        padding: 100px 0
    }
}


@media (min-width: 1800px) and (max-width: 2500px) {
    html body {
        font-size: 16px;
    }
}

@media (min-width: 2500px) {
    html body {
        font-size: 16px;
    }
}
