
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {     
    --base-color: #dd6531;
    --dark-gray: #1f242e;
    --medium-gray: #808291;
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
}

.bg-dark-orange{
    background-color: #B35730;
    opacity: 0.2;
}
@media (max-width:1200px){
    .lg-px {
        padding-right: .35rem !important;
        padding-left: .35rem !important;
    }    
}

.breadcrumb-hover:hover{
    text-decoration: underline;
}

body {
    font-size: 17px;
    line-height: 30px; 
}
a {
    color: #808291;
}

.bg-gradient-black-dark-orange {
    background-image: linear-gradient(to right top, #353332, #312b28, #15110f, #4a3229, #5a2611);
}
.bg-gradient-dark-orange-transparent { 
    background-image: linear-gradient(to right top, rgba(212, 110, 66,.8), rgba(197, 105, 66,.8), rgba(184, 101, 66,.8), rgba(158, 93, 67,.8), rgba(111, 80, 70,.8));
}

.header-icon .icon > a {
    font-size: 20px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
}
.push-menu {
    width: 400px;
}
header .navbar-brand img {
    max-height: 30px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding: 9px 0 11px;
    border-bottom: 1px solid var(--light-medium-gray);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
    padding-top: 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
    border: 0;
    padding-bottom: 0;
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}

h1 {
    line-height: 4.5rem;
}
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}

footer .input-small, footer .textarea-small {
    font-size: 15px;
    padding-left: 20px;
}
footer .footer-logo img {
    max-height: 35px;
}

.page-title-extra-small h1 {
    font-size: 22px;
    line-height: 32px;
}

.newsletter-style-02 input {
    padding-right: 65px;
}
@media (max-width: 1199px) {
    .newsletter-style-02 input {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .page-title-extra-small h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
}

footer .elements-social li {
    margin: 0 10px 0 0;
}
footer .footer-logo img {
    max-height: 27px;
}
footer {
    padding-bottom: 30px;
}
footer {
    font-size: 15px;
    line-height: 30px;
}
 .mw-fit{
    max-width: 90%;
 }
 .fs-11rem{
    font-size: 1.1rem;
    line-height: 1.8rem;
 }
  .fs-09rem{
    font-size: 0.9rem;
    line-height: 1.5rem;
 }
 .btn-orange{
    font-size: 1rem !important;
    background-color: #dd6531;
    border-color: #dd6531;
    color: white;
    padding: 14px 32px !important;
 }
  .btn-orange:hover{
    background-color: transparent;
    border-color: #dd6531;
    transform: scale(1.02);
    border-width: 2.5px;
 }
 .fs-12rem{
    font-size: 1.2rem;
 }
 .swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #000;
}
.quebra-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-justify{
    text-align: justify;
}
.custom-tab li{
    padding-bottom: 1rem;
    color: var(--dark-gray);
}
.nav-tabs .nav-link.active {
    color:var(--base-color) !important;
}

.nav-tabs .nav-link.active .tab-border {
    background-color:var(--base-color);
}
.nav-tabs .nav-item .nav-link:hover{
    color: var(--base-color)!important;
}
.children-nav:hover{
    color: var(--medium-gray) !important;
}
@media (max-width:991px){
    .text-mobile{
        color:var(--dark-gray) !important;
    }
}

/* ===== Mobile Fixes: Homepage ===== */

/* 1. Feature boxes — border-start só faz sentido em grelha multi-coluna;
      em mobile (single col) remove a borda lateral */
@media (max-width: 767px) {
    .icon-with-text-style-01.border-start {
        border-left: 0 !important;
    }
}

