 *,*::before,*::after{box-sizing:border-box;}*{margin:0;}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords;}}body{line-height:1.2;-webkit-font-smoothing:antialiased;}img,picture,video,canvas,svg{display:block;max-width:100%;}input,button,textarea,select{font:inherit;}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;}p{text-wrap:pretty;}h1,h2,h3,h4,h5,h6{text-wrap:balance;}#root,#__next{isolation:isolate;}:root{--soft-shadow:rgba(50,50,93,0.25) 0 2px 5px -1px,rgba(0,0,0,0.3) 0 1px 3px -1px;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.container{max-width:140rem;padding:0 1rem;margin:0 auto;}.button{display:flex;align-items:center;justify-content:center;gap:0.8rem;padding:1.6rem 3.2rem;min-height:4.8rem;width:fit-content;border-radius:5rem;text-decoration:none;font-size:1.6rem;font-weight:700;.button-icon{flex-shrink:0;}&.button--primary{color:#fff;background:linear-gradient(90deg,#FF9D00 0,#FF5300 50%,#FF9D00 100%);background-size:200% 100%;background-position:100% 0;transition:background-position 300ms ease-in-out,outline-color 300ms ease-in-out;&:hover{background-position:0 0;}}&.button--outline{color:#FF9D00;background:transparent;border:2px solid #FF9D00;transition:all 300ms ease-in-out;&:hover{color:#fff;background:#FF9D00;border-color:#FF9D00;}}@media (min-width:1024px){font-size:1.8rem;}}:root{font-size:62.5%;}html{margin:0 !important;padding:0 !important;}body{color:#333;font-size:1.6rem;font-family:'Sora',sans-serif;background:#fff;}p{line-height:1.5;@media (min-width:1024px){&.text-md{font-size:1.8rem;}}}h1{font-size:3.2rem;line-height:1.2;@media (min-width:768px){font-size:4.8rem;}@media (min-width:1024px){font-size:5.6rem;}}h2{font-size:2.4rem;@media (min-width:768px){font-size:4rem;}@media (min-width:1024px){font-size:5.6rem;}}h3{font-size:2rem;@media (min-width:768px){font-size:3.2rem;}@media (min-width:1024px){font-size:4rem;}}#menfis-app{position:relative;}.site-main>section,.site-main>div,.site-main>article{overflow-x:clip;}#site-header{position:fixed;top:0;left:0;right:0;z-index:999;transform:translateY(0);transition:transform 300ms linear;}#site-header.navbar-hidden{transform:translateY(calc(-100% - 2.4rem));}#navbar{padding-top:2.4rem;.navbar__content{background:#f8f9fa;border-radius:2.4rem;padding:1.6rem 4rem;height:9rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;box-shadow:var(--soft-shadow);border:1px solid #ddd;}.navbar__brand{flex-shrink:0;width:6rem;height:auto;}.navbar__brand svg{width:100%;height:auto}.navbar__brand path{transition:fill 300ms ease-in-out;}.navbar__brand:hover path{fill:#FD712D;}.navbar__nav{list-style:none;margin:0;padding:0;display:none;gap:1rem;}.navbar__item{position:relative;}.navbar__link{font-size:1.4rem;color:#333;text-decoration:none;padding:.8rem 1.6rem;border-radius:.8rem;transition:all 300ms ease-in-out;display:flex;align-items:center;gap:.8rem;}.navbar__link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__dropdown{position:relative;}.navbar__dropdown-trigger{background:none;border:none;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:inherit;}.navbar__dropdown-icon{transition:transform 300ms ease-in-out;}.navbar__dropdown:hover .navbar__dropdown-icon,.navbar__dropdown-trigger[aria-expanded="true"] .navbar__dropdown-icon{transform:rotate(180deg);}.navbar__dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px rgba(0,0,0,0.1);min-width:20rem;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:all 300ms ease-in-out;z-index:1000;list-style:none;margin:0;padding:1.2rem 0;margin-top:.8rem;}.navbar__dropdown:hover .navbar__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}.navbar__dropdown-item{margin:0;}.navbar__dropdown-link{display:block;padding:1.2rem 2rem;color:#333;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.navbar__dropdown-link:hover{background:rgba(253,113,45,0.1);color:#FD712D;}.navbar__actions{display:none;}.navbar__contact-button{display:none;white-space:nowrap;font-size:1.4rem;min-width:20rem;}@media (min-width:1440px){.navbar__nav{display:flex;margin-right:auto;}.navbar__actions{display:flex;align-items:center;}.navbar__contact-button{display:inline-flex;}}}body.mobile-menu-open{overflow:hidden;}.mobile-menu-button{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:.8rem;gap:1.6rem;transition:all 300ms ease-in-out;@media (min-width:1440px){display:none;}.mobile-menu-button__text{text-transform:uppercase;}.mobile-menu-button__icon{display:flex;flex-direction:column;gap:.8rem;}.mobile-menu-button__line{width:3.2rem;height:.3rem;background:#333;border-radius:.2rem;transition:all 300ms ease-in-out;}&:hover .mobile-menu-button__line{background:#FD712D;}&[aria-expanded="true"]{.mobile-menu-button__line:nth-child(1){transform:rotate(45deg) translateY(1.1rem);}.mobile-menu-button__line:nth-child(2){opacity:0;}.mobile-menu-button__line:nth-child(3){transform:rotate(-45deg) translateY(-1.1rem);}}}.mobile-menu{display:flex;@media (min-width:1440px){display:none;}.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.6);z-index:9998;opacity:0;visibility:hidden;backdrop-filter:blur(4px);transition:all 300ms ease-in-out;}.mobile-menu__panel{position:fixed;top:0;right:0;width:min(32rem,85vw);max-width:32rem;height:100dvh;background:#fff;z-index:9999;padding:2.4rem;overflow-y:scroll;box-shadow:-4px 0 20px rgba(0,0,0,0.1);transform:translateX(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}&.is-open .mobile-menu__overlay{opacity:1;visibility:visible;}&.is-open .mobile-menu__panel{transform:translateX(0);}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid #eee;}.mobile-menu__brand{max-width:16rem;}.mobile-menu__brand a{display:block;transition:all 300ms ease-in-out;}.mobile-menu__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 12px rgba(253,114,45,0.3));}.mobile-menu__brand svg{width:100%;height:auto;}.mobile-menu__close{background:none;border:none;font-size:2.4rem;cursor:pointer;color:#333;transition:color 300ms ease-in-out;padding:.4rem;border-radius:.4rem;}.mobile-menu__close:hover{color:#FD712D;}.mobile-menu__nav{list-style:none;margin:0;padding:0;}.mobile-menu__item{margin-bottom:1.6rem;}.mobile-menu__link{display:block;padding:1.2rem 0;color:#333;text-decoration:none;font-size:1.8rem;transition:color 300ms ease-in-out;}.mobile-menu__link:hover{color:#FD712D;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger{width:100%;background:none;border:none;text-align:left;font-family:inherit;font-size:1.8rem;color:#333;padding:1.2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color 300ms ease-in-out;}.mobile-menu__item--dropdown .mobile-menu__dropdown-trigger:hover{color:#FD712D;}.mobile-menu__dropdown-icon{transition:transform 300ms ease-in-out;}.mobile-menu__dropdown-trigger[aria-expanded="true"] .mobile-menu__dropdown-icon{transform:rotate(180deg);}.mobile-menu__dropdown-menu{list-style:none;margin:0;padding:0 0 0 1rem;border-left:4px solid #FD712D;max-height:0;overflow:hidden;transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);}.mobile-menu__dropdown-item+.mobile-menu__dropdown-item{margin-top:1.2rem;}.mobile-menu__dropdown-link{display:block;padding:.8rem 0;color:#666;text-decoration:none;font-weight:500;font-size:1.6rem;transition:color 300ms ease-in-out;}.mobile-menu__dropdown-link:hover{color:#FD712D;}.mobile-menu__actions{margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid #eee;}.mobile-menu__contact-button{width:100%;justify-content:center;font-size:1.6rem;padding:1.6rem 2.4rem;}}#site-main{&>section:first-child{padding-top:calc(9rem + (2.4rem + 2.4rem));}}#site-footer{position:relative;z-index:91;background:#1F1F1F;padding:4rem 0;color:#fff;border-top:2px solid #FD712D;.footer__row:first-child{display:grid;gap:4rem;}.footer__row .footer__brand{margin:0 auto;}.footer__row .footer__brand a{display:flex;max-width:24rem;transition:all 300ms ease-in-out;}.footer__row .footer__brand a:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.2))}.footer__row .footer__brand svg{width:100%;height:auto;}.footer__row:first-child h3{position:relative;font-size:1.8rem;font-weight:300;margin:0 auto 2.4rem;text-align:center;width:fit-content;}.footer__row:first-child h3::before{content:'';position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:#FD712D;border-radius:.2rem;}.footer__row:first-child ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;gap:1.6rem;}.footer__row:first-child ul a{color:#fff;text-decoration:none;font-size:1.4rem;transition:all 300ms ease-in-out;}.footer__row:first-child ul a:hover{color:#FD712D;}.footer__row:last-child{display:flex;flex-direction:column;gap:4rem;padding-top:2.4rem;margin-top:4rem;border-top:2px solid rgba(221,221,221,0.1);}.footer__row:last-child .footer__copyright{font-size:1.4rem;text-align:center;}.footer__row:last-child .menfis-logo{display:flex;max-width:14rem;margin:0 auto;transition:all 300ms ease-in-out;}.footer__row:last-child .menfis-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 0 24px rgba(253,114,45,0.6));}.footer__copyright-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-top:.8rem;}.footer__copyright-links a{padding:0 .8rem;border-left:2px solid #FD712D;color:#fff;transition:all 300ms ease-in-out;}.footer__copyright-links a:hover{background:#FD712D;}.footer__row:last-child .menfis-logo svg{width:100%;height:auto;}.footer__site-map,.footer__site-social{width:fit-content;margin:0 auto;}@media (min-width:768px){.footer__row:first-child{grid-template-columns:repeat(2,1fr);}.footer__row .footer__brand{grid-column:1 / -1;}.footer__site-map,.footer__site-social{width:100%;}}@media (min-width:1024px){.footer__row:first-child{grid-template-columns:repeat(3,1fr);}.footer__row .footer__brand{grid-column:unset;margin:unset;}.footer__copyright-links{justify-content:start;}.footer__row:first-child h3{text-align:start;margin:0 0 2.4rem;}.footer__row:first-child ul{justify-content:start;}.footer__row:last-child{flex-direction:row;justify-content:space-between;}.footer__row:last-child .footer__copyright{text-align:start;}.footer__row:last-child .menfis-logo{margin:unset;}}@media (min-width:1200px){.footer__row:first-child{grid-template-columns:repeat(6,1fr);}.footer__row:first-child ul{flex-direction:column;}.footer__site-social ul.footer__site-social-list{flex-direction:row;}}}#back-to-top{position:sticky;bottom:0;right:0;left:0;z-index:90;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(100%);transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94);&.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.back-to-top__container{display:flex;justify-content:flex-end;pointer-events:none;}.back-to-top__button{cursor:pointer;display:flex;align-items:center;justify-content:center;background:#1F1F1F;color:#fff;border:0;padding:.6rem 1rem;border-radius:.8rem .8rem 0 0;border-left:2px solid #FD712D;border-right:2px solid #FD712D;border-top:2px solid #FD712D;border-bottom:2px solid transparent;transition:all 300ms ease-in-out;pointer-events:auto;margin-top:-3.6rem;}.back-to-top__button:hover{background:#2F2F2F;}.back-to-top__button:active{transform:translateY(0);}.back-to-top__button svg{width:2rem;height:2rem;}}.gsap-reveal{opacity:0;transform:translateY(30px);transition:none !important;}.gsap-reveal-left{opacity:0;transform:translateX(-50px);transition:none !important;}.gsap-reveal-right{opacity:0;transform:translateX(50px);transition:none !important;}.gsap-reveal-scale{opacity:0;transform:scale(0.9);transition:none !important;}.gsap-reveal-stagger{opacity:0;transform:translateY(60px);transition:none !important;}#site-hero{--text-color:#333;--content-padding:2.4rem;--background-vignette:rgba(0,0,0,0.4);--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);.site-hero__container{position:relative;}.site-hero__splide{position:relative;border-radius:3.2rem;border:1px solid #ddd;background:gray;box-shadow:var(--soft-shadow);overflow:hidden;}.site-hero__splide-image .splide__slide{display:flex;justify-content:center;align-items:center;height:50rem;overflow:hidden;}.site-hero__splide-image .splide__slide img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:3.2rem;}.site-hero__splide-content{position:absolute;top:0;left:0;right:0;bottom:0;}.site-hero__splide-content::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;}.site-hero__splide-content .splide__track{width:100%;height:100%;}.site-hero__splide-content .splide__slide{color:var(--text-color);display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:var(--content-padding);}.site-hero__splide-content .splide__pagination{display:flex;gap:1rem;bottom:2rem;}.site-hero__splide-content .splide__pagination__page{padding:0;margin:0;transform:unset;background:#F0F8FF;height:1rem;width:1rem;border-radius:.2rem;transition:all 300ms ease-in-out;}.site-hero__splide-content .splide__pagination__page.is-active{width:2rem;background:linear-gradient(90deg,#FD712D 0,#FF9D00 100%);}.site-hero__splide-content .site-hero__title{font-weight:300;font-size:2rem;max-width:80rem;margin-bottom:2.4rem;}.site-hero__splide-content .site-hero__title strong{font-weight:700;}.site-hero__splide-content .splide__slide>*{opacity:0;transform:translateY(30px);transition:all 0.6s cubic-bezier(0.25,0.46,0.45,0.94);}.site-hero__info{--text-color:#fff;position:absolute;top:0;left:1rem;display:flex;flex-wrap:wrap;gap:1rem 2.4rem;padding:var(--content-padding);}.site-hero__subtitle{color:var(--text-color);text-transform:uppercase;font-size:1.8rem;font-weight:300;line-height:1.2;transition:all 300ms;}.site-hero__subtitle strong{font-weight:700;}.site-hero__social{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;list-style:none;margin:0;padding:0;}.site-hero__social-link{color:var(--text-color);}@media (min-width:425px){--content-padding:4rem;.site-hero__splide-content .site-hero__title{font-size:2.4rem;}.site-hero__subtitle{font-size:2rem;}}@media (min-width:768px){.site-hero__splide-image .splide__slide{height:60rem;}.site-hero__splide-content .site-hero__title{font-size:4rem;}.site-hero__subtitle{font-size:2.4rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;.site-hero__splide-image .splide__slide{height:70rem;}.site-hero__splide-content .site-hero__title{font-size:5.6rem;}}@media (min-width:1440px){.site-hero__splide-image .splide__slide{height:74rem;}}}#cursos-categorias{--card-padding:2.4rem;margin-bottom:var(--section-bottom-margin);.cursos-categorias__header{margin-bottom:4rem;}.cursos-categorias__header .wrapper{display:flex;flex-direction:column;gap:2.4rem;}.cursos-categorias__title{margin-bottom:2.4rem;}.cursos-categorias__title strong{color:#FD712D;}.cursos-categorias__description{max-width:70rem;}.cursos-categorias__cards{display:grid;gap:2.4rem;}.cursos-categorias__cards .card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:var(--card-padding);background:#333;border-radius:3.2rem;min-height:48rem;box-shadow:var(--soft-shadow);transition:all 300ms ease-in-out;}.cursos-categorias__cards .card:hover{transform:translateY(-0.2rem);background:#3b3b3b;}.cursos-categorias__cards .card:last-child{background:linear-gradient(90deg,#FD712D 0,#e25a16 50%,#d54f0d 100%);background-size:200% 100%;background-position:0 0;transition:all 300ms ease-in-out;}.cursos-categorias__cards .card:last-child:hover{background-position:100% 0;transform:translateY(-0.2rem);}.cursos-categorias__cards .card__title{margin-bottom:2.4rem;font-size:2.4rem;}.cursos-categorias__cards .card__description{margin-bottom:4rem;}.cursos-categorias__cards .button--card{color:#fff;border:1px solid #fff;margin:0 auto;transition:all 300ms ease-in-out;}.cursos-categorias__cards .button--card:hover{background:#fff;color:#FD712D;border-color:#FD712D;}@media (min-width:425px){.cursos-categorias__cards .card__title{font-size:3.2rem;}}@media (min-width:768px){.cursos-categorias__title{font-size:4rem;}.cursos-categorias__cards{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){--card-padding:4rem;.cursos-categorias__header .wrapper{flex-direction:row;align-items:center;}.cursos-categorias__title{font-size:5.6rem;}.cursos-categorias__cards .card__title{font-size:4rem;}}}#cursos-slide{--section-padding:8rem 0;padding:var(--section-padding);overflow:hidden;.cursos-slide__container{display:flex;flex-direction:column;gap:2.4rem;}.cursos-slide__track{display:flex;width:fit-content;gap:2.4rem;}.cursos-slide__track--left{animation:slideLeft 150s linear infinite;}.cursos-slide__track--right{animation:slideRight 150s linear infinite;transform:translateX(0);}.cursos-slide__track:hover{animation-play-state:paused;}.cursos-slide__list{display:flex;gap:2.4rem;white-space:nowrap;min-width:100vw;}.cursos-slide__item{display:inline-block;padding:1.6rem 3.2rem;background:#F0F0F0;color:#333;text-decoration:none;border-radius:5rem;font-size:1.6rem;box-shadow:var(--soft-shadow);transition:all 300ms ease-in-out;}.cursos-slide__item:hover{background:#FD712D;color:#fff;border-color:transparent;transform:translateY(-0.2rem);box-shadow:0 0.4rem 1.2rem rgba(253,113,45,0.3);}}@keyframes slideLeft{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}@keyframes slideRight{0%{transform:translateX(-50%);}100%{transform:translateX(0);}}#arquitec-referencia{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);.arquitec-referencia__container{display:flex;flex-direction:column;gap:2.4rem;}.arquitec-referencia__title{font-size:2.4rem;text-align:center;}.arquitec-referencia__title strong{color:#FD712D;}.arquitec-referencia__info{display:flex;align-items:center;flex-direction:column;}.arquitec-referencia__info-numero{font-size:8rem;}.arquitec-referencia__info-numero strong{color:#FD712D;}.arquitec-referencia__info-text{font-size:3.2rem;font-weight:700;text-align:center;}@media (min-width:425px){.arquitec-referencia__title{font-size:3.2rem;}}@media (min-width:768px){.arquitec-referencia__container{flex-direction:row;align-items:flex-end;}.arquitec-referencia__title{font-size:4rem;text-align:start;max-width:48rem;}}@media (min-width:1024px){.arquitec-referencia__title{font-size:4.8rem;max-width:60rem;}}}#arquitec-destaques{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);overflow:hidden;.arquitec-destaques__header{margin-bottom:4rem;}.arquitec-destaques__title{margin-bottom:2.4rem;}.arquitec-destaques__splide .splide__track{overflow:visible;}.arquitec-destaques__splide .splide__slide{max-width:28rem;}.arquitec-destaques__splide .image-wrapper{width:100%;height:30rem;margin-bottom:1.6rem;border-radius:1.6rem;overflow:hidden;box-shadow:var(--soft-shadow);}.arquitec-destaques__splide .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;}.arquitec-destaques__splide .splide__arrows{visibility:hidden;}.arquitec-destaques__splide .splide__arrow{background:rgba(0,0,0,0.4);backdrop-filter:blur(3px);height:5rem;width:5rem;transition:all 300ms ease-in-out;}.arquitec-destaques__splide .splide__arrow svg{fill:#fff;}@media (min-width:425px){.arquitec-destaques__splide .splide__slide{max-width:38rem;}.arquitec-destaques__splide .image-wrapper{height:40rem;}}@media (min-width:768px){.arquitec-destaques__splide .splide__slide{max-width:70rem;}.arquitec-destaques__splide .image-wrapper{height:60rem;}.arquitec-destaques__splide .splide__arrows{visibility:visible;}}@media (min-width:1024px){--section-margin-bottom:14rem;.arquitec-destaques__title{font-size:4.8rem}.arquitec-destaques__splide .splide__slide{max-width:90rem;}}}#arquitec-experiencia{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);background:#f1f1f1;.arquitec-experiencia__container{display:flex;flex-direction:column;gap:2.4rem;}.arquitec-experiencia__header{padding:4rem 0;}.arquitec-experiencia__title strong{color:#FD712D;}.arquitec-experiencia__tags{height:30rem;overflow:hidden;position:relative;min-width:30rem;}.arquitec-experiencia__tags-track{display:flex;flex-direction:column;gap:2.4rem;animation:slideUp 20s linear infinite;}.arquitec-experiencia__tags-list{display:flex;flex-direction:column;gap:2.4rem;}.arquitec-experiencia__tags .tag{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;min-height:5.6rem;padding:1.6rem 2.4rem;background:linear-gradient(90deg,#FD712D 0,#FF9D00 100%);border-radius:8px;color:#fff;font-size:2rem;font-weight:700;}.arquitec-experiencia__tags .tag{width:100%;max-width:50rem;}.arquitec-experiencia__tags .tag:nth-child(odd){margin-left:auto;}.arquitec-experiencia__tags .tag:nth-child(even){margin-right:auto;}@media (min-width:768px){.arquitec-experiencia__container{display:grid;grid-template-columns:minmax(min-content,90rem) auto;align-items:center;gap:4rem;}.arquitec-experiencia__tags{height:50rem;}.arquitec-experiencia__tags .tag{width:fit-content;min-width:26rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;}@media (min-width:1440px){.arquitec-experiencia__tags{height:40rem}}}@keyframes slideUp{0%{transform:translateY(0);}100%{transform:translateY(-50%);}}#video-institucional{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);.video-institucional__player{position:relative;max-width:90rem;margin:0 auto;border-radius:1.6rem;overflow:hidden;box-shadow:var(--soft-shadow);width:100%;aspect-ratio:16 / 9;background:#333;}.video-institucional__thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;cursor:pointer;transition:all 300ms ease-in-out;}.video-institucional__thumbnail:hover{transform:scale(1.02);}.video-institucional__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 300ms ease-in-out;}.video-institucional__thumbnail:hover img{filter:brightness(0.8);}.video-institucional__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;transition:all 300ms ease-in-out;opacity:0.9;}.video-institucional__play-button:hover{transform:translate(-50%,-50%) scale(1.1);opacity:1;}.video-institucional__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:1.6rem;z-index:2;}@media (min-width:768px){.video-institucional__title{font-size:4rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;.video-institucional__title{font-size:4.8rem;}}}#depoimentos{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);overflow-x:clip;.depoimentos__title{text-align:center;margin-bottom:4rem;}.depoimentos__title strong{color:#FD712D;}.depoimentos__card-splide .splide__track{overflow:visible;}.depoimentos__card-splide .splide__slide{max-width:40rem;}.depoimentos__card-splide .depoimento-card{background:#F1F1F1;padding:2.4rem;border-radius:3.2rem;border:1px solid #ddd;box-shadow:var(--soft-shadow);}.depoimentos__card-splide .depoimento-card__header{display:flex;align-items:center;gap:1.6rem;margin-bottom:.8rem;}.depoimentos__card-splide .depoimento-card__avatar{border-radius:50%;border:1px solid #ddd;width:6.4rem;height:6.4rem;overflow:hidden;flex-shrink:0;}.depoimentos__card-splide .depoimento-card__avatar img{width:100%;height:100%;object-fit:cover;}.depoimentos__card-splide .depoimento-card__nome{font-size:1.8rem;font-weight:700;}.depoimentos__card-splide .depoimento-card__titulo{font-size:1.4rem;color:#e25a16;}.depoimentos__card-splide .depoimento-card__estrelas{color:#FD712D;font-size:2rem;}.depoimentos__card-splide .depoimento-card__texto{font-size:1.5rem;}}#lives-palestras{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);overflow-x:clip;.lives-palestras__title{margin-bottom:4rem;}.lives-palestras__title strong{color:#FD712D;}.splide__track{overflow:visible;}.splide__slide{max-width:48rem;min-height:36rem;}.card{position:relative;background:#F1F1F1;border:1px solid #ddd;box-shadow:var(--soft-shadow);border-radius:3.2rem;overflow:hidden;width:100%;height:100%;transition:all 300ms ease;}.card--clickable{display:block;text-decoration:none;color:inherit;cursor:pointer;}.card--clickable:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.15);}.card--clickable:hover .card__play-overlay{opacity:1;visibility:visible;}.card__thumbnail{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease;}.card--clickable:hover .card__thumbnail{transform:scale(1.05);}.card__content{position:absolute;top:4rem;left:2.4rem;right:2.4rem;color:#fff;z-index:2;}.card__play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 300ms ease;z-index:3;}.card__play-btn{background:rgba(255,255,255,0.9);border:none;border-radius:50%;width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;color:#FD712D;cursor:pointer;transition:all 300ms ease;backdrop-filter:blur(10px);}.card__play-btn:hover{background:#fff;transform:scale(1.1);}.card__title{font-size:2.4rem;margin-bottom:2.4rem;}.card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:1.4rem;}.card__categoria{border:1px solid #fff;border-radius:5rem;padding:.4rem 1.2rem;}@media (max-width:767px){.card__play-overlay{opacity:1;visibility:visible;background:rgba(0,0,0,0.2);}.card__content{top:2rem;left:1.6rem;right:1.6rem;}.card__title{font-size:2rem;margin-bottom:1.6rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;}}#fale-conosco{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);.fale-conosco__formulario{background:linear-gradient(90deg,#FD712D 0,#FF9D00 100%);border-radius:3.2rem 3.2rem 0 0;padding:4rem 2.4rem;margin-bottom:2.4rem;color:#fff;.fale-conosco__formulario-header{text-align:center;}.fale-conosco__formulario-title{margin-bottom:1.6rem;}.fale-conosco__formulario-description{margin-bottom:4rem;}.fale-conosco__form .wpcf7 br{display:none;}.fale-conosco__form .form-row{display:flex;flex-wrap:wrap;gap:2.4rem;margin-bottom:2.4rem;}.fale-conosco__form .form-row>p{flex:1 1 30rem;margin:0;}.fale-conosco__form .form-row .wpcf7-form-control-wrap{display:flex;gap:.8rem;flex-direction:column;}.fale-conosco__form .form-control,.fale-conosco__form .btn-submit{outline:2px solid transparent;outline-offset:2px;}.fale-conosco__form .form-control{width:100%;padding:1.6rem 2.4rem;border:1px solid #ddd;border-radius:1.6rem;font-size:1.6rem;transition:outline-color 300ms ease-in-out;}.fale-conosco__form .form-control:hover,.fale-conosco__form .form-control:focus-within{outline-color:#fff;}.fale-conosco__form .btn-submit{background:#333;color:#fff;padding:1.6rem 2.4rem;border:none;border-radius:1.6rem;cursor:pointer;font-size:1.6rem;font-weight:600;width:100%;transition:opacity 300ms ease-in-out,outline-color 300ms ease-in-out,background 300ms ease-in-out;}.fale-conosco__form .btn-submit:hover:not(:disabled){outline-color:#444;background:#444;}.fale-conosco__form .btn-submit:disabled{cursor:not-allowed;opacity:.5;}.fale-conosco__form .aceite-wrapper>p{display:flex;font-size:1.6rem;}.fale-conosco__form .aceite-wrapper .wpcf7-list-item>label{display:flex;align-items:center;gap:.8rem;}.fale-conosco__form .aceite-wrapper .wpcf7-form-control-wrap{display:inline-block;margin-right:.8rem;}.fale-conosco__form .form-row--checkbox{display:flex;align-items:flex-start;gap:16px;margin-bottom:2rem;}.fale-conosco__form .form-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:2rem;height:2rem;border:2px solid rgba(255,255,255,0.7);border-radius:6px;background-color:rgba(255,255,255,0.1);cursor:pointer;position:relative;transition:all 0.3s ease;flex-shrink:0;margin-top:2px;}.fale-conosco__form .form-checkbox:checked{background-color:#fff;border-color:#fff;transform:scale(1.05);}.fale-conosco__form .form-checkbox:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#FD712D;font-size:16px;font-weight:bold;line-height:1;}.fale-conosco__form .form-checkbox:hover{border-color:#fff;background-color:rgba(255,255,255,0.2);transform:scale(1.02);}.fale-conosco__form .form-checkbox:focus{outline:none;border-color:#fff;box-shadow:0 0 0 4px rgba(255,255,255,0.3);}.fale-conosco__form .aceite-wrapper label{cursor:pointer;line-height:1.5;flex:1;font-size:1.6rem;user-select:none;}.fale-conosco__form .aceite-wrapper a{color:#fff;}.wpcf7-not-valid-tip{background:#fff;color:#dc3232;border-left:4px solid #dc3232;padding-left:.8rem;font-size:1.4rem;}.wpcf7-response-output{border:unset;border-left:4px solid #dc3232;background:#fff;color:#dc3232;margin:2.4rem 0 0;text-align:center;}.wpcf7-spinner{display:none;}}.fale-conosco__info{display:grid;gap:4rem;padding:4rem 2.4rem;background:#333;color:#fff;border-radius:0 0 3.2rem 3.2rem;.fale-conosco__info-map{background:#ddd;border-radius:3.2rem;overflow:hidden;min-height:40rem;position:relative;border:1px solid #969696;}.map-placeholder{width:100%;height:40rem;border-radius:3.2rem;overflow:hidden;position:relative;}.map-placeholder__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;}.map-placeholder__background::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);background-image:radial-gradient(circle at 30% 20%,rgba(120,160,180,0.3) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(120,160,180,0.2) 0,transparent 50%);opacity:1;transition:opacity 0.3s ease;}.map-placeholder__background[style*="background-image"]::after{opacity:0;}.map-placeholder__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);transition:background-color 0.3s ease;}.map-placeholder:hover .map-placeholder__background{filter:brightness(1);}.map-placeholder:hover .map-placeholder__overlay{background:rgba(0,0,0,0.7);}.map-placeholder__content{text-align:center;padding:2rem;color:#fff;z-index:2;max-width:40rem;}.map-placeholder__icon{display:flex;justify-content:center;font-size:3rem;margin-bottom:1rem;}.map-placeholder__title{font-size:2rem;font-weight:600;margin-bottom:1rem;}.map-placeholder__address{margin-bottom:2rem;line-height:1.5;font-size:1.6rem;opacity:0.9;}.map-placeholder__button{cursor:pointer;position:relative;z-index:5;display:flex;align-items:center;justify-content:center;gap:0.8rem;padding:1.6rem 3.2rem;min-height:4.8rem;width:fit-content;border-radius:5rem;text-decoration:none;font-size:1.6rem;font-weight:700;background:#fff;color:#333;border:1px solid #ddd;outline:2px solid transparent;outline-offset:2px;transition:all 300ms ease-in-out;}.map-placeholder__button:hover{outline-color:#fff;transform:translateY(-1px);}.map-placeholder__button:active{transform:translateY(0);}.fale-conosco__info-map iframe{width:100%;height:40rem;border:none;}.map-placeholder.loading{pointer-events:none;position:relative;}.map-placeholder.loading::after{content:'';position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border:4px solid rgba(255,255,255,0.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,0.3);}.map-placeholder.loading .map-placeholder__content{opacity:0.3;pointer-events:none;}.map-placeholder.loading .map-placeholder__overlay{background:rgba(0,0,0,0.6);}.map-loading{display:flex;align-items:center;justify-content:center;height:40rem;background:#f8f9fa;color:#666;font-size:1.8rem;font-weight:600;position:relative;}.map-loading::before{content:'';position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid rgba(102,102,102,0.3);border-top:3px solid #666;border-radius:50%;animation:spin 1s linear infinite;}.map-loading::after{content:"Carregando mapa...";margin-top:60px;animation:dots 1.5s infinite;}}.fale-conosco__info-content{display:flex;flex-direction:column;justify-content:center;max-width:50rem;.fale-conosco__info-title{margin-bottom:4rem;}.fale-conosco__info-list{display:flex;flex-direction:column;gap:1.6rem;list-style:none;padding:0;margin:0;}.fale-conosco__info-list li{display:flex;align-items:center;gap:.8rem;word-break:break-all;}.fale-conosco__info-list .icon{flex-shrink:0;}}@media (min-width:768px){.fale-conosco__formulario{padding:4rem;.fale-conosco__formulario-header{text-align:start;}}.fale-conosco__info{padding:4rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;.fale-conosco__formulario{.fale-conosco__formulario-title{font-size:4.8rem;}}.fale-conosco__info{grid-template-columns:1fr 1fr;}}}#publicacoes-recentes{--section-margin-bottom:8rem;margin-bottom:var(--section-margin-bottom);.publicacoes-recentes__header{margin-bottom:4rem;}.publicacoes-recentes__title{margin-bottom:4rem;}.publicacoes-recentes__title strong{color:#FD712D;}.publicacoes-recentes__grid{display:grid;gap:4rem;margin-bottom:8rem;}.publicacao-card{display:flex;flex-direction:column;gap:1.6rem;}.publicacao-card__thumbnail{position:relative;width:100%;height:36rem;border-radius:3.2rem;overflow:hidden;}.publicacao-card__thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:transform 300ms ease-in-out;}.publicacao-card__thumbnail img:hover{transform:scale(1.05);}.publicacao-card__content{display:flex;flex-direction:column;flex-grow:1;}.publicacao-card__data{display:flex;align-items:center;padding:0.4rem 1.2rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;border-radius:2rem;color:#777;border:1px solid #777;}.publicacao-card__categoria{display:flex;align-items:center;padding:0.4rem 1.2rem;background:linear-gradient(90deg,#FD712D 0,#FF9D00 100%);color:#fff;font-size:1.1rem;font-weight:600;text-transform:uppercase;border-radius:2rem;}.publicacao-card__title{font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:1.2rem;}.publicacao-card__title a{color:#333;text-decoration:none;transition:color 300ms ease-in-out;}.publicacao-card__title a:hover{color:#FD712D;}.publicacao-card__meta{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:1.6rem;}.publicacao-card__excerpt{color:#666;line-height:1.6;margin-bottom:2rem;}.publicacao-card__link{flex-grow:1;display:flex;align-items:flex-end;padding-bottom:2.4rem;gap:0.8rem;min-height:4.8rem;width:100%;text-decoration:none;font-size:1.6rem;font-weight:700;color:#777;border-bottom:2px solid #ddd;transition:all 300ms ease-in-out;}.publicacao-card__link:hover{border-color:#e25a16;color:#e25a16;}.publicacoes-recentes__empty{text-align:center;padding:4rem 2.4rem;color:#666;}.publicacoes-recentes__footer{text-align:center;}.button--outline{border:2px solid #FD712D;color:#FD712D;width:100%;transition:all 300ms ease-in-out;}.button--outline:hover{background:#FD712D;color:#fff;}@media (min-width:425px){.publicacao-card__title{font-size:2rem;}}@media (min-width:768px){.publicacoes-recentes__grid{grid-template-columns:repeat(2,1fr);}.publicacao-card__title{font-size:2.2rem;}}@media (min-width:1024px){--section-margin-bottom:14rem;}}