
.font-poppins{
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
.font-syne{
   font-family: "Syne", sans-serif;
   font-style: normal;
}

.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}

body {
    position: relative;
    padding-top: 0;
    padding-bottom:0;
    color: #5a5a5a;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn-purple{
    --bs-btn-color: #fff;
    --bs-btn-bg: #53111c;
    --bs-btn-border-color: #53111c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #53111c;
    --bs-btn-hover-border-color: #53111c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #53111c;
    --bs-btn-active-border-color: #53111c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #53111c;
    --bs-btn-disabled-border-color: #53111c;
}

.btn-outline-purple{
--bs-btn-color: #53111c;
--bs-btn-border-color: #53111c;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #53111c;
--bs-btn-hover-border-color: #53111c;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #53111c;
--bs-btn-active-border-color: #53111c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #53111c;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #53111c;
--bs-gradient: none;
}

.btn-purple-02{
    --bs-btn-color: #53111c;
    --bs-btn-bg: #ded2e4;
    --bs-btn-border-color: #ded2e4;
    --bs-btn-hover-color: #53111c;
    --bs-btn-hover-bg: #ded2e4;
    --bs-btn-hover-border-color: #ded2e4;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #53111c;
    --bs-btn-active-bg: #ded2e4;
    --bs-btn-active-border-color: #ded2e4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #53111c;
    --bs-btn-disabled-bg: #ded2e4;
    --bs-btn-disabled-border-color: #ded2e4;
}

.form-control {
    border: 1px solid #53111c;
}
.form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #53111c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(83, 17, 28, 0.20);
}

#primary,#main{
  width: 100%;
  max-width: 100%;
}

