section {
    padding: 30px 0;
}
.no-padding {
    padding: 0;
}
#mainNav{
    top: 0px;
}
#mainNav.navbar-shrink{
    box-shadow: none;
}
#mainNav.topo-interno-principal-azul{
    background: #001e47;
    z-index: 1050;
}
#mainNav.cesta_servicos_nav{
    background: #FFFFFF;
    top: 85px;
}
#mainNav .menu_cesta>li.nav-item>a.nav-link, #mainNav .menu_cesta>li.nav-item>a.nav-link:focus, #mainNav .menu_cesta>li.nav-item>h3.separa_nav_link{
    color: #001e47;
    font-weight: bold;
}
#mainNav .container>h1{
    color: #001e47;
}
#mainNav.cesta_servicos_nav.navbar-light .navbar-toggler{
    border-color: #000;
}
#topo_header_menina {
    background-image: url("../img/topo_background.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 125px;
}
#topo_header_menina h1 {
    color: #fff;
    font-weight: bold;
    font-size: 2.3rem;
}
#topo_header_menina form .form-buscar{
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 50px;
    border: unset;
}
#topo_header_menina form .form-buscar-btn{
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background:#fff;
    color: #000;
}
/* comofunciona-servicos */
.comofunciona-servicos{
    background-color: #001e47;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.comofunciona-servicos hr{
    background-color: #00fcff;
    border: 2px solid #00fcff;
}
.comofunciona-servicos h1{
    color: #00fcff;
    text-align: left;
    font-size: 2.3rem;
    margin: 1rem 0;
}
.comofunciona-servicos h4 {
    font-weight: 300;
    color: #fff;
    font-size: 19px;
    margin: 1rem 0;
}
.comofunciona-servicos .btn-link {
   background: #00fcff;
    color: #001e47;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0.7rem 0;
    text-transform: uppercase;
    font-weight: bold;
}
.comofunciona-servicos .btn-link:active{
   background: #25c0c2 !important;
}
/* funcionamento-funciona */
.funcionamento-servicos {
    background-color: #001e47;
    padding-top: 0;
    padding-bottom: 4rem;
}
.funcionamento-servicos h1, .principais-servicos .cesta_servicos_titulos, #linhadotempo .cesta_servicos_titulos{
    color: #00fcff;
    text-align: left;
    font-size: 2.3rem;
    margin: 1rem 0;
}
.funcionamento-servicos h4 {
    font-weight: 300;
    color: #fff;
    font-size: 19px;
    margin: 1rem 0;
}
.funcionamento-servicos h3 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin: 5px 5px 10px 5px;
}
.funcionamento-servicos hr{
    background-color: #00fcff;
    border: 2px solid #00fcff;
}
.funcionamento-servicos .icons_imgs a {
    border: #fff 1px solid;
    border-radius: 15px;
    margin: 0 15px;
    background-color: unset;
    text-align: center;
}
.funcionamento-servicos .nav-tabs {
    border-bottom: unset;
}
.funcionamento-servicos .nav-tabs .nav-link.active {
    background-color: #0bc6e7;
}
.funcionamento-servicos .icons_imgs a:hover {
    background-color: #0bc6e7;
}
.funcionamento-servicos .icons_imgs a:focus {
    background-color: #0bc6e7;
}
.funcionamento-servicos .icons_imgs .img_icon_svg:nth-child(1) {
    height: 130px;
    width: 85px
}
.funcionamento-servicos .tab-content a {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    padding: 0.5rem;
    margin-top: 10px;
}
.funcionamento-servicos .tab-pane {
    margin: 1rem;
}
.funcionamento-servicos .tab-content {
    background-color: #0bc6e7;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.funcionamento-servicos .tab-content a{
    color: #001e47;
    font-size: 15px;
}
.funcionamento-servicos .accordion{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.funcionamento-servicos .accordion .card{
    border-top: 1px solid #6f68c9;
    border-left: 1px solid #6f68c9;
    border-right: 1px solid #6f68c9;
}
.funcionamento-servicos .accordion .card .card-header{
    background: #6f68c9;
    color: #fff;
    padding: 1.2rem;
}
.funcionamento-servicos .accordion .card .card-header .title{
   text-transform: uppercase;
}
.funcionamento-servicos .accordion .card .card-header.collapsed{
    background: #fff;
    color: #445a78;
}
.funcionamento-servicos .resultado h5{
    color: #fff;
}
.funcionamento-servicos .resultado p{
    color: #fff;
}
.funcionamento-servicos .card-body .icons-cesta{
    font-size: 3rem;
    color: #00fcff;
}
.funcionamento-servicos .card-body .icons-cesta a:hover{
    text-decoration: unset;
}
.funcionamento-servicos .card-body .icons-cesta i{
    background-color: #6f68c9;
    color:#fff;
    font-size: 1.5rem;
}
.modal-body table{
    width:100%;
}
.modal-body table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
    border-top: 1px solid #dee2e6;
}
#linhadotempo {
    background-color: #021733;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
