*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Raleway}html{scroll-behavior:smooth}body{background:#EFEEEE;font-size:62.5%;visibility:0;-webkit-transition:.2s;transition:.2s}.loadPage{opacity:1 !important;z-index:999999;background:#000;color:#fff;position:fixed;top:0;left:0;right:0;margin:0 auto;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}h1{font-size:3em}h2{font-size:3em}h3{font-size:2em}h4{font-size:1.7em}h5{font-size:1.6em}h6{font-size:1.5em}h1,h2,h3,h4,h5,h6{font-weight:400;color:#666}p{font-size:1.9em;color:#666}a{font-size:1em;color:#05ae5a;text-decoration:none;-webkit-transition:.2s;transition:.2s}a:hover{color:#666;text-decoration:underline}.logotipo{width:189px !important}.mt30{margin-top:30px}.mb20{margin-bottom:20px}.fixedTop{z-index:999;width:100%;top:0}.fixedBorder::after{content:'';width:100%;display:block;height:1px}header.header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1180px;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}header.header aside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header.header aside ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header.header aside ul li{list-style:none;font-size:1.5em;color:#666;margin:0 9px}header.header aside ul li:last-child{margin-right:0}nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}nav ul li{list-style:none;margin:0 9px}nav ul li:last-child{margin-right:0}nav ul li.separator,aside ul li.separator{border-left:1px solid #ccc;border-right:1px solid #fff;-ms-flex-item-align:stretch;align-self:stretch}nav ul li a:link,nav ul li a:visited{background:linear-gradient(49deg, #EFEEEE, #EFEEEE);font-size:1.8em;padding:6px 30px;border-radius:30px;color:#666;text-decoration:none;font-weight:400;-webkit-box-shadow:4px 4px 7px #ccc,-4px -4px 7px #fff;box-shadow:4px 4px 7px #ccc,-4px -4px 7px #fff;-webkit-transition:.2s;transition:.2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}nav ul li a.btnTransparent:link,nav ul li a.btnTransparent:visited{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:6px 15px;color:#666}nav ul li a.btnGreen:link,nav ul li a.btnGreen:visited{color:#fff;background:linear-gradient(45deg, #05ae5a, #0cd757)}aside ul li a.btnRed:link,aside ul li a.btnRed:visited{font-size:1.2em;padding:6px 30px;border-radius:30px;text-decoration:none;font-weight:400;-webkit-transition:.2s;transition:.2s;color:#fff;background:linear-gradient(45deg, #E81005, #FD4114)}aside ul li a.btnGreen:link,aside ul li a.btnGreen:visited{font-size:1.2em;padding:6px 30px;border-radius:30px;text-decoration:none;font-weight:400;-webkit-transition:.2s;transition:.2s;color:#fff;background:linear-gradient(45deg, #05ae5a, #0cd757)}nav ul li a:hover,nav ul li a.btnTransparent:hover,nav ul li a.btnGreen:hover,nav ul li a.btnGreen:active,aside ul li a.btnRed:hover,aside ul li a.btnRed:active,aside ul li a.btnGreen:hover,aside ul li a.btnGreen:active{color:#666;background:transparent;-webkit-box-shadow:6px 6px 7px #fff,-4px -4px 7px #ccc;box-shadow:6px 6px 7px #fff,-4px -4px 7px #ccc}nav ul li a.active:link,nav ul li a.active:visited{color:#fff;background:linear-gradient(45deg, #FF940A, #FEB800);-webkit-box-shadow:6px 6px 7px #fff, -4px -4px 7px #ccc;box-shadow:6px 6px 7px #fff, -4px -4px 7px #ccc}nav ul li a div{border-right:2px solid;border-bottom:2px solid;height:8px;width:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:2px 4px;display:inline-block}nav ul li ul.dropdown{z-index:88;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;pointer-events:none;opacity:0 !important;-webkit-transition:.4s;transition:.4s;margin-top:-15px;position:absolute;-webkit-box-shadow:4px 4px 7px #ccc;box-shadow:4px 4px 7px #ccc;padding:20px;border-radius:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #fff;width:290px;right:0}nav ul li ul.dropdown::before{content:'';display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-10px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;right:0;width:290px}[data-dropdown]{position:relative}[data-dropdown]:hover ul.dropdown{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;opacity:1 !important;pointer-events:initial;-webkit-transition:.4s;transition:.4s;margin-top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;z-index:99;background:-webkit-gradient(linear, left top, left bottom, from(#EFEEEE), to(#fff));background:linear-gradient(180deg, #EFEEEE, #fff);width:290px;right:0}nav ul li ul.dropdown li{width:100%;margin:4px 0}nav ul li ul.dropdown li a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header aside{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.hamburguer{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:27px;height:21px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}.hamburguer span{width:100%;height:5px;background:#FF940A;border-radius:20px;pointer-events:none}.hamburguer:hover span{background:#E81005}.mobile{display:none}.wrapper{display:block;width:100%;border-top:1px solid #CFCECE;position:relative;padding-top:30px}.wrapper::before{content:'';width:100%;height:1px;position:absolute;top:0;border-top:1px solid #fff}.noBorder,.noBorder::before{border:none}.banner{display:block;width:100%;max-width:1180px;margin:0 auto}header.header nav.openNav{display:-webkit-box;display:-ms-flexbox;display:flex}.nameUser{margin-bottom:20px;text-align:right;width:100%}@media screen and (max-width: 1230px){header.header{padding:10px 60px}.banner{padding:0 60px}header.header nav{display:none}.hamburguer{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9999;position:relative;-webkit-transition:.3s;transition:.3s}.hamburguer span{-webkit-transition:.3s;transition:.3s}.hamburguer.open{top:20px;right:20px;position:absolute}.hamburguer.open span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburguer.open span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0;position:absolute}.hamburguer.open span:nth-child(2){display:none}.mobile{display:block}header.header nav.openNav{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;overflow:auto;width:100%;height:100vh;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#EFEEEE;z-index:888;-webkit-transition:.3s;transition:.3s;padding:30px 0}header.header nav.openNav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:0}header.header nav.openNav ul li{width:240px;text-align:center;margin:0}nav ul li ul.dropdown{opacity:1 !important;background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;position:relative;left:0;justify-content:center;padding:0;margin:0;width:240px}nav ul li ul.dropdown li a{display:block;text-align:center}nav ul li ul.dropdown li:first-child{margin-top:0}[data-dropdown]:hover ul.dropdown{width:auto;background:transparent;gap:0}.noMobile{display:none !important}nav ul li:last-child{margin-right:0px}nav ul li a:link,nav ul li a:visited{margin:10px 0}nav ul li a:hover,nav ul li a:active{margin:10px 0}header.header aside ul li:last-child{margin-right:9px}[data-dropdown],nav ul li ul.dropdown{pointer-events:none}nav ul li ul.dropdown li{pointer-events:auto}}@media screen and (max-width: 960px){header.header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header section{margin-top:20px}.fixedTop{position:relative}.nameUser{text-align:center}}@media screen and (max-width: 767px){li.separator.mobile{display:none}.hamburguer{top:20px;right:20px;position:fixed !important}h1,h2,h3,h4,h5,h6{text-align:center}header.header{padding:10px 30px}.banner{padding:0 30px}li.separator{display:none}aside ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nameUser{margin-bottom:3px}header.header aside ul li{margin:9px}}@media screen and (max-width: 480px){.banner{padding:0 15px}}@media screen and (max-width: 380px){header.header nav.openNav ul li{width:200px}}::-webkit-scrollbar{width:12px;background:rgba(255,255,255,0)}::-webkit-scrollbar-thumb{background:#FF940A;border-radius:10px;border:1px solid #FEB800}.alert{width:100%;max-width:1180px;margin:10px auto;padding:20px;border-radius:8px}.success{background:#0cd757;color:#fff !important;font-size:1.8em}.danger{background:#E81005;color:#fff !important;font-size:1.8em}.success span,.danger span{text-decoration:underline;font-weight:900}.boxHeader{padding:30px 0 10px 0}.flexBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-content-space-around{-ms-flex-pack:distribute;justify-content:space-around}.grid2{width:49%}.grid3{width:29%}.grid7{width:69%}.boxBorder{border:1px solid #ccc;padding:20px;border-radius:20px}footer{background:#63785F;color:#fff;padding-bottom:30px;margin-top:30px}footer.fixed{position:fixed !important;bottom:0}footer p{font-size:1.6em;color:#fff;margin:0 16px;text-align:center}footer a:link,footer a:visited{color:#fff}footer .flexBox{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.recaptcha{width:100%;overflow-x:auto;overflow-y:hidden;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 900px){.grid3{width:100%}.grid7{width:100%}.mb30-tablet900{margin-bottom:30px}}@media screen and (max-width: 800px){footer{margin-top:5px}}.modal-container{height:100vh;width:100%;background:rgba(0,0,0,0.7);position:fixed;top:0;left:0;z-index:2000;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 20px 0 !important;overflow-y:auto}.modal-container.ativo{display:-webkit-box;display:-ms-flexbox;display:flex}section div.modal{background:#EFEEEE !important;width:96%;max-width:600px;padding:40px;border:10px solid #FF940A;position:absolute;top:10px;margin:2% 2% 30px 2%;display:block}section div.modal p,.cardGroup div.groups div.delivereds .modal p{font-size:17px;display:block !important;line-height:20px;font-weight:400;padding:5px 0;width:100% !important}@-webkit-keyframes modal{from{opacity:0;-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes modal{from{opacity:0;-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.ativo .modal{-webkit-animation:modal .3s forwards;animation:modal .3s forwards}.fechar{width:50px;height:50px;border-radius:50%;border:4px solid #fff;top:-30px;right:-30px;position:absolute;background:#FF940A;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);font-size:1.2rem;color:#fff;cursor:pointer;outline:none}@media screen and (max-width: 660px){.fechar{right:5px;top:5px}section div.modal{position:absolute;top:0}}@media screen and (max-width: 580px){.modal-container{text-align:center}.modal-container button{margin-left:auto;margin-right:auto}}input,select,textarea{background:linear-gradient(45deg, #fff, #EFEEEE);border-radius:20px;padding:8px 16px;border:none;font-size:1.8em;-webkit-box-shadow:inset 3px 3px 6px #BEBEBE,inset -4px -4px 6px #fff;box-shadow:inset 3px 3px 6px #BEBEBE,inset -4px -4px 6px #fff;color:#666;outline:none}textarea{height:120px}label{font-size:1.8em;color:#666;text-indent:16px;margin-bottom:3px;font-weight:600}button.submit,input.submit{width:75px;height:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;border-radius:50%;outline:none;border:1px solid #DCDADA;cursor:pointer;font-size:1.7em;font-weight:600;background:linear-gradient(135deg, #FF940A, #FEB800);color:#fff;-webkit-transition:.2s;transition:.2s;-webkit-box-shadow:inset 4px 4px 6px #ff7600,4px 4px 7px #ccc,-4px -4px 7px #fff;box-shadow:inset 4px 4px 6px #ff7600,4px 4px 7px #ccc,-4px -4px 7px #fff}button.submit:hover,input.submit:hover{-webkit-box-shadow:4px 4px 7px #fff,-4px -4px 7px #ccc;box-shadow:4px 4px 7px #fff,-4px -4px 7px #ccc;background:linear-gradient(135deg, #fff, #E9E8E8);color:#666}.groupCheckBox{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.groupCheckBox input{-webkit-box-shadow:none;box-shadow:none;width:16px;height:16px}.btnAction{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flexEnd{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flexForm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flexForm div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.flexForm.col1 div{width:100%}.flexForm.col2 div{width:47%}.flexForm.col3 div{width:30%}.flexForm div.width100{width:100%}.flexForm div.width50{width:50%}.flexForm div.input100 input{width:100%}@media screen and (max-width: 1023px){.flexForm.col3 div{width:98%}}@media screen and (max-width: 640px){.flexForm.col2 div{width:100%}}@media screen and (max-width: 580px){input[type="file"]{-webkit-box-shadow:none;box-shadow:none;background:transparent;width:153px;padding:0;border-radius:0}}.displayForm{width:100%;max-width:1220px;margin:30px auto 0 auto;padding:30px;border-radius:10px}form{margin-top:30px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;width:48%}.error.active,.pass1,.pass2{margin-left:14px;margin-top:5px;font-size:1.4em;color:#E81005}.diff{margin-left:14px;margin-top:5px;font-size:1.4em}[data-modal="abrir"]{font-size:13px;background:#FF940A;color:#fff;padding:3px 16px;border-radius:30px;cursor:pointer;display:inline-block;margin:2px 0;text-indent:0}[data-modal="abrir"]:hover{background:#FEB800}.justify-content-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:20px;margin-right:10px;margin-top:6px}.groupCheckBox input{margin-right:10px}.recaptcha{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 700px){.input{width:100%}.justify-content-flex-end{margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-right:0}.recaptcha .input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.recaptcha #g-recaptcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}