@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap");@keyframes pulse{0%{box-shadow:0 0 0 0 #3f3f3f}}@keyframes shrink{100%{transform:scale(0.9)}}@keyframes wobble{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{font-size:16px;font-weight:400;color:#3f3f3f;font-family:"Poppins",serif;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:0.8em;line-height:1.2em;color:#724E9B;font-family:"Poppins",serif}h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}p,li{font-size:16px;line-height:1.2em}p{margin-bottom:0}a{text-decoration:none}img{max-width:100%;vertical-align:middle}strong{font-weight:700}@media only screen and (min-width: 768px){h1{font-size:40px}h2{font-size:36px}h3{font-size:22px}}header .top{padding:15px 0;background-color:#724E9B}header .top nav ul{display:flex;flex-direction:row;gap:10px;justify-content:center}header .top nav ul li{padding-right:10px;border-right:1px solid #fff}header .top nav ul li a{font-size:14px;color:#fff}header .top nav ul li a:hover{color:#402c57}header .top nav ul li:last-child{border-right:0;padding-right:0}header .header{background-image:url("../img/header-bg.jpg");background-position:center;background-size:cover;position:relative;padding:60px 0 120px}header .header .container{max-width:765px;text-align:center}header .header .logo{margin-bottom:60px}header .header .logo img{max-width:538px}header .header h1,header .header h2,header .header h3{color:#fff;font-weight:300;text-transform:uppercase}header .header h1{font-weight:500}header .header h2{margin-bottom:0.3em}header .header h3{margin-bottom:0}header .header .button{margin-top:3em}@media only screen and (min-width: 768px){header .header{padding:100px 0 140px}header .header .logo{margin-bottom:100px}header .header h1{font-size:36px}}@media only screen and (min-width: 1024px){header .header{padding:140px 0 160px}header .header .logo{margin-bottom:140px}}footer .brands{padding:50px 0;text-align:center}footer .brands .items .-item{text-align:center}footer .brands .items .-item h4{text-transform:uppercase;font-weight:400;font-size:15px;color:#3f3f3f}footer .brands .items .-item img{margin:20px 30px}footer .brands .items .-item:nth-of-type(3) img{height:60px}footer .brands .items:nth-of-type(1){padding-bottom:50px}footer .brands .items:nth-of-type(1) .-item{padding-bottom:40px}footer .brands .items:nth-of-type(2){display:grid;grid-template-columns:1fr;justify-content:space-around;gap:20px}footer .responsible{padding:20px 0}footer .responsible p{text-align:center;font-size:13px;text-transform:uppercase}@media only screen and (min-width: 768px){footer .brands .items .-item h4{margin-bottom:2em}footer .brands .items:nth-of-type(2){grid-template-columns:1fr 1fr 1fr}}.button{margin-top:1.5em;padding:16px 32px;color:#fff;font-weight:300;font-size:16px;background-color:#F4CE40;text-transform:uppercase;display:inline-block;text-align:center;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s}.button:hover{background-color:#e9bb0d}@media only screen and (min-width: 1024px){.button{font-size:20px}}.container{position:relative;max-width:1265px;width:100%;margin:auto;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:before,.container:after{content:'';display:table;clear:both}section{padding:30px 0}section p{font-size:16px}section h2{font-size:24px}@media only screen and (min-width: 768px){section{padding:60px 0}section h2{font-size:32px}}@media only screen and (min-width: 1024px){section p,section li{font-size:20px}section h2{font-size:42px}}@media only screen and (min-width: 1200px){section{padding:100px 0}}.fixed-whats{position:relative;background:#418a2e;position:fixed;bottom:45px;right:45px;z-index:2;text-align:center;padding:15px 18px;border-radius:50%}.fixed-whats i{color:#fff;font-size:30px}.fixed-whats:hover{animation:shrink 0.3s linear infinite alternate}@media only screen and (max-width: 767px){.fixed-whats{display:none}}::-webkit-scrollbar-track{background-color:#bfbfbf}::-webkit-scrollbar{width:10px;background-color:#bfbfbf}::-webkit-scrollbar-thumb{background-color:#724E9B}.about{margin-top:-100px}.about .container{max-width:1116px}.about .content{display:flex;flex-direction:column;gap:30px}.about .content .-img{text-align:right}.about .content .-text h2{color:#F4CE40}.coordination{text-align:center}.coordination .items{display:grid;grid-template-columns:1fr;gap:20px}.coordination .items .-item .-content{max-width:276px;margin:0 auto}.coordination .items .-item .-content>div{position:relative;cursor:pointer;margin-bottom:15px}.coordination .items .-item .-content>div p{position:absolute;bottom:15px;font-size:13px;font-weight:300;text-align:center;color:#fff;z-index:999;padding:0 15px;opacity:0}.coordination .items .-item .-content h3{color:#3f3f3f;font-weight:400;font-size:16px}.coordination .items .-item:hover .-content>div p{opacity:1}.coordination .items .-item:hover .-content>div::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;background-color:rgba(58,32,87,0.7)}.infos{background-image:url("../img/info-bg.jpg");background-position:center;background-size:cover;text-align:center}.infos .items{display:grid;grid-template-columns:1fr;gap:20px}.infos .items .-item{display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;justify-content:center;max-width:176px;margin:0 auto}.infos .items .-item span{font-weight:700;font-size:42px}.infos .items .-item p{font-weight:300;text-transform:uppercase}.infos .button{background-color:#724E9B}.infos .button:hover{background-color:#543a72}.cig .content{display:flex;flex-direction:column;gap:40px}.cig .-especial,.cig .-xperience{display:flex;flex-direction:column;gap:20px}.cig .-especial .-text h3,.cig .-xperience .-text h3{color:#3f3f3f;margin-bottom:0.5em}.cig .-especial .-text h4,.cig .-xperience .-text h4{font-size:18px;font-weight:300;color:#3f3f3f}.cig .-especial .-text p,.cig .-especial .-text li,.cig .-xperience .-text p,.cig .-xperience .-text li{font-size:16px;font-weight:300;line-height:1.5em}.cig .-especial .-text li,.cig .-xperience .-text li{list-style-type:disc;margin-left:22px}.cig .-especial .-text hr,.cig .-xperience .-text hr{width:100px;height:6px;background:#F4CE40;border:0;margin:20px 0}.categories .items{display:grid;grid-template-columns:1fr;gap:20px}.categories .items .-item{padding:20px;text-align:center;background-color:#593d79}.categories .items .-item h3{color:#fff}.categories .items .-item h3+p{font-size:14px;font-style:italic;color:#fff}.categories .items .-item .-valor p{font-size:24px;font-weight:700;margin-top:1em;color:#F4CE40}.categories .items .-item .button{font-size:16px;background-color:#724E9B}.categories .items .-item .button:hover{background-color:#F4CE40}.sbgg{padding:30px 0}.sbgg .content{display:flex;flex-direction:column;align-items:center;gap:40px;background-image:url("../img/sbgg-bg.jpg");background-position:center;background-size:cover;padding:40px 20px}.sbgg .content .-text{text-align:center}.sbgg .content .-text p{color:#fff}.sbgg .content .-text p:nth-of-type(1){font-weight:700;font-size:70px}.sbgg .content .-text p:nth-of-type(2){font-weight:300;font-size:20px;line-height:1.5em}.sbgg .content .-text p:nth-of-type(3){font-weight:700;font-size:14px;text-transform:uppercase;background-color:#F4CE40;color:#360d92;line-height:1.8em;padding:0 10px}.sbgg .content .-text p:nth-of-type(4){font-size:11px;font-weight:300;padding-top:4px}.local{padding-bottom:0}.local .container{padding-bottom:60px;border-bottom:10px solid #F4CE40}.local h2{color:#F4CE40}.local .content{display:flex;flex-direction:column;gap:20px}.local .content .-text p:nth-of-type(1){margin-bottom:1em;max-width:264px}@media only screen and (min-width: 768px){.about{margin-top:-116px}.about .content{align-items:end;flex-direction:row-reverse}.about .content .-text,.about .content .-img{width:50%}.about .content .-text p{line-height:1.5em}.coordination .items{grid-template-columns:1fr 1fr;gap:60px}.infos .items{grid-template-columns:1fr 1fr 1fr;gap:40px}.infos .items .-item{flex-direction:row;align-items:center;gap:10px;text-align:left;max-width:inherit}.infos .items .-item:nth-of-type(3){flex-direction:column}.cig .content{gap:80px}.cig .-especial,.cig .-xperience{align-items:flex-start}.cig .-especial .-img,.cig .-especial .-text,.cig .-xperience .-img,.cig .-xperience .-text{width:50%}.cig .-especial .-img,.cig .-xperience .-img{position:relative}.cig .-especial .-img::after,.cig .-xperience .-img::after{content:'';position:absolute;bottom:-36px;width:180px;height:215px;background-image:url(../img/icon-transparent.svg);background-size:cover}.cig .-especial{flex-direction:row}.cig .-especial .-img::after{left:0}.cig .-xperience{flex-direction:row-reverse}.cig .-xperience .-img::after{right:0}.categories .items{grid-template-columns:1fr 1fr}.sbgg .content{flex-direction:row;justify-content:space-evenly;padding:40px 20px}.local .content{flex-direction:row;align-items:center}.local .content .-text{width:30%}.local .content .-text p{font-size:16px}.local .content .-img{width:70%}}@media only screen and (min-width: 1024px){.about{margin-top:-160px}.about .content{justify-content:space-between}.about .content .-text{width:40%}.about .content .-img{width:60%}.coordination .items{grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}.infos .items .-item span{font-size:64px}.infos .items .-item p{font-size:30px}.categories .items{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width: 1200px){.about{margin-top:-200px}.about .content{gap:90px}.about .content .-text{width:46%}.about .content .-img{width:54%}.cig .content{gap:120px}.cig .-especial .-img,.cig .-xperience .-img{width:60%}.cig .-especial .-img::after,.cig .-xperience .-img::after{bottom:-46px;width:290px;height:346px}.cig .-especial .-text,.cig .-xperience .-text{width:40%}.cig .-especial .-img{text-align:right}.cig .-especial .-img::after{left:0}.cig .-xperience .-img::after{right:0}}
