﻿/* Add here all your CSS customizations */

#header .header-logo img  {
    width: 150px !important;
    height: auto !important;
}


.botao-desconto {
    background-color: #f7d732 !important; /* Amarelo vibrante (Tailwind yellow-400) */
    color: #1f2937 !important; /* Cinza escuro para contraste (Tailwind gray-800) */
    border: none;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation: pulse 2s infinite !important;
}

.btn-efetuar-consulta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    color: #2388ED;
    border: 2px solid #2388ED;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 10px 14px;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    transition: all 0.2s ease;
}

    .btn-efetuar-consulta:hover {
        background-color: #2388ED;
        color: white;
    }

        .btn-efetuar-consulta:hover .desconto-texto {
            color: white;
        }

.emoji-consulta {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-consulta {
    line-height: 1.2;
    text-align: left;
}

.desconto-texto {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    color: #2388ED;
}

.btn-efetuar-consulta.pulsante {
    animation: pulse-azul 2s infinite;
}

.btn.pulsante {
    animation: pulse-azul 2s infinite;
}


@keyframes pulse-azul {
    0% {
        box-shadow: 0 0 0 0 rgba(35, 136, 237, 0.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(35, 136, 237, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(35, 136, 237, 0);
    }
}


.especialidade-destaque {
    color: #4b5563; /* gray-700 */
    font-size: 0.85rem;
    font-weight: 500;
    min-height: 51px; /* ou ajusta conforme o necessário */
    display: block;
    text-transform: capitalize;
}


.canal-servico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .canal-servico:hover img {
        transform: scale(1.1);
    }

    .canal-servico img {
        width: 36px;
        height: 36px;
        margin-bottom: 4px;
        transition: transform 0.2s ease-in-out;
    }

.preco {
    font-weight: bold;
    font-size: 0.9rem;
    color: #2388ED;
}

.preco-riscado {
    font-size: 0.7rem;
    color: #888;
    text-decoration: line-through;
}



/* Alinha o emoji relógio e aumenta o tamanho */
.emoji-relógio {
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 1rem;
}

/* Cursor pointer e padding confortável nas opções de login/registo */
.login-option {
    cursor: pointer;
    padding: 12px 0;
    user-select: none;
    transition: background-color 0.2s ease;
    border-radius: 6px;
}

    .login-option:hover {
        background-color: #e6f0ff; /* Azul claro suave */
    }

/* Ícones de login e registo */
.icon-login {
    font-size: 40px !important;
}

/* Ajuste no botão Facebook */
.loginBtn--facebook {
    padding: 12px 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loginBtn--facebook span {
        display: inline-block;
    }

/* Link de apoio telefónico */
.text-muted a {
    font-weight: 600;
}

    .text-muted a:hover {
        text-decoration: underline;
        color: #2388ED;
    }




@media (max-width: 576px) {
    /* Ajusta o padding interno do modal para telas pequenas */
    .modal-content {
        padding: 1rem !important;
    }

    /* Ajusta o tamanho do título */
    .modal-title {
        font-size: 1.25rem !important;
    }

    /* Ajusta o tamanho do texto principal */
    .modal-body p.fw-semibold.text-primary {
        font-size: 1rem !important;
    }

    /* Espaçamento entre os botões login/registo */
    .modal-body .row > div {
        padding: 0.5rem 0 !important;
    }

    /* Ícones dos botões login e registo um pouco menores para mobile */
    .modal-body .material-icons {
        font-size: 32px !important;
    }

    /* Texto menor para subtítulos nos botões */
    .modal-body small.text-muted {
        font-size: 0.8rem !important;
    }

    /* Botão Facebook com tamanho de fonte ajustado */
    .loginBtn.loginBtn--facebook {
        font-size: 1rem !important;
        padding: 0.5rem !important;
    }

    /* Linha de apoio - fonte menor */
    .modal-body .text-muted {
        font-size: 0.75rem !important;
    }
}

.feature-list li {
    margin-bottom: 0.5rem;
    list-style: none;
    position: relative;
    padding-left: 1.4rem;
}

    .feature-list li::before {
        content: "✅";
        position: absolute;
        left: 0;
        color: #10b981;
    }


.btn-call-to-action {
    font-size: 1rem;
    padding: 10px 16px;
    line-height: 1.2;
    white-space: normal;
    text-align: center !important;
    width: 100%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center; 
}


@media (max-width: 576px) {
    .card-body {
        padding: 1.25rem !important;
    }

    .feature-list {
        padding-left: 0;
        margin-bottom: 1.5rem;
    }

        .feature-list li {
            margin-bottom: 0.75rem;
        }

    .info-legal {
        font-size: 0.85rem;
        line-height: 1.4;
        padding-bottom: 3rem; /* espaço extra pro chat flutuante */
    }
}






.sticky-cta-wrap {
    position: fixed;
    inset: auto 16px 16px auto; /* bottom-right por defeito */
    z-index: 1001;
    display: none; /* JS controla */
    bottom: 130px;

    /* ajudam o iOS a manter o elemento colado ao viewport */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}


.sticky-cta-card {
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 14px 32px rgba(13,110,253,.35);
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 420px;
}

.sticky-cta-icon {
    font-size: 22px;
    line-height: 1;
}

.sticky-cta-title {
    font-weight: normal;
    margin: 0;
    font-size: 15px;
}

.sticky-cta-sub {
    margin: 0;
    opacity: .95;
    font-size: 13px;
    font-weight: bold;
}

.sticky-cta-actions {
    display: flex; 
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sticky-cta-btn {
    background: #0D6EFD;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.sticky-cta-link {
    color: #0D6EFD;
    opacity: .9;
    text-decoration: underline;
    font-size: 12px;
}

.sticky-cta-close {
    color: #fff;
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    margin-left: 6px;
}

/* Mobile: pill centrada e full-width segura */
@media (max-width: 575.98px) {
    .sticky-cta-wrap {
        left: 12px;
        right: 12px;
        bottom: calc(16px + env(safe-area-inset-bottom));
    }

    .sticky-cta-card {
        width: 100%;
        padding: 12px 14px; 
    }

    .sticky-cta-sub {
        display: none;
    } 
}

/* Evita sobrepor chat widgets/flutuantes (ajusta se necessário) */
.sticky-cta-safe-right {
    right: 96px;
}
/* usa esta classe se tiveres bolha de chat no canto */


.rounded {
    border-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}




.new-consultor {
    top: 5px;
    right: 15px;
    background-color: #2388ED;
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    float: right !important;
    position: absolute !important;
}


.exclusive {
    top: 5px; 
    right: 15px; 
    background-color: darkorange;  
    color: white;
    padding: 5px; 
    font-weight: bold;
    font-size: 0.9rem; 
    float: right !important;
    position: absolute !important;
}