/*-------- Header checkout -----------------------------------------*/
header.header-checkout{
    border-bottom: 2px solid #53111c;
    margin-bottom: 25px;
}
header.header-checkout > .container{
    padding-top: 5px;
    padding-bottom: 5px;
}
header.header-checkout h5{
    color:#53111c;
    font-weight: 600;
    font-size: 16px;
}
header.header-checkout .checkout-logo{
    width: 270px;
    max-width: 100%;
}
@media(max-width: 798px){
    header.header-checkout h5{
        font-size: 15px;
    }
}
/*-------------------------- Navbar  ------------------------- */
.navbar{
    transition: width 0.25s ease;
}
.navbar-sm{
    padding: 0;
    min-height: 50px;
    background-color: transparent;
}
.navbar-sm > .container-fluid{
    padding: 4px 80px;
}
.navbar-sm .navbar-cart-button,
.navbar-sm .navbar-toogle-content,
.navbar-sm .navbar-account-btn{
    display: flex;
    min-width: 40px;
    height: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.navbar-sm .navbar-account-btn{
    color: #53111c;
    font-weight: 400;
    font-size: 15px;
}
.navbar-sm .w-icon-cart{
    position: relative;
    display: inline-block;
    width: 22px;height:22px;
}
.navbar-sm .w-icon-cart .cart-count-rounded{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height:18px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #53111c;
}
.navbar-sm .w-icon-cart .cart-count-rounded > span{
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
}
.navbar-sm .navbar-brand{
    padding:0;
    width: 270px;
    transition: width 0.25s ease;
}
.navbar.navbar-sm{
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28173, 24, 33, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(73, 24, 33, 0.75);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.navbar.navbar-sm .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-sm .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
    background-color:transparent;
}
.navbar-sm .navbar-nav{
    padding-left: 15px;
    padding-top: 10px;
}
.navbar-sm .navbar-nav > .nav-item > .nav-link{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-sm .navbar-nav > .nav-item > .nav-link:hover{
    color: #fff;
}
.navbar-sm .content-rigth{
    padding: 5px 30px;
    border-radius: 25px;
    position: relative;
    border:1px solid #53111c;
    background-color: rgba(255, 255, 255, 0.89);
}
/*
.navbar-sm .content-rigth:before{
    content: " ";
    background-color: rgba(255, 255, 255, 0.89);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;bottom: 0;
    border-radius: 25px;
    position: absolute;
}*/
@media (max-width: 992px){
    .navbar-sm .navbar-brand{
        width:220px;
        margin-left: 5px;
    }
    .navbar.navbar-sm{
        background-color: rgba(73, 24, 33, 0.97);
    }
}
@media (max-width: 768px){
    body{
        /*padding-top: 80px;*/
    }
    body.woocommerce-checkout{
        padding-top: 0px;
    }
    .navbar-sm > .container-fluid{
        padding: 5px 0px;
    }
    .navbar-sm .navbar-brand{
        padding:0;
        width:150px;
        margin-left: 5px;
    }
    .content-rigth{
         margin-right: 5px;
    }
    .navbar-sm .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
        background-color: rgba(73, 24, 33, 0.97);
    }
    .navbar.navbar-sm{
        background-color: rgba(73, 24, 33, 0.97);
    }
}
@media (min-width: 768px){
    .navbar-sm .navbar-toogle-content{
        display: none;
    }
}


/*---------------------------- Navbar| Internas | Scroll -- */
.navbar.navbar-interna,
.navbar.navbar-scroll{
     background-color: rgba(73, 24, 33, 0.97);
     border-bottom: 1px solid rgba(73, 24, 33, 0.97);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.navbar.navbar-interna.navbar-sm .navbar-brand,
.navbar.navbar-scroll.navbar-sm .navbar-brand{
    /*padding:0;
    width: 278px;*/
}

body.page-template-page-template-sobre{
    padding-top: 0 !important;
}
@media (max-width: 768px) {
    body.page-template-page-template-sobre{
        padding-top: 0 !important;
    }
}
/*---------------------------- Home /Banner --------------- */
.banner-home{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color:#491821;
}
.banner-home > .left-content{
  width: 60%;
  padding-left:100px;
  padding-right: 230px;
}
.banner-home > .left-content .inner-left{
    width: 800px;
    max-width: 100%;
}

.banner-home h1.titulo{
    color:#fff;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:2.7rem;
    text-transform: uppercase;
}
.banner-home p.subtitulo{
    color: #b7aebb;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:1.6em;
}

.banner-home > .rigth-content{
  width: 40%;
    z-index: 0;
  position: relative;
}
.banner-home > .rigth-content > div.image-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image:url('../images/ceb04034-74f2-4ddf-bf4c-4b4b7b9dfce4.png');
    background-position: center center;
}

.banner-home .card-wrap{
    display: block;
    width: 450px;
    position: absolute;
    left: -150px;
    bottom: 5%;
}
@media(max-width: 1300px){
    .banner-home h1.titulo{
        font-size: 2.4rem;
    }
    .banner-home .card-wrap{
        left: -50px;
    }
    .banner-home > .left-content{
        padding-right: 100px;
    }
}

@media(max-width: 992px){
    .banner-home{
        padding-top: 50px;
    }
    .banner-home h1.titulo{
        font-size: 2em;
    }
    .banner-home .card-wrap{
        left: 50%;
        margin-left: -150px;
    }
    .banner-home > .left-content{
        width: 100%;
        padding: 80px;
    }
    .banner-home > .rigth-content{
        width: 100%;
        z-index: 0;
        position: relative;
        min-height: 100vh;
    }
}

@media(max-width: 768px){
    .banner-home > .left-content{
        width: 100%;
        padding:50px 25px 50px;
    }
    .banner-home > .rigth-content{
        width: 100%;
        z-index: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        min-height: 100vh;
    }
    .banner-home .card-wrap{
        position: relative;
        left: auto;bottom: auto;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .banner-home h1.titulo{
        font-size:1.8em;
    }
    .banner-home p.subtitulo{
        font-size:1.2em;
    }

}
.banner-home__cta{
    color:#380c11;
    position: relative;
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #fafafa;
}
.banner-home__cta > span{
    font-weight: 600;
}
.banner-home__cta::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(193, 47, 58, 0.25), transparent 68%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.banner-home__cta:hover {
    color:#380c11;
    background-color: #dfbaba;
}
.banner-home__cta:hover i {
    color: #380c11;
}
.banner-home__cta:hover::after {
    opacity: 0.5;
}


/* ---------- CARD product Banner  ---------- */
.product-banner-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 1.6rem 1.8rem 1.8rem;
    max-width: 400px;
    font-family: "Poppins", sans-serif;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-banner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
.product-banner-card__title {
    font-family: "Syne", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 1rem;
}
.product-banner-card__title a {
    color: inherit;
    text-decoration: none;
}
.product-banner-card__title a:hover {
    text-decoration: underline;
}
.product-banner-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}
.product-banner-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.product-banner-card:hover .product-banner-card__media img {
    transform: scale(1.05);
}
.product-banner-card__rating {
    margin: 0.4rem 0 0.8rem;
    color: #f45b2e;
    font-size: 0.95rem;
}
.product-banner-card__rating .star-rating {
    color: #f45b2e !important;
}
.product-banner-card__excerpt {
    margin: 0 0 1.3rem;
    color: #151515;
    font-size: 0.95rem;
    line-height: 1.6;
}
.product-banner-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.product-banner-card__price {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    color: #7a1422;
    letter-spacing: 0.02em;
}
.product-banner-card__price i {
    font-size: 1.05rem;
    color: #c12f3a;
    background: rgba(193, 47, 58, 0.08);
    padding: 0.4rem 0.45rem;
    border-radius: 50%;
}

.product-banner-card__price del,
.product-banner-card__price del .woocommerce-Price-amount {
    color: rgba(122, 20, 34, 0.35) !important;
}

.product-banner-card__price ins,
.product-banner-card__price ins .woocommerce-Price-amount {
    color: #c12f3a !important;
    text-decoration: none;
}

.product-banner-card__button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.15rem;
    border-radius: 1.3rem;
    background: #f9f9f9;
    color: #7a1422;
    font-size: 0.82rem;
    font-weight: 600;
    border:1px solid #ccc;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-banner-card__button:hover {
    color: #fff;
    background-color: #53111c;
    box-shadow: 0 10px 20px rgba(64, 10, 18, 0.18);
}
.product-banner-card__button:hover i:before{
    color: #fff;
}
@media (max-width: 640px) {
    .product-banner-card {
        max-width: 100%;
        padding: 1.2rem 1.4rem;
    }
}

/* -------------------------------------------------------
                      Cursos em destaque
--------------------------------------------------------*/
.cursos-destaque{
    background-color:#f7f2e9;
}
.cursos-destaque > .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
.cursos-destaque .section-head{
    z-index: 1;
}
.cursos-destaque .section-head .title-muted{
     color:#ccc;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
     font-family: 'Poppins', sans-serif;
}
.cursos-destaque .section-head h2{
    color:#2d2a29;
    font-size: 3.2em;
    font-family: Syne,'sans-serif';
}
.cursos-destaque .section-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #111;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    text-align: center;
}

