﻿.border-recommended {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-top-color: #1A73E8 !important;
    border-bottom: none !important;
    border-width: 2px !important;
    border-bottom-width: 0 !important;
    position: relative;
    overflow: visible;
    background-color: #f8f9ff !important;
}

.border-recommended::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    right: -2px;
    bottom: 30px; /* Se detiene antes del badge */
    border-left: 2px solid #1A73E8;
    border-right: 2px solid #1A73E8;
    pointer-events: none;
}

.error-txt-field-sbs {
    color: #E00000 !important;
}

.error-txt-field-sbs a {
    color: #E00000 !important;
}

.error-field-sbs {
    border: 1px solid #E00000 !important;
}

.form-floating > :disabled ~ label::after {
    background-color: white;
}

.form-control:disabled ~ label {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.form-control-modify:disabled {
    background-color: white;
}

    .form-control-modify:disabled ~ label {
        background-color: transparent;
    }

.nav-tabs .nav-link {
    background-color: #fff;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    border: 0;
}

    .nav-tabs .nav-link.active {
        background-color: #1A73E8;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 100%;
        border: 0;
    }

.form-checkbox-input {
    border-radius: 6px !important;
}

    .form-checkbox-input:checked {
        background-color: #2b3990 !important;
    }

.form-check-input-sbs:checked {
    background-color: #2b3990 !important;
    border-color: #2b3990;
}

.form-check-input-sbs {
    width: 20px;
    height: 20px;
}

.frm-input-sbs {
    border: 1px solid #B4B9BD;
    border-radius: 4px;
}

.cotizador__button {
    font-weight: 700;
    border: 0;
    width: 100%;
    padding: 0.594rem 0;
    font-size: 16px;
    background-color: #9E1C64;
    color: #fff;
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.circle-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.circle-mdl {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(217, 83, 79, 0.2);
}

.medium-cd {
    width: 60px;
    height: 60px;
    background-color: rgb(254 243 242);
}

.small-cd {
    width: 40px;
    height: 40px;
    background-color: rgb(254 228 226);
}

.text-muted {
    color: #000000 !important;
}

.input-form-sbs {
    border: 1px solid #B4B9BD;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
}

.radio-container {
    display: flex;
    align-items: center;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    cursor: pointer;
}

    .custom-radio::before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background-color: #404BA5;
    }

    .custom-radio:checked::before {
        transform: scale(1);
    }

/* Tabla de comparación de coberturas */
.coverage-comparison-table {
    table-layout: auto !important;
    width: 100% !important;
}

.coverage-header {
    width: 20% !important;
    min-width: 180px;
}

.plan-column {
    width: auto !important;
    min-width: 120px;
    padding: 1rem 0.5rem !important;
}

.plan-recommended {
    width: auto !important;
    min-width: 140px;
    padding: 1rem 0.75rem !important;
}

.plan-header {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plan-name {
    margin-bottom: 0.5rem !important;
}

.plan-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
}

.plan-currency {
    margin-bottom: 0.25rem !important;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: center;
}

.plan-value {
    margin-bottom: 0 !important;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: center;
}

.plan-label {
    margin-bottom: 0 !important;
}

.recommended-badge-coverages {
    position: absolute;
    left: -2px;
    right: -2px;
    background: #1A73E8;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    bottom: -1px;
    z-index: 10;
    text-align: center;
    border-left: 2px solid #1A73E8;
    border-right: 2px solid #1A73E8;
    border-bottom: 2px solid #1A73E8;
}

@media (max-width: 950px) and (min-width: 768px) {
    .col-change-responsive {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-quotation-3 {
        flex: 0 0 auto;
        width: 45%;
    }

    .col-sbs-11 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .div-travellers-frm {
        margin: 0 auto !important; /* centra horizontalmente */
        float: none !important; /* elimina alineación previa */
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 0 !important; /* opcional: corrige el desplazamiento */
    }

    .div-steps-currencys {
        top: 0px !important;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .coverage-header {
        width: 25% !important;
        min-width: 140px;
    }

    .plan-column, .plan-recommended {
        min-width: 100px;
        padding: 0.75rem 0.25rem !important;
    }

    .plan-name {
        font-size: 0.9rem !important;
    }

    .plan-price-container {
        margin-bottom: 0.25rem;
    }

    .plan-currency {
        font-size: 14px !important;
        margin-bottom: 0.15rem !important;
    }

    .plan-value {
        font-size: 1.1rem !important;
    }

    .plan-label {
        font-size: 12px !important;
    }

    .recommended-badge-coverages {
        font-size: 12px;
        padding: 0.2rem 0.25rem;
    }
}

.total-label {
    color: #343a40; /* Gris oscuro Bootstrap */
    font-weight: 600;
    font-size: 1rem;
}

.total-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price {
    color: #343a40;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.per-group {
    color: #343a40;
    font-size: 1rem;
    line-height: 1;
}

.btn-selected-plan {
    border-radius: 100px;
    background-color: #101E8E;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}

    .btn-selected-plan:hover {
        background-color: #243195;
    }

.btn-outline-selected-plan {
    border-radius: 100px;
    background-color: #fff;
    color: #101E8E;
    font-weight: 700;
    font-size: 14px;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #101E8E;
    display: block;
    margin: 0 auto;
}

    .btn-outline-selected-plan:hover {
        background-color: #fdfcfc;
    }

.travel-value {
    margin-top: 1rem;
    text-align: center;
}

.travel-label {
    color: #101E8E;
    font-size: 17px;
    justify-self: center;
    font-weight: 600;
    text-align: center;
}

.travel-amount {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    justify-content: center;
}

.travel-price {
    color: #101E8E;
    font-size: 25px;
    font-weight: bold;
}

.travel-group {
    color: #101E8E;
    font-size: 16px;
}


.plan-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.plan-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #E8E9F4;
    border-radius: 8px;
    flex-shrink: 0;
}

.plan-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 0.25rem;
}

.plan-subtitle {
    color: #5F68B3;
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

.plan-title {
    font-weight: bold;
    color: #101E8E;
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
}

#tycContent::-webkit-scrollbar {
    width: 8px;
}

#tycContent::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

#tycContent::-webkit-scrollbar-thumb {
    background-color: #9D1D64;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

#tycContent {
    scrollbar-width: thin;
    scrollbar-color: #9D1D64 #f0f0f0;
}

.plans-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    justify-items: center;
}

