html {
    -ms-overflow-x: hidden;
    overflow-x: hidden
}

body {
    font-family:Jost;
    font-size:16px;
    color: #4a4a4a;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
}

body ::marker {
    content: none;
}

.menu-all-pages-container ul.menu li::marker {
    content: "➤";
    color: white;
    font-size: 10px;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}


@media only screen and (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.box-yt {
    padding: 25px;
}

@media (max-width: 768px) {
    .box-yt {
        padding: 5px;
    }
}

a {
    text-decoration: none !important;
}

.container {
    margin-top: 20px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

#top-bar {
    padding: 20px 0 20px 0;
}

#top-bar-wrap {
    background-color: #89694f;
}

#top-bar-inner {
    position: relative;
}

#top-bar-content, #top-bar-social-alt {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: white;
}

#top-bar-social.top-bar-right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}

#top-bar-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-bar-social li {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

#site-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 100;
}

#site-header-inner {
    position: relative;
    height: 100%;
}

.navbar-brand img {
    max-height: 60px;
    max-width: 100%;
    display: block;
}

.orange-text {
    border-block-end-color: rgb(188, 70, 23);
    border-block-start-color: rgb(188, 70, 23);
    border-inline-end-color: rgb(188, 70, 23);
    border-inline-start-color: rgb(188, 70, 23);
    box-sizing: border-box;
    caret-color: rgb(188, 70, 23);
    color: rgb(188, 70, 23);
    column-rule-color: rgb(188, 70, 23);
    overflow-wrap: break-word;
    scale: 1;
    text-align: center;
    text-decoration: none solid rgb(188, 70, 23);
    text-emphasis-color: rgb(188, 70, 23);
    text-size-adjust: 100%;
    border: 0px none rgb(188, 70, 23);
    font: 600 34px / 47.6px Roboto;
    outline: rgb(188, 70, 23) none 0px;
}

.brown-text {
    border-block-end-color: rgb(91, 62, 45);
    border-block-start-color: rgb(91, 62, 45);
    border-inline-end-color: rgb(91, 62, 45);
    border-inline-start-color: rgb(91, 62, 45);
    box-sizing: border-box;
    caret-color: rgb(91, 62, 45);
    color: rgb(91, 62, 45);
    column-rule-color: rgb(91, 62, 45);
    overflow-wrap: break-word;
    scale: 1;
    text-align: center;
    text-decoration: none solid rgb(91, 62, 45);
    text-emphasis-color: rgb(91, 62, 45);
    text-size-adjust: 100%;
    border: 0px none rgb(91, 62, 45);
    font: 600 34px / 47.6px Roboto;
    outline: rgb(91, 62, 45) none 0px;
}

.brown-text-color {
    color: #5b3e2d;
}

.default-text-color {
    color: #89694F;
}

.caption-text {
    line-height: 40px;
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #A37B4D;
}

.th-btn-new {
    font-size: 20px;
    font-weight: 600;
    font-variant: small-caps;
    color: #fff !important;
    text-shadow: 2px 2px 2px #000,
    1px 1px 2px #555;
    padding: 15px 25px;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    box-shadow: #000 2px 3px 12px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.th-btn-new:hover {
    color: #333 !important; /* cinza escuro no hover */
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5),
    0 0 8px rgba(255, 255, 255, 0.7); /* sombra alterada */
}

.fade-in {
    opacity: 0;                 /* começa invisível */
    transform: translateY(20px); /* começa levemente deslocada */
    animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0); /* volta para posição normal */
    }
}

hr:not([size]) {
    height: 1px;
}

.divider {
    border: none;
    margin: 20px 0;
    background-color: transparent;
}

.divider-big {
    border: none;
    margin: 20px 0;
    padding: 20px 0;
    background-color: transparent;
}

.gradient-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #ff5f1f, transparent);
    position: relative;
    z-index: 1;
}