.cursos-destaque .section-title-highlight {
    position: relative;
    color: #53111c;
    display: inline-block;
}
.cursos-destaque .section-title-highlight svg{
    position: absolute;
    left: 5%;
    bottom:-4px;
    width: 80%;
    z-index: 0;
}
/*
.cursos-destaque .section-title-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.05em;
    width: 100%;
    height: 0.25em;
    background: rgba(83, 17, 28, 0.25);
    border-radius: 50%;
    transform: scaleY(0.4);
    transform-origin: bottom;
    z-index: 0;
}*/

.cursos-destaque .section-subtitle {
    font-family: "Poppins", sans-serif;
    color: #555;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0.6rem;
}
@media (max-width: 768px) {
    .owl-produtos .item .item-inner {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* =======================================================
   Parceiros - estilo tipo fieldset com borda leve
   ======================================================= */
.parceiros{
    background-color: #f8f3ec;
}
.parceiros > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.celebrare-partners-box {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 20px 20px 20px 20px;
    background: transparent;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

/* Título centralizado acima do carrossel */
.celebrare-partners-heading {
    display: inline-block;
    position: relative;
    top: -33px;
    margin: 0;
    padding: 0 14px;
    background: #f8f3ec;
    font-size: 1.5rem;
    color: #222;
    font-weight: 700;
    font-family: Syne,'sans-serif';
}

/* Card de cada logo */
.celebrare-partner-card {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.celebrare-partner-logo {
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.celebrare-partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Responsivo */
@media (max-width: 768px) {
    .celebrare-partners-box {
        padding: 28px 15px 20px;
        border-radius: 10px;
    }

    .celebrare-partners-heading {
        font-size: 0.95rem;
        top: -14px;
        padding: 0 10px;
    }

    .celebrare-partner-logo {
        max-width: 90px;
        max-height: 45px;
    }
}


/* =======================================================
   Professores - Card (dd-post-carousel)
   ======================================================= */
.professores{
    background-color:#f7f2e9;
}
.professores > .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.professores .section-head{
    z-index: 1;
}
.professores .section-head .title-muted{
    color:#ccc;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.professores .section-head h2{
    color:#2d2a29;
    font-size: 3.2em;
    font-family: Syne,'sans-serif';
}
.professores .section-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #111;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    text-align: center;
}

.professores .section-title-highlight {
    position: relative;
    color: #53111c;
    display: inline-block;
}
.professores .section-title-highlight svg{
    position: absolute;
    left: 5%;
    bottom:-4px;
    width: 80%;
    z-index: 0;
}

.celebrare-professor-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    background: transparent;
}

/* Área da imagem */
/* estilo original - imagem sobresai no topo
.celebrare-professor-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}*/
.celebrare-professor-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 3;
    overflow: hidden;
}


.celebrare-professor-card__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    z-index: 1;
    border-radius: 16px 16px 0 0;
}
.celebrare-professor-card__image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.celebrare-professor-card__info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    width: 80%;
    padding: 18px 10px 16px;
    z-index: 3;
}

.celebrare-professor-card__name {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
}

.celebrare-professor-card__role {
    font-size: 0.9rem;
    color: #666;
}
@media (max-width: 768px) {
    .owl-professores .item .item-inner{
        width: 380px;
        max-width: 100%;
        margin:0 auto;
    }
    .celebrare-professor-card {
        border-radius: 12px;
    }
    .celebrare-professor-card__media {
        /* aspect-ratio: 3 / 3.6; */
         aspect-ratio: 3 / 3;
    }
    .celebrare-professor-card__bg {
        height: 80%;
        border-radius: 12px 12px 0 0;
    }
    .celebrare-professor-card__info {
        width: 85%;
        bottom: 14px;
        padding: 14px 8px 12px;
    }
    .celebrare-professor-card__name {
        font-size: 1rem;
    }
    .celebrare-professor-card__role {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .celebrare-professor-card__media {
        aspect-ratio: 3 / 3.8;
    }
    .celebrare-professor-card__bg {
        height: 78%;
    }
    .celebrare-professor-card__info {
        width: 88%;
        bottom: 10px;
        padding: 12px 6px 10px;
    }
    .celebrare-professor-card__name {
        font-size: 0.95rem;
    }
    .celebrare-professor-card__role {
        font-size: 0.8rem;
    }
}



/* ============================
   Carrossel de Posts (Blog)
   ============================ */
.noticias{
    background-color:#f7f2e9;
}
.noticias .section-head h2{
    color:#2d2a29;
    font-size: 3.2em;
    font-family: Syne,'sans-serif';
}
.noticias .section-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #111;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    text-align: center;
}
.noticias .section-title-highlight {
    position: relative;
    color: #53111c;
    display: inline-block;
}
.noticias .section-title-highlight svg{
    position: absolute;
    left: 5%;
    bottom:-4px;
    width: 80%;
    z-index: 0;
}

.noticias > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.celebrare-post-card {
    width: 400px;
    max-width: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Hover: apenas sombra e imagem, sem mover o card */
.celebrare-post-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* --- Imagem destacada --- */
.celebrare-post-card__thumb {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 250px; /* altura fixa do bloco da imagem */
}

.celebrare-post-card__thumb img {
    width: 100%;
    height: 100%; /* força ocupar toda a área do thumb */
    object-fit: cover; /* mantém proporção, corta excesso */
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.celebrare-post-card__thumb:hover img {
    transform: scale(1.05);
    filter: brightness(0.95);
}

/* --- Corpo --- */
.celebrare-post-card__body {
    padding: 18px 20px 0;
    flex-grow: 1;
}
.celebrare-post-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    color: #777;
}
.celebrare-post-card__category {
    background: #e7f5ec;
    color: #3a7b52;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.8rem;
}
.celebrare-post-card__date {
    color: #999;
    font-size: 0.8rem;
}
.celebrare-post-card__title {
    font-size: 1.10rem;
    line-height: 1.4;
    margin: 0 0 14px;
    font-weight: 600;
}
.celebrare-post-card__title a {
    color: #111;
    font-family: Syne,'sans-serif';
    text-decoration: none;
    transition: color 0.25s ease;
}
.celebrare-post-card__title a:hover {
    color: #53111c;
}

/* --- Rodapé (autor) --- */
.celebrare-post-card__footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.celebrare-post-card__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.celebrare-post-card__author {
    font-size: 0.85rem;
    color: #444;
}



/* Correção de avatar no card de post */
.celebrare-post-card__avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
}