#linhadotempo .card-body {
    background: none;
    border: none;
}
#contato{
    background: #021733;
}
#contato .entre_contato {
    background-color: #00baff;
    padding: 25px 30px;
    border-radius: 15px;
}
#contato h2 {
    color: #001e47;
    font-weight: 600;
    padding: 10px 0;
}
#contato input {
    border-radius: 6px;
}
#contato textarea {
    border-radius: 6px;
    padding-bottom: 50px;
}
#contato input::placeholder {
    color: #001e47;
    font-weight: bold;
    border-radius: 15px;
    font-size: 12px;
}
#contato textarea::placeholder {
    color: #001e47;
    font-weight: bold;
    border-radius: 15px;
    font-size: 12px;
}
#contato .botao_form {
    background-color: #021733;
    font-weight: bold;
    border-radius: 6px;
    font-size: 15px;
}
/* Carousel */
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.funcionamento-servicos .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.funcionamento-servicos .card-header{
    cursor: pointer;
    border-bottom: none;
}
.funcionamento-servicos .card{
    border: 1px solid #ddd;
}
.funcionamento-servicos .card-body{
    border-top: 1px solid #ddd;
}
.funcionamento-servicos .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.funcionamento-servicos .card .card-header[aria-expanded="true"] .fa-plus:before {
    content: "\f068" !important;
}
@media (max-width: 768px) {
    #topo_header_menina {
        background-image: url("../img/topo_background_mobile.jpg");
        height: 40vh;
    }

    #topo_header_menina h1 {
        color: #fff;
        font-weight: bold;
        font-size: 1.8rem;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    #topo_header_menina h1 {
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
        padding: 0 1rem 0 0;
    }
    #contato.entre_contato {
        width: 100%;
    }
    #contato.entre_contato h3 {
        font-size: 0.5rem;
        margin: unset;
    }
    #contato .entre_contato{
        padding: unset;
    }
    #contato img{
        height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #topo_header_menina {
        background-image: url("../img/topo_background_mobile.jpg");
        height: 50vh;
    }
    #topo_header_menina h1 {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
    }
}

/* =========================================================================
   RESTYLE v3 — Cesta de Serviços (etapa 1)
   Identidade editorial cream/dourado. Escopo .cesta-v3 (archive + setor).
   As regras acima permanecem para search/single ate a etapa 2.
   Mecanica Bootstrap preservada (#accordionCestaServico, #recipeCarousel).
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Archivo:wght@500;600;700;800;900&display=swap');

.cesta-v3{
    --cream:#f4f3ee;--warm-black:#1f1e1a;--gold:#b7942e;--gold-dark:#9a7d26;
    --line:#dcdad0;--ink:#54524a;--muted:#75736a;
    --display:'Playfair Display',serif;--body:'Archivo',sans-serif;
    background:var(--cream);color:var(--warm-black);font-family:var(--body);
}
.cesta-v3 .wrap{max-width:1280px;margin:0 auto;padding:0 56px;}
.cesta-v3 a{text-decoration:none;color:inherit;}
.cesta-v3 section{padding:0;}

/* HERO */
.cesta-v3 .hero{background:var(--cream);padding:104px 0 0;position:relative;}
.cesta-v3 .hero .mark{writing-mode:vertical-rl;transform:rotate(180deg);font-weight:800;font-size:13px;letter-spacing:4px;text-transform:uppercase;color:var(--gold-dark);padding-bottom:8px;}
.cesta-v3 .hero h1{font-weight:900;font-size:clamp(48px,9vw,130px);text-transform:uppercase;line-height:.82;letter-spacing:-1px;color:var(--warm-black);}
.cesta-v3 .hero h1 .l2{color:var(--gold-dark);}
.cesta-v3 .hero-bar{height:16px;background:linear-gradient(90deg,var(--gold) 0 60%,var(--warm-black) 60% 80%,var(--gold-dark) 80% 100%);margin-top:46px;}
.cesta-archive .hero .wrap{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:end;}

