@font-face{font-family:Dupincel Large Book;src:url(/DupincelLargeBook.otf) format("opentype");font-weight:400;font-style:normal}.container{display:flex;flex-direction:row;margin:0!important;padding:0!important;min-width:100vw}.left{width:70%;height:100vh;display:flex;justify-content:left;padding-left:100px;align-items:center;background-color:#0d3156;box-shadow:5px 0 10px #0000004d;animation:slideIn .5s ease-out}.banner{max-width:80%;max-height:50%;object-fit:contain}.right{min-width:400px;width:30%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;animation:fadeIn 1s ease-in}.header{text-align:left;margin-bottom:32px;color:#0d3156;width:60%;max-width:300px}.header h1{font-size:24px;font-weight:600;margin:0;font-family:Dupincel Large Book,sans-serif}.header h2{font-size:16px;font-weight:400;margin:0;font-family:Dupincel Large Book,sans-serif}.custom-button{width:60%;background-color:#0d3156!important;border:none;color:#fff!important;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:2px 2px 5px #0000004d}.custom-button:hover{background-color:#b8a66f!important;box-shadow:3px 3px 8px #00000080}.first-button{background-color:#00bf62!important}.first-button:hover{background-color:#b8a66f!important}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width: 768px){.container{flex-direction:column!important}.left{width:100%;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 10px #0000004d;padding:0;background-color:#0d3156;height:auto;max-height:50%;animation:slideInTop .5s ease-out}.banner{max-width:100%;height:auto}.right{width:100%;flex-grow:1;justify-content:flex-start;align-items:center;margin-top:32px;padding-bottom:100px;gap:16px}.header{display:block;margin-bottom:16px;width:70%}.custom-button{width:70%;max-width:300px}}.custom-carousel{width:100%;margin:0 auto;text-align:center;position:relative}.carousel-title-background{width:100vw;height:84px;background-color:#1f3655;display:flex;justify-content:center;align-items:end}.carousel-title{font-family:Roboto,sans-serif;color:#fff;padding-bottom:4px;border-bottom:#B8A66F solid 2px;max-width:1140px;width:100%}.carousel-wrapper{position:relative;max-width:1170px;margin:0 auto;display:flex;align-items:center;overflow:hidden}.carousel-container{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:calc(100% - 80px);margin:0 40px}.carousel-container::-webkit-scrollbar{display:none}.carousel-track{display:flex;width:max-content}.carousel-card{width:330px;height:400px;flex:0 0 auto;background-color:#f5f5f5;border-radius:2px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0;transition:transform .3s ease,box-shadow .3s ease;margin:16px;overflow:hidden}.carousel-card:hover{transform:scale(1.03);box-shadow:0 8px 16px #0003}.carousel-card h3{font-family:Raleway,sans-serif;font-size:18px;color:#1f3655;min-height:42px;margin:0;margin-block:auto}.area-button{background-color:#1f3655;border-radius:2px;cursor:pointer;height:32px;color:#fff;border:none;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease}.area-button:hover{background-color:#b8a66f;box-shadow:0 8px 16px #0003}.area-description{display:flex;flex-direction:column;height:100%;padding:16px;justify-content:space-between}.area-image{width:350px;height:250px;object-fit:contain}@media (max-width: 480px){.carousel-card h3,.area-button{font-size:14px}.carousel-title-background{height:64px}}.hero-section{height:40vw;background-image:url(/home-fundo.webp);background-size:cover;background-position:center;display:flex;justify-content:right;align-items:center;color:#fff;text-align:center;position:relative;z-index:0}.hero-content{max-width:50%;text-align:left;position:absolute;left:20%;z-index:10}.hero-content h1{font-size:36px;margin-bottom:20px;font-family:Raleway,sans-serif;color:#1f3655;max-width:700px}.hero-content p{font-size:24px;margin-bottom:20px;font-family:Roboto,sans-serif;line-height:1.5;color:#1f3655;max-width:500px}.hero-button{padding:12px 24px;font-size:16px;font-family:Roboto,sans-serif;color:#fff;background-color:#00bf62;border:none;border-radius:2px;cursor:pointer;transition:background-color .3s ease}.hero-button:hover{background-color:#b8a66f}.hero-photo{height:40vw;position:absolute;right:12vw}.about-container{width:100%;margin:0 auto;text-align:center;position:relative}.about-title-background{width:100vw;height:84px;background-color:#1f3655;display:flex;justify-content:center;align-items:flex-end}.about-title{font-family:Roboto,sans-serif;color:#fff;padding-bottom:4px;border-bottom:#B8A66F solid 2px;max-width:1140px;width:100%}.about-content-container{display:flex;justify-content:center}.about-content{display:flex;max-width:1140px;align-items:center}.about-description{flex:5;font-size:18px;margin-bottom:20px;font-family:Roboto,sans-serif;line-height:1.5;color:#1f3655;text-align:justify;padding:32px}.about-photo-container{flex:3;background-color:#1f3655;max-width:400px;margin-block:32px}@media (max-width:1500px){.hero-photo{right:0}}@media (max-width:1200px){.hero-photo{right:0}.about-photo-container{max-width:350px;margin-right:16px}}@media (max-width: 950px){.hero-content h1{font-size:20px}.hero-content p,.hero-button{font-size:14px}}@media (max-width: 600px){.hero-section{height:85vw}.hero-content{left:8%}.hero-photo{height:85vw;right:-85px}.hero-content h1{font-size:20px;margin-bottom:4px}.hero-content p{font-size:16px;margin-bottom:12px}.hero-button{font-size:12px;padding:8px 16px}.about-content{flex-direction:column-reverse}.about-description p{font-size:14px}.about-title-background{height:64px}.about-photo-container{width:90vh;margin-right:0;margin-bottom:0}}.top-header{position:fixed;top:0;right:0;left:0;bottom:auto;font-family:Roboto,sans-serif;font-size:14px;z-index:1000;transition:transform .3s ease-in-out}.top-header.hide{transform:translateY(-55.19px)}.top-bar{display:flex;justify-content:space-between;align-items:center;background-color:#1f3655;color:#fff;padding:10px 20px;font-size:14px}.top-bar .contact-info{display:flex;align-items:center;gap:15px}.top-bar .contact-info a{color:#fff;text-decoration:none}.top-bar .contact-info a:hover{color:#b8a66f}.top-bar .social-icons a{color:#fff;font-size:22px;margin-left:10px;text-decoration:none}.top-bar .social-icons a:hover{color:#b8a66f}.main-header{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:8px 20px;font-family:Roboto,sans-serif;font-size:14px;transition:box-shadow 1s ease-in-out}.main-header.hide{box-shadow:0 2px 4px #0000001a}.main-header .logo{color:#1f3655;width:330px;margin-inline:auto;justify-content:center}.main-header .navigation{display:flex;gap:20px;font-size:16px}.main-header .navigation a{color:#1f3655;text-decoration:none;padding:12px 16px;border-radius:4px;transition:background-color .3s,color .3s;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;margin-block:auto}.main-header .navigation a:hover{color:#b8a66f}.ant-dropdown-menu{border-radius:0!important;box-shadow:0 4px 6px #0000001a;padding:0!important;font-family:Roboto,sans-serif;font-size:14px}.ant-dropdown-menu-item{font-size:14px;padding:12px 20px!important;border-radius:0!important;font-family:Roboto,sans-serif}.ant-dropdown-menu-item:hover{color:#fff!important;background-color:#1f3655!important}.top-bar-container,.main-header-container{display:flex;max-width:1140px;margin:0 auto;width:100%;padding:0 15px;height:fit-content;justify-content:space-between;font-family:Roboto,sans-serif;font-size:14px;flex-direction:row}@media (max-width: 480px){.ant-dropdown-menu-item{font-size:12px!important;padding:8px 12px!important}.ant-dropdown-menu-submenu-title{font-size:12px!important}.ant-dropdown-menu-submenu{max-width:200px}}.footer{background-color:#1f3655;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.footer-container{display:flex;justify-content:space-between;max-width:90%;margin:0 auto;width:100%;gap:20px;flex-wrap:wrap;max-width:1140px}.footer-section{flex:1;display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-right:50px;min-width:200px}.footer-section h3{font-family:Raleway,sans-serif;font-size:32px;margin-bottom:10px;font-weight:400;color:#fff;position:relative;width:100%;text-wrap:noWrap}.footer-section h3:after{content:"";display:block;width:100%;height:2px;background-color:#b8a66f;margin-top:5px}.footer-section p{font-family:Roboto,sans-serif;font-size:14px;line-height:1.5}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{font-family:Roboto,sans-serif;font-size:14px;color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#b8a66f}.footer-logo{width:85%;margin-bottom:10px;margin-inline:auto}.footer-bottom{display:flex;width:100%;flex-direction:column;border-top:#FFF solid 1px;max-width:1140px;text-align:center;font-size:14px;color:#fff;font-family:Roboto,sans-serif;justify-content:flex-end;padding-block:16px}.footer-bottom p{margin:0}@media (max-width: 480px){.footer-logo{margin-left:0;width:50%}.footer-section p,.footer-section ul li a,.footer-bottom{font-size:12px}.footer{padding-left:32px}}.footer-links{list-style:none;padding:0;display:flex;justify-content:center;gap:15px}.footer-link{cursor:pointer;text-decoration:none;color:#fff;transition:color .3s;display:flex;align-items:center;gap:4px}.footer-link:hover{color:#b8a66f}.layout-container{max-width:100vw;overflow-x:hidden;height:100vh;height:100dvh;overflow:hidden}.outlet-container{max-width:100vw;height:100%;overflow-y:auto;overflow-x:hidden;margin-top:144.58px;transition:margin-top .3s ease-in-out,height .3s ease-in-out;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.outlet-container.hide{margin-top:89.39px;height:calc(100vh - 89.39px);height:calc(100dvh - 89.39px)}.contact-container{width:100vw}.contact-title-background{width:100vw;height:96px;background-color:#1f3655;display:flex;justify-content:center;align-items:center}.contact-layout{display:flex;max-width:1140px;align-items:center}@media (max-width: 480px){.contact-layout{flex-direction:column}}.contact-title{font-family:Roboto,sans-serif;color:#fff;padding-left:16px;padding-bottom:4px;border-bottom:#B8A66F solid 2px;max-width:1140px;width:100%}.contact-description{flex:1;padding:16px;font-size:16px;margin-bottom:20px;font-family:Roboto,sans-serif;line-height:1.5;color:#1f3655;text-align:justify}.icon-contact-1,.icon-contact-2{vertical-align:middle;font-size:20px;margin-right:4px}.contact-info-1{font-size:16px;margin-block:auto;cursor:pointer;color:#1f3655}.hover-link,.icon-contact-1,.contact-info-1{color:#1f3655}.hover-link:hover .icon-contact-1,.hover-link:hover .contact-info-1{color:#b8a66f}.social-button{display:flex;align-items:center;padding:10px 16px;background-color:#1f3655;border:1px solid #1F3655;border-radius:2px;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif;color:#fff;text-align:left;min-width:300px}.social-button:hover{background-color:#b8a66f;color:#fff;border-color:#b8a66f}.social-button span{margin-left:8px}.area-container{width:100vw;display:flex;flex-direction:column;align-items:center}.area-title-background{width:100vw;height:96px;background-color:#1f3655;display:flex;justify-content:center;align-items:center}.area-title{font-family:Roboto,sans-serif;color:#fff;padding-left:16px;padding-bottom:4px;border-bottom:#B8A66F solid 2px;max-width:1140px;width:100%}.area-description{max-width:800px;font-family:Roboto,sans-serif;line-height:1.5;color:#1f3655}.img-description{max-width:600px;width:90vw;margin-top:64px}@media (max-width:720px){.area-description{padding-inline:32px}.img-description{margin-top:32px}.area-title{padding-left:0;margin-inline:16px}}.area-description p{text-indent:2em;margin-bottom:1em;text-align:justify}.area-description ul{margin-left:2em;padding-left:0}.area-description ul li{text-indent:0;margin-bottom:.5em}.area-description h2{margin-top:1.5em;margin-bottom:.5em;font-size:1.5em;font-weight:700}.ant-collapse-content-box{padding:0!important}.ant-collapse-content-box p{margin:0}html{font-size:87.5%}@media (max-width: 768px){html{font-size:75%}}@media (max-width: 480px){html{font-size:68.75%}}body{font-size:1rem;line-height:1.6;color:#333;font-family:Arial,sans-serif;margin:0;padding:0}h1{font-size:2.571rem;line-height:1.2}h2{font-size:1.714rem;line-height:1.3}h3{font-size:1.429rem;line-height:1.4}p{margin-bottom:1em}a{text-decoration:none;color:inherit}ul,ol{margin:0 0 1em 1.5em;padding:0}li{margin-bottom:.5em}.info-container{display:flex;justify-content:center;align-items:center;padding-block:32px}.info-description{max-width:570px}.info-photo{max-width:506px;padding-inline:32px}@media (max-width:1200px){.info-description{max-width:570px;padding-inline:32px}}@media (max-width:1000px){.info-container{flex-direction:column}.info-description{max-width:570px;padding-inline:32px}.info-photo{margin-top:32px;max-width:506px;width:85vw}}