/* Evita que estilos globais do tema distorçam imagens do footer */
.celebrare-post-card__footer img {
    max-width: none;
    height: auto;
}


/* Responsivo */
@media (max-width: 768px) {
    .celebrare-post-card__body {
        padding: 14px 16px 0;
    }
    .celebrare-post-card__title {
        font-size: 1rem;
    }
    .celebrare-post-card__footer {
        padding: 10px 16px 14px;
    }
    .celebrare-post-card__avatar {
        width: 26px;
        height: 26px;
    }
    .celebrare-post-card__thumb {
        height: 180px;
    }
    .celebrare-post-card {
        margin: 0 auto;
    }
}


/* =======================================================
   Depoimentos
   ======================================================= */
.depoimentos{
    background-color:#f7f2e9;
}
.depoimentos > .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.depoimentos .section-head h2{
    color:#2d2a29;
    font-size: 3.2em;
    font-family: Syne,'sans-serif';
}
.owl-content-wrap{
    width: 950px;
    max-width: 100%;
}
.owl-depoimentos .item .item-inner{
    width: 100%;
}
.celebrare-depoimento-card{
   width: 900px;
   max-width: 100%;
   position: relative;
   padding-left:30px;
   padding-right:30px;
   margin: 0 auto;
}
.celebrare-depoimento-card:after,
.celebrare-depoimento-card:before{
    position: absolute;
    height: 50%;
    top:50%;
    content: " ";
    z-index: 2;
    width: 1px;
    transform: translate(0%,-50%);
    background-color: rgba(122, 122, 122, 0.50);
}
.celebrare-depoimento-card:after{
    left: 10px;
}
.celebrare-depoimento-card:before{
    right: 10px;
}
.celebrare-depoimento_body{

}
.celebrare-depoimento_text p{
   color: #380c11;
   font-size:1.6rem;
   font-weight: 700;
   text-align: center;
   font-family: 'Syne','sans-serif';
}
.celebrare-depoimento_autor p{
    color: #2b2b2b;
    font-size: 1.2rem;
    text-align: center;
    line-height: 120%;
    font-family: 'Poppins','sans-serif';
}
.celebrare-depoimento_autor p > span{
    color: #4a4a4a;
    font-size: 0.9rem;
    text-transform: uppercase;
}


/* ===========================================
   Seção: Cadastro / Contato (escopado)
   =========================================== */
.cadastre-se {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color:#f7f2e9;
}
.cadastre-se > .container{
    padding:40px;
    border-radius: 25px;
    background: linear-gradient(to bottom, #faf9f6, #f8f7f3);
    color: #111;
    font-family: 'Poppins', sans-serif;
}
    /* --- Caixa de introdução --- */
.cadastre-se .intro-form-box {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

/* Título */
.cadastre-se .intro-form-title{
    font-size: 2.4rem;
    font-weight: 700;
    line-height:120% !important;
    color: #380c11;
    margin-bottom: 1.2rem;
}
.cadastre-se .celebrare-title span {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cadastre-se .celebrare-separator {
    width: 1px;
    height: 45px;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.cadastre-se .celebrare-subtitle {
    font-size: 1.05rem;
    color: #444;
    max-width: 420px;
    margin: 1.5rem auto 0;
    line-height: 1.5;
}
.cadastre-se form.wpcf7-form {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
}
.cadastre-se form.wpcf7-form input,
.cadastre-se form.wpcf7-form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    width: 100%;
    font-size: 0.95rem;
    color: #333;
}
.cadastre-se form.wpcf7-form textarea.wpcf7-textarea[name="mensagem"] {
    height: 100px !important;          /* define altura exata */
    min-height: 100px !important;
    max-height: 150px !important;     /* impede alongar muito */
    resize: vertical;                 /* permite redimensionar manualmente */
    overflow-y: auto;                 /* adiciona scroll se o texto for grande */
    line-height: 1.4;
}
.cadastre-se form.wpcf7-form input:focus,
.cadastre-se form.wpcf7-form textarea:focus {
    border-color: #380c11;
    box-shadow: none;
    outline: none;
}
/* Botão de envio */
.cadastre-se form.wpcf7-form input[type="submit"] {
    background: #380c11;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 500;
    transition: background 0.3s ease;
}
.cadastre-se form.wpcf7-form input[type="submit"]:hover {
    background: #380c11;
}
/* --- Responsivo --- */
@media (max-width: 992px) {
    .cadastre-se {
        padding: 60px 0;
    }
    .cadastre-se .intro-form-box {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .cadastre-se .celebrare-title {
        font-size: 2rem;
    }
    .cadastre-se .celebrare-subtitle {
        font-size: 0.95rem;
    }
}



/* -------------------------------------------------------
                     Sobre Nós
--------------------------------------------------------*/
.header-sobre{
    min-height: 424px;
    background-size: cover;
    background-color: #f0f0f0;
    background-image: url('../img/campus-bg-header-celebrare.jpg');
}
.header-sobre .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: "|";
}
.header-sobre .breadcrumb-item.active {
    color: #fff;
}
.header-sobre .breadcrumb-item.active  svg > path,
.header-sobre .breadcrumb-item  svg > path{
  fill: #fff;
}
.header-sobre h1{
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    font-family: 'Syne','sans-serif';
}

.sobre-missao{
    background-color:#f7f2e9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sobre-missao h2{
    font-weight: 600;
    font-family: 'Syne','sans-serif';
}
.sobre-missao p{
    font-weight: 500;
    font-size: 18px;
    font-family: 'Syne','sans-serif';
}

.sobre-escola {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(255, 208, 165, 0.25), transparent 55%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.18), transparent 50%),
    linear-gradient(130deg, #400a12, #7a1422 55%, #c12f3a);
    color: #fff;
    font-family: 'Syne','sans-serif';
}
.sobre-escola::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.12), transparent 60%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.sobre-escola__container {
    position: relative;
    z-index: 1;
}

.sobre-escola__title {
    font-family: 'Syne', 'sans-serif';
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sobre-escola__tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sobre-escola__tagline i {
    color: #ffd080;
}

.sobre-escola__text {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.88);
}

.sobre-escola__divider {
    width: 4rem;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 208, 128, 0) 0%, rgba(255, 208, 128, 0.9) 50%, rgba(255, 208, 128, 0) 100%);
}

