*{
box-sizing: border-box;
scroll-behavior: smooth;
font-family: "Noto Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
.mobile-hide{display:none;}
.mobile-show{display:flex;}
body{margin:0;padding:0;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.pageCTA{position:fixed;right:25px;bottom:60px;display:flex;justify-content:center;align-items:center;z-index:200;}
.pageCTA > a{text-decoration:none;width:100%;display:flex;justify-content:center;align-items:center;gap:5px;padding:10px 12px;border-radius:100px;background-color:#25d366;transition:0.5s ease all;}
.pageCTA > a img{width:25px;height:auto;filter:invert();}
.pageCTA > a span{font-size:14px;font-weight:600;color:black;}
.pageCTA > a:hover{transform:translate(0,-2px);background-color:#075e54;}
.pageCTA > a:hover img{filter:invert();}
.pageCTA > a:hover span{color:white;}
.headerWrap{width:100%;height:75px;display:flex;justify-content:center;align-items:center;background-color:black;position:fixed;top:0;left:0;z-index:10;}
.headerBox{width:100%;height:auto;display:flex;justify-content:flex-end;align-items:center;padding:10px 40px;z-index:10;}
.headerLogo{display:flex;justify-content:center;align-items:center;justify-self:flex-start;margin-right:auto;}
.headerLogo a{display:flex;justify-content:center;align-items:center;text-decoration:none;transition:0.5s ease all;}
.headerLogo a > img{width:150px;height:auto;}
.headerLogo a:hover{transform:scale(1.05);}
.headerMenu{display:flex;justify-content:flex-start;align-items:center;}
.headerMenuList{display:flex;justify-content:flex-start;align-items:center;gap:30px;}
.headerMenuList .menu{display:flex;justify-content:flex-start;align-items:center;gap:30px;}
.headerMenuList .menu-item{display:flex;justify-content:center;align-items:center;}
.headerMenuList .menu-item a{text-decoration:none;font-size:14px;font-weight:300;color:white;transition:0.5s ease all;}
.headerMenuList .menu-item a:hover{text-decoration:underline;}
.headerMenuList .menu-item:last-of-type a{padding:8px 20px;border-radius:50px;background-color:#4F2B97;font-weight:600;}
.headerMenuList .menu-item:last-of-type a:hover{text-decoration:none;background-color:#2b3691;transform:translate(0,-2px);}
.headerSocialIcon{display:flex;justify-content:center;align-items:center;margin:0 25px;}
.headerSocialIcon a{width:auto;text-decoration:none;display:flex;justify-content:center;align-items:center;}
.headerSocialIcon a img{width:25px;height:auto;transition:0.5s ease all;}
.headerSocialIcon a img:hover{transform:translate(0,-1px);}
.headerMenuMob{width:auto;display:none;justify-content:center;align-items:center;}
.headerMenuMobIcon{width:auto;height:auto;display:flex;justify-content:center;align-items:center;gap:3px;cursor:pointer;transition:0.5s ease all;}
.headerMenuMobIcon:hover{transform:translate(0,-2px);}
.headerMenuMobIcon > img{width:23px;height:auto;filter:invert();}
.headerMenuMobIcon > span{font-size:14px;font-weight:600;color:white;text-transform:uppercase;}
.bgMenu{width:100vw;height:100vh;background:rgba(0,0,0,0.5);visibility:hidden;position:fixed;top:0;left:0;z-index:99;transition:1s ease all;}
.menuBox{width:25vw;height:100vh;position:fixed;top:0;right:-25vw;background-color:black;justify-content:flex-start;align-items:center;flex-direction:column;padding:100px 20px 20px 20px;z-index:101;transition:1s ease all;visibility:hidden;gap:20px;}
.menuBtn{width:40px;position:absolute;top:50px;left:25px;transform:translateY(-50%);cursor:pointer;transition:0.5s ease all;}
.menuBtn > img{width:100%;height:auto;transition:0.5s ease all;filter:invert();}
.menuBtn:hover{transform:translateY(calc(-50% - 5px));}
.menuBtn:hover > img{filter:invert() brightness(0.5);}
.menuLogo{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;padding:20px 20px;}
.menuLogo > a{width:100%;max-width:150px;height:auto;display:flex;justify-content:center;align-items:center;}
.menuLogo a > img{width:100%;height:auto;}
.menuList{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;}
.menuShow{right:0;visibility:visible;}
.menuHide{right:-25vw;visibility:hidden;}
.bgMenuShow{visibility:visible;}
.bgMenuHide{visibility:hidden;}
.menu-social-box{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:10px 40px;}
.menu-social{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;margin:20px 0 0 0;}
.menu-social-item{display:flex;justify-content:center;align-items:center;}
.menu-social-item > a{display:flex;justify-content:center;align-items:center;gap:5px;text-decoration:none;color:white;transition:0.5s ease all;}
.menu-social-item > a img{width:30px;height:auto;}
.menu-social-item > a span{font-size:16px;font-weight:700;}
.menu-social-item.invert > a img{filter:invert();}
.menu-social-item.tel > a img{filter:invert();width:24px;}
.menu-social-item > a:hover{transform:translate(0,-2px);}
.content{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin-top:75px;}
.slider-wrap{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:white;}
.slider-box{width:100%;max-width:1200px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;}
.anchor{margin-top:-75px;padding-top:75px;}
.sobre-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:60px 40px 20px 40px;background-color:#fff;position:relative;}
.sobre-box{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}
.sobre-content{display:flex;justify-content:center;align-items:flex-start;text-align:left;width:100%;}
.sobre-title{width:49%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.sobre-title h1{font-size:2.5rem;line-height:1.4;font-weight:bold;color:#000;margin-bottom:20px;}
.sobre-text{width:49%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.sobre-text p{font-size:1rem;line-height:1.5;color:#333;margin-bottom:30px;max-width:600px;text-align:justify;}
.sobre-buttons{display:flex;gap:10px;}
.sobre-button-primary{background-color:#6b47dc;color:#fff;padding:10px 20px 0px 20px;border:none;border-radius:20px;text-decoration:none;font-size:0.8rem;transition:background-color 0.3s ease;}
.sobre-button-primary:hover{background-color:#5a38b6;}
.sobre-button-secondary{background-color:transparent;color:#000;padding:10px 20px;border:1px solid #000;border-radius:20px;text-decoration:none;font-size:0.8rem;transition:background-color 0.3s ease, color 0.3s ease;}
.sobre-button-secondary:hover{background-color:#000;color:#fff;}
.destaque-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 40px 20px 40px;background-color:#fff;}
.destaque-box{width:100%;max-width:1200px;text-align:center;}
.destaque-box h2{font-size:2.3rem;color:#000;margin-bottom:20px;font-weight:bold;width:100%;text-align:left;}
.destaque-txt{font-size:1rem;line-height:1.6;margin-bottom:40px;color:#333;text-align:justify;}
.destaque-flex{display:flex;justify-content:flex-start;}
.destaque-flex .swiper-pagination{position:relative;}
.destaque-flex .swiper-wrapper{display:flex;justify-content:center;}
.destaque-item{flex:1 1 30%;max-width:30%;display:flex;flex-direction:column;align-items:center;text-align:center;}
.destaque-item a{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;transition:0.5s ease all;}
.destaque-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);}
.destaque-item p{margin-top:15px;font-size:1rem;font-weight:bold;color:white;background:#6b47dc;padding:10px 15px;border-radius:50px;}
.destaque-item a:hover{transform:translate(0,-2px);}
.destaque-item a:hover p{background-color:#4F2B97;}
.posdestaque-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 40px 60px 40px;background-color:#fff;}
.posdestaque-box{width:100%;max-width:1200px;text-align:center;}
.posdestaque-box h2{font-size:2.3rem;color:#000;margin-bottom:20px;font-weight:bold;width:100%;text-align:left;}
.posdestaque-txt{font-size:1rem;line-height:1.6;margin-bottom:40px;color:#333;text-align:justify;}
.soldesign-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:30px 40px;background-color:#fff;}
.soldesign-box{width:100%;max-width:1200px;text-align:center;}
.soldesign-box h2{font-size:2.3rem;color:#000;margin-bottom:20px;font-weight:bold;width:100%;text-align:left;}
.soldesign-txt{font-size:1rem;line-height:1.6;margin-bottom:40px;color:#333;text-align:justify;}
.soldesign-flex{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.soldesign-item{flex:1 1 32%;max-width:32%;display:flex;flex-direction:column;align-items:center;text-align:center;}
.soldesign-item a{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;transition:0.5s ease all;position:relative;background-color:black;border-radius:8px;}
.soldesign-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);transition:0.5s ease all;opacity:0.7;}
.soldesign-item span{width:80%;font-size:20px;font-weight:600;color:white;padding:10px 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:0.5s ease all;text-transform:uppercase;}
.soldesign-item a:hover{transform:translate(0,-2px);}
.soldesign-item:hover img{opacity:0.5;}
.infovideo-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:60px 40px;background-color:#4F2B97;}
.infovideo-box{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap;}
.infovideo-text{flex:1;color:#fff;}
.infovideo-text h2{font-size:2rem;line-height:1.4;font-weight:bold;margin-bottom:20px;}
.infovideo-text p{font-size:1rem;line-height:1.6;margin-bottom:0;text-align:justify;}
.infovideo-video p{flex:1;max-width:560px;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);padding:0;margin:0;}
.obras-wrap{width:100%;background-color:#E4E2DF;padding:30px 40px;display:flex;justify-content:center;align-items:center;}
.obras-box{width:100%;max-width:1200px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.obras-header h2{font-size:2rem;font-weight:bold;margin-bottom:20px;}
.obras-header p{font-size:1rem;line-height:1.6;margin-bottom:40px;color:#333;text-align:justify;}
.obras-images{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:20px;}
.obras-images-swiper{width:100%;display:flex;justify-content:flex-start;align-items:center;}
.obras-image{flex:1 1 25%;max-width:25%;overflow:hidden;border-radius:8px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);}
.obras-image img{width:100%;height:auto;display:block;border-radius:8px;transition:transform 0.3s ease;}
.obras-image img:hover{transform:scale(1.05);}
.obras-images .swiper-pagination{position:relative;margin:20px 0 0 0;}
.assina-wrap{width:100%;background-color:#4F2B97;padding:60px 40px;display:flex;justify-content:center;align-items:center;text-align:center;}
.assina-box{max-width:1200px;color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:30px;}
.assina-left{width:50%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.assina-img{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;}
.assina-img img{width:100%;height:auto;}
.assina-right{width:50%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;}
.subtitle{font-size:1rem;font-weight:bold;text-transform:uppercase;margin-bottom:10px;color:#d0bfff;}
.assina-box h2{font-size:2.5rem;font-weight:bold;margin-bottom:20px;text-align:left;margin-top:0;}
.assina-txt p{font-size:1rem;line-height:1.6;color:#e0d7f5;margin-bottom:30px;text-align:justify;}
.buttons{display:flex;justify-content:center;gap:20px;}
.button-primary{background-color:#000;color:#fff;padding:10px 25px;border-radius:25px;text-decoration:none;font-size:1rem;transition:background-color 0.3s ease;}
.button-primary:hover{background-color:#333;}
.button-secondary{color:#fff;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:5px;}
.button-secondary::after{content:"➔";font-size:1.2rem;}
.button-secondary:hover{text-decoration:underline;}
.arq-wrap{width:100%;padding:60px 40px 20px 40px;display:flex;justify-content:center;align-items:center;background-color:#fff;}
.arq-box{width:100%;max-width:1200px;display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap;}
.arq-content{flex:1;max-width:40%;}
.arq-content h2{font-size:2rem;font-weight:bold;margin:0 0 20px 0;color:#000;}
.arq-content p{max-width:100%;font-size:1rem;line-height:1.6;margin-bottom:40px;color:#444;text-align:justify;margin:0;}
.arq-details{display:flex;gap:20px;flex-wrap:wrap;}
.arq-detail{flex:1;max-width:45%;}
.arq-detail h3{font-size:1.2rem;font-weight:bold;margin-bottom:10px;color:#000;}
.arq-detail p{font-size:0.95rem;line-height:1.5;color:#555;text-align:justify;}
.arq-image{flex:1;max-width:60%;}
.arq-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);}
.alt-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:40px 40px;background-color:#E4E2DF;}
.alt-box{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.alt-text{width:32%;color:#444;}
.alt-text h2{font-size:2rem;line-height:1.4;font-weight:bold;margin:0 0 20px 0;color:#000;}
.alt-text p{font-size:1rem;line-height:1.6;margin-bottom:0;text-align:justify;}
.alt-video{flex:1;width:32%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;padding:0 10px;}
.alt-video p{flex:1;width:100%;max-width:100%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);margin:0;}
.alt-video p figure{width:100%;padding:0;margin:0;}
.alt-video p iframe{width:100%;padding:0;margin:0;}
.alt-img{flex:1;width:32%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);padding:0;margin:0;}
.alt-img img{width:100%;height:auto;}
.depo-wrap{width:100%;padding:60px 40px;background-color:#6b47dc;display:flex;justify-content:center;align-items:center;text-align:center;}
.depo-box{width:100%;color:#fff;position:relative;}
.depo-box .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;}
.depo-content{max-width:1000px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px 0;}
.depo-logo img{max-width:100px;margin-top:20px;}
.depo-quote{font-size:18px;line-height:1.6;font-style:italic;margin-bottom:10px;}
.depo-quote p{text-align:justify;}
.depo-author{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;}
.depo-avatar{width:60px;height:60px;background-color:#ccc;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;}
.depo-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.depo-name{font-size:1rem;font-weight:600;}
.depo-role{font-size:0.9rem;color:#ddd;}
.depo-details{margin:10px 0;}
.depo-details p{margin:0;}
.depo-navigation{width:100%;display:flex;justify-content:space-between;gap:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;}
.nav-btn{width:auto;background-color:transparent;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.3s ease, color 0.3s ease;}
.nav-btn:hover{color:#6b47dc;}
.swiper-button-next, .swiper-button-prev{color:white !important;}
.swiper-pagination-bullet-active{background-color:black !important;}
.swiper-pagination{margin-bottom:10px;}
.parceiros-wrap{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:black;padding:60px 40px;}
.parceiros-box{width:100%;max-width:1000px;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:30px;}
.parceiros-title{width:100%;height:auto;display:flex;justify-content:center;align-items:center;}
.parceiros-title h2{font-size:28px;font-weight:700;color:white;margin:0;}
.parceiros-descricao{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:30px;text-align:justify;}
.parceiros-lista{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;}
.parceiros-item{width:120px;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:0.5s ease all;gap:5px;}
.parceiros-item img{width:100%;max-width:80px;height:auto;border-radius:100px;}
.parceiros-item:hover{transform:translate(0,-2px);}
.parceiros-item span{width:100%;font-size:12px;font-weight:500;color:white;text-align:center;}
.contato-wrap{width:100%;padding:60px 40px;background-color:#fff;display:flex;justify-content:center;align-items:center;}
.contato-box{width:100%;max-width:1200px;display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap;}
.contato-text{flex:1;max-width:50%;}
.contato-text h2{font-size:2rem;font-weight:bold;margin-bottom:20px;color:#000;}
.contato-text p{font-size:1rem;line-height:1.6;color:#444;text-align:justify;}
.contato-form{flex:1;max-width:50%;display:flex;flex-direction:column;gap:20px;}
.nf-form-cont{width:100%;max-width:600px;margin:0px auto;padding:20px 0;}
.nf-form-title{font-size:24px;color:#333;margin-bottom:20px;text-align:center;}
.nf-form-fields-required{font-size:12px;text-align:center;display:none;}
.nf-field-label label{font-size:14px !important;color:#555;font-weight:bold;display:none;}
.nf-field-element input[type="text"],
.nf-field-element input[type="email"],
.nf-field-element input[type="tel"],
.nf-field-element textarea{width:100%;padding:7px 10px;font-size:14px;border:1px solid #ccc;border-radius:7px !important;box-sizing:border-box;margin-bottom:5px;background-color:white !important;}
.checkbox-container.label-right .field-wrap{flex-direction:column;gap:5px;}
.nf-field-description{color:#666;font-size:12px !important;}
.nf-field-description a{color:#333;}
.nf-field-element input[type="submit"]{background-color:#4F2B97 !important;color:white !important;font-size:14px;padding:0px 30px !important;border:none;border-radius:50px !important;cursor:pointer;transition:background-color 0.3s ease;}
.nf-field-element input[type="submit"]:hover{background-color:#000 !important;transform:translate(0,-2px);}
.nf-error-msg{color:#e63946;font-size:14px;margin-top:5px;}
.nf-response-msg{color:#38a169;font-size:16px;padding:10px;border:1px solid #38a169;border-radius:4px;background-color:#e6ffed;}
.footer{width:100%;background-color:#000;padding:40px 20px 20px 20px;color:#fff;font-size:14px;}
.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:20px;}
.footer-logo{flex:1;max-width:300px;}
.footer-logo-img{width:120px;margin-bottom:20px;}
.footer-logo p{margin:20px 0;line-height:1.5;}
.subscribe-form{display:flex;gap:10px;margin-top:10px;}
.subscribe-input{flex:1;padding:10px;border:1px solid #fff;background:transparent;color:#fff;border-radius:5px;}
.subscribe-input::placeholder{color:#ccc;}
.subscribe-button{padding:10px 20px;border:1px solid #fff;background:transparent;color:#fff;cursor:pointer;border-radius:5px;}
.subscribe-button:hover{background:#fff;color:#000;}
.footer-links{display:flex;flex:2;justify-content:flex-end;gap:20px;}
.footer-column{flex:1;max-width:200px;}
.footer-column h4{margin-bottom:10px;font-size:16px;font-weight:600;color:#fff;}
.footer-column ul{list-style:none;padding:0;margin:0;}
.footer-column li{margin-bottom:5px;}
.footer-column a{color:#fff;text-decoration:none;}
.footer-column a:hover{text-decoration:underline;}
.footer-menu{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.footer-menu .menu{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:0;}
.footer-menu .menu-item{display:flex;justify-content:center;align-items:center;}
.footer-menu .menu-item a{text-decoration:none;font-size:14px;font-weight:300;color:white;transition:0.5s ease all;}
.footer-menu .menu-item a:hover{text-decoration:underline;}
.footer-menu .menu-item:last-of-type a{text-decoration:none;font-size:14px;font-weight:300;color:white;transition:0.5s ease all;}
.footer-menu .menu-item:last-of-type a:hover{text-decoration:underline;background-color:transparent;}
.social-icons{display:flex;justify-content:flex-start;align-items:center;gap:7px;}
.social-icons a img{width:25px;height:auto;transition:0.5s ease all;}
.social-icons a img:nth-of-type(2){width:30px;}
.social-icons a img:hover{transform:translate(0,-1px);}
.footer-bottom{border-top:1px solid #444;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.footer-bottom p{margin:0;}
.footer-policy{list-style:none;display:flex;gap:20px;margin:0;padding:0;}
.footer-policy li a{color:#fff;text-decoration:none;}
.footer-policy li a:hover{text-decoration:underline;}
.page-wrap{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin:79px 0 0 0;}
.page-box{width:100%;max-width:1000px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:40px 20px;position:relative;}
.page-title{width:100%;display:flex;justify-content:center;align-items:flex-start;padding:20px 0 0 0;flex-direction:column;gap:10px;}
.page-title > h1{margin:0;font-size:42px;line-height:1.2;text-align:left;}
.page-title > h1 a{text-decoration:none;color:black;font-weight:600;}
.page-title > h2{margin:0;font-size:18px;font-weight:500;line-height:1.5;color:#555;text-align:left;}
.page-summary{width:100%;max-width:1000px;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#555;line-height:1.6;border-bottom:1px solid #666;margin:0 0 20px 0;}
.page-summary p{width:100%;margin:15px 0;text-align:justify;}
.page-thumb{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px 0;}
.page-thumb-img{width:100%;max-width:1200px;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;position:relative;}
.page-thumb-img img{width:100%;height:auto;max-height:100%;object-fit:cover;max-height:100%;object-fit:cover;}
.page-thumb-img-cap{width:100%;max-width:1200px;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;}
.page-thumb-img-cap > figcaption{width:100%;padding:5px 5px;text-align:left;font-size:10px;font-weight:400;color:#555;}
.page-content{width:100%;max-width:1000px;display:flex;justify-content:flex-start;flex-direction:column;color:#555;line-height:1.6;position:relative;margin:10px 0 0 0;}
.page-content p{width:100%;margin:5px 0 10px 0;text-align:left;}
.page-content strong{font-weight:600;}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{margin:15px 0;line-height:1.2;text-align:left;}
.page-content h1{font-size:26px;}
.page-content h2{font-size:20px;}
.page-content h3{font-size:18px;}
.page-content h4{font-size:16px;}
.page-content h5{font-size:16px;}
.page-content h6{font-size:16px;}
.page-content ul, .page-content ol{width:100%;max-width:800px;margin:15px 0;padding-left:40px;}
.page-content ul li, .page-content ol li{margin:5px 0 10px 0;}
.page-content a{color:#007acc;text-decoration:none;transition:color 0.3s;}
.page-content a:hover{color:#005a9e;}
.page-content blockquote{width:100%;max-width:800px;margin:20px auto;padding:15px;background-color:#f2f2f2;border-left:5px solid #007acc;font-style:italic;}
.page-content img{max-width:100%;height:auto;display:block;margin:15px 0;border-radius:8px;}
.page-content details summary{font-size:18px;}
.page-content details summary:hover{color:#4F2B97}
.page-content details summary::marker{content:"+ ";}
.page-content details[open] summary::marker{content:"- ";}
.page-content table{width:100%;max-width:800px;border-collapse:collapse;margin:20px 0;overflow-x:auto;}
.page-content th, .page-content td{padding:10px;border:1px solid #ddd;text-align:left;}
.page-content th{background-color:#f2f2f2;font-weight:bold;}
.page-content code{font-family:monospace;padding:2px 4px;background-color:#f4f4f4;border-radius:4px;}
.page-content pre{width:100%;max-width:800px;background-color:#f4f4f4;padding:15px;overflow:auto;border-radius:8px;}
.page-content .wp-block-button{margin:20px 0;}
.page-content .wp-block-button a{padding:10px 20px;background-color:#007acc;color:#fff;text-decoration:none;border-radius:5px;text-align:center;transition:background-color 0.3s;}
.page-content .wp-block-button a:hover{background-color:#005a9e;}
.page-content figure{margin:10px 0;}
.page-content .aligncenter{margin-left:auto;margin-right:auto;}
.page-content .alignleft{margin-right:auto;}
.page-content .alignright{margin-left:auto;}
.page-content .wp-block-columns{margin-bottom:0;gap:10px;}
.page-content hr{width:100%;}
.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;margin-top:1.5em;margin-bottom:1.5em;width:100px;}
.wp-block-separator.has-alpha-channel-opacity{opacity:0.4;}
.page-related-posts{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:20px 0 0 0;padding:20px 10px;gap:10px;}
.page-related-posts h3{margin:0;font-size:18px;font-weight:bold;}
.page-related-post-list{margin:0;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}
.page-related-post-list a{width:100%;padding:10px 10px;border-bottom:1px solid #eee;text-decoration:none;color:#333;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:0;}
.page-related-post-list a:hover{text-decoration:underline;margin:0;}
.page-related-post-list a h4{margin:0;}
.slider-teste{width:100%;height:100vh;max-height:100vh;position:relative;overflow:hidden;}
.slider-teste img{width:100%;top:50%;left:0;transform:translateY(-50%);position:fixed;z-index:-1;}
.escolher-dropiron-wrap{width:100%;background-color:#4F2B97;padding:60px 40px;display:flex;justify-content:center;align-items:center;text-align:center;}
.escolher-dropiron-box{max-width:1200px;width:100%;color:#fff;}
.escolher-dropiron-title{font-size:2.5rem;font-weight:bold;margin-bottom:20px;color:#fff;text-align:left;}
.escolher-dropiron-content{font-size:1rem;line-height:1.6;color:#fff;text-align:justify;width:100%;max-width:100%;margin:0 auto;}
.escolher-dropiron-content p{margin-bottom:20px;}
.titulo-depo{width:100%;height:auto;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:700;color:white;margin:0;}
.titulo-depo h2{
font-size: 28px;
font-weight: 700;
color: white;
margin: 0;}@media screen and (max-width:1000px){
.headerWrap{height:75px;}
.headerBox{padding:10px 20px;}
.headerMenu{flex:1 1 100%;justify-content:center;display:none;}
.headerSocialIcon{margin:0 20px;}
.headerMenuMob{display:flex;}
.menuBox{width:90vw;right:-90vw;}
.menuHide{right:-90vw;}
.menuShow{right:0vw;}
.menu-principal-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.menuList .menu{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:0px;padding:0 20px;}
.menuList .menu-item{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:0;}
.menuList .menu-item > a{width:100%;text-align:left;text-decoration:none;text-transform:uppercase;color:white;font-size:14px;font-weight:600;transition:0.5s ease all;padding:7px 15px;border-radius:5px;}
.menuList .menu-item > a:hover{background-color:#6b47dc;color:black;transform:translate(0,-2px);text-decoration:none;}
.menuList .menu-item:last-of-type a{padding:7px 15px;background-color:#4F2B97;font-weight:600;}
.menuList .sub-menu{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px;padding:15px 20px;}
.menuList .sub-menu ul li{border:0;}
.content{height:auto;margin-top:0;}
.sobre-content{flex-direction:column;}
.sobre-box, .infovideo-box, .arq-box, .contato-box{flex-direction:column;gap:20px;}
.sobre-title, .sobre-text, .arq-content, .arq-image, .contato-text, .contato-form{width:100%;max-width:100%;}
.arq-details{width:100%;flex-direction:column;max-width:100%;}
.arq-detail{width:100%;flex-direction:column;max-width:100%;}
.destaque-item{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px);}
.soldesign-item{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px);}
.obras-image{flex:1 1 100%;max-width:100%;}
.footer-container{flex-direction:column;align-items:center;gap:20px;}
.footer-links{flex-direction:column;gap:15px;text-align:center;}
.page-thumb-img img{width:100%;border-radius:15px;}
.page-title{padding:0;}
.page-title > h1{font-size:28px;}
.page-title > h2{font-size:16px;}
.page-summary p{font-size:18px;}
.page-content{font-size:18px;}
.page-content h1{font-size:24px;}
.page-content h2{font-size:18px;}
.page-content h3{font-size:16px;}
.page-content h4{font-size:16px;}
.page-content h5{font-size:16px;}
.page-content h6{font-size:16px;}
.page-content .wp-block-columns{gap:0;}
} @media screen and (max-width:768px){
.headerMenuList{flex-direction:column;gap:15px;text-align:center;}
.sobre-box, .infovideo-box, .alt-box, .arq-box, .contato-box{flex-direction:column;gap:20px;}
.infovideo-box{justify-content:flex-start;align-items:flex-start;}
.alt-box{justify-content:flex-start;align-items:flex-start;}
.infovideo-video{max-width:100%;}
.alt-video{max-width:100%;}
.sobre-title h1{font-size:2rem;}
.sobre-text p{font-size:1rem;}
.destaque-item{flex:1 1 100%;max-width:100%;}
.destaque-flex .swiper-wrapper{justify-content:flex-start;}
.soldesign-item{flex:1 1 100%;max-width:100%;}
.assina-box{flex-direction:column-reverse;}
.assina-left, .assina-right{width:100%;}
.arq-content, .arq-image, .contato-text, .contato-form{width:100%;}
.arq-content p{max-width:100%;}
.depo-quote{font-size:1rem;line-height:1.5;font-style:italic;margin-bottom:10px;}
.alt-box{flex-direction:column;justify-content:center;align-items:center;}
.alt-text, .alt-video{width:100%;}
.alt-video p{max-width:100%;height:auto;}
.alt-img{width:96%;}
.swiper-button-next, .swiper-button-prev{display:none !important;}
.parceiros-item{width:80px;}
.parceiros-item img{max-width:80px;}
.footer-container{flex-direction:column;gap:20px;}
.footer-links{flex-direction:column;gap:15px;text-align:center;}
.social-icons{width:100%;justify-content:center;}
.page-title h1{font-size:22px;}
.page-summary p{font-size:16px;}
.page-content{font-size:16px;}
} @media screen and (max-width:480px){
.headerLogo a > img {
width: 100px; }
.headerMenuList {
font-size: 0.9rem; }
.sobre-title h1 {
font-size: 1.8rem;
}
.sobre-text p {
font-size: 0.9rem;
}
.destaque-item p {
font-size: 0.8rem;
}
.footer-logo img {
width: 100px; }
.footer-column h4 {
font-size: 1rem;
}
.footer-column ul {
gap: 10px;
}
.slider-teste{
max-height: 380px;
top: 200px;
transform: translateY(-150px);
}
}