.plan-card {
    position: relative;
    background: #fff;
    border: 1px solid #EFF0F1;
    border-radius: 1rem;
    padding: 25px 27px 20px;
    box-shadow: 0 2px 12px rgba(20, 20, 43, 0.15);
    transition: transform 0.2s;
    text-align: center;
    max-width: 392px !important;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.plan-footer {
    margin-top: auto;
}

    .plan-card:hover {
        transform: translateY(-5px);
    }

.recommended {
    border: 2px solid #1A73E8;
    top: -40px;
}

.recommended-badge {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #1A73E8;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
}

.plan-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

    .plan-icon.silver {
        color: #aaa;
    }

    .plan-icon.gold {
        color: #0d6efd;
    }

    .plan-icon.platinum {
        color: #aaa;
    }

.plan-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.plan-description {
    color: #9E1C64;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 15px;
    justify-self: left;
}

.plan-features {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin-bottom: 1rem;
    text-align: left;
    color: #545D66;
    flex: 1;
    min-height: 200px;
}

    .plan-features li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.4rem;
        line-height: 1.3;
        font-size: 13px;
    }

.plan-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 1;
}

.plan-quote-link {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    position: relative;
    z-index: 1;
}

.plan-price {
    margin: 1.5rem 0;
}

    .plan-price h4 {
        color: #0d6efd;
        font-weight: bold;
        margin: 0.3rem 0;
    }

.center-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 9%);
    backdrop-filter: blur(6px);
    z-index: 9999;
}