.sobre-escola__card {
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.sobre-escola__card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}

.sobre-escola__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
    background: rgba(255, 208, 128, 0.18);
    color: #ffd080;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.sobre-escola__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.sobre-escola__cta:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .sobre-escola__title {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .sobre-escola__card {
        padding: 1.25rem;
    }
}

.provedora-ilg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #f8f3ec, #f0e6d9 55%, #e7d9c8);
    color: #2e1c1a;
    font-family: 'Syne','sans-serif';
}

.provedora-ilg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 20% 30%, rgba(122, 20, 34, 0.16), transparent 60%),
            radial-gradient(circle at 80% 70%, rgba(64, 10, 18, 0.14), transparent 65%);
    pointer-events: none;
}

.provedora-ilg__container {
    position: relative;
    z-index: 1;
}

.provedora-ilg__tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(122, 20, 34, 0.12);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #541013;
}

.provedora-ilg__tagline i {
    color: #7a1422;
}

.provedora-ilg__title {
    font-family: 'Syne', 'sans-serif';
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3f1418;
}

.provedora-ilg__divider {
    width: 4rem;
    height: 3px;
    background: linear-gradient(90deg, rgba(122, 20, 34, 0) 0%, rgba(122, 20, 34, 0.8) 50%, rgba(122, 20, 34, 0) 100%);
}

.provedora-ilg__text {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(46, 28, 26, 0.8);
}

.provedora-ilg__image {
    position: relative;
    width: min(220px, 100%);
    aspect-ratio: 3 / 4;
    border-radius: 56% / 66%;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.55));
    border: 2px dashed rgba(122, 20, 34, 0.35);
    color: rgba(64, 20, 22, 0.6);
    text-align: center;
}

.provedora-ilg__image::before {
    content: '';
    position: absolute;
    inset: 0.9rem;
    border-radius: 1.1rem;
    background: linear-gradient(160deg, rgba(122, 20, 34, 0.08), transparent 70%);
    pointer-events: none;
}

.provedora-ilg__image-label {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.provedora-wsg {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #3f1418;
    font-family: 'Syne','sans-serif';
}

.provedora-wsg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 18% 22%, rgba(193, 47, 58, 0.08), transparent 55%),
            radial-gradient(circle at 78% 68%, rgba(64, 10, 18, 0.07), transparent 60%);
    pointer-events: none;
}

.provedora-wsg__container {
    position: relative;
    z-index: 1;
}

.provedora-wsg__tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(193, 47, 58, 0.12);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #541013;
}

.provedora-wsg__tagline i {
    color: #c12f3a;
}

.provedora-wsg__title {
    font-family: 'Syne', 'sans-serif';
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a1422;
}

.provedora-wsg__divider {
    width: 4rem;
    height: 3px;
    background: linear-gradient(90deg, rgba(193, 47, 58, 0) 0%, rgba(193, 47, 58, 0.75) 50%, rgba(193, 47, 58, 0) 100%);
}

.provedora-wsg__text {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(63, 20, 24, 0.78);
}

.provedora-wsg__highlights {
    display: grid;
    gap: 1rem;
}

.provedora-wsg__highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(193, 47, 58, 0.12);
    box-shadow: 0 12px 32px rgba(64, 10, 18, 0.08);
}

.provedora-wsg__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    background: rgba(193, 47, 58, 0.12);
    color: #7a1422;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.provedora-wsg__image {
    position: relative;
    width: min(300px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 1.25rem;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(255, 230, 230, 0.6));
    border: 2px dashed rgba(193, 47, 58, 0.35);
    color: rgba(64, 10, 18, 0.6);
    text-align: center;
}

.provedora-wsg__image::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border-radius: 1rem;
    background: linear-gradient(160deg, rgba(193, 47, 58, 0.08), transparent 70%);
    pointer-events: none;
}

