﻿
/*---MODAL INCLUSOS--- */
.modal-inclusos {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
}

.modal-inclusos.show {
    display: flex;
}

.modal-inclusos-content {
    background: #fff;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.modal-inclusos-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.modal-inclusos-body p {
    margin-bottom: 10px;
}

.link-seguro {
    cursor: pointer;
    font-size: 11px;
}

/*---MODAL SEGURO VIAGEM--- */
#modal-seguro-circuito {
    z-index: 10050 !important;
}

#modal-seguro-circuito .modal-wrap {
    z-index: 10051;
}

.modal-seguro-viagem-wrap {
    max-width: 510px;
    border-radius: 22px;
}

.modal-seguro-viagem-wrap .modal-header {
    padding-bottom: 6px;
}

.modal-seguro-viagem-body {
    padding-top: 6px;
    padding-bottom: 34px;
    text-align: center;
}

.modal-seguro-viagem-media {
    margin: 0 auto 24px;
}

.modal-seguro-viagem-icon-wrap {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #dff7f6 0%, #eefbfb 100%);
    box-shadow: 0 14px 28px rgba(54, 195, 198, 0.12), inset 0 0 0 1px rgba(54, 195, 198, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-seguro-viagem-icon {
    display: block;
    width: 84px;
    height: auto;
}

.modal-seguro-viagem-texto {
    max-width: 390px;
    margin: 0 auto 24px;
    text-align: left;
}

.modal-seguro-viagem-texto p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #333;
}

.modal-seguro-viagem-texto p:last-child {
    margin-bottom: 0;
}

.modal-seguro-viagem-destaque {
    padding: 12px 14px;
    border-left: 3px solid var(--cor_secundaria);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.025);
    font-weight: 600 !important;
    line-height: 1.5;
}

.modal-seguro-viagem-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.modal-seguro-viagem-body .btn-container {
    float: none;
    margin-top: 0;
}

.modal-seguro-viagem-body .btn {
    min-width: 180px;
}

@media screen and (max-width: 759px) {
    .modal-seguro-viagem-wrap {
        border-radius: 16px;
    }

    .modal-seguro-viagem-icon-wrap {
        width: 146px;
        height: 146px;
    }

    .modal-seguro-viagem-icon {
        width: 72px;
    }

    .modal-seguro-viagem-texto p {
        font-size: 16px;
    }

    .modal-seguro-viagem-actions {
        gap: 10px;
    }

    .modal-seguro-viagem-body .btn {
        min-width: 100%;
    }
}

/*---INTINERÁRIO--- */
.itinerary-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.it-day {
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #eeeeee;
}

.it-day__title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

.it-day__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.it-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.it-icon--pin path {
    fill: #e53935;
}
/* pin vermelho */
.it-icon--hotel path {
    fill: #6b7280;
}
/* hotel cinza */

.it-day__city {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #111;
}

.it-day__body {
    font-size: 14px;
    line-height: 1.55;
    color: #2b2b2b;
}

    .it-day__body p {
        margin: 0 0 10px 0;
    }

    .it-day__body strong {
        font-weight: 800;
    }

.it-day__hotel {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #e6e6e6;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: #374151;
}

.it-day__hotel-text {
    word-break: break-word;
}


#itineraryArea img {
    max-width: 520px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 50px;
}


.servico-det-form {
    background-color: #fff;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px #63636333;
    margin-bottom: 20px;
}


/*SPINS*/
.row-cotacao {
    display: flex;
    align-items: center;
    gap: 16px;
}

.number-spinner {
    margin-left: auto;
}

.acomodacao-preco {
    margin-left: 16px;
    white-space: nowrap;
}

/* ====== SPINNER ====== */

.carros-loading {
    position: fixed;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -55%); /* centra no meio da tela */
    z-index: 9999;
    display: flex;
    justify-content: center;
    pointer-events: none; /* não bloqueia cliques no fundo */
}

.carros-loading-box {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.carros-loading-spinner {
    width: 18px;
    height: 18px;
}

/* CELULAR: só ajusta tamanho se quiser */
@media (max-width: 768px) {
    .carros-loading-box {
        font-size: 13px;
        padding: 8px 14px;
        max-width: 90%;
        text-align: center;
    }
}

/* ====== FIM SPINNER ====== */