.custom-spinner {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 50px auto;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .center-logo img {
        width: 92px;
        height: 92px;
    }

.circle {
    width: 100%;
    height: 100%;
    position: relative;
    animation: rotate 2s linear infinite;
}

.dot {
    width: 19px;
    height: 19px;
    background: #9f2d74;
    border-radius: 50%;
    position: absolute;
    top: 42%;
    left: 45%;
    transform-origin: 7px;
    transform: rotate(calc(30deg * var(--i))) translateX(50px);
    opacity: calc(1 - (var(--i) * 0.06));
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.circle-plans-selected {
    background-color: #007BFF;
    color: white;
}

.circle-plans {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #CCD0D3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #007BFF;
    position: relative;
    z-index: 2;
}

.circle-plans-selected {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #404BA5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #007BFF;
    position: relative;
    z-index: 2;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 33%;
    height: 2px;
    border-top: 2px solid #CCD0D3;
    z-index: -1;
    overflow: hidden;
    margin-left: 15px;
}

.step_ok:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 33%;
    height: 2px;
    border-top: 2px solid #404BA5;
    z-index: -1;
    overflow: hidden;
    margin-left: 15px;
}

.input-error-traveller {
    border: 1px solid #E00000 !important;
}

.input-error-traveller-dates {
    border: 1px solid #E00000 !important;
}

    .input-error-traveller-dates ~ label {
        color: #E00000 !important;
    }

.btn-errors {
    background: #E00000 !important;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #404BA5;
}

.accordion-item-sbs {
    border: 0;
}

.accordion-button-sbs:not(.collapsed) {
    background-color: #fff;
    color: #33383E;
    box-shadow: none;
}

.accordion-button-sbs::after {
    background-image: url('img/plus.png');
    background-size: 26px;
    width: 20px;
    height: 20px;
}

.accordion-button-sbs:not(.collapsed)::after {
    background-image: url('img/minus.png');
    background-size: 26px;
    width: 20px;
    height: 20px;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-next-mobile, .carousel-control-prev-mobile {
    height: 40px;
    width: 40px !important;
    font-size: 17px;
    opacity: inherit !important;
    top: 105px !important;
    border-radius: 50%;
    background-color: white;
}

.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: #9E1C64;
    border-radius: 80px;
    border-top: 0;
    width: 28px;
    height: 10px;
}

.btn-primary-sbs-outline {
    background-color: #fff;
    color: #9E1C64;
    border-radius: 100px;
    border: 1px solid #9E1C64;
    display: block;
    width: 100%;
    font-weight: 600;
}

    .btn-primary-sbs-outline:hover {
        background-color: #fffcfc;
        color: #9E1C64;
        border-radius: 100px;
        border: 1px solid #9E1C64;
        display: block;
        width: 100%;
        font-weight: 600;
    }

.btn-primary-sbs {
    background-color: #9E1C64;
    color: #fff;
    border-radius: 100px;
    display: block;
    width: 100%;
    font-weight: 500;
}

.btn-primary-sbs-disabled {
    background-color: #D9D9D9;
    color: #fff;
    border-radius: 100px;
    display: block;
    width: 100%;
    font-weight: 500;
}

.btn-primary-sbs:hover {
    background-color: #8b295f;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #9E1C64 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.daterangepicker td.in-range {
    background-color: rgba(158, 28, 100, 0.1) !important;
    border-color: transparent !important;
    color: #000 !important;
    border-radius: 0 !important;
}

.daterangepicker td.end-date {
    background-color: #9E1C64 !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0 !important;
}

.form-floating > label {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating > .form-select-quantity:not(:placeholder-shown) ~ label {
    top: -16px;
    position: absolute;
    font-size: 0.90rem;
}

.form-floating > .form-select-quantity:focus ~ label {
    position: absolute;
    top: -0.2rem;
    left: 0.4rem;
    padding: 0 0.25rem;
    font-size: 0.90rem;
    color: #6c757d;
    transition: all 0.1s ease-in-out;
    background: white;
    height: 20px;
}

.dropdown-container {
    position: relative;
    /*display: inline-block;*/
}

.dropdown-toggle {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    border-radius: 6px;
    min-width: 200px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: white;
    border: 1px solid #B4B9BD;
    padding: 15px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 100;
}

    .dropdown-content .title {
        font-weight: bold;
        margin-bottom: 5px;
    }

.subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .counter button {
        background: #a51661;
        color: white;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 22px;
        cursor: pointer;
    }

    .counter input {
        width: 50px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
        height: 30px;
    }

.btn-aceptar {
    background-color: #a51661;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 100px;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
}


body {
    font-family: 'Nunito';
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-VariableFont_wght.ttf') format('woff2');
}

.form-floating-select {
    position: relative;
}

.form-select:focus,
.form-select-quantity:focus {
    border-color: #1A73E8 !important;
    outline: 0;
    box-shadow: none;
}

.form-floating-select select {
    padding-top: 0.500rem;
    padding-bottom: 0.400rem;
}

.form-floating-select label {
    position: absolute;
    top: 0.6rem;
    left: 0.75rem;
    padding: 0 0.25rem;
    font-size: 0.85rem;
    color: #6c757d;
    pointer-events: none;
    transition: all 0.1s ease-in-out;
    background: white;
}

.form-floating-select select:focus + label,
.form-floating-select select:valid + label {
    top: -0.6rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #92989F;
}

.navbar-component__logo {
    height: 54px;
    margin: 4px 0;
    background: url(../../themes/sbs/img/Logo_SBS.png);
    background-repeat: no-repeat;
    width: 110px;
    background-size: contain;
    background-position: center;
}

.card-quote-front {
    position: relative;
    top: -3.40rem;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.card-coverage-custom {
    align-items: center;
    text-align: left;
    height: 200px;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 13%);
    border-radius: 10px;
    border: 0;
    display: flex;
    background-color: #FFFFFF;
}

.coverage-img {
    width: 60px;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.benefits-img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.coverage-title {
    float: left;
    display: table-caption;
    margin-left: 16px;
}

.coverage-description {
    font-size: 15px;
    margin: 10px;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-table;
}


@media (max-width: 425px) {
    .coverage-card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coverage-title {
        float: left;
        display: table-caption;
        margin-left: 5px;
        margin-right: 5px;
    }

    .coverage-description {
        font-size: 12px;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        display: inline-table;
    }

    .banner-img-mobile-sbs {
        display: block !important;
    }

    .banner-img-sbs {
        display: none !important;
    }

    .txt-traveller-title {
        text-align: center;
    }

    .div-travellers-title, .div-traveller-info {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .navbar-component__logo {
        height: 63px;
        background-size: contain;
        margin: 0;
    }    

    .plans-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1000px) {
    #carouselExampleIndicators {
        display: none !important;
    }

    #carouselExampleIndicatorsMobile {
        display: block !important;
    }

    .coverage-img {
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 15px;
    }

    .benefits-img {
        width: 80%; /* Más grande pero no al 100% para que respire */
        height: auto; /* Para mantener proporción */
        margin: 20px auto; /* Centrado y separado del borde superior */
        display: block;
    }
}

@media (max-width: 950px) {
    .benefits-img {
        width: 80%; /* Más grande pero no al 100% para que respire */
        height: auto; /* Para mantener proporción */
        margin: 20px auto; /* Centrado y separado del borde superior */
        display: block;
    }

    .coverage-img {
        width: 95px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 15px;
    }

    .card-quote-front {
        top: 0;
    }

    .recommended {
        border: 2px solid #1A73E8;
        top: 0px;
    }

    .recommended-badge {
        top: -20px; /* Ajuste para mobile */
        font-size: 12px;
        padding: 0.2rem 0.75rem;
        width: 120px;
    }

    .div-coverages, .div-benefits {
        top: 0px !important;
    }

    .row-txt-quote {
        display: block !important;
    }

    .row-title-coverages {
        margin-top: 25px !important;
    }

    #carouselExampleIndicators {
        display: none !important;
    }

    #carouselExampleIndicatorsMobile {
        display: block !important;
    }

    .frm-floating-mobile {
        margin-bottom: 0px !important;
    }

    .div-cards-benefits {
        display: none !important;
    }

    .div-carousel-benefits {
        display: block !important;
    }

    .div-title-questions {
        margin-top: 25px !important;
    }

    .div-every-questions {
        margin-bottom: 20px !important;
    }

    .border-mobile {
        border-radius: 5px !important;
    }

    .div-result-mobile, .div-footer-mobile, .div-terms-mobile, .div-btn-quote-mobile, .div-view-quotation-mobile, .div-coverages-mobile, .div-container-resume-quotation {
        display: block !important;
    }

    .div-result-desktop, .div-footer, .div-terms, .div-btn-quote, .div-view-quotation, .div-coverages-desktop {
        display: none !important;
    }

    .div-copyright {
        font-size: 11.5px !important;
    }

    .frm-input-sbs {
        border-radius: 0px !important;
    }

    .div-container-back {
        height: 58px !important;
    }

    .div-steps {
        margin-top: 50px;
        top: 0px !important;
    }

    .div-currencys {
        margin-top: 50px;
        top: 0px !important;
        padding-right: 0px !important;
    }

    .div-frm-quote-data {
        top: 0px !important;
    }

    .div-txt-quote {
        top: 0px !important;
        margin-top: 20px;
    }

    .div-select-plans {
        display: none !important;
    }

    .div-steps-currencys, .div-travellers-frm {
        top: 0px !important;
        margin-top: 40px;
    }

    .cols-currency {
        padding-right: 24px !important;
    }

    .row-txt-travellers, .rows-inputsradio-travellers {
        padding-left: 15px !important;
    }

    .accordions-travellers {
        padding-left: 0px !important;
    }

    .col-container-resume-quotation, .div-footer-component {
        display: none !important;
    }

    /* Fix para links de privacidad visibles en footer mobile */
    .div-terms-mobile small {
        font-size: 11px !important;
        line-height: 1.6 !important;
    }

    .div-terms-mobile a {
        display: inline !important;
        word-break: break-word;
    }
}