/* SEARCH (archive) */
.cesta-v3 .searchwrap{background:var(--warm-black);padding:48px 0;}
.cesta-v3 .searchwrap .wrap{display:flex;gap:30px;align-items:center;flex-wrap:wrap;}
.cesta-v3 .searchwrap h2{color:#fff;font-family:var(--display);font-weight:800;font-size:clamp(22px,2.6vw,32px);white-space:nowrap;}
.cesta-v3 .search{display:flex;flex:1;min-width:300px;background:#fff;}
.cesta-v3 .search input[type=text]{flex:1;border:none;outline:none;padding:20px 24px;font-family:var(--body);font-size:18px;background:#fff;height:auto;}
.cesta-v3 .search button{background:var(--gold);border:none;color:#fff;padding:0 32px;font-size:20px;cursor:pointer;transition:.2s;}
.cesta-v3 .search button:hover{background:#fff;color:var(--warm-black);}

/* QUICK (archive) */
.cesta-v3 .quick{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);}
.cesta-v3 .quick a{display:flex;align-items:center;gap:18px;background:#fff;padding:30px 36px;font-weight:700;font-size:19px;border-right:1px solid var(--line);transition:.2s;color:var(--warm-black);}
.cesta-v3 .quick a:last-child{border-right:none;}
.cesta-v3 .quick a:hover{background:var(--gold);color:#fff;}
.cesta-v3 .quick .q-badge{width:44px;height:44px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:var(--warm-black);color:#fff;font-size:16px;}
.cesta-v3 .quick a:hover .q-badge{background:#fff;color:var(--warm-black);}

/* HOW (archive) */
.cesta-v3 .how{padding:78px 0 10px;}
.cesta-v3 .how .grid{display:grid;grid-template-columns:.85fr 1.5fr;gap:50px;align-items:start;}
.cesta-v3 .how h2{font-weight:900;font-size:clamp(30px,4vw,52px);text-transform:uppercase;line-height:.95;letter-spacing:-.5px;color:var(--warm-black);text-align:left;margin:0;}
.cesta-v3 .how h2 .g{color:var(--gold);}
.cesta-v3 .how p{font-size:17px;line-height:1.7;color:var(--ink);margin-bottom:18px;}

/* HEAD (archive + setor) */
.cesta-v3 .all .head,.cesta-v3 .services .head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:4px solid var(--warm-black);padding-bottom:16px;margin-bottom:14px;}
.cesta-v3 .all .head h2,.cesta-v3 .services .head h2{font-weight:900;font-size:clamp(30px,4.5vw,58px);text-transform:uppercase;letter-spacing:-.5px;color:var(--warm-black);text-align:left;margin:0;}
.cesta-v3 .all .head .c,.cesta-v3 .services .head .c{font-family:var(--display);font-weight:900;font-size:clamp(34px,4vw,60px);color:var(--gold-dark);}

/* ALL / SLIST (archive) */
.cesta-v3 .all{padding:84px 0 96px;}
.cesta-v3 .slist{display:grid;grid-template-columns:1fr 1fr;gap:0 70px;margin-top:16px;}
.cesta-v3 .srow{display:flex;align-items:center;gap:22px;padding:20px 4px;border-bottom:1px solid var(--line);transition:.18s;color:var(--warm-black);}
.cesta-v3 .srow:hover{padding-left:14px;background:linear-gradient(90deg,rgba(183,148,46,.10),transparent);}
.cesta-v3 .srow .n{font-weight:900;font-size:15px;color:var(--gold-dark);min-width:30px;}
.cesta-v3 .srow .t{font-weight:800;font-size:21px;}
.cesta-v3 .srow .d{font-size:13px;color:var(--muted);margin-left:auto;text-align:right;max-width:220px;}
.cesta-v3 .srow .ar{color:var(--gold);opacity:0;transition:.18s;font-size:18px;}
.cesta-v3 .srow:hover .ar{opacity:1;}

/* FEAT / carrossel Bootstrap restilizado (archive)
   Usa #linhadotempo / #recipeCarousel para VENCER as regras antigas de ID
   (fundo azul #021733 etc.) sem tocar no markup. Mecanica Bootstrap intacta. */
.cesta-v3 #linhadotempo{background:var(--cream);padding:44px 0 80px;}
.cesta-v3 .feat .head{display:flex;align-items:center;gap:18px;margin-bottom:30px;}
.cesta-v3 .feat .head h2{font-weight:900;font-size:clamp(26px,3.5vw,46px);text-transform:uppercase;color:var(--warm-black);text-align:left;margin:0;}
.cesta-v3 .feat .head .rule{height:4px;flex:1;background:var(--warm-black);}
.cesta-v3 #linhadotempo .my-3{margin-top:6px !important;margin-bottom:0 !important;}
.cesta-v3 #recipeCarousel{position:relative;padding:0;}
.cesta-v3 #recipeCarousel .carousel-item .col-md-4{padding:0 12px;}
.cesta-v3 #recipeCarousel .card{border:1px solid var(--line);background:#fff;border-radius:0;padding:0;transition:.2s;overflow:hidden;width:100%;}
.cesta-v3 #recipeCarousel .card:hover{box-shadow:0 16px 34px rgba(31,30,26,.14);}
.cesta-v3 #recipeCarousel .card img{width:100%;height:240px;object-fit:cover;display:block;}
/* Setas ocultas: carrossel passa sozinho via data-ride="carousel" (autoplay Bootstrap). */
.cesta-v3 #recipeCarousel .carousel-control-prev,
.cesta-v3 #recipeCarousel .carousel-control-next{display:none;}

/* HERO setor (crumb + actions) */
.cesta-setor .hero .wrap{display:grid;grid-template-columns:auto 1fr;gap:38px;align-items:end;}
.cesta-setor .crumb{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.cesta-setor .crumb a{color:var(--gold-dark);}
.cesta-setor .actions{display:flex;gap:18px;flex-wrap:wrap;padding:36px 0 0;}
.cesta-setor .actions a{flex:1;min-width:240px;text-align:center;border:1px solid var(--line);background:#fff;padding:18px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:14px;transition:.2s;color:var(--warm-black);}
.cesta-setor .actions a:hover{background:var(--warm-black);color:#fff;}

/* SERVICES accordion Bootstrap restilizado (setor) */
.cesta-v3 .services{padding:50px 0 80px;}
.cesta-v3 .services .accordion{border-radius:0;}
.cesta-v3 .services .card{background:#fff;border:1px solid var(--line);border-left:5px solid var(--line);margin-bottom:12px;border-radius:0;transition:border-color .2s;}
.cesta-v3 .services .card:has(.collapse.show){border-left-color:var(--gold);}
.cesta-v3 .services .card-header{cursor:pointer;display:flex;align-items:center;gap:16px;padding:22px 24px;background:#fff;border:none;color:var(--warm-black);}
.cesta-v3 .services .card-header.collapsed{background:#fff;color:var(--warm-black);}
.cesta-v3 .services .card-header .sv-tipo{font-size:11px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:var(--gold-dark);display:block;margin-bottom:3px;}
.cesta-v3 .services .card-header .title{font-weight:800;font-size:19px;color:var(--warm-black);text-transform:none;}
.cesta-v3 .services .card-header:hover .title{color:var(--gold-dark);}
.cesta-v3 .services .card-header .col-1{margin-left:auto;}
.cesta-v3 .services .card-header i.fa-plus{color:var(--gold-dark);font-size:20px;transition:.2s;}
.cesta-v3 .services .card-header[aria-expanded="true"] i.fa-plus:before{content:"\f068";}
.cesta-v3 .services .card-body{border-top:1px solid var(--line);padding:24px;background:#fff;}
.cesta-v3 .services .card-body p{font-size:16px;line-height:1.65;color:var(--ink);margin-bottom:12px;}
.cesta-v3 .services .card-body b{color:var(--warm-black);}
.cesta-v3 .services .icons-cesta{display:flex;flex-wrap:wrap;gap:14px;align-items:center;font-size:inherit;color:inherit;margin-top:18px;border-top:1px solid var(--line);padding-top:18px;}
.cesta-v3 .services .icons-cesta i{background:var(--gold);color:#fff;font-size:1.05rem;padding:.85rem !important;border-radius:50%;margin:0 !important;}
.cesta-v3 .services .icons-cesta a:hover i{background:var(--warm-black);}
.cesta-v3 .services .resultado h5,.cesta-v3 .services .resultado p{color:var(--warm-black);}

/* MOBILE */
@media (max-width:880px){
    .cesta-v3 .wrap{padding-left:24px;padding-right:24px;}
    .cesta-v3 .quick{grid-template-columns:1fr;}
    .cesta-v3 .quick a{border-right:none;border-bottom:1px solid var(--line);}
}
@media (max-width:760px){
    .cesta-v3 .hero{padding-top:28px;}
    .cesta-archive .hero .wrap,.cesta-setor .hero .wrap{grid-template-columns:1fr;gap:6px;}
    .cesta-v3 .hero .mark{writing-mode:horizontal-tb;transform:none;padding-bottom:0;font-size:11px;letter-spacing:3px;margin-bottom:2px;}
    .cesta-v3 .hero-bar{margin-top:22px;}
    .cesta-v3 .how .grid{grid-template-columns:1fr;gap:22px;}
    .cesta-v3 .slist{grid-template-columns:1fr;}
    .cesta-v3 .srow .d{display:none;}
    .cesta-v3 .searchwrap .wrap{flex-direction:column;align-items:stretch;}
    .cesta-setor .actions a{min-width:100%;}
}