html,body{width:100vw;height:100vh;color:#f89835}.header-controller{display:flex;justify-content:space-between;width:100% !important;height:auto}.navbar{width:100vw;display:flex;justify-content:space-around}.logo-container>a>img{width:230px}.slider{position:relative;overflow:hidden;width:100%;background-color:rgb(133,133,133)}#carouselId{position:relative;width:100%}.carousel-inner img{object-fit:contain;width:100%;height:100%;max-height:800px}.carousel-control-prev,.carousel-control-next{position:absolute;top:50%;z-index:5;font-size:2rem;transform:translateY(-50%)}.carousel-indicators li{width:15px !important;height:15px !important;border-radius:50%;background-color:#ccc}.carousel-indicators .active{background-color:#555}body{background-color:#F7F7F7;overflow-x:hidden}main{display:flex;flex-direction:column;gap:20px}.about{width:100%;background-color:black;color:white;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.textos{width:80%;padding-top:40px;padding-bottom:40px}.offer{position:relative;width:100%}.offer-child{background-image:url('../img/fundo-home.jpg');background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:50vh;position:relative;display:flex;justify-content:space-around;align-items:center}.text-over-image{top:50%;left:50%;color:#fff;font-size:2.1vw;text-align:center;padding-right:5%;text-transform:uppercase;font-weight:500}.logo-offer{width:250px}.footer-controller{background-color:black;width:100%;height:auto;display:flex;justify-content:space-around;padding:20px;gap:30px}.wrapper-1{display:flex;flex-direction:column;align-items:center;justify-content:center}.img-wrapper1{width:240px}.icons-footer{font-size:30px;color:white}.wrapper-2{display:flex;flex-direction:column;align-items:center;justify-content:center}.wrapper-3{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:600px){.footer-controller{display:flex;flex-direction:column;gap:30px}}.menu-close-button{position:absolute;top:10px;right:20px;font-size:24px;color:white;cursor:pointer;display:none}@media (max-width:767px){.menu-overlay.show .menu-close-button{display:block}.menu-overlay{position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:rgba(0,0,0,0.8);transition:right 0.3s ease-in-out;z-index:1000}.menu-overlay.show{right:0}.menu-dropdown{position:absolute;top:0;right:0;width:250px;height:100%;background-color:#343a40;padding-top:20px}.menu-dropdown ul{padding-left:20px}.menu-close-button{position:absolute;top:10px;right:20px;font-size:24px;color:white;cursor:pointer}.icon-button{background:none;border:none;padding:0;font-size:24px;color:white;cursor:pointer}.text-over-image{top:50%;left:50%;color:#fff;font-size:3vw;text-align:center;padding-right:5%;text-transform:uppercase;font-weight:500}.logo-offer{width:200px}.h-captcha{margin-left:8%}}#contactForm{width:80%}.container{display:flex;flex-direction:column;align-items:center}.button-custom{font-weight:500}.loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.8);display:flex;justify-content:center;align-items:center;z-index:9999}.loading::after{content:'Carregando...';font-size:16px;color:#333}.whatsapp-balloon{position:fixed;bottom:40px;right:40px;width:60px;height:60px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow:1px 1px 2px #888;z-index:1000;animation:balloonFloat 3s ease-in-out infinite alternate}.whatsapp-balloon:hover{color:#333}@keyframes balloonFloat{0%{transform:translate(0,0px)}50%{transform:translate(0,20px)}100%{transform:translate(0,-0px)}}.fa-brands{transition:0.6s ease-in-out;color:white !important}.fa-brands:hover{cursor:pointer;color:#f7d935 !important;transition:0.6s ease-in-out}.form-container{display:flex;flex-direction:row;justify-content:space-between}.h-captcha{width:100%}