@media (max-width: 360px) {
    .daterangepicker {
        width: 240px !important;
    }
}

/* Fix para alineación de campos de fecha en Travel_confirmation */
input[type="date"].form-control {
    text-align: left !important;
}

/* Asegurar que el calendario daterangepicker sea completamente visible en responsive */
@media (max-width: 768px) {
    .daterangepicker {
        max-width: 90vw !important;
        left: 5vw !important;
    }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }

    .daterangepicker .calendar-table {
        font-size: 12px !important;
    }

    /* Fix para accordion body overflow en FAQ - SOLO MOBILE */
    .div-every-questions .accordion-body {
        max-height: none !important;
        overflow: visible !important;
        padding: 1rem 1.25rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .div-every-questions .accordion-item {
        overflow: visible !important;
    }

    .div-every-questions .accordion-collapse {
        overflow: visible !important;
    }

    /* Fix para URLs y textos largos en accordion FAQ - SOLO MOBILE */
    .div-every-questions .accordion-body p,
    .div-every-questions .accordion-body li,
    .div-every-questions .accordion-body ul,
    .div-every-questions .accordion-body span {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        max-width: 100%;
    }

    .div-every-questions .accordion-body a {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-all !important;
        display: inline-block;
        max-width: 100%;
    }

    /* Asegurar alineación correcta en modal de detalle de cotización - SOLO MOBILE */
    #mdlQuotationInfo .modal-body .row {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0 20px;
        margin-bottom: 0.75rem;
        align-items: baseline;
    }

    #mdlQuotationInfo .modal-body .row > div {
        padding: 0 !important;
    }

    #mdlQuotationInfo .modal-body .row > div:first-child {
        text-align: left !important;
        grid-column: 1;
    }

    #mdlQuotationInfo .modal-body .row > div:last-child {
        text-align: right !important;
        grid-column: 2;
        white-space: nowrap;
    }

    #mdlQuotationInfo .modal-body .row > div:last-child span,
    #mdlQuotationInfo .modal-body .row > div:last-child strong {
        display: inline-block;
        text-align: right !important;
    }
}