/* 2. CTA parallax — o h1 não tem classe xs-fs-* e fica enorme em mobile */
@media (max-width: 575px) {
    .cta-parallax-section h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .cta-parallax-section p {
        font-size: 15px !important;
    }
    .cta-parallax-section .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* 3. Imagem flutuante (about section) — no mobile empilhado precisa de
      margem extra para não sobrepor a coluna de texto abaixo */
@media (max-width: 575px) {
    .about-images-col {
        margin-bottom: 130px !important;
    }
}

/* ═════════════════════════════════════════════════════════
   Formações & Workshops page (prefixed with .fw-)
   ═════════════════════════════════════════════════════════ */

.fw-area-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: #fff6f2; border-radius: 100px; font-size: 14px; color: #36332e; font-weight: 500; transition: background .25s ease; }
.fw-area-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #dd6531; flex-shrink: 0; }
.fw-area-chip:hover { background: #fae7df; }

.fw-format-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 36px 28px; height: 100%; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.fw-format-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(221,101,49,.08); border-color: #fae7df; }
.fw-format-card__icon { width: 56px; height: 56px; border-radius: 14px; background: #fae7df; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }

.fw-ctx-section { padding: 72px 0; }
.fw-ctx-section--warm { background: #f8f5f2; }

.fw-ctx-block { display: grid; grid-template-columns: 11fr 13fr; gap: 72px; align-items: start; }
@media (max-width: 991px) { .fw-ctx-block { grid-template-columns: 1fr; gap: 40px; } }

.fw-ctx-image { width: 100%; aspect-ratio: 3 / 2; border-radius: 20px; background-size: cover; background-position: center; position: relative; overflow: hidden; margin-bottom: 36px; box-shadow: 0 24px 48px -24px rgba(54,51,46,.25); }
.fw-ctx-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(54,51,46,.35) 100%); }

.fw-ctx-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #fff6f2 0%, #fae7df 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.fw-ctx-icon svg { width: 26px; height: 26px; }

.fw-ctx-header__num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; letter-spacing: 4px; color: #dd6531; font-weight: 600; text-transform: uppercase; }
.fw-ctx-header__title { font-size: clamp(30px, 3.2vw, 42px); line-height: 1.1; color: #36332e; margin: 14px 0 18px; letter-spacing: -1.2px; }
.fw-ctx-header__tagline { color: #dd6531; font-size: 15px; font-weight: 500; line-height: 1.45; margin: -6px 0 18px; font-style: italic; }
.fw-ctx-header__desc { color: #5a5753; font-size: 16px; line-height: 1.75; }
.fw-ctx-header__desc p { margin-bottom: 0; }

.fw-offer-group { padding: 32px 0; border-top: 1px solid #ececec; }
.fw-offer-group:first-child { border-top: 0; padding-top: 0; }
.fw-offer-group:last-child { padding-bottom: 0; }
.fw-offer-type { display: flex; align-items: center; gap: 16px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #dd6531; font-weight: 700; margin-bottom: 18px; }
.fw-offer-type::after { content: ""; flex: 1; height: 1px; background: #fae7df; }
.fw-offer-item { display: flex; align-items: flex-start; gap: 16px; padding: 12px 0; color: #36332e; font-size: 17px; line-height: 1.5; font-weight: 500; }
.fw-offer-item__bullet { flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; background: #fff6f2; display: flex; align-items: center; justify-content: center; }
.fw-offer-item__bullet svg { width: 12px; height: 12px; opacity: .85; }

.fw-ctx-cta { margin-top: 36px; padding-top: 28px; border-top: 1px solid #ececec; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.fw-ctx-cta__note { color: #858181; font-size: 14px; margin: 0; }
.fw-ctx-cta__btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; background: #36332e; color: #fff !important; border-radius: 100px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; text-decoration: none; transition: background .25s ease, transform .25s ease; }
.fw-ctx-cta__btn:hover { background: #dd6531; transform: translateY(-2px); }
.fw-ctx-cta__btn svg { transition: transform .25s ease; }
.fw-ctx-cta__btn:hover svg { transform: translateX(3px); }

.fw-team-card { background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 36px 32px; text-align: center; transition: border-color .3s ease, transform .3s ease; }
.fw-team-card:hover { border-color: #fae7df; transform: translateY(-3px); }
.fw-team-card__avatar { width: 96px; height: 96px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(135deg, #fff6f2 0%, #fae7df 100%); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 700; color: #dd6531; letter-spacing: -1px; }