/* Definir variables */
:root {
    --color-primary: #1f5d9e;
    --color-primary-light: #0085c7;
    --color-secondary: #fff;
    --color-tertiary: #000;
    --color-danger: #a81017;
}

/* Estilos generales */
body {
    font-family: 'Ubuntu', sans-serif;
}

.fs-7 {
    font-size: 11px;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.btn-danger {
    background-color: var(--color-danger) !important;
    color: var(--color-secondary) !important;
}

.bg-danger {
    background-color: var(--color-danger) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

/* Gradiente para o banner */
.bg-gradient-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
}

.bg-gradient-success-light {
    background: #5a8e9d !important;
}

.bg-gradient-menu {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
}


.bg-primary-light {
    background-color: var(--color-primary-light) !important;
}

.btn-primary {
    background-color: var(--color-primary) !important;
    color: var(--color-secondary) !important;
}



.btn-outline-primary {
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.btn-primary:hover {
    background-color: #0d15a0 !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(20, 31, 175, 0.3);
}

.btn-outline-primary:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-secondary) !important;
}

.bg-linha {
    background-image: url('../images/3462271_62766.png');

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.bg-menu {
    background: #121DAF;
    background: linear-gradient(90deg, rgba(18, 29, 175, 1) 0%, rgba(251, 7, 7, 1) 100%);
}

.bg-menu a {
    color: var(--color-secondary);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--color-primary) !important;
    color: var(--color-secondary) !important;
}

.nav-link {
    color: var(--color-primary);

}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ddd;
}

.preco-pacote {
    text-align: center;
    margin-bottom: 1rem;
}

.preco-pacote .preco-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.preco-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
}

.preco-moeda {
    font-size: 1.5rem;
    font-weight: 700;
    bottom: 2.5em;
}

.preco-valor {
    font-size: 5rem;
    font-weight: 700;
    line-height: 0.9;
}

.preco-centavos-mes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0.2em;
}

.preco-centavos {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.preco-mes {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 0;
}

.bg-azul-escuro {
    background: #0451a3;
}

.secao-beneficios h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
}

.beneficio-icone {
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #0451a3;
    min-width: 80px;
    margin-top: 0.2rem;
}

