﻿:root {
    --blue-sura: #172554;
    --white-sura: #f7f7f7;
}

.carousel-indicators [data-bs-target] {
    border-bottom: 0;
    background-color: #ccc;
    border-radius: 80px;
    border-top: 0;
    width: 10px;
    height: 10px;
    opacity: inherit;
    margin-right: 4px;
    margin-left: 4px;
}

.carousel-indicators .active {
    opacity: 1;
    border-bottom: 0;
    background-color: var(--blue-sura);
    border-radius: 80px;
    border-top: 0;
    width: 10px;
    height: 10px;
}

.carousel-control-next, .carousel-control-prev {
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    height: 40px;
    width: 40px;
    font-size: 19px;
    opacity: inherit;
    top: inherit;
}

    .carousel-control-next:disabled, .carousel-control-prev:disabled {
        background-color: #f3f3f3;
        color: #d1d1d1;
    }

.carousel-item {
    list-style: none;
}

.background-overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.banner-front {
    width: 100%;
    margin-right: 10px;
    zoom: 1.15;
}

.sura-modal-body-bond {
    color: #464646;
    padding-left: 10px;
    padding-right: 10px;
}

.card-quote-front {
    position: relative;
    /*top: -2.37rem;*/
    top: -1.50rem;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.title-card-quote {
    font-weight: 700;
    color: #172554;
    font-size: 0.875rem;
    font-family: 'Raleway', sans-serif;
}

.card-quote-front-banner {
    position: relative;
    top: -1.3rem;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 455px) {
    .banner-front {
        zoom: 1.33;
    }
}

@media (min-width: 456px) and (max-width: 768px) {
    .banner-front {
        zoom: 1.8;
    }
}

.modal__btn__button {
    font-size: 17px !important;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 15rem !important;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    max-width: 100%;
}

.quote____button {
    background-color: #009300;
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 20.0625rem;
    padding: 1.0rem 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: var(--white-sura);
}

.modification-modal__alert {
    color: #ff585d;
}

.alert-warning-custom {
    background-color: #fff5ec !important;
    border-color: #fff5ec !important;
}

@media (max-width: 768px) {
    body {
        zoom: 0.9;
    }



    .modal-backdrop {
        zoom: 1000%;
    }
}

.modal-go-back__description {
    font-size: 1.3rem;
}

.modal-go-back__button {
    font-family: var(--secondary-font-family);
    font-size: 1rem !important;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 14.0625rem;
    padding: 0.5rem 0;
    background-color: var(--blue-sura);
    font-size: 1.25rem;
    color: #fff;
    width: 10rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.switch__container {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 1.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.descripcion-switch {
    flex: 1;
    color: #727272;
}

.switch__input {
    display: none;
}

.text-off {
    right: 0.45rem;
}

.text-on {
    left: 0.688rem;
}

.slider-adult-on {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #d0d0d0;
    background-color: #04cb13;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-adult-on:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 1.9rem;
        bottom: 0.15rem;
        background-color: #fff;
        transition: .8s;
        border-radius: 50%;
    }

.slider-adult-off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #d0d0d0;
    background-color: #d0d0d0;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-adult-off:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 0.188rem;
        bottom: 0.15rem;
        background-color: #fff;
        transition: .4s;
        border-radius: 50%;
    }

.slider-on {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #ceedf3;
    background-color: #ceedf3;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-on:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 1.9rem;
        bottom: 0.15rem;
        /*background-color: #fff;*/
        background-color: #16acc7;
        transition: .8s;
        border-radius: 50%;
    }

.slider-off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #ceedf3;
    background-color: #ceedf3;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-off:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 0.188rem;
        bottom: 0.15rem;
        background-color: #16acc7;
        transition: .4s;
        border-radius: 50%;
    }

.text-off, .text-on {
    position: absolute;
    font-size: .75rem;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.125rem;
}

.swiper-slider__item {
    min-height: 9.375rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.swiper-slider__item_two {
    min-height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Mejoras para responsividad del banner */
@media (max-width: 576px) {
    .swiper-slider__item_two {
        min-height: 16rem;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 480px) {
    .swiper-slider__item_two {
        min-height: 14rem;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 400px) {
    .swiper-slider__item_two {
        min-height: 12rem;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 360px) {
    .swiper-slider__item_two {
        min-height: 11rem;
        background-size: cover;
        background-position: center;
    }
}

/* Asegurar que el contenedor del banner no se corte */
.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
}

/* Mejoras adicionales para móviles muy pequeños */
@media (max-width: 320px) {
    .swiper-slider__item_two {
        min-height: 10rem;
        background-size: cover;
        background-position: center;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.navbar-component__logo {
    height: 54px;
    margin: 4px 0;
    background: url(../../themes/transporte-sura/img/logo-asosubastas-sura.png);
    background-repeat: no-repeat;
    width: 230px;
    background-size: contain;
    background-position: left;
}

.form-material__label {
    transition: all .15s ease-in-out;
    font-size: 1rem;
    position: absolute;
    pointer-events: none;
    color: #999999;
    background: #fff;
}

.blazored-typeahead.valid.modified {
    outline: none !important;
    border: 1px solid #bfbfbf !important;
}

.form-material__input:focus ~ .form-material__label, .form-material__input.ng-not-empty ~ .form-material__label {
    transform: translateY(-1.375rem);
    font-size: .8125rem
}

.form-material__input {
    width: 100%;
    background: #fff;
    border: 0.0625rem solid #d2d2d2;
    outline: none;
    color: #000;
    font-size: 1rem;
    border-radius: 0.25rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.razones {
    color: #53565a;
    margin-top: 1rem;
}

.footer-container {
    background: #53565A;
    z-index: 1029;
}

.footer-container-resume-pay {
    background: #53565A;
    /*z-index: 1029;*/
    position: fixed;
    bottom: 0px;
    top: auto;
    width: 100%;
    z-index: 5;
}

.footer-container__columns {
    position: static;
}

.footer-container__text {
    font-size: .75rem;
    color: #fff;
}

.container-t {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.planes__title {
    font-size: 1.75rem;
    position: relative;
    color: var(--blue-sura);
}

.necesitas-ayuda-titulo {
    color: var(--blue-sura);
    font-size: 3.5rem;
}

.necesitas-ayuda-final__title {
    font-size: 1.15rem;
    color: var(--blue-sura);
    font-weight: bold;
}

.necesitas-ayuda-final {
    color: #707070 !important;
    font-size: 1.1rem;
}

    .necesitas-ayuda-final a {
        color: #707070;
    }

        .necesitas-ayuda-final a:hover {
            text-decoration: underline !important;
            color: #707070;
        }

.necesitas-ayuda-whatsapp {
    color: #707070;
    font-size: 1.22rem;
    font-weight: bold;
}

.description-ayuda {
    color: #53565a;
}

.nav-tabs {
    justify-content: space-between;
    border-bottom: 0.0625rem solid #dee2e6;
    max-width: 44.25rem;
    margin: 0 auto 3rem;
    /*padding: 0 0.5rem;*/
}

.hr-ayuda {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0.006rem !important;
    background-color: var(--blue-sura);
    opacity: 100;
}

.nav-link {
    transition: none;
    text-decoration: none;
}

.nav-tabs__item {
    position: relative;
    padding: 0;
}

.nav-link:hover {
    border: none !important;
    text-decoration: none !important;
    transition: none !important;
    transform: none !important;
    border: 1px solid transparent !important;
}

.nav-tabs__item:after {
    display: none;
    content: "";
    width: 0.0625rem;
    height: 60%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.nav-tabs__link.active:hover {
    color: #00aec7 !important;
    border-bottom: 0.313rem solid var(--blue-sura) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.nav-tabs__link:hover {
    color: #495057 !important;
}

.nav-tabs__link {
    border: 0;
    font-weight: 700;
    color: #495057;
    font-size: 1rem;
    padding: 0.5rem 0.3rem;
    text-align: center;
    width: 6.25rem;
}

    .nav-tabs__link.active {
        color: #00aec7 !important;
        border-bottom: 0.313rem solid var(--blue-sura) !important;
        border-top: none;
        border-left: none;
        border-right: none;
    }

.plan {
    text-align: center;
}

.plan__titulo {
    color: var(--blue-sura);
    font-size: 1.563rem;
}

.precio-plan__valor {
    font-size: 2.875rem;
}

    .precio-plan__valor:before {
        content: "$";
        font-weight: 700;
        font-size: 1.5rem;
        position: relative;
        left: -0.375rem;
        top: -0.9375rem;
    }

.precio-plan {
    position: relative;
    color: var(--blue-sura);
    font-size: 1.4rem;
}

.cobertura {
    border: 0.0625rem solid #0000000d;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0.1875rem 2.5rem #0000000d;
}

.cobertura__titulo {
    color: #333;
    font-size: 1.0625rem;
    font-weight: 600;
}

.cobertura__descripcion {
    color: #53565a;
    font-size: .8125rem;
}

.planes__button {
    background-color: #009300;
    font-size: 0.875rem;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    border-radius: 0.3125rem;
    width: 100%;
    min-width: 4.8125rem;
    padding: 0.75rem 1.125rem;
    text-transform: none;
    font-weight: bold;
    color: var(--white-sura);
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planes__button__01 {
    background-color: #0E9F6E;
    border: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--white-sura);
}

.input__quote_transporte {
    display: flex;
    align-items: center;
    border: 2px solid #e1e5eb;
    border-radius: 12px;
    padding: 8px 16px;
    width: 100%;
    background: #fff;
}

    .input__quote_transporte .currency {
        color: #d1d1d1; /* gris claro para el $ */
        font-size: 2rem;
        margin-right: 8px;
    }

    .input__quote_transporte input {
        border: none;
        outline: none;
        color: #192b57; /* azul oscuro */
        background: transparent;
        width: 100%;
        max-width: 220px;
        font-weight: 600;
        font-size: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 576px) {
    .input__quote_transporte input {
        font-size: 1.2rem;
        max-width: 150px;
    }

    .input__quote_transporte .currency {
        font-size: 1.5rem;
    }
}

.planes__button-condiciones {
    font-weight: bold;
    font-size: .9375rem;
    border: 0;
    color: var(--blue-sura);
    text-decoration: underline;
    cursor: pointer;
}

.planes__icono-pdf {
    font-size: 1.313rem;
}

@media (max-width: 991.98px) {
    .confirmation-modal__buttons {
        align-items: center;
        flex-direction: column;
    }

    .razones__titulo {
        text-align: center;
    }

    .razones__descripcion {
        text-align: center;
        color: #53565a;
    }
}

.razones__descripcion {
    text-align: center;
}

.razones__item:before {
    content: "\f14a";
    color: var(--blue-sura);
    font-size: 1.5rem;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

.razones__lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.razones__item {
    display: flex;
    align-items: center;
    background: #0033a00d;
    border-radius: 0.625rem;
    padding: 0.625rem 1rem;
    color: #53565a;
    margin-bottom: 0.625rem;
}

.razones__informacion {
    padding: 1rem 1rem 1rem 3rem;
    text-align: left;
    text-align: initial;
}

.razones__titulo {
    color: var(--blue-sura);
    margin-bottom: 1.5625rem;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mensaje-informativo {
    text-align: center;
}

.style-table-travel-tbody-td {
    border-bottom-width: 0px !important;
    border-right-width: 1px;
    font-size: 13px;
}

.invalid-ch {
    color: #ff585d !important;
}

.type-of-checkbox__input {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.container-fecha-vigencia__icon-warning {
    font-size: 1.375rem;
    color: #ff9a41;
    margin-right: 1rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        content: '';
        width: 2.375rem;
        height: 1.25rem;
        position: absolute;
        top: 0.25rem;
        display: block;
        background-color: #bebebe;
        border: #bebebe solid 1px;
        transition: all 0.2s ease-in-out !important;
        border-radius: 0.8rem
    }

    .custom-control-label:after {
        content: '';
        width: calc(1.15rem - 4px);
        height: calc(1.15rem - 4px);
        position: absolute;
        top: calc(0.32rem + 0.1625rem);
        left: 4px;
        display: block;
        background: no-repeat 50%/50% 50%;
        transition: all 0.2s ease-in-out !important;
        background-color: #fff;
        border-radius: 0.5rem;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }

    .custom-control-label.active:after {
        background-color: #fff;
        transform: translateX(1.05rem)
    }

    .custom-control-label.active:before {
        color: #fff;
        border-color: #2ac13e;
        background-color: #2ac13e
    }

.custom-label-switch {
    position: relative;
    width: 2.5rem;
    height: 1.25rem;
    display: inline-block
}

.custom-label-switch__is-active {
    position: absolute;
    top: 0.4375rem;
    font-size: .7rem;
    color: #fff
}

.custom-label-switch__is-active_ok {
    left: 0.375rem
}

.custom-label-switch__is-active_not {
    right: 0.25rem
}

.container-fecha-vigencia {
    display: flex;
    align-items: center;
    letter-spacing: 0rem;
    font-size: .875rem;
}

.resumen__titulo {
    color: var(--blue-sura);
    font-size: 1.00rem;
    font-weight: 600;
}

.custom-modal-class {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.modalOne__button {
    font-size: 15px !important;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 15rem !important;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    max-width: 100%;
}

.cotizador-datos_esta-abierto .app-cotizador {
    transform: translateY(0);
    box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2;
    border: 0.0625rem solid #d2d2d2;
}

.detalle-mobile_abrir {
    transform: translateY(0);
}

.custom-modal-message__message {
    margin: 0;
    font-size: 1.5rem;
}

.spinner-sura {
    background: rgba(255,255,255,.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
}

.backtrack-cotizador-datos {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: .7;
    z-index: 1040;
}

.cotizador-datos {
    position: relative;
    background-color: #f7f7f7;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
}

.cotizador__titulo {
    font-size: 1.1rem;
    padding-bottom: 0.555rem;
    color: var(--blue-sura);
    border-bottom: 0.0625rem solid var(--blue-sura);
}

.cotizador__titulo, .cotizador__tipo-viaje {
    text-align: center;
}

.cotizador-inline__close {
    position: absolute;
    top: -0.3rem;
    right: 0;
    cursor: pointer;
    font-size: 2rem;
    color: var(--blue-sura);
}

.cotizador__tipo-viaje {
    display: block;
    font-size: 1rem;
    color: var(--blue-sura);
    margin: 0.705rem 0 0.615rem;
    font-weight: 700;
}

.cotizador {
    /*box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2;
    border: 0.0625rem solid #d2d2d2;*/
    border-radius: 0.625rem;
    background: #fff;
    position: relative;
    padding: 1rem;
    z-index: 10;
}

.app-cotizador {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 1050;
    border-radius: 0 0 0.625rem 0.625rem;
    transition: .5s all ease-in-out;
    transform: translateY(-100%);
}

@media (min-width: 768px) {
    .swiper-slider__item {
        min-height: 33rem;
        background-size: cover;
    }

    .swiper-slider__item_two {
        min-height: 18rem !important;
        background-size: cover;
    }

    .nav-tabs {
        justify-content: center;
    }

    .nav-tabs__link {
        width: auto;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .nav-tabs__item {
        padding: 0 0.7rem;
    }

        .nav-tabs__item:after {
            display: block;
        }

    .cotizador-inline.cotizador {
        height: auto;
    }

    .cotizador__titulo {
        font-size: 1.5rem;
    }

    .cotizador {
        width: 25rem;
        height: 32rem;
    }

    .cotizador-datos {
        padding: 0 2rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-component__logo {
        height: 63px;
        background-size: contain;
        width: 300px;
        margin: 0;
    }
}

@media (min-width: 586px) {
    .swiper-slider__item_two {
        min-height: 20rem;
        background-size: cover;
    }
}



@media (min-width: 1200px) {
    .swiper-slider__item_two {
        background-size: cover;
        min-height: 27rem !important;
    }
}

.cotizador-inline {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal .close {
    outline: none;
    color: #e3e829;
    opacity: 1 !important;
    font-size: 1.6rem;
    right: 1rem;
    top: 0.8rem;
    z-index: 1;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.sura-modal-body {
    color: #464646;
    font-size: 1.25rem;
    padding-left: 25px;
    padding-right: 15px;
}

.confirmation-modal__alert {
    color: #a36127;
}

.sorry-modal__alert {
    color: var(--blue-sura);
}

.confirmation-modal__description {
    color: #707070;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }

    .swiper-slider__item_two {
        min-height: 18rem;
        background-size: cover;
    }

    .footer-container__columns {
        position: relative;
    }

    .footer-container_border-right {
        border-right: 0.0625rem solid #727272;
    }
}

.confirmation-modal__button_cancel {
    background: transparent;
    border-radius: 25px;
    color: var(--blue-sura) !important;
    font-weight: bold;
    border: 1px solid var(--blue-sura) !important;
    max-width: 20.0625rem;
}

.sorry-modal__button {
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    width: 100%;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.pay__button {
    color: #FFFFFF;
    font-weight: 700;
    background: #009300;
    border-radius: 4px;
    width: 350px;
}

    .pay__button:hover {
        border: 2px solid #009300;
        background: #22ad24;
    }

.go__to__previous__button {
    font-size: large;
    color: #0093009c;
    font-weight: 700;
    border: 2px solid #009300;
    border-radius: 4px;
    width: 350px;
}

    .go__to__previous__button:hover {
        border-color: #009300;
    }

.confirmation-modal__button {
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.sorry-modal__button_accept {
    background-color: #e3e829;
    color: var(--blue-sura);
}

.confirmation-modal__button_accept {
    background-color: var(--blue-sura);
    color: #fff;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.detalle-compra {
    position: relative;
    border-bottom: none;
    padding: 1rem 0.7rem;
    border-radius: 0.625rem;
}

.detalle-compra__titulo-seguro {
    color: var(--blue-sura);
    /*color: var(--color-secondary-detail-viaje, var(--blue-sura));*/
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    padding-left: 0.8rem;
    text-align: center;
}

.beneficios, .button-submit {
    background-color: #e3e829;
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    display: block;
}

.button-submit {
    margin: auto auto 1.5rem;
    background: #e3e829;
    color: var(--blue-sura);
    font-size: 1.375rem;
    max-width: 16.25rem;
}

.acepto-terminos__input:checked ~ .acepto-terminos__checkmark:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    top: -0.1875rem;
    width: 0.375rem;
    height: 0.75rem;
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

.acepto-terminos__checkmark {
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #fff;
    border: 0.125rem solid #d2d2d2;
    border-radius: 0.1875rem;
}

.acepto-terminos__input:checked ~ .acepto-terminos__checkmark {
    background-color: #009300;
    border-color: #009300;
    border-radius: 0.1875rem;
}

.terminos-link {
    color: #009300;
    text-decoration: underline;
    cursor: pointer;
}

.terminos-link:hover {
    color: #0E9F6E;
    text-decoration: underline;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-container label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

/* Estilos para validación de errores */
.error-border {
    border: 1px solid #FF383C !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 56, 60, 0.25) !important;
}

.error-message {
    color: #FF383C;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 4px;
    display: block;
}

.form-control:focus.error-border {
    border-color: #FF383C !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 56, 60, 0.25) !important;
}

.form-select:focus.error-border {
    border-color: #FF383C !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 56, 60, 0.25) !important;
}

.coberturas li::marker {
    color: #00aec7;
    font-size: 1.5rem;
}

.coberturas {
    color: #53565a;
    /*color: var(--color-list-viajes, #53565a);*/
    padding-left: 1.375rem;
    text-align: left;
}

.detalle-compra__total {
    background-color: #fff;
    color: #00aec7;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.125rem;
    margin-bottom: 0.625rem;
}

.detalle-compra__total-valor {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0;
    padding: 0.625rem;
}

.beneficios {
    margin-left: 1rem;
    color: var(--blue-sura);
    background: #f7f7f7;
    border: none;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    text-underline-position: under;
}

.acepto-terminos {
    padding-left: 2.1875rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.acepto-terminos__label {
    color: #727272;
    font-size: .9375rem;
    line-height: 1.3;
}

.acepto-terminos__input {
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.acepto-terminos__checkmark {
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #fff;
    border: 0.125rem solid #d2d2d2;
    border-radius: 0.1875rem;
}

.button-submit {
    margin: auto auto 1.5rem;
    background: #e3e829;
    color: var(--blue-sura);
    font-size: 1.375rem;
    max-width: 16.25rem;
}

.container-lib-asesores {
    display: flex;
    flex-direction: column;
}

.detalle-compra__incluye {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #53565a;
}

.mensaje-informativo__titulo {
    font-weight: bold;
    color: #0E9F6E;
    font-size: 1.5rem;
}

.mensaje-informativo__descripcion {
    color: #53565a;
    padding: 0 0.625rem;
}

.detalle-compra {
    background-color: #f7f7f7;
    border-radius: 0.625rem;
    height: 100%;
}

.titulo-viajero {
    display: block;
    color: var(--blue-sura);
    font-size: 1.2rem;
    font-weight: bold;
    /*border-bottom: 0.0625rem solid #d2d2d2;*/
    /*margin-bottom: 1rem;*/
    /*padding-bottom: 0.8rem;*/
}

.cotizador-datos {
    position: relative;
    background-color: #f7f7f7;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
}

.cotizador-datos__resumen-viaje {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.cotizador-datos__divider {
    border-left: 0.125rem solid #464646;
    margin-right: 1.25rem;
    opacity: .16;
}

.cotizador-datos__icon {
    color: var(--blue-sura);
}

.cotizador-datos__button {
    background: transparent;
    border-radius: 25px;
    color: var(--blue-sura);
    font-weight: bold;
    border: 1px solid var(--blue-sura);
}

@media (min-width: 768px) {
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .cotizador-datos {
        padding: 0 2rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .cotizador-datos__resumen-viaje {
        justify-content: flex-start;
        flex-direction: row;
        width: auto;
        margin-bottom: 0;
    }
}

.font-blue-sura {
    color: var(--blue-sura)
}

.tipo-viaje-selected {
    background-color: var(--blue-sura);
    border-radius: 0.3125rem 0.3125rem 0 0;
    color: #fff;
    cursor: pointer;
    font-size: .75rem;
    display: block;
    border-bottom: 0.03rem solid var(--blue-sura);
}

.tipo-viaje__button {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}

.tipo-viaje {
    border-bottom: 0.03rem solid var(--blue-sura);
    border-radius: 0;
    cursor: pointer;
    font-size: .75rem;
    display: block;
    text-align: center;
    padding: 0;
    color: #53565a;
    margin: 0;
}

.medio-transporte-selected {
    color: #53565a;
    font-size: .8125rem;
    border: 1px var(--blue-sura) solid !important;
    background-color: #d9e0f1;
    border-radius: 1.25rem;
    display: block;
    cursor: pointer;
}

.medio-transporte-national-selected {
    color: #fff;
    font-size: .8125rem;
    background-color: var(--blue-sura);
    border-radius: 1.25rem;
    display: block;
    cursor: pointer;
}

.medio-transporte__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-size: .8125rem !important;
}

.medio-transporte {
    font-size: .8125rem;
    text-align: center;
    color: var(--blue-sura);
    border-radius: 1.25rem;
    border: 0.0625rem solid var(--blue-sura);
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: block;
}

.viajeros__button {
    background: var(--blue-sura);
    position: relative;
    border: 0;
    text-indent: -9999999rem;
    width: 1.0625rem;
    height: 1.0625rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
}

.viajeros {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0 0.8rem;
    width: 100%;
}

.viajeros__pasajeros {
    width: 2.8125rem !important;
    height: 80% !important;
    font-weight: 700 !important;
    color: #000 !important;
}

.viajeros__button_minus {
    width: 0.5625rem;
    height: 0.1875rem;
}

.viajeros__button_plus {
    width: 0.1875rem;
    height: 0.625rem;
}

.viajeros__button_minus, .viajeros__button_plus {
    background: #fff;
    border-radius: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cotizador__info {
    background-color: #e5eaf5;
    color: #5e85d8;
    font-family: inherit;
    font-size: .78rem;
    padding: 0.3rem 0.5rem;
}

.cotizador__button {
    font-weight: 700;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background: linear-gradient(to left, #046C4E, #009300);
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.detalle-mobile {
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    right: 0;
    left: 0;
    transform: translateY(100%);
    transition: all .5s ease-in-out;
    min-height: 100%;
    z-index: 1030;
}

.detalle-mobile__contenedor-comprar {
    background-color: #e3e829;
    height: 3.75rem;
    position: absolute;
    top: -3.75rem;
    right: 0;
    left: 0;
}

.detalle-mobile__boton-comprar {
    transform: translateY(-1rem);
    background: #e3e829;
    border-radius: 1rem;
    border: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--blue-sura);
}

.detalle-mobile__ver-detalle {
    color: var(--blue-sura);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.container-valor-a-pagar {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-0.5375rem);
    color: var(--blue-sura);
}

.container-valor-a-pagar__boton-comprar {
    font-weight: 700;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.container-valor-a-pagar__total-descripcion {
    font-size: .875rem;
}

.container-valor-a-pagar__total {
    font-size: 1.125rem;
}

.detalle-mobile__cerrar {
    display: block;
    text-align: right;
    font-size: 1.75rem;
    margin: 1rem;
}

.detalle-mobile__contenedor-componente {
    width: 90%;
    margin: auto;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

.autocomplete {
    position: relative;
}

    .autocomplete .options {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover {
                background: lightgrey;
                color: #0a4080;
            }

@font-face {
    font-family: "font sura regular";
    src: url("fonts/FS Joey-Regular.otf");
}

@font-face {
    font-family: "font sura bold";
    src: url("fonts/FS Joey-Bold.otf");
}

@font-face {
    font-family: "font";
    src: url("fonts/Barlow-Regular.ttf");
}

@font-face {
    font-family: "font bold";
    src: url("fonts/Barlow-Medium.ttf");
}

.icon-menu {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.font-bold {
    font-family: "font bold", Arial, Helvetica, sans-serif !important;
}

.font-sura-bold {
    font-family: "font sura bold", Arial, Helvetica, sans-serif !important;
}

body {
    font-family: "font", Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    background: #fff;
}

.main-container {
    min-height: calc(100vh - 110px - 150px);
}

footer h3 {
    font-size: 16px;
    font-weight: 600;
}

footer p {
    font-size: 12px;
}

footer {
    background-color: #3f3f3f;
}

.back-lb {
    background-color: #f3fbff !important;
}

.w-80 {
    max-width: 80% !important;
}

.w-85 {
    max-width: 85% !important;
}

.fondo-verde {
    background-color: #cae6bf;
}

.br-10 {
    border-radius: 10px;
}

.b-p {
    border: 3px dotted #43b12e;
}

.b-p-2 {
    padding: 10px;
    border: 3px dotted #cae6bf;
}

.btn-dark {
    color: #fff;
    background-color: #43b12e !important;
    border-color: #43b12e !important;
}

@media (max-width: 575.98px) {
    .necesitas-ayuda-titulo {
        font-size: 2.2rem;
        text-align: center;
    }

    .img-space {
        margin-left: 0.938rem;
        margin-right: 0.625rem;
        margin-bottom: 1.25rem;
    }

    .necesitas-ayuda-final {
        font-size: 1.1rem;
        padding: 0.188rem;
        text-align: justify;
    }
}

.f-azc {
    color: #324f60 !important;
}

.back-azo {
    background-color: #dff5ff !important;
}

/*.fas.fa-times {
    color: #43b12e;
}*/

/*.modal-dialog {
    margin-top: 15%;
}*/

.check:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.form-check-input:checked {
    background-color: #3374DB;
    border-color: #3374DB;
}

input::placeholder {
    font-style: normal;
    color: #d3d3d3 !important;
}

.card-shadow {
    box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2 !important;
}

.logo.float-right {
    position: fixed;
    bottom: 10px !important;
    right: 15px !important;
}

.mt-p {
    margin-top: 5vh;
}

#modal_amplio {
    max-width: 1400px !important;
    margin-top: 2% !important;
}

#modal_amplio2 {
    max-width: 1200px !important;
    margin-top: 2% !important;
}

.btn-danger {
    background-color: #ea5426 !important;
}

.go {
    color: #284f60;
}

.f-10 {
    font-weight: 400;
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-32 {
    font-size: 32px;
}

.f-42 {
    font-size: 42px;
}

.f-verde {
    color: #43b12e !important;
}

.fw-400 {
    font-weight: bold !important;
}

#perfil .card > hr {
    opacity: 0.7;
}

/*.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}*/

/*.accordion-body {
    background: #e6ede3;
    border-radius: 5px;
    padding: 1rem 1.25rem;
}

.accordion-button::after {
    display: none;
}*/

th.text-right {
    max-width: 100px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: none !important;
}

.tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 0;
}

/*.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}*/

.btn-primary {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.btn-dark-kavak {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.check2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #00b2ff;
}

.text-right {
    text-align: right;
}

.table {
    background-color: initial !important;
    vertical-align: middle;
}

.bg-white {
    background: #f3fbff;
}

.navbar-brand img {
    max-width: 340px;
    margin: 20px;
}

/*.accordion-button {
    padding-left: 0.8rem;
    font-size: 16px !important;
    font-weight: 500;
}*/

.f-18 {
    font-size: 18px !important;
}

.btn-outline-previous {
    background-color: #3f3f3f;
    color: white;
    border: transparent;
}

.btn-outline-success {
    background-color: #3374DB;
    color: white;
    border: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #284f60 !important;
}

.verde_2 {
    color: #43b12e !important;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

    .form-control:focus {
        color: #000000;
        background-color: #fff;
        border-color: #0a4080;
        outline: 0;
        box-shadow: 0 0 0 0.1rem #0a40802b;
    }

.thead-dark {
    color: white;
    background-color: #43b12e;
    border-radius: 14px !important;
    border: 1px solid;
}

.mr-3 {
    margin-right: 30px;
}

h1 {
    font-size: 42px;
}

.coverage {
    color: #284f60 !important;
}

.text-green {
    color: #43b12e;
}

.text-green-2 {
    color: #cae6bf !important;
}

.verde {
    color: #43b12e;
}

a {
    color: #3374DB;
    text-decoration: none;
}

    a:hover {
        color: #0a4080;
    }

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
    border-width: 2px !important;
    box-shadow: 0px 0px 10px #09090985;
}

.btn-dark-kavak:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

.btn-outline-success:hover {
    color: white;
    background-color: #0a4080;
}

.btn-outline-previous:hover {
    color: #ebebeb;
    background-color: #4c84e0;
}

.btn-outline-success:active {
    color: #fff;
    background-color: #4c84e0;
    border-color: #4c84e0;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0.5rem 0.25rem rgba(65, 183, 173, 0.2);
}

small {
    font-size: 12px;
}

.font-weight-bold {
    font-weight: bold;
}

.n-underline {
    text-decoration: initial;
}

.fondo-azul {
    background: #43b12e;
}

@media (min-width: 1200px) {
    #imagenes,
    .centrado {
        margin-top: 15% !important;
    }

    .navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
        min-width: 75% !important;
    }

    .centrado {
        max-width: 70%;
        display: block !important;
        margin: auto;
    }

    .b-p {
        margin-left: -47px;
    }
}

@media (max-width: 1100px) {
    .img-fluid.carro {
        max-width: 170px;
        display: block;
        margin: auto;
        margin-top: auto;
        margin-top: 3rem !important;
    }
}

@media (min-width: 768px) {
    .opcion {
        font-size: 0px;
    }

    #opcion {
        content: "Opción";
    }

    td.fondo-verde {
        border-right: 50px solid white !important;
        border-left: 50px solid white;
    }

    .btn.btn-danger.mt--5 {
        margin-top: -25px !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        /*max-width: 100% !important;*/
        margin: 29px 0px 9px 0px;
    }

    #imagenes .img-fluid {
        max-width: 40% !important;
    }

    .col-12.col-md-4 > img {
        max-width: 140px;
        display: block !important;
        margin: auto !important;
        margin-top: 1rem !important;
    }

    .xs-center {
        text-align: center;
        display: block !important;
        margin: auto !important;
    }
}

/* Nuevas lineas filtro*/

#cobertura {
    text-align: center;
}

    #cobertura h1 {
        font-size: 20px;
    }

.botones_filtro li {
    display: inline-block;
    margin: 8px 5px;
    /*se ajusto la margen entre los botones*/
    background-color: #F7F7F7;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    -webkit-box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
}

.header-filtros i {
    display: none;
}

.botones_filtro li.active {
    border-bottom: 5px solid #ED704A;
}

.botones_filtro a {
    color: #284F60;
    font-weight: 500;
    font-size: small;
}

.tabla_titulos {
    padding: 10px 0px;
    background: #F7F7F7;
    color: #000000;
    margin: 12px 0px;
}

.card {
    background-color: #fff;
    border-radius: .625rem;
    border: .0625rem solid #d2d2d2;
    -webkit-box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    -moz-box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    margin: 0px 0px;
}

.btn-buy-quotes {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #00aec7;*/
    cursor: help;
}

#spanText {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    background-color: #00aec7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    width: 200px !important;
}

    #spanText::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #00aec7 transparent transparent transparent;
    }

.tooltip-wrapper:hover #spanText {
    visibility: visible;
}

/* Grid layout para que se vean en columnas como en la maqueta */
.accordion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Tarjetas limpias */
.accordion-item {
    margin: 10px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 4px;
    overflow: hidden;
}

/* Header estilizado */
.accordion-button {
    background: #fff;
    font-weight: 600;
    color: #1a1a1a;
    padding: 16px;
    border-radius: 0;
    box-shadow: none !important;
}

    .accordion-button::after {
        background-image: none !important; /* elimina la flechita */
        transform: none !important;
    }

    /* Iconos personalizados (+ / -) */
    .accordion-button::after {
        content: "+";
        font-weight: bold;
        font-size: 20px;
        color: #0d6efd;
        transform: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        content: "–";
        color: #0d6efd;
    }

/* Body estilizado */
.accordion-body {
    padding: 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

    /* Listas */
    .accordion-body ul,
    .accordion-body ol {
        margin: 0;
        padding-left: 18px;
    }

    .accordion-body li {
        margin-bottom: 8px;
    }

/* Responsivo */
@media (max-width: 768px) {
    .accordion-grid {
        grid-template-columns: 1fr;
    }
}

.logo-aliado-sura {
    width: 400px;
    max-width: 90%;
    height: auto;
}

.logo-asosubasta {
    width: 500px !important;
    max-width: 90%;
    height: auto;
}

.logo-instagram {
    width: 53px;
}

.logo-sekure {
    width: 214px;
}

/* Estilos para modal personalizado de Asosubastas */
.asosubastas-modal {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}

.asosubastas-modal-header {
    border-bottom: none;
    padding: 1rem 1.5rem 0;
    position: relative;
}

.asosubastas-close-btn {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    z-index: 1;
}

.asosubastas-close-btn:hover {
    color: #172554;
}

.asosubastas-modal-body {
    padding: 2rem 1.5rem;
}

.asosubastas-modal-icon .modal-error-icon {
    width: 4rem;
    height: 4rem;
}

.asosubastas-modal-title .modal-title-text {
    color: #172554;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.asosubastas-modal-description .modal-description-text {
    color: #53565a;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.asosubastas-modal-footer {
    border-top: none;
    padding: 0 1.5rem 2rem;
    justify-content: center;
}

.asosubastas-modal-btn {
    background-color: #009300;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    transition: background-color 0.3s ease;
}

.asosubastas-modal-btn:hover {
    background-color: #007a00;
    color: #ffffff;
}

.totalToPay {
    font-size: x-large;
    font-weight: 900;
    color: aliceblue;
    text-align: center;
}

.shadow__navbar {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.yield__requerid {
    color: #0E9F6E;
}

/* === ESTILOS PARA CONFIRMACIÓN DE PAGO - MOBILE FIRST (BASADO EN FIGMA) === */

/*
 * MOBILE FIRST: Diseño base para móvil (316px según Figma)
 * Luego se escala para tablets y desktop
 */

/* Contenedor principal de confirmación - Mobile First */
.confirmation-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 316px; /* Ancho exacto del diseño Figma móvil */
    margin: 0 auto;
    padding: 16px; /* Padding móvil */
    box-sizing: border-box;
}

/* Sección de felicitaciones - Mobile */
.confirmation-header {
    display: flex;
    flex-direction: column;
    gap: 9px; /* Gap exacto de Figma */
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

/* === TÍTULOS PARA DIFERENTES ESTADOS === */

/* Título principal - APPROVED (Verde) */
.confirmation-title {
    font-family: 'Raleway', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #009300 !important;
    text-align: center !important;
    line-height: 28px !important;
    margin: 0 !important;
    width: 100%;
}

/* Título para error - REJECTED (Rojo) */
.confirmation-title-error {
    font-family: 'Raleway', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #dc3545 !important; /* Rojo Bootstrap */
    text-align: center !important;
    line-height: 28px !important;
    margin: 0 !important;
    width: 100%;
}

/* Título para pendiente - PENDING (Naranja) */
.confirmation-title-pending {
    font-family: 'Raleway', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #ff8c00 !important; /* Naranja */
    text-align: center !important;
    line-height: 28px !important;
    margin: 0 !important;
    width: 100%;
}

/* Descripción - Mobile: Raleway Light 14px rgba(23, 37, 84, 1) */
.confirmation-description {
    font-family: 'Raleway', 'font', Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important; /* Tamaño exacto Figma móvil */
    color: rgba(23, 37, 84, 1) !important;
    text-align: justify !important;
    line-height: 22px !important; /* Line-height exacto Figma */
    margin: 0 !important;
    width: 100%;
}

/* Contenedor de imagen - Mobile */
.confirmation-image-container {
    position: relative;
    width: 100%;
    max-width: 291px; /* Ancho máximo según Figma */
    height: auto;
    aspect-ratio: 291.25 / 221; /* Ratio exacto de Figma */
    margin: 0 auto;
}

/* === IMAGEN ÚNICA PARA TODOS LOS ESTADOS === */

/* Imagen principal de confirmación - Usada en todos los estados */
.img-emission {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 78.5px 0; /* Border-radius exacto de Figma */
    display: block;
    transition: opacity 0.3s ease; /* Transición suave */
}

/* === BOTONES PARA DIFERENTES ESTADOS === */

/* Botón principal - APPROVED (Verde) */
.confirmation-button {
    background-color: #009300 !important;
    color: white !important;
    font-family: 'Outfit', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 7px 27px !important;
    min-width: 113px !important;
    height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.confirmation-button:hover,
.confirmation-button:focus {
    background-color: #007a00 !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 147, 0, 0.3);
    outline: none;
}

/* Botón secundario - Para contactar soporte (Azul) */
.confirmation-button-secondary {
    background-color: rgba(23, 37, 84, 1) !important;
    color: white !important;
    font-family: 'Outfit', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 7px 27px !important;
    min-width: 140px !important;
    height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.confirmation-button-secondary:hover,
.confirmation-button-secondary:focus {
    background-color: rgba(23, 37, 84, 0.8) !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(23, 37, 84, 0.3);
    outline: none;
}

/* Botón para estado pendiente (Naranja) */
.confirmation-button-pending {
    background-color: #ff8c00 !important;
    color: white !important;
    font-family: 'Outfit', 'font bold', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 7px 27px !important;
    min-width: 113px !important;
    height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.confirmation-button-pending:hover,
.confirmation-button-pending:focus {
    background-color: #e67e00 !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 140, 0, 0.3);
    outline: none;
}

/* Contenedor para múltiples botones */
.confirmation-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}

/* === ESTADOS DESHABILITADOS DE BOTONES === */

.confirmation-button:disabled,
.confirmation-button-secondary:disabled,
.confirmation-button-pending:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.confirmation-button:disabled:hover,
.confirmation-button-secondary:disabled:hover,
.confirmation-button-pending:disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Spinner de Bootstrap para botones */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* === RESPONSIVE DESIGN - MOBILE FIRST === */

/* TABLET: 768px y superior */
@media (min-width: 768px) {
    .confirmation-container {
        max-width: 400px; /* Más ancho en tablet */
        gap: 60px; /* Más espacio entre secciones */
        padding: 24px;
    }

    .confirmation-title,
    .confirmation-title-error,
    .confirmation-title-pending {
        font-size: 24px !important; /* Títulos más grandes */
        line-height: 32px !important;
    }

    .confirmation-description {
        font-size: 16px !important; /* Texto más grande */
        line-height: 24px !important;
    }

    .confirmation-image-container {
        max-width: 350px; /* Imagen más grande */
    }

    .confirmation-button,
    .confirmation-button-secondary,
    .confirmation-button-pending {
        font-size: 18px !important; /* Botones más grandes */
        padding: 10px 32px !important;
        min-width: 130px !important;
        height: 36px !important;
    }

    .confirmation-button-secondary {
        min-width: 160px !important; /* Botón de soporte más ancho */
    }

    .confirmation-buttons-group {
        flex-direction: row; /* Botones en fila en tablet */
        gap: 20px;
        justify-content: center;
    }
}

/* DESKTOP: 992px y superior */
@media (min-width: 992px) {
    .confirmation-container {
        max-width: 500px; /* Aún más ancho en desktop */
        gap: 70px; /* Más espacio */
        padding: 32px;
    }

    .confirmation-title,
    .confirmation-title-error,
    .confirmation-title-pending {
        font-size: 28px !important; /* Títulos aún más grandes */
        line-height: 36px !important;
    }

    .confirmation-description {
        font-size: 18px !important; /* Texto más legible */
        line-height: 26px !important;
        text-align: center !important; /* Centrado en desktop */
    }

    .confirmation-image-container {
        max-width: 400px; /* Imagen más grande */
    }

    .confirmation-button,
    .confirmation-button-secondary,
    .confirmation-button-pending {
        font-size: 20px !important; /* Botones más prominentes */
        padding: 12px 40px !important;
        min-width: 150px !important;
        height: 40px !important;
    }

    .confirmation-button-secondary {
        min-width: 180px !important; /* Botón de soporte más ancho */
    }

    .confirmation-button:hover,
    .confirmation-button-secondary:hover,
    .confirmation-button-pending:hover {
        transform: translateY(-2px); /* Más efecto hover */
    }

    .confirmation-button:hover {
        box-shadow: 0 4px 8px rgba(0, 147, 0, 0.4);
    }

    .confirmation-button-secondary:hover {
        box-shadow: 0 4px 8px rgba(23, 37, 84, 0.4);
    }

    .confirmation-button-pending:hover {
        box-shadow: 0 4px 8px rgba(255, 140, 0, 0.4);
    }
}

/* LARGE DESKTOP: 1200px y superior */
@media (min-width: 1200px) {
    .confirmation-container {
        max-width: 600px; /* Máximo ancho */
        gap: 80px;
        padding: 40px;
    }

    .confirmation-title,
    .confirmation-title-error,
    .confirmation-title-pending {
        font-size: 32px !important; /* Títulos máximos */
        line-height: 40px !important;
    }

    .confirmation-description {
        font-size: 20px !important; /* Texto máximo */
        line-height: 28px !important;
        max-width: 500px; /* Limitar ancho del texto */
        margin: 0 auto !important;
    }

    .confirmation-image-container {
        max-width: 450px; /* Imagen máxima */
    }

    .confirmation-button,
    .confirmation-button-secondary,
    .confirmation-button-pending {
        font-size: 22px !important; /* Botones máximos */
        padding: 14px 45px !important;
        min-width: 170px !important;
        height: 44px !important;
    }

    .confirmation-button-secondary {
        min-width: 200px !important; /* Botón de soporte máximo */
    }
}

/* === UTILIDADES BOOTSTRAP 5 COMPATIBLES === */

/* Clases de utilidad para spacing */
.confirmation-py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.confirmation-py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.confirmation-my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.confirmation-my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

/* Clases de utilidad para texto */
.confirmation-text-center { text-align: center !important; }
.confirmation-text-justify { text-align: justify !important; }

/* === MEJORAS DE ACCESIBILIDAD Y UX === */

/* Focus states para accesibilidad */
.confirmation-button:focus-visible {
    outline: 2px solid #009300;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 147, 0, 0.2);
}

/* Animaciones suaves para mejor UX */
.confirmation-container {
    animation: fadeInUp 0.6s ease-out;
}

.confirmation-header {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.confirmation-image-container {
    animation: fadeInUp 1s ease-out 0.4s both;
}

.confirmation-button {
    animation: fadeInUp 1.2s ease-out 0.6s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mejoras para pantallas muy pequeñas (< 375px) */
@media (max-width: 374px) {
    .confirmation-container {
        max-width: 100%;
        padding: 12px;
        gap: 40px;
    }

    .confirmation-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .confirmation-description {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .confirmation-button {
        font-size: 14px !important;
        padding: 8px 20px !important;
        min-width: 100px !important;
        height: 32px !important;
    }
}

/* Mejoras para modo oscuro (si se implementa en el futuro) */
@media (prefers-color-scheme: dark) {
    .confirmation-description {
        color: rgba(139, 179, 255, 1) !important; /* Versión más clara del azul para modo oscuro */
    }
}

/* === FIN ESTILOS CONFIRMACIÓN === */

/* Mantener compatibilidad con estilos existentes */
.img-emission.legacy {
    width: 503px;
    margin: 20px;
}