.provedora-wsg__image-label {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .sobre-escola__title {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .sobre-escola__card {
        padding: 1.25rem;
    }

    .provedora-ilg__image {
        width: min(180px, 60vw);
        aspect-ratio: 1 / 1;
    }

    .provedora-wsg__highlights {
        gap: 0.85rem;
    }

    .provedora-wsg__image {
        width: min(240px, 70vw);
    }
}


/* -------------------------------------------------------
                Owl-sliter Products
--------------------------------------------------------*/
.owl-theme .item-product{
    padding: 12px;
    width: 480px;
    max-width: 100%;
}
.owl-theme .item-product .item-inner{
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    border : 1px solid #f0f0f0;
    transition: all 0.25s ease;
}
.owl-theme .item-product .item-inner:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}


.owl-theme .item-product .item-image img{
    position: absolute;
    width: 110%;
    height: auto;
    left: 50%;
    top: 50%;
    transition: all 0.25s ease;
    transform: translate(-50%,-50%);
}
.owl-theme .item-product .item-image{
    width: 100%;
    padding-bottom:70%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.owl-theme .item-product .item-image:hover img{
    width: 118%;
}
.owl-theme .item-product h3,
.owl-theme .item-product h4{
    padding: 10px 0px 10px 0px;
    color: #232323;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.owl-theme .item-product .owl-btn-wrapper{
    padding: 10px 25px;
}
.owl-theme .item-product .item-info{
    min-height: 230px;
}


/*--------------------------------------------------------
             Caroucel card Produtos
---------------------------------------------------------*/
.celebrare-carousel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    min-height: 100%;
}

.celebrare-carousel-card:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}

.celebrare-carousel-card__media {
    padding: 1.2rem 1.2rem 0;
}

.celebrare-carousel-card__media-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}
.celebrare-carousel-card__media-inner {
    height: 260px;
    overflow: hidden;
}
.celebrare-carousel-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.celebrare-carousel-card__media-inner:hover .celebrare-carousel-card__image {
    transform: scale(1.05);
}


.celebrare-carousel-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.2rem 1.6rem 0.5rem;
    font-family: "Poppins", sans-serif;
    color: #38100a;
}
.celebrare-carousel-card__title {
    margin: 0;
    font-family: "Syne", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}
.celebrare-carousel-card__title a {
    color: inherit;
    text-decoration: none;
}

.celebrare-carousel-card__title a:hover {
    text-decoration: underline;
}

.celebrare-carousel-card__excerpt {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}
.celebrare-carousel-card__footer {
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.2rem 1.6rem;
    background: #fff;
    gap: 1rem;
}

.celebrare-carousel-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #7a1422;
}

.celebrare-carousel-card__badge i {
    font-size: 0.95rem;
    color: #c12f3a;
}

.celebrare-carousel-card__price {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: right;
    color: #c42f3a;
}

.celebrare-carousel-card__price i {
    font-size: 1.05rem;
    color: #c12f3a;
    background: rgba(193, 47, 58, 0.08);
    padding: 0.45rem;
    border-radius: 50%;
}

.celebrare-carousel-card__price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.celebrare-carousel-card__price-old {
    font-size: 0.85rem;
    color: rgba(56, 16, 10, 0.45);
    text-decoration: line-through;
}

.celebrare-carousel-card__price-new {
    font-size: 1.05rem;
    font-weight: 700;
    color: #c42f3a;
}

.celebrare-carousel-card__price-single {
    font-size: 1rem;
    font-weight: 700;
    color: #3f1418;
}
.celebrare-carousel-card__cta {
    display: block;
    width: calc(100% - 2.4rem);
    margin: 0 1.2rem 1.4rem;
    text-align: center;
    background: #f9f9f9;
    color: #53111c;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.9rem 1.2rem;
    border: 1px solid #e5e5e5;
    border-radius: 1.3rem;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.celebrare-carousel-card__cta:hover {
    background: #53111c;
    color: #fff;
}

@media (max-width: 640px) {
    .celebrare-carousel-card__body,
    .celebrare-carousel-card__footer {
        padding: 1rem 1.2rem;
    }
    .celebrare-carousel-card__cta {
        width: calc(100% - 2rem);
        margin: 0 1rem 1rem;
    }
}

/*----------------------- -------------------------------
                      Template Internas
----------------------- -------------------------------*/
.page-internas{
    background: linear-gradient(135deg, rgba(255, 244, 236, 0.95), rgba(248, 232, 223, 0.9));
    color: #3f1418;
}
.page-internas header{
    position: relative;
    padding:120px 20px 20px 20px;
    color: #3f1418;
}
.page-internas header{
    display: grid;
    gap: 0.75rem;
    justify-items: center;
}

.page-internas header .internas_title {
    font-family: 'Syne', 'sans-serif';
    font-size: clamp(2rem, 5vw, 2.6rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a1422;
    width: 780px;
    max-width: 100%;
}
.internas_divider {
    width: min(7rem, 30vw);
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(193, 47, 58, 0.5) 50%, transparent 100%);
}


.page-internas .container-text{
   padding: 20px;
   width: 1000px;
   max-width: 100%;
   border: 1px solid #a5656e;
   background-color: #fff;
   border-radius:15px;
}
.page-internas .container-text h2{
    margin-top: 20px;
    margin-bottom: 16px;
}

/*--------------------------------------------------------
                   Página de Contato
---------------------------------------------------------*/
.contato {
    background-color:#f7f2e9;
    padding-top: 100px;
}

.contato  .form-content{
    width: 700px;
    max-width: 100% !important;
    background: linear-gradient(to bottom, #faf9f6, #f8f7f3);
    color: #111;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 20px 30px;
}

.contato p{
    text-align: left;
}

.contato__wrap {
    position: relative;
    display: grid;
    gap: clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
}

.contato__header {
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    max-width: 100%;
}

.contato__title {
    font-weight: 700;
    font-family: 'Syne', 'sans-serif';
    font-size:2.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3f1418;
}
.contato__subtitle {
    color: #636363;
    font-weight: 500;
    font-size: 1.05rem;
    font-family: 'Poppins','sans-serif';
}
.contato__divider {
    width: min(7rem, 30vw);
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(193, 47, 58, 0.5) 50%, transparent 100%);
}

.contato textarea#wpcf7-id-mensagem,
.contato form.wpcf7-form textarea[name="mensagem"] {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 200px !important;
}

.contato  .form-content p{
   margin-bottom: 0px !important;
}
.contato  .form-content .wpcf7-submit{
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.contato__whatsapp {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.6rem;
    border-radius: 0.85rem;
    border: 2px solid rgba(26, 173, 77, 0.5);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(245, 255, 248, 0.92));
    color: #1f8b4c;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contato__whatsapp i {
    font-size: 1.25rem;
}
.contato__whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(31, 139, 76, 0.18);
}