.beneficio-titulo {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

.beneficio-texto {
    color: #cbe3fa;
    font-size: 1.1rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .beneficio-titulo {
        font-size: 1.3rem;
    }

    .beneficio-icone {
        width: 56px;
        height: 56px;
        font-size: 1.7rem;
        min-width: 56px;
    }
}

.secao-novidades {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.titulo-novidades {
    color: #0451a3;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

.card-novidade {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(4, 81, 163, 0.10);
    overflow: hidden;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-novidade:hover {
    box-shadow: 0 8px 24px rgba(4, 81, 163, 0.18);
}

.img-novidade {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.titulo-card-novidade {
    color: #0451a3;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .img-novidade {
        height: 160px;
    }

    .titulo-novidades {
        font-size: 1.5rem;
    }

    .titulo-card-novidade {
        font-size: 1rem;
    }
}

.secao-central-assinante {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.titulo-central-assinante {
    color: #0451a3;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.1;
}

.subtitulo-central-assinante {
    color: #666;
    font-size: 1.4rem;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.btn-central-assinante {
    background: #0451a3;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.7rem 2.5rem;
    box-shadow: 0 4px 12px rgba(4, 81, 163, 0.10);
    border: none;
    transition: 0.2s;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    display: inline-block;
}

.btn-central-assinante:hover {
    background: #023a7a;
    color: #fff;
}

.btn-central-opcao {
    background: #fff;
    border: 2px solid #0451a3;
    color: #0451a3;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2rem;
    padding: 1.1rem 1.5rem;
    text-align: left;
    transition: 0.2s;
    box-shadow: none;
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-central-opcao:last-child {
    margin-bottom: 0;
}

.btn-central-opcao:hover {
    background: #f2f8ff;
    color: #023a7a;
    border-color: #023a7a;
}

.icone-opcao {
    font-size: 2rem;
    min-width: 2rem;
    text-align: center;
}

.texto-opcao {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

@media (max-width: 991px) {
    .titulo-central-assinante {
        font-size: 1.3rem;
    }

    .subtitulo-central-assinante {
        font-size: 1rem;
    }

    .btn-central-opcao {
        font-size: 1rem;
        padding: 0.7rem 1rem;
    }

    .icone-opcao {
        font-size: 1.2rem;
        min-width: 1.2rem;
    }

    .texto-opcao {
        font-size: 1rem;
    }
}

.secao-depoimentos {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.titulo-depoimentos {
    color: #0451a3;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

.subtitulo-depoimentos {
    color: #666;
    font-size: 2rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.card-depoimento {
    background: #e5e5e5;
    border-radius: 24px;
    padding: 2rem 2rem 1.5rem 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.foto-depoimento {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.nome-depoimento {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 0.5rem;
}

.card-depoimento hr {
    margin: 1rem 0 1.2rem 0;
    border-top: 1.5px solid #bbb;
}

.texto-depoimento {
    font-size: 1.4rem;
    color: #222;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-google-avaliacoes {
    background: #0451a3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.7rem 2.5rem;
    box-shadow: 0 4px 12px rgba(4, 81, 163, 0.15);
    border: none;
    transition: 0.2s;
    margin-top: 1.5rem;
    display: inline-block;
}

.btn-google-avaliacoes:hover {
    background: #023a7a;
    color: #fff;
}

@media (max-width: 991px) {
    .titulo-depoimentos {
        font-size: 1.5rem;
    }

    .subtitulo-depoimentos {
        font-size: 1rem;
    }

    .card-depoimento {
        min-height: 180px;
        padding: 1rem 0.5rem;
    }

    .nome-depoimento {
        font-size: 1rem;
    }

    .texto-depoimento {
        font-size: 1rem;
    }
}

.secao-custo-beneficio {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.img-mulher-circulo {
    position: relative;
    z-index: 2;
    max-width: 470px;
    width: 100%;
    height: auto;
}

.titulo-custo-beneficio {
    color: #0451a3;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.1;
}

.texto-custo-beneficio {
    color: #666;
    font-size: 1.6rem;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.btn-custo-beneficio {
    background: #0451a3;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.7rem 2.5rem;
    box-shadow: 0 4px 12px rgba(4, 81, 163, 0.10);
    border: none;
    transition: 0.2s;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    display: inline-block;
}

.btn-custo-beneficio:hover {
    background: #023a7a;
    color: #fff;
    box-shadow: 0 8px 24px rgba(4, 81, 163, 0.18);
}

@media (max-width: 991px) {
    .circle-bg {
        width: 220px;
        height: 220px;
    }

    .img-mulher-circulo {
        max-width: 180px;
    }

    .titulo-custo-beneficio {
        font-size: 1.5rem;
    }

    .texto-custo-beneficio {
        font-size: 1rem;
    }
}


.titulo-trabalhe-conosco {
    color: #0451a3;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.1;
}

.subtitulo-trabalhe-conosco {
    color: #666;
    font-size: 1.4rem;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.btn-trabalhe-conosco {
    background: #0451a3;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.7rem 2.5rem;
    box-shadow: 0 4px 12px rgba(4, 81, 163, 0.10);
    border: none;
    transition: 0.2s;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    display: inline-block;
}

.btn-trabalhe-conosco:hover {
    background: #023a7a;
    color: #fff;
}

.img-trabalhe-conosco {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .titulo-trabalhe-conosco {
        font-size: 1.5rem;
    }

    .subtitulo-trabalhe-conosco {
        font-size: 1rem;
    }

    .img-trabalhe-conosco {
        max-width: 200px;
    }
}

.footer-ism {
    background: #0451a3;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.footer-logo {
    max-width: 180px;
    width: 100%;
}

.footer-desc {
    font-size: 1rem;
    color: #cbe3fa !important;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-menu a {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.footer-menu a:hover {
    color: #ffd700;
}

.footer-contato {
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-social a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #ffd700;
}

.footer-divisor {
    border-top: 1px solid #cbe3fa;
    opacity: 0.3;
}

@media (max-width: 991px) {
    .footer-menu {
        align-items: center;
    }

    .footer-logo {
        max-width: 120px;
    }
}


/* Estilização geral */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0451a3 0%, #0482c6 100%);
}

/* Hover effects */
.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Preço */
.preco-pacote {
    text-align: center;
    margin-bottom: 15px;
}

.preco-label {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 5px;
}


.preco-moeda {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0451a3;
}

.preco-valor {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #0451a3;
}

.preco-centavos-mes {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 2px;
}

.preco-centavos {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0451a3;
}

.preco-mes {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Botões */
.btn-primary {
    background-color: #0451a3;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #033a7a;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(4, 81, 163, 0.3);
}

.nav-pills .nav-link {
    color: #6c757d;
}

.nav-pills .nav-link.active {
    background-color: #0451a3;
    color: #fff;
}

/* Swiper customização */
.swiper-button-next,
.swiper-button-prev {
    color: #0451a3;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #0451a3;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsividade */
@media (max-width: 992px) {

    .display-5,
    .display-6 {
        font-size: calc(1.2rem + 1.5vw);
    }

    .display-2 {
        font-size: calc(2rem + 2vw);
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Seção Telefone Fixo */
.secao-fixo {
    background: linear-gradient(135deg, #003a8c 0%, #0451a3 100%);
    padding: 3rem 0;
    overflow: hidden;
    position: relative;
}

.secao-fixo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-linhas.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.secao-fixo h2 {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.secao-fixo p {
    font-size: 1.1rem;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.secao-fixo .btn {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.secao-fixo .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .secao-fixo h2 {
        font-size: 1.8rem;
    }
    
    .secao-fixo p {
        font-size: 1rem;
        max-width: 100%;
    }
    
    .secao-fixo img {
        max-width: 80%;
        margin: 2rem auto 0;
    }
}

/* Seção Benefícios - Versão Moderna */
.secao-beneficios {
    background: linear-gradient(135deg, #003a8c 0%, #0451a3 100%);
    padding: 5rem 0;
}

.secao-beneficios h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.secao-beneficios .card {
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
}

.secao-beneficios .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.secao-beneficios .beneficio-icone {
     color: white;
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 1.8rem;
}

.secao-beneficios .beneficio-titulo {
    color: #0451a3;
    font-size: 1.3rem;
}

.secao-beneficios .beneficio-texto {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.secao-beneficios .btn {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.secao-beneficios .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .secao-beneficios {
        padding: 3rem 0;
    }
    
    .secao-beneficios h2 {
        font-size: 1.8rem;
    }
    
    .secao-beneficios .beneficio-icone {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.5rem;
    }
    
    .secao-beneficios .beneficio-titulo {
        font-size: 1.1rem;
    }
    
    .secao-beneficios .beneficio-texto {
        font-size: 0.9rem;
    }
}