*{font-family:Raleway,sans-serif;box-sizing:border-box;-webkit-font-smoothing:antialiased;--transparent:hsla(0,0%,100%,0);--font-color:#0b892d;--green-900:#1b5e20;--white:#fff;--white-snow:#eee;--gray-800:#424242;--gray-900:#212121}@keyframes typedCursorBlink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{position:relative;margin:0;padding:0;min-height:100vh;color-scheme:dark;-webkit-tap-highlight-color:transparent;background-color:var(--white)}main{display:flex;margin:0;display:block}header,main{flex-direction:column;align-items:center;padding:0}header{position:relative;justify-content:flex-start;gap:6rem}header,header nav{display:flex;width:100%}header nav{position:fixed;padding:1rem 4rem;z-index:2;align-items:center;justify-content:space-between;transition:.3s;z-index:3}header nav.scrolled{background-color:var(--white);box-shadow:0 1px 3px rgba(0,10,0,.1)}header nav .left-nav{display:flex;align-items:center;gap:4rem}header nav #logotype{width:8rem}header .menu-container{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}header .menu-container li:not(.app-info){font-size:1rem;font-weight:700;cursor:pointer;color:var(--font-color)}header .menu-container li:not(.app-info) a.menu-option{color:var(--font-color);text-decoration:none;position:relative}header .menu-container li:not(.app-info) a.menu-option i{position:relative;top:-.5rem;left:0;font-size:.6rem}header .menu-container li:not(.app-info) ul{position:absolute;left:1rem;width:calc(100vw - 3rem);list-style:none;margin:0;padding:1rem;border-radius:8px;background-color:var(--white);color:#212121;box-shadow:0 1px 3px rgba(0,0,0,.3);display:none;flex-wrap:wrap}header .menu-container li:not(.app-info):hover ul{display:flex;gap:1rem}header .menu-container li.app-info{width:33.33333%;border:1px solid #ddd;border-radius:8px}header .menu-container li.app-info a{position:relative;display:flex;flex-direction:column;padding:2rem;font-weight:400;cursor:pointer;color:#212121;text-decoration:none}header .menu-container li.app-info:hover{background-color:rgba(0,0,0,.1);transition:background .2s}header .menu-container li.app-info i{position:absolute;top:1rem;right:1rem}header .menu-container li.app-info img{width:60px}header .menu-container li.app-info img#app-info-icon-identify{position:relative;width:80px;left:-6px}header .right-nav{display:flex;align-items:center;gap:2rem}header .right-nav a{text-decoration:none}header .right-nav a.a-icon{font-size:2rem;color:var(--font-color)}header .right-nav a.a-btn{font-size:1rem;color:var(--white);background:linear-gradient(90deg,#4caf50,#388e3c);border-radius:8px;padding:.7rem 1.5rem}header .header-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:center;padding:0 10% 3rem;width:100%;height:100vh;overflow:hidden}header .header-content .background-intro{position:fixed;left:0;width:100vw;height:calc(100vh + 6rem);background:url(../../assets/images/background-intro-1dd53bdfb3.png) no-repeat #00c290 100% 80%;background-size:100% 100%;opacity:.08;z-index:0}header .header-content .background-right{position:absolute;top:0;right:0;background:url(../../assets/images/intro-illustration-985e955726.svg) no-repeat 60%;background-size:60%;width:60vw;height:100%}header .header-content .text{z-index:2}header .header-content .text h1,header .header-content .text h2{position:relative;font-size:3rem;text-align:left;margin:0;line-height:1.3;color:var(--font-color)}header .header-content .text h1{font-weight:500}header .header-content .text h2{display:flex;text-decoration:underline;font-weight:700}header .header-content .text .typed-cursor{font-weight:900}header .header-content .text .typed-cursor.typed-cursor-blink{animation:typedCursorBlink .7s infinite}header .header-content .text small{display:block;width:40%;font-size:1.5rem;text-align:justify;margin:2rem 0 4rem;color:var(--font-color)}header .header-content form{border-radius:8px;border:1px solid var(--font-color);padding:.3rem;z-index:1}header .header-content form input{padding:1rem;background-color:transparent;border:none;font-size:1rem;color:var(--font-color);width:15vw}header .header-content form input:focus{outline:none}header .header-content form input::placeholder{color:var(--font-color)}header .header-content form button{background-color:var(--font-color);padding:1rem 1.5rem;color:var(--white);border-radius:8px;border:none;font-size:1rem;cursor:pointer;font-weight:700}header .header-content form button:hover{background-color:var(--green-900);transition:background .2s}section{position:relative;z-index:1}section article{width:calc((100% - 1rem)/2);border-radius:8px;padding:2rem;text-align:center}section article h2,section h2.title{padding:0;margin:0}section h2.title{font-size:2.5rem}section article p{font-weight:500}section#differentials{gap:1rem;width:100%;padding:8rem 20%;background:url(../../assets/images/banner-highlight-810c68c995.svg) no-repeat 100%;background-size:100%}section#differentials,section#differentials .differentials-text{display:flex;align-items:center;justify-content:center;flex-direction:column}section#differentials .differentials-text{text-align:center;color:var(--white)}section#differentials .differentials-text h2.title{font-size:3rem;text-align:center;margin-bottom:1.5rem}section#differentials .differentials-text p{margin:0;font-weight:400;font-size:1.2rem}section#differentials .differentials-items-container{display:flex;align-items:flex-start;justify-content:center;gap:2rem;text-align:center;margin-top:3rem;color:#f1f1f1}section#differentials .differentials-items-container .differentials-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}section#differentials .differentials-items-container .differentials-item-content i{font-size:4rem}section#differentials .differentials-items-container .differentials-item-content h3,section#differentials .differentials-items-container .differentials-item-content p{padding:0;margin:0}section#differentials a.a-btn{font-size:1rem;color:#2e7d32;background:#e8f5e9;border-radius:8px;padding:.7rem 1.5rem;text-decoration:none;margin-top:2rem}section#certificates-highlights{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4rem;width:100%;padding:4rem 20%}section#certificates-highlights .certificate-description{display:flex;flex-direction:column;gap:1rem;width:50%}section#certificates-highlights .certificate-description h2{padding:0;margin:0}section#certificates-highlights .certificate-description p{margin:0;padding:0;font-weight:500;font-size:1.2rem}section#certificates-highlights .certificate-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;width:100%}section#certificates-highlights .certificate-logos img{padding:1rem;width:calc((100% - 4rem)/3)}footer{position:relative;flex-direction:column;background-color:#f1f1f1;z-index:1}footer,footer .brasil-map-container{display:flex;align-items:center;justify-content:center}footer .brasil-map-container{width:100%;padding:2rem 20%;gap:2rem}footer .brasil-map-container .brasil-map-text-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}footer .brasil-map-container h2{font-size:4rem;margin:0}footer .brasil-map-container p{font-size:2rem;margin:0}footer .brasil-map-container img{display:inline-block;width:45%;height:auto;object-fit:contain}footer .links{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:2rem 20%}footer .links .group{display:flex;flex-direction:column;gap:1rem}footer .links .group h2{font-size:.9rem;color:rgba(0,0,0,.3);font-weight:900;margin:0;padding:0}footer .links .group a{text-decoration:none;color:#212121;font-size:.9rem;font-weight:900}footer .social-and-score-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem 20%}footer .social-media{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;width:100%}footer .social-media a{font-size:1.3rem;color:#616161}footer .copyright{border-top:1px solid #ddd;display:flex;flex-direction:column;align-items:center;gap:1rem;font-weight:200;width:100%;padding:1rem 0}footer .copyright img{width:150px}footer .copyright a{font-weight:500;color:var(--font-color)}@media (min-width:1024px) and (max-width:1600px){header .header-content .text h1,header .header-content .text h2{font-size:2.5rem}header .header-content .text small{font-size:1.3rem}}@media (max-width:1024px){header .menu-container li:not(.app-info):hover ul{flex-direction:column}header .menu-container li:not(.app-info):hover ul li{width:100%}header .right-nav{display:none}header .header-content{align-items:center;padding:30% 10%}header .header-content .background-intro{background-size:auto 100%}header .header-content .background-right{display:none}header .header-content .text h1,header .header-content .text h2{font-size:2.5rem;text-align:center;line-height:1;justify-content:center}header .header-content .text small{width:80%;font-size:1.2rem;text-align:center;margin:2rem auto}header .header-content form{display:flex;flex-wrap:wrap}header .header-content form input{width:100%}header .header-content form button{width:100%;white-space:nowrap}section#differentials{padding:8rem 5%;background-size:auto 100%}section#differentials .differentials-text h2.title{font-size:2rem}section#differentials .differentials-items-container{flex-wrap:wrap;gap:3rem}section#differentials .differentials-items-container .differentials-item-content{max-width:80%}section#certificates-highlights{padding:4rem 10%}section#certificates-highlights .certificate-description{width:100%}section#certificates-highlights .certificate-description h2{font-size:2.5rem}section#certificates-highlights .certificate-description p{font-size:1.3rem}section#certificates-highlights .certificate-logos img{width:100%}footer .brasil-map-container{flex-direction:column-reverse;padding:4rem 10% 1rem}footer .brasil-map-container h2{font-size:3rem}footer .brasil-map-container p{font-size:1.5rem}footer .brasil-map-container img{width:90%}footer .links,footer .social-media{padding:2rem 10%}footer .social-and-score-container{flex-direction:column}}@media (max-width:750px){footer .links{justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:2rem;width:100%}footer .links .group{width:calc(50% - 1rem)}}