@media (max-width: 600px) {
    .contato__checkbox {
        flex-direction: column;
        align-items: flex-start;
    }
    .contato__whatsapp {
        width: 100%;
        justify-content: center;
    }
}

.nossa-proposta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #5d3c61, #8a4b66 58%, #c86c6b);
    color: #f9f4ef;
    font-family: 'Syne','sans-serif';
}

.nossa-proposta::before,
.nossa-proposta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(0.5px);
    pointer-events: none;
}

.nossa-proposta::before {
    width: 38rem;
    height: 38rem;
    top: -12rem;
    right: -10rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
}

.nossa-proposta::after {
    width: 28rem;
    height: 28rem;
    bottom: -10rem;
    left: -8rem;
    background: radial-gradient(circle, rgba(255, 208, 128, 0.35), rgba(255, 208, 128, 0));
}

.nossa-proposta__container {
    position: relative;
    z-index: 1;
}

.nossa-proposta__tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nossa-proposta__tagline i {
    color: #ffdca8;
}

.nossa-proposta__title {
    font-family: 'Syne', 'sans-serif';
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nossa-proposta__divider {
    width: 5rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 223, 176, 0), rgba(255, 223, 176, 0.85), rgba(255, 223, 176, 0));
}

.nossa-proposta__copy {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(249, 244, 239, 0.86);
}

.nossa-proposta__quote {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    margin: 0;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(249, 244, 239, 0.92);
    font-style: italic;
}

.nossa-proposta__quote i {
    font-size: 1.75rem;
    color: #ffdca8;
}

.nossa-proposta__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.nossa-proposta__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(249, 244, 239, 0.88);
}

.nossa-proposta__list li i {
    color: #ffdca8;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.nossa-proposta__frame {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    padding: 1.4rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 55px rgba(12, 1, 12, 0.3);
}

.nossa-proposta__frame::after {
    content: '';
    position: absolute;
    inset: 12% -18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    z-index: -1;
}

.nossa-proposta__image {
    position: relative;
    border-radius: 1.6rem;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 1.75rem;
    background: radial-gradient(circle at 15% 20%, rgba(255, 240, 229, 0.35), transparent 70%),
    linear-gradient(160deg, rgba(73, 14, 34, 0.88), rgba(146, 44, 64, 0.45));
}

.nossa-proposta__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(40, 5, 12, 0.55), rgba(40, 5, 12, 0));
    pointer-events: none;
}

.nossa-proposta__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 36px rgba(12, 0, 8, 0.45));
}

.nossa-proposta__badge {
    position: absolute;
    left: 1.75rem;
    bottom: 1.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}

.nossa-proposta__ribbon {
    position: absolute;
    top: 1.5rem;
    right: -1.4rem;
    transform: rotate(10deg);
    padding: 0.4rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffdca8, #ffe8c4);
    color: #5c2a33;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(15, 0, 12, 0.22);
}

