.topo-marquee {
    width: 100%;
    overflow: hidden;
    background-color: #ffe7c9;
    color: white;
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: flex;
    width: 100%;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-content {
    display: inline-block;
    padding-right: 100%;
    color: #48433c;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

#escopo-madam {

  
body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #333;
        }

        /* Tipografia e Cores Base */
        .text-brand-brown { color: #8c5332; }
        .bg-brand-brown { background-color: #8c5332; color: white; }
        .bg-brand-brown:hover { background-color: #704228; color: white; }
        
        .product-title {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.2;
        }

        /* Galeria de Imagens */
        .main-image-bg {
            /*background-color: #efebe0;*/
            border-radius: 8px;
            /*padding: 2rem;*/
            position: relative;
            text-align: center;
        }
        .main-image-bg img {
            max-width: 100%;
            height: auto;
        }
        .badge-voted {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 100px;
        }
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(140, 83, 50, 0.7);
            color: white;
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .nav-arrow.left { left: 10px; }
        .nav-arrow.right { right: 10px; }
        
        .thumbnails img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
        }
        .thumbnails img.active {
            border: 2px solid #8c5332;
        }

        /* Opções de Cor (Swatches) */
        .color-swatch {
            width: 45px;
            height: 25px;
            border-radius: 15px;
            display: inline-block;
            border: 1px solid #ccc;
            cursor: pointer;
            margin-bottom: 5px;
        }
        .color-item {
            text-align: center;
            font-size: 0.75rem;
            width: 60px;
        }
        .color-item.active .color-swatch {
            border: 2px solid #333;
        }

        /* Seção de Bundles (Kits) */
        .bundle-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            position: relative;
            cursor: pointer;
            transition: all 0.2s;
        }
        .bundle-card.selected {
            border-color: #8c5332;
            background-color: #fcf7f2;
        }
        .save-badge {
            position: absolute;
            top: -12px;
            right: 15px;
            background-color: #34a853;
            color: white;
            font-size: 0.75rem;
            font-weight: bold;
            padding: 2px 8px;
            border-radius: 4px;
        }
        .old-price {
            text-decoration: line-through;
            color: #999;
            font-size: 0.85rem;
        }
        .current-price {
            font-weight: bold;
            font-size: 1.1rem;
        }

        /* Checkbox Automático */
        .autoship-box {
            border: 1px dashed #ccc;
            border-radius: 8px;
            padding: 15px;
            background-color: #fafafa;
        }

        /* Botão Adicionar ao Carrinho */
        .btn-add-cart {
            background-color: #222;
            color: white;
            font-size: 1.1rem;
            font-weight: 700;
            padding: 15px;
            border-radius: 28px;
        }
        .btn-add-cart:hover {
            background-color: #000;
            color: white;
        }

        .check-list i {
            color: #333;
            margin-right: 8px;
        }

        .img-logo{
            height: 45px;
            width: auto;
        }

.form-check-input:checked {
    background-color: #66391e;
    border-color: #66391e;
}



.img-svg{
    margin-left: 10px;
}

.img-mulher{
    width: 100%;
    height: auto;
}

.topo-0{
    background-color: #ffe7c9;
    padding: 40px 0;
}

.titulo-topo-0{
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    margin: 0;
    color: #121212;
    font-family: "DM Sans", sans-serif;
}

.subtitulo-topo-0{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0 0;
    letter-spacing: -0.01em;
    color: #000;
    max-width: 800px;
    margin: 10px auto;
}

.fundo-icone{
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center;
}

.img-icone{
    width: 65px;
    height: auto;
}

.titulo-icone{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -.02em;
    margin: 0 0 8px;
}

.texto-icone{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.botao{
    background: #121212;
    color: #FFFFFF;
    height: auto;
    min-height: inherit;
    transition: .4s all;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    padding: 17px 30px !important;
    width: 100%;
    max-width: 500px;
    border: 1.5px solid #000000;
    gap: 10px;
    box-sizing: border-box;
}

.texto-botao{
    padding: 3px 8px;
    border: 1px dashed #8A4C2D;
    border-radius: 4px;
    background: #fdf2e8;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #8a4c2d;
    margin: 15px auto;
    max-width: 300px;
}

.topo-1{
    padding: 40px 0;
    background-color: #fff;
}

/* Estilização das tags (Badges) */
        .custom-badge {
            background-color: #e2f2e6; /* Verde clarinho */
            color: #111;
            font-weight: 500;
            font-size: 0.85rem;
            padding: 0.4em 0.8em;
            border-radius: 4px;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }

        .topo-2{
            padding: 40px 0;
            background-color: #fcf7f2;
            background-image: url(../imagens/fundo.webp);
            background-size: cover;
        }

        .titulo-etapa{
            margin: 0 0 4px;
            font-weight: 700;
            font-size: 22px;
            line-height: 140%;
            letter-spacing: -.02em;
            text-transform: uppercase;
            color: #8a4c2d;
        }

        .topo-3{
            background-color: #f5f5f5;
            padding: 40px 0;
        }

        /* Estilo da imagem circular sobreposta */
        .ingredient-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            z-index: 2; /* Mantém a imagem acima do card */
            background-color: transparent;
        }

        /* Customização dos cards */
        .custom-card {
            border-radius: 10px;
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            z-index: 1;
        }

        /* Estilo da lista (ícones e texto) */
        .benefit-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.6rem;
            font-size: 0.95rem;
            color: #1a1a1a;
        }

        /* Ícone SVG idêntico ao da foto */
        .check-icon {
            margin-right: 8px;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

    .topo-4{
        background-color: #fffaf3;
        padding: 40px 0;
    }

    /* Container da imagem de Antes/Depois */
        .before-after-container {
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
            min-height: 450px;
        }

        .image-half {
            width: 50%;
            position: relative;
        }

        .image-half img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .image-label {
            position: absolute;
            top: 15px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #333;
            letter-spacing: 0.5px;
        }

        /* Estilização dos Cards */
        .stat-card {
            background-color: #ffffff;
            border: 1px solid #e2d7d0;
            border-radius: 8px;
            padding: 1.25rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.02);
            display: flex;
            align-items: center;
        }

        /* Gráfico Circular (Donut) */
        .progress-circle {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            flex-shrink: 0;
        }

        .progress-circle::before {
            content: "";
            position: absolute;
            inset: 8px; /* Espessura do anel */
            background-color: #fff;
            border-radius: 50%;
            z-index: 1;
        }

        .progress-circle span {
            position: relative;
            z-index: 2;
            font-weight: 500;
            color: #72594b;
            font-size: 1.8rem;
        }

        /* Cores das porcentagens e gráficos */
        .circle-97 { background: conic-gradient(#cfbeb4 0% 97%, #f0e9e4 97% 100%); }
        .circle-88 { background: conic-gradient(#cfbeb4 0% 88%, #f0e9e4 88% 100%); }
        .circle-85 { background: conic-gradient(#cfbeb4 0% 85%, #f0e9e4 85% 100%); }

        /* Textos */
        .text-brown-light {
            color: #635045;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .text-brown-dark {
            color: #72594b;
            font-weight: 700;
        }

        .img-efeito{
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        /* Container Principal */
        .comparison-wrapper {
            max-width: 900px;
            margin: 80px auto 50px auto; /* Margem superior grande para caber as imagens flutuantes */
            position: relative;
        }

        /* Imagens Flutuantes (Os produtos no topo) */
        .floating-img {
            position: absolute;
            top: -70px;
            left: 50%;
            transform: translateX(-50%);
            height: 110px;
            z-index: 10;
            object-fit: contain;
        }

        /* Cores Lado Esquerdo (Covebalm) */
        .bg-cove-dark { background-color: #f7e6d5; }
        .bg-cove-light { background-color: #fcf4ec; }
        .border-cove { border-color: #e6d4c3 !important; }

        /* Cores Lado Direito (Foundation) */
        .bg-found-dark { background-color: #e9e9e9; }
        .bg-found-light { background-color: #f4f4f4; }
        .border-found { border-color: #d6d6d6 !important; }

        /* Estilo das Células */
        .header-cell {
            padding: 40px 15px 15px 15px; /* Espaço em cima para a imagem */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100%;
        }
        
        .feature-cell {
            padding: 18px 25px;
            display: flex;
            align-items: center;
            height: 100%;
        }

        /* Tipografia e Ícones */
        .feature-text {
            font-size: 1rem;
            color: #1a1a1a;
            line-height: 1.3;
        }
        .foundation-title {
            font-size: 1.25rem;
            color: #1a1a1a;
            margin: 0;
            font-weight: 400;
        }
        .brand-logo {
            max-height: 45px;
            object-fit: contain;
        }

        .icon-check { color: #3ab55b; font-size: 1.4rem; }
        .icon-x { color: #8e1414; font-size: 1.4rem; }

        .accordion-item {
            border: none !important;
            border-bottom: 1px solid #eee !important;
            background-color: transparent !important;
        }    

        .accordion-button:not(.collapsed) {
            color: #8a4c2d !important;
            background-color: #fffaf3 !important;
        }
        
        .star-color {
            color: #ffc107; /* Amarelo das estrelas */
            font-size: 1.1rem;
        }

        /* --- Estilos do Cabeçalho (Resumo das Avaliações) --- */
        .rating-number {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1;
        }

        .progress {
            height: 8px;
            background-color: #e9ecef;
            border-radius: 4px;
            margin-bottom: 0;
            flex-grow: 1;
            margin: 0 10px;
        }
        
        .progress-bar {
            background-color: #ffc107;
            border-radius: 4px;
        }

        .bar-row {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
            font-size: 0.85rem;
            color: #666;
        }

        .write-review-btn {
            background-color: #000;
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 4px;
            font-weight: 500;
            transition: all 0.2s;
        }

        .write-review-btn:hover {
            background-color: #333;
            color: #fff;
        }

        /* --- Estilos do Grid de Comentários (Masonry) --- */
        .reviews-masonry {
            /* Cria o layout de colunas estilo Pinterest */
            column-count: 4;
            column-gap: 1.5rem;
            margin-top: 2rem;
        }

        /* Responsividade das colunas */
        @media (max-width: 768px) {
            .reviews-masonry { column-count: 2; }
        }

        .review-card {
            background: #fff;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            padding: 1rem;
            margin-bottom: 1.5rem;
            /* Evita que o card seja quebrado pela metade na coluna */
            break-inside: avoid; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.02);
        }

        .review-card img {
            width: calc(100% + 2rem); /* Faz a imagem ocupar o card todo, ignorando o padding */
            margin: -1rem -1rem 1rem -1rem;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            object-fit: cover;
            max-height: 250px;
        }

        .reviewer-name {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.2rem;
        }

        .review-text {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.5;
            margin-top: 0.5rem;
            margin-bottom: 0;
        }

        .rodape{
  background-color: #333;
  padding: 40px 0 20px 0;
}

.texto-rodape{
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.texto-rodape a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-right: 5px;
}  

.texto-rodape a:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}  

.img-card{
  height: 45px;
  width: auto;
  max-width: 100%;
  margin: 15px auto;
}

@media screen and (max-width: 600px) {

    .feature-cell { padding: 12px 10px; }
            .feature-text { font-size: 0.85rem; }
            .floating-img { height: 80px; top: -50px; }
            .header-cell { padding: 35px 10px 15px 10px; }
            .foundation-title { font-size: 1.1rem; }
            .icon-check, .icon-x { font-size: 1.2rem; }
            .brand-logo { max-height: 35px; }

    .mobile-scroll {
                flex-wrap: nowrap !important; /* Impede a quebra de linha */
                overflow-x: auto; /* Adiciona scroll horizontal */
                -webkit-overflow-scrolling: touch; /* Scroll suave no iOS */
                padding-bottom: 1rem;
                /* Ocultar barra de rolagem mas manter o scroll ativo */
                scrollbar-width: none; 
            }
            .mobile-scroll::-webkit-scrollbar {
                display: none;
            }
            .mobile-scroll > .col {
                flex: 0 0 85%; /* No mobile, cada card ocupa 85% da tela */
                max-width: 85%;
            }

    .titulo-etapa{
        font-size: 20px;
    }

    .mobile-scroll-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Oculta a barra no Firefox */
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }
            
    /* Oculta a barra de rolagem no Chrome/Safari */
    .mobile-scroll-row::-webkit-scrollbar {
        display: none; 
    }

    .mobile-scroll-col {
        flex: 0 0 85%; /* Define a largura do card no mobile (deixa um pedaço do próximo visível) */
        scroll-snap-align: center;
    }

    /* Adiciona um espaço no início e no fim para centralizar o primeiro e o último card */
    .mobile-scroll-row::before,
    .mobile-scroll-row::after {
        content: '';
        flex: 0 0 2.5%; 
    }
    

    .texto-icone{
        font-size: 15px;
    }    

    .titulo-icone{
        font-size: 18px;
    }

    .subtitulo-topo-0{
        font-size: 18px;
        line-height: 140%;
    }

    .titulo-topo-0{
        font-size: 26px;
        line-height: 124%;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
    }        

} 

}

#escopo-sugar {

  body{
	font-family: "Inter", sans-serif;
	background-color: #fff;
}

.navbar-custom {
	background:#fff;
}

.navbar-custom .nav-link {
	color:#000 !important;
}

#slide_pt2{
  .owl-prev, .owl-next{
    display: none;
  }
}

.img-logo{
  margin-left: -240px;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: color: #000 !important;

}

.navbar-custom .nav-link:hover {
	opacity:.7;
}

.navbar-custom .nav-link.active {
	color:#fff !important;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #e8bd1d;
} /* azul Bootstrap */

.navbar-brand img {
	height:32px;
}

.btn-icon {
	color:#000;
}

.btn-icon:hover {
	opacity:.7;
}

.topo-0{
	padding: 30px 0;
	position: relative;
}

#slide_pt .owl-prev, .owl-next{
  display: none;
}


.indicador{
	border-radius: 15px;
}

.container-topo-0{
	width: 75%;
	display: flex;
	gap: 5px;
	align-items: center;
	align-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f7f7f6;
	margin-bottom: 10px;
}

.titulo-topo-0{
	color: #ceae65;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
}

.img-pessoa{
	height: 30px;
	width: auto;
}

.textp-pessoa{
	color: #121212;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	padding-top: 13px;
}

.textp-pessoa .fa-certificate{
	color: #e8bd1d;
}

.container-topo-00{
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	padding: 15px 10px;
}

.texto-circule{
	text-transform: uppercase;
	color: #785f01;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

.texto-topo-0{
	color: #292923;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}

.texto-topo-00{
	color: #292923;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}

.texto-topo-00 .fa-circle-check{
	color: #785f01;
	font-size: 18px;
}

.linha-topo-0{
	border-bottom: 1px solid rgba(0, 0, 15, 0.4);
}

.urgency-section{
    padding: 24px 0;
}

/* Título com linhas laterais */
.urgency-title{
    color: #785f01;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 14px;
}

.urgency-title::before,
.urgency-title::after{
    content: "";
    display: block;
    height: 1px;
    width: min(18vw, 160px);
    background: rgba(0,0,0,.25);
}

/* Badge do cronômetro */
.timer-badge{
    display: block;
    margin: 0 auto 10px auto;
    background: #c4161c;
    color: #fff;
    font-weight: 800;
    letter-spacing: .5px;
    border-radius: 999px;
    padding: 8px 18px;
    min-width: 130px;
    max-width: 180px;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0,0,0,.2) inset;
}

/* Subtítulo */
.urgency-sub{
    color: #6c757d;
    margin-top: 10px;
    font-size: .975rem;
    text-align: center;
}

.aqui{
    position: sticky;
}

.options-wrap{
  max-width: 540px;
  margin-inline:auto;
}

.opt-card{
    border:1px solid #000;
    border-radius:18px;
    padding:18px;
    position:relative;
    transition:.2s ease;
    background:#fff;
}

.opt-card:hover{
  	box-shadow:0 6px 24px rgba(0,0,0,.06);
}

.opt-card.active{
    outline:2px solid #785f01;
    box-shadow:0 8px 28px rgba(10,46,161,.14);
}

.opt-head{
  	display:flex;
  	gap:12px;
  	align-items:flex-start;
}

.opt-title{
  	font-weight:600;
  	color:#000000;
}

.opt-sub{
  	color:#6b7280;
  	font-size:.93rem;
}

.opt-price{
    margin-left:auto;
    text-align:right;
    white-space:nowrap;
}

.opt-now{
  	font-weight:800;
  	font-size:1.25rem;
  	color:#000000;
}

.opt-was{
  	font-size:.9rem;
    color:#9aa0a6;
    text-decoration:line-through;
}

.save-badge{
    display:inline-block;
    background:#0b0b0b;
    color:#fff;
    font-weight:800;
    border-radius:999px;
    padding:6px 10px;
    font-size:.78rem;
    letter-spacing:.3px;
}

  /* Selo Free Shipping “flutuante” */
.floating-badge{
    position:absolute;
    top:-12px;
    right:22px;
    background:#000000;
    color:#fff;
    padding:6px 12px;
    border-radius:999px;
    font-weight:700;
    font-size:.78rem;
    box-shadow:0 4px 12px rgba(11,42,138,.25);
}

  /* Lista de benefícios FREE */
.free-wrap{
    background:#faf4dc;
    border-radius:14px;
    padding:16px;
}

.free-list{
  	list-style:none;
  	padding:0;
  	margin:0;
}

.free-list li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 0;
    border-bottom:1px solid rgba(0,0,0,0.6);
}

.free-list li:last-child{
  border-bottom:none;
}

.dot{
    width:14px;
    height:14px;
    border-radius:999px;
    background:#e8bd1d;
    flex:0 0 14px;
    box-shadow:0 0 0 4px rgba(232,189,29,.18);
}

.free-strong{
  	font-weight:900;
  	color:#111;
}

  /* Barras azuis de bônus linha única */
.bonus-bar{
    background:#7a6001;
    color:#fff;
    border-radius:10px;
    padding:10px 12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.bonus-pill{
    background:#fff;
    color:#1a45c2;
    font-weight:800;
    border-radius:999px;
    padding:6px 10px;
    font-size:.8rem;
}

.bonus-old{
  	opacity:.8;
  	text-decoration:line-through;
}

  /* Subscribe box */
.sub-card{
    border:1px dashed rgba(0, 0, 0, 0.6);
    border-radius:18px;
    padding:16px 18px;
    background-color: #f2f2f2;
}

.sub-note{
  	color:#6b7280;
  	font-size:.92rem;
  	margin-left:36px;
  	margin-top:4px;
}

.btn-cta{
    background:#785f01;
    color:#fff;
    font-weight:900;
    letter-spacing:.5px;
    border-radius:12px;
    padding:16px 20px;
    font-size:1rem;
}

  /* Tornar toda a carta clicável sem quebrar acessibilidade */
.stretched{
  	position:absolute;
  	inset:0;
  	border-radius:inherit;
}

.container-topo-000{
  display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.texto-topo-000{
  	color: rgba(0, 0, 0, 0.5);
  	font-size: 15px;
  	font-weight: 400;
}

.texto-topo-000 i{
  	font-size: 18px;
}

.fundo-faq{
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
}

.fundo-faq{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 1.25rem;
      font-weight: 600 !important;
      color: #000 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 14px !important;
      line-height: 1.2em !important;
      letter-spacing: -0.3px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #6f7ab1 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #6f7ab1;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: #fff;
      border: 1px solid #000;
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #ceae65;
  }

  .resposta b{
      color: #ceae65;
  }
}


.img-max{
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.topo-1{
  padding: 40px 0;
}

.fundo-topo-1{
    background-color: #f7f7f6;
    padding: 30px 15px;
    border-radius: 15px;
}

.fundo-topo-2{
    background-color: #F7F7F6;
    padding: 30px 15px 30px 35px;
    border-radius: 15px;
}

.img-estrela-topo-1{
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.subtitulo-topo-1{
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
}

.titulo-topo-1{
  font-size: 45px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}  

.fundo-depo{
  background-color: #f9f3dc;
  border-radius: 15px;
  padding: 15px;
}

.img-depo{
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}

.borda-depo{
  border: 1px solid #000;
  border-radius: 99px;
  padding: 5px 10px;
}

.img-estrela-topo-11{
  height: 22px !important;
  width: auto !important;
  margin: 10px 0;
}

.texto-borda-depo{
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}

.texto-depo{
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.texto-depo .fa-certificate{
  color: #ceae65;
}

.container-name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.fundo-verificado{
  background-color: #E8E8E8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 99px;
}

.img-slide{
  height: 30px !important;
  width: auto !important;
  margin-right: 8px;
}

.text-slide{
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.topo-2{
  padding: 30px 0;
}

.titulo-topo-2{
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.titulo-topo-2 i{
    background: #fef48b !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.subtitulo-topo-2{
  font-size: 21px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.img-level{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.topo-3{
  padding: 30px 0;
  position: relative;
}

.fundo-topo-3{
  padding: 50px 50px;
  background-color: #121212;
  border-radius: 15px;
  position: relative;
}

.titulo-topo-3{
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.fundo-nome{
  border: 0.5px dashed #ABABAB;
  border-radius: 6px;
  padding: 10px;
  width: 40%;
  text-align: center;
  margin-top: 20px;
}

.texto-nome{
  margin: 0;
  font-size: 21px;
  color: #ABABAB;
  font-weight: 500;
}

.texto-nome i{
  margin-right: 5px;
}

.img-dr{
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 15px;
}

.mobile{
  display: none;
}

.fundo-topo-4{
    background-color: #F7F7F6;
    padding: 0px 30px 0 0;
    border-radius: 15px;
    position: relative;
}

.img-mulher-gota{
  width: 100%;
  height: auto;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.titulo-topo-4{
  color: #ceae65;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.subtitulo-topo-4{
  font-size: 21px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.subtitulo-topo-4 i{
    background: #fef48b !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.pre-titulo-topo-4{
    color: #F6F5F5;
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.3;
    font-weight: 500;
}

.pre-titulo-topo-4 span{
    background-color: #ceae65;
    padding: 10px;
    border-radius: 99px;
}

.fundo-topo-5{
    background-color: #F7F7F6;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.img-gota{
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.fundo-topo-6{
  background-color: #f8f6df;
  padding: 30px;
  border-radius: 15px;
  position: relative;  
}

.teexto-num{
  color: #000;
  line-height: 1.4;
  font-size: 145px;
  font-weight: 600;
  background-image: url(../imagens/fundo-num.svg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center;
}

.subteexto-num{
  color: #000;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 600;
}

.subteexto-num i{
  background: #fef48b !important;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 400 !important;
}

.texto-topo-6{
  color: #ceae65;
  text-decoration: underline;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
}

.img-topo-6{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.fundo-faq2{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ceae65;
}

.fundo-faq2{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px dashed rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 10px;
      font-weight: 700 !important;
      color: #ceae65 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 14px !important;
      line-height: 1.2em !important;
      letter-spacing: 1px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #ceae65 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #ceae65;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: #fff;
      /*border: 1px dashed #000;*/
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 21, 152, 0.8) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #ceae65;
  }

  .resposta b{
      color: #ceae65;
  }
}

.fundo-topo-7{
  background-color: #ceae65;
  padding: 30px;
  border-radius: 15px;
  position: relative; 
}

.fundo-topo-8{
  background-color: #fff;
  padding: 30px 0 0 0;
  border-radius: 15px;
  position: relative; 
  box-shadow: 0px 0px 34px 0px rgba(176, 176, 176, 0.25);
}

.container-topo-8{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.texto-topo-8{
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.texto-topo-8 span{
  background-color: #fdf8e6;
  border: 0.5px solid #D8E2E4;
  border-radius: 99px;
  padding: 10px;
  margin: 15px 0;
}

.titulo-topo-8{
  font-size: 55px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

.img-ingre{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.titulo-ingre{
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.texto-ingre{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}

.fundo-azul-8{
  background-color: #ceae65;
  background: linear-gradient(to right,  #ceae65, #7a6001); 
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  margin-top: 35px;
  padding: 30px 20px;
}

.titulo-fundo-azul{
  font-size: 24px;
  color: #fdf8e6;
  font-weight: 700;
  line-height: 1.2;
}

.texto-fundo-azul{
  font-size: 14px;
  color: #fdf8e6;
  font-weight: 400;
  line-height: 1.3;
}

.btn-fundo-azul{
  font-size: 13px;
  color: #7a6001;
  font-weight: 400;
  margin: 20px auto 10px auto;
}

.btn-fundo-azul span{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;  
}

.fundo-topo-9{
    background-color: #F8F6DF;
    padding: 30px;
    border-radius: 15px;
    position: relative; 
}

.img-cima-azul{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}

.img-baixo-amarelo{
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
}

.cima-amarelo{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}

/* Mantém o elemento decorativo atrás dos cards da Results Timeline. */
.fundo-topo-7 > .cima-amarelo{
  pointer-events: none;
  z-index: 0;
}

.fundo-topo-7 > .titulo-topo-7,
.fundo-topo-7 > .row{
  position: relative;
  z-index: 1;
}

.fundo-etapa{
  background-color: #fff;
  padding: 18px;
  border-radius: 15px;
  margin-top: 40px;
}

.texto-etapa{
  margin-top: -30px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.texto-etapa span{
  background-color: #ceae65;
  padding: 10px 15px;
  border-radius: 99px;
}

.titulo-etapa{
  text-align: left;
  color: #000;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  padding-left: 10px;
}

.textoetapa{
  text-align: left;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}  

.rodape{
  background-color: #333;
  padding: 40px 0 20px 0;
}

.texto-rodape{
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.texto-rodape a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 5px;
  margin-right: 5px;
}  

.texto-rodape a:hover{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}  

.img-card{
  height: 45px;
  width: auto;
  max-width: 100%;
  margin: 15px auto;
}

.fundo-faq{
   background-color: #fdf8e6;
    padding: 30px;
    border-radius: 15px;
    position: relative;  
}

.titulo-faq-topo{
  font-size: 95px;
  font-weight: 700;
  color: #ceae65;
  text-align: center;
}

.fundo-faq3{
    /* Estilos gerais para o accordion */
  .accordion {
      --bs-accordion-border-width: 0; /* Remove a borda padrão */
      --bs-accordion-border-radius: 0;
  }

  .accordion-item {
      background-color: transparent;
      border-bottom: 1px dashed rgba(0, 0, 0, .5);
      margin-top: 15px;
  }

  .accordion-header {
      margin-bottom: 0;
  }

  .accordion-button {
      padding: 1.35rem 1.25rem;
      font-weight: 500 !important;
      color: #000 !important;
      background-color: transparent;
      box-shadow: none !important;
      border: none;
      font-size: 16px !important;
      line-height: 1.2em !important;
      letter-spacing: 1px !important;
  }

  .accordion-button:not(.collapsed) {
      color: #ceae65 !important; /* Cor quando aberto */
      background-color: transparent !important;
  }

  .accordion-button:hover {
      color: #ceae65;
      background-color: transparent !important;
  }

  /* Customização dos ícones de expandir/recolher (+/-) */
  .accordion-button::after {
      /* Usa a imagem de fundo para o ícone "-" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a6001'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
      content: ''; /* Limpa o conteúdo padrão, se houver */
      transform: scale(1.5); /* Aumenta o tamanho do ícone */
  }

  .accordion-button.collapsed::after {
      /* Usa a imagem de fundo para o ícone "+" */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a6001'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      padding: 15px 0px;
      background-color: transparent;
      border: none;
  }

  .container-faq{
    padding: 0 15px;
  }

  .linha-faq{
    border-bottom: 1px dashed rgba(0, 21, 152, 0.8) !important;
  }

  .resposta {
      color: #000;
      font-size: 15px;
      font-weight: 420;
      line-height: 1.5em;
      letter-spacing: .1px;
  }

  /* Classe customizada, caso queira manter */
  .topo-rosa {
      /* Pode adicionar estilos específicos aqui se necessário */
  }

  .resposta span{
      color: #ceae65;
  }

  .resposta b{
      color: #ceae65;
  }
}

.fundo-garantia{
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #7a6001;
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.img-garantia{
  width: 250px;
  height: auto;
  max-width: 30%;
}

.titulo-garantia{
  color: #7a6001;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 50px;
}

.texto-garantia{
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400;
}

.fundo-medico{
  background-color: #F7F7F6;
  padding: 30px;
  border-radius: 15px;
  position: relative;
}  

.fundo-medicina{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 34px 0px rgba(176, 176, 176, 0.25);
  min-height: 440px;
}

.nome-medico{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.texto-medico{
  color: #504A4A;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.img-medico{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#slide_pt3{
  .owl-prev, .owl-next{
    display: none;
  }
}

.topo-10{
  padding: 30px 0;
}

.fundo-topo-10{
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  border: 1px solid #ceae65;
}

.texto-topo-10{
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.borda-lado-dir{
  border-right: 1px solid #000;
}

.borda-lado-dir0{
  border-right: 1px solid #000;
}

.teexto-num2{
  color: #ceae65;
  line-height: 1.4;
  font-size: 88px;
  font-weight: 600;
  background-image: url(../imagens/fundo-num.svg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.titulo-topo-7{
  font-size: 66px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
}

.texto-tempo{
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.texto-tempo span{
  padding: 10px;
  border-radius: 99px;
  background-color: #FEF48B;
}

.texto-check{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

.texto-check .fa-circle-check{
  color: #FEF48B;
}

.fundo-depo2{
  display: grid;
  grid-template-columns: minmax(180px, 42%) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  flex: 0 0 380px;
  height: 380px;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(122, 96, 1, 0.14);
  border-radius: 18px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 12px 28px rgba(64, 49, 0, 0.14);
}

.img-depo2{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 20%;
}

.fundo-depo2 > div{
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 22px 22px 18px;
}

.container-depo{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-top: 0;
}

.img-estrela-dpeo2{
  width: auto;
  height: 25px;
}

.texto-idade{
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin: auto 0 0;
  padding-top: 16px;
  font-weight: 400;
}

.texto-idade span{
  padding: 5px 10px;
  border-radius: 99px;
  background-color: #000;
}

.fundo-depo2 .titulo-etapa,
.fundo-depo2 .textoetapa{
  padding-left: 0;
}

.fundo-depo2 .titulo-etapa{
  margin-top: 18px;
}

@media screen and (max-width: 767.98px) {
  .fundo-depo2{
    grid-template-columns: 1fr;
    flex: initial;
    height: auto;
    min-height: 0;
  }

  .img-depo2{
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-position: center 25%;
  }

  .fundo-depo2 > div{
    padding: 20px 18px 18px;
  }

  .fundo-depo2 .titulo-etapa{
    font-size: 18px;
    margin-top: 16px;
  }

  .texto-idade{
    margin-top: 8px;
    padding-top: 8px;
  }
}

.fundo-topo-11{
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 15px;
  border: 0.5px solid #DDDEE1;
}

.titulo-topo-11{
  font-size: 55px;
  color: #ceae65;
  font-weight: 400;
  line-height: 1.2;
}



.subtitulo-topo-11{
  font-size: 24px;
  color: #000;
  font-weight: 400px;
  line-height: 1.3;
}

.texto-topo-11{
  font-size: 15px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}

.texto-topo-11 i{
  font-size: 18px;
  color: darkred;
  margin-right: 8px;
}

.img-seg{
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 20px auto;
  position: relative;
  z-index: 9999;
}

.cima-amarelo2{
  border-top-right-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  z-index: 9998;
}

.img-baixo-amarelo2{
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}

@media screen and (max-width: 600px) {

  .cima-amarelo2{
    width: 20%;
  }  

  .texto-topo-11{
    font-size: 13px;
  }  

  .subtitulo-topo-11{
    font-size: 15px;
    line-height: 1.5;
  }

  .titulo-topo-11{
    font-size: 40px;
  }

  .fundo-topo-11{
    padding: 30px 10px;
  }  

  .titulo-topo-7{
    font-size: 40px;
  }  

  .teexto-num2{
    font-size: 45px;
  }  

  .borda-lado-dir0{
    border-right: none;
    /*border-bottom: 1px solid #000;*/
  }

  .texto-topo-10{
      font-size: 14px;
  }

  .topo-10{
    padding: 30px 10px;
  }  

  .fundo-medicina{
    min-height: 300px;
  }  

  .fundo-medico{
    padding: 30px 15px;
  }  

  .titulo-garantia{
    text-align: center;
    font-size: 28px;
    padding-top: 25px;
  }

  .texto-garantia{
    text-align: center;
  }

  .fundo-garantia{
    display: block;
  }  

  .img-garantia{
    display: block;
    margin: 10px auto 20px auto;
    width: 60%;
    height: auto;
  }

  .img-cima-azul, .img-baixo-amarelo, .cima-amarelo{
    width: 18%;
  }
    
  .texto-fundo-azul{
    font-size: 13px;
  }

  .titulo-fundo-azul{
    font-size: 15px;
  }  

  .titulo-ingre{
    font-size: 20px;
  }  

  .titulo-topo-8{
    font-size: 40px;
  }

  .img-topo-6{
    margin: 0 auto 15px auto;
  }

  .texto-topo-6{
    font-size: 18px;
  }  

  .subteexto-num{
    font-size: 25px;
  }  

  .teexto-num{
    font-size: 95px;
    background-size: 250px;
  }

  .img-gota{
    display: block;
    margin: 15px auto;
    width: 90%;
    height: auto;
  }

  .fundo-topo-5{
    padding: 30px 10px;
  }

  .fundo-topo-7{
    padding: 30px 10px;
  }

  .fundo-faq-topo{
    padding: 30px 10px;
  }

  .fundo-topo-9{
    padding: 30px 10px 60px 10px;
  }

  .fundo-topo-8{
    padding: 30px 10px;
  }

  .pre-titulo-topo-4{
    text-align: center;
    font-size: 13px;
  }

  .img-mulher-gota{
    width: 100%;
    height: auto;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 25px;
  }

  .mobile{
    display: block;
  }

  .fundo-topo-3{
    padding: 30px 0px 50px 10px;
  }

  .fundo-nome{
    margin-top: 40px;
    width: 35%;
  }

  .esp-mob{
    padding: 10px;
  }

  .img-dr{
    height: 75%;
    width: auto;
  }

  .texto-nome{
    font-size: 12px;
  }

  .titulo-topo-3{
    font-size: 45px;
    font-weight: 600;
  }  

  .fundo-topo-4{
    padding: 0px 0px 15px 0; 
  }

  .fundo-topo-2{
    padding: 30px 15px;
  }

  .img-level{
    display: block;
    width: 100%;
    margin: 20px auto;
  }

  .subtitulo-topo-2{
    font-size: 15px;
    text-align: center;

  }

  .titulo-topo-2{
    text-align: center;
    font-size: 26px;
  }

  .subtitulo-topo-4{
    font-size: 15px;
    text-align: center;

  }

  .titulo-topo-4{
    text-align: center;
    font-size: 26px;
  }

  .titulo-topo-1{
    font-size: 40px;
  }  

  .subtitulo-topo-1{
    font-size: 14px;
  }  

	.texto-circule{
		font-size: 11px;
	}	

	.container-topo-0{
		width: 100%;
	}	

  .img-logo{
    margin-left: 40px;
  }

  .container-topo-00{
    gap: 5px;
    padding: 15px 5px;
  }

  .titulo-topo-0{
    font-size: 32px;
  }

  .fundo-faq{
    padding: 30px 10px;
  }  

} 

}