.gradient-dot {
    width: 12px;
    height: 12px;
    background: linear-gradient(180deg, #f97316, #b91c1c);
    border-radius: 50%;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.item-icom-text {
    display: flex !important;
    align-items: flex-start !important; /* Usa flex-start para alinhar o ícone com o topo do texto, ideal para múltiplas linhas */
    gap: 12px !important;
    margin-bottom: 1rem; /* Adiciona um espaçamento consistente, substituindo o <hr> */
}

.item-icon {
    /* 1. Transforma a div em um círculo colorido */
    width: 24px;
    height: 24px;
    /*background-color: #E86A5A; /* Cor laranja/vermelha, similar à da imagem */
    border-radius: 50%;
    flex-shrink: 0; /* Impede que o ícone seja comprimido */

    /* 2. Centraliza a imagem (o check) dentro do círculo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-icon img {
    /* 3. Ajusta o tamanho da sua imagem SVG */
    width: 24px;
    height: 24px;

    /* 4. Mágica para transformar seu SVG (preto ou de outra cor) em BRANCO
    filter: brightness(0) invert(1); */
}

.item-text {
    font-size: 16px;
    line-height: 1.5;
    color: #5b3e2d;
    padding-top: 1px; /* Ajuste fino para alinhar perfeitamente com o ícone */
}

.item-icom-text + .divider {
    display: none;
}

.big-text-black {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
    word-spacing: 3px;
}

/* Bloco de "Oferta" Separar o CSS no futuro */
/* ***************************************** */
.categoria-maternidade {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF9BA;
    margin-bottom: 15px;
}

.card-maternidade {
    background-color: #a0522d;
    color: #fff;
    max-width: 400px;
    padding: 30px 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.card-maternidade-thin {
    background-color: #a0522d;
    color: #fff;
    max-width: 400px;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.sub-maternidade {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.descricao-maternidade {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

.beneficios-maternidade {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
}

.oferta-maternidade {
    background: linear-gradient(90deg, #fca311, #9e1f15);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.chamada-final-maternidade {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.botao-maternidade {
    display: inline-block;
    margin: 15px auto;
    font-size: 18px;
    text-shadow: 2px 2px 2px #000,
    1px 1px 2px #555;
    font-variant: small-caps;
    background-color: #00cc44;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 12px;
    box-shadow: 0 4px 0 #0a9440;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.botao-maternidade:hover {
    color: #000 !important; /* cinza escuro no hover */
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5),
    0 0 8px rgba(100,100,100,0.7); /* sombra alterada */
}

.preco-antigo-maternidade {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.preco-atual-maternidade {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0;
}

.parcelamento-maternidade {
    color: #fff;
    font-size: 14px;
}

.chamada-final-maternidade span {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #FFF9BA;
}

.beneficios-maternidade {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
}

.beneficios-maternidade li {
    margin: 8px 0;
}

/* ***************************************** */
.orange-gradient {
    background-color: transparent;
    background-image: linear-gradient(17deg, #EC7F2B 13%, #AE3510 100%);
    border-radius: 15px;
    color: white;
    /*min-height: 580px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

.red-gradient {
    background-color: transparent;
    background-image: linear-gradient(17deg, #960A06 13%, #A82E0E 100%);
    border-radius: 15px;
    color: white;
    /*min-height: 580px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* FAQ - Também é para separar no futuro */
/* ************************************* */

.faq-section {
    background: linear-gradient(90deg, #F48730 0%, #AA310F 100%);
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    margin-top: 10px;
    border-radius: 24px;
}

.dropdown-link>a:hover i, .text-white {
    color: var(--white-color) !important;
}

.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-body {
    background-color: #FFFFFF;
}

.accordion-button {
    background-color: #2c2c2c;
    color: white;
}
.accordion-button::after {
    filter: invert(1);
}

.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2c2c2c;
}


/* Cards estilo hoogli */
/* ******************* */

.card {
    position: relative;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-image {
    object-fit: cover;
    display: block;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgb(182, 63, 21), transparent);
}

.card-text {
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 0 20px;
    z-index: 2;
}

.card-text span { /* Quando o card tiver título */
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
}

.card-text p { /*Descrição*/
    margin: 8px 0 0;
    font-size: 0.9em;
    line-height: 1.4;
    color: white;
}