@media (max-width: 991.98px) {
    .nossa-proposta {
        text-align: center;
    }

    .nossa-proposta__frame {
        margin-bottom: 2rem;
    }

    .nossa-proposta__ribbon {
        right: 0;
        top: 1.25rem;
        transform: rotate(0deg);
    }

    .nossa-proposta__list li {
        justify-items: center;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .nossa-proposta__image {
        aspect-ratio: 3 / 4;
        padding: 1.5rem 1.1rem;
    }

    .nossa-proposta__photo {
        max-width: 220px;
    }

    .nossa-proposta__badge {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        justify-content: center;
        text-align: center;
    }
}

/* -------------------------------------------------------
                      Indicadores
--------------------------------------------------------*/

.indicadores {
    --card-gradient-start: #400a12;
    --card-gradient-mid: #7a1422;
    --card-gradient-end: #c12f3a;
    --card-accent: #ffd080;
    --card-radius: 1.75rem;
    --card-padding: clamp(1.5rem, 2.5vw, 2.5rem);
    --card-gap: clamp(1.2rem, 4vw, 3.5rem);
    --stat-heading: clamp(1.75rem, 4vw, 3.25rem);
    --stat-label: clamp(0.75rem, 1.1vw, 1rem);
    background-color: #f8f3ec;
    padding-block: clamp(2rem, 4vw, 4rem);
    font-family: 'Syne','sans-serif';
}

.indicadores * {
    box-sizing: border-box;
}

.indicadores .stats-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.indicadores .stats-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--card-gap);
    padding: var(--card-padding);
    border-radius: var(--card-radius);
    background: linear-gradient(135deg, var(--card-gradient-start) 0%, var(--card-gradient-mid) 55%, var(--card-gradient-end) 100%);
    overflow: hidden;
    box-shadow: 0 1.25rem 3rem -1.5rem rgba(64, 10, 18, 0.7);
    isolation: isolate;
    color: #fff;
}
.indicadores .stats-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 25%, rgba(255, 208, 128, 0.45), transparent 48%),
    radial-gradient(circle at 15% 85%, rgba(255, 255, 255, 0.28), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0.7;
    z-index: -1;
}
.indicadores .stats-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 52%, rgba(255, 255, 255, 0.16) 68%, transparent 88%);
    z-index: -1;
}
.indicadores .stat {
    display: grid;
    justify-items: center;
    gap: 0.1rem;
    text-align: center;
    min-width: clamp(6rem, 10vw, 10rem);
}
.indicadores .stat i {
    font-size: clamp(1.25rem, 2vw, 2rem);
    color: var(--card-accent);
    margin: 0;
}
.indicadores .stat-value {
    font-size: var(--stat-heading);
    font-weight: 700;
    letter-spacing: 0.015em;
    margin: 0;
}
.indicadores .stat-label {
    font-size: var(--stat-label);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 240, 224, 0.88);
    margin: 0;
}
.indicadores .divider {
    width: clamp(60%, 80%, 90%);
    max-width: none;
    margin: 0 auto;
}
.indicadores .divider {
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 208, 128, 0.7) 40%, rgba(255, 208, 128, 0.7) 60%, transparent 100%);
    align-self: stretch;
    opacity: 0.85;
}
@media (max-width: 768px) {
    .indicadores .stats-card {
        flex-direction: column;
        gap: 1.5rem;
    }
    .indicadores .divider {
        width: 60%;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 208, 128, 0.7) 40%, rgba(255, 208, 128, 0.7) 60%, transparent 100%);
    }
}
.indicadores {
    padding-inline: clamp(1rem, 5vw, 3rem);
}


.indicadores .stats-wrapper {
    display: block;
    width: 100%;
}
.indicadores .stats-card {
    width: 100%;
    margin: 0;
}
@media (max-width: 768px) {
    .indicadores {
        padding-inline: clamp(0.5rem, 7vw, 1.5rem);
    }
    .indicadores .stats-card {
        width: 100%;
        transform: translateX(0);
        border-radius: clamp(1.5rem, 7vw, 2.6rem);
    }
    .indicadores .divider {
        width: calc(100% - clamp(2rem, 12vw, 3.5rem));
    }
}


/* -------------------------------------------------------
                      Footer
--------------------------------------------------------*/
.footer {
   background-color:#fff;
}

.footer > .container{
    padding-top: 40px;
    padding-bottom:40px;
    background-color:#fff;
}
.footer a,
.footer a:hover,
.footer a:focus {
    text-decoration: none;
}
.footer .container {
    position: relative;
    z-index: 1;
}

.footer .info-escola .img-logo {
    width:400px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer .info-escola p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #171717;
    margin-bottom: 0;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(233, 232, 234);
    color: #000;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.footer-social a > span:before{
    color:#56121d;
}

.footer-social a:hover {
    background: rgba(242, 222, 250, 0.99);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -16px rgba(0, 0, 0, 0.51);
}

.footer .widget-title {
    font-family: 'Syne', 'sans-serif';
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    color: #171717;
}

.footer .nav-link {
    font-family: 'Poppins','sans-serif';
    padding: 0.35rem 0;
    color: #171717;
    font-size: 0.94rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer .nav-link:hover {
    color: rgba(55, 55, 55, 1);
    transform: translateX(4px);
}

.footer .copy-content {
    background: rgba(242, 222, 250, 0.99);
}
.footer .copy-content > .container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .copy-content p {
    color: #171717;
    font-size:14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.03em;
    font-family: 'Poppins',sans-serif;
}

@media (max-width: 991px) {
    .footer {
        border-radius: 1.8rem;
    }
    .footer .info-escola {
        margin-bottom: 2.2rem;
    }
    .footer .widget-title {
        margin-top: 0.6rem;
    }
}

@media (max-width: 575px) {
    .footer {
        padding-inline: clamp(1.4rem, 6vw, 2rem);
    }
    .footer-social a {
        width: 38px;
        height: 38px;
    }
    .footer .nav-link {
        font-size: 0.92rem;
    }
    .footer .copy-content p {
        font-size: 0.82rem;
    }
}

/*--------------------------------------------------------
               Redes sociais rodapé
--------------------------------------------------------*/
.footer-cookies{
    position: fixed;
    background-color:#f0f0f0;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 25px;
    bottom: 0;left: 0;
}
.footer-cookies.visible{
    display: block;
    visibility: visible;
}
.footer-cookies.hidden{
    display: none;
    visibility: hidden;
}
.footer-cookies > .container{
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-cookies .btn-pink-modal,
.footer-cookies .btn-pink-modal:hover,
.footer-cookies .btn-pink-modal:focus,
.footer-cookies .btn-pink-modal:active,
.footer-cookies .btn-pink-modal.active{
    color: #484848;
    border: 2px solid #484848;
    background-color: #f0f0f0;
    outline: 0 !important;
}
.footer-cookies p{
    color: #2a2a2a;
    font-size: 14px;
    line-height: 130%;
    font-family: 'Syne','sans-serif';
}
@media (min-width: 768px){
    .footer-cookies p.text{
        padding-top: 10px;
    }
}
@media (max-width: 768px){
    .footer-cookies p.text{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .footer-cookies p.text-center{
        text-align: center;
    }
}
