/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
 --cinza-claro:#f1f0f5; 
 --cinza:#bdbdbd;
 --cinza-medio:#7f7f7f;
 --preto:#000;
 --branco:#FFF;
 --verde:#7ed957;
 --verde-medio:#5d9744;
 --verde-claro:#d2fbc1;
}
*{box-sizing:border-box;}html,body{font-family: 'Raleway', sans-serif;letter-spacing:1px;}
html{scroll-behavior:smooth;}
body{margin:0px 0px 0px;padding:0px;}img{max-width:100%;max-height:auto;}a{color:inherit;text-decoration:none;}h1,h2,h3,h4{margin:0px 0px 15px;}p{margin:0px 0px 15px;}
.fontBase{font-family: 'Raleway', sans-serif;}
.font-size11{font-size:11px;}.font-size12{font-size:12px;}.font-size14{font-size:14px;}.font-size16{font-size:16px;}.font-size18{font-size:18px;}.font-size20{font-size:20px;}.font-size22{font-size:22px;}.font-size25{font-size:25px;}.font-size28{font-size:28px;}.font-size32{font-size:32px;}.font-size40{font-size:40px;}.font-size45{font-size:45px;}.font-size50{font-size:50px;}.font-size60{font-size:60px;}
.txt-left{text-align:left;}.txt-right{text-align:right;}.txt-center{text-align:center;}.txt-justify{text-align:justify;}	
.font-300{font-weight:300;}.font-400{font-weight:400;}.font-500{font-weight:500;}.font-600{font-weight:600;}.font-700{font-weight:700;}.font-900{font-weight:900;}
*[class*="wd-"]{max-width:100%;}
*[class*="flex-content-"]{display:flex;}
*[class*="ico-"]{background-repeat:no-repeat;background-position:center center;background-size:contain;}
.justify-between{justify-content:space-between;}.justify-center{justify-content:center;}.justify-around{justify-content:space-around;}.justify-end{justify-content:flex-end;}
.flex-wrap{flex-wrap:wrap;}.flex-nowrap{flex-wrap:nowrap;}.align-item-center{align-items:center;}
.wd-1200{width:1200px;}.wd-1100{width:1100px;}.wd-1000{width:1000px;}.wd-900{width:900px;}.wd-800{width:800px;}.wd-700{width:700px;}.wd-600{width:600px;}.wd-500{width:500px;}.wd-450{width:400px;}.wd-400{width:400px;}.wd-350{width:350px;}.wd-300{width:300px;}.wd-200{width:200px;}.wd-150{width:150px;}.wd-120{width:120px;}.wd-90{width:90px;}.wd-60{width:60px;}.wd-32{width:32px;}
.margin-auto{margin:auto;}.margin-zero{margin:0px;}.lista-zero,.lista-zero-margem{list-style:none;margin:0px;padding:0px;}.lista-zero-margem li{margin-bottom:20px;}.margin-bottom12{margin-bottom:12px;}
.ht-32{height:32px;}.ht-60{height:60px;}.ht-90{height:90px;}.ht-120{height:120px;}.ht-200{height:200px;}.ht-250{height:250px;}
.invert-color{filter: invert(100%);}
header{width: 100%;position:relative;border-bottom:solid 1px var(--verde);padding: 0px 8px 12px;}
.flex-content-header{width: 1200px;max-width: 100%;margin: auto;}
.logo{width: 120px;}
.menuItem{font-size: 18px;font-weight: 500;color:var(--cinza-medio);padding: 8px 12px;border-radius:30px;}
.menuItem:hover{background-color: var(--verde);color:var(--branco);}
.flex-content-home-content{padding:20px 12px;}
.bt-round{border-radius:30px;padding:8px 15px;display:inline-block;}
.curved-top{border-top-left-radius: 50% 20%;border-top-right-radius:50% 20%;padding-top:80px;}
.curved-bottom{border-bottom-left-radius: 50% 30%;border-bottom-right-radius:30% 50%;padding-bottom:80px;}
.box-planos{display:flex;flex-wrap: wrap;justify-content:center;list-style:none;margin:0px;padding:0px;}
.box-planos li{background-color:var(--branco);border:0px;box-sizing:border-box;width:calc(33% - 20px);margin:0px 8px 20px;padding: 20px;text-align: center;border-radius:12px;color: var(--preto);text-align: center;}
.box-planos li h2{font-size:28px;font-weight:500;color:var(--verde);}
.bg-verde{background-image: url(/site/images/bg.jpg);background-position:center center;background-size:cover;padding:40px 20px 22px;color:var(--branco);}
.preco{font-size: 40px;font-weight: 700;text-align: center;margin:15px 6px;}
.plano-txt{min-height:90px;}
.box-home-solucoes{width: 250px;margin:0px 8px 15px; text-align: center;padding: 5px;}
.box-home-solucoes h3{font-size: 20px;margin: 0px 0px 22px;}
.box-home-solucoes p{font-size: 16px;}
.box-home-solucoes img{width:90px;margin-bottom: 15px;}
.flex-content-box-imgs-parceiros{list-style: none;margin: 0px;padding: 0px;}
.flex-content-box-imgs-parceiros li{padding: 6px 8px;width: 180px;text-align: center;background-color: var(--branco);height: 80px;display: flex;align-items: center;justify-items: center; margin: 0px 15px 15px;box-shadow: 6px 4px 0px 0px rgba(210, 251, 193, 1);border-radius: 12px;overflow: hidden;}
.flex-content-box-imgs-parceiros li a{margin: auto;}
footer{padding: 40px 15px;width:100%;}
footer h4{font-size: 28px;margin-bottom:20px;}
footer p{color: #666;font-size: 16px;}
.vagas-box{width:280px;padding:12px 15px;border-radius: 15px;background-color: #FFF;border: solid 1px #f4f4f4;box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);margin: 0px 8px 16px;max-width: 98%;}
.vagas-box h3{font-weight:20px; color: var(--verde);min-height:50px;}
.vagas-box p{font-size: 14px;height: 60px;}
.bt-ver-mais,.bt-candidatar{width: 100%;padding: 5px 10px;background-color: var(--verde);text-align: center;color:#FFF;font-weight: 600;font-size:14px;border-radius:12px;}
.bt-candidatar{width:auto;display: inline-block;}
.vagas-header{width: 100%;background-image: url('/site/images/bg-vagas.jpg');background-repeat: no-repeat;background-position: center center;background-size:cover;display: flex;justify-content: center;align-items: center;color: var(--branco);padding: 80px 0px;}
.vagas-header h1{font-size: 40px;text-align: center;margin: 0px 10px 15px;}
.vagas-header p{font-size: 18px;text-align: center;margin: 0px 10px 12px;}
#busca-elm{ background-color: var(--verde);padding: 10px 20px;width: 850px;max-width: 98%; margin:20px auto;}
#busca-elm input[type="text"],#busca-elm select{ border-radius: 4px;background-color: var(--branco); color: #505050;font-size: 16px;border: 0px;padding:8px 15px;}
.bt-busca{background-color: #c5f0b2;font-size: 16px;border-radius: 12px;padding: 8px 15px;cursor:pointer;text-align: center;display: inline-block;font-weight: 600;margin: 0px 3px;}

 

@media only screen and (max-width:821px){
    .flex-content-home-content,.flex-content-header,.flex-content-footer,.flex-content-vagas-wrp{flex-direction:column;}.box-planos li {width:100%;}
    .flex-content-vagas-wrp{align-items: center;}
    .box-home-solucoes{width:22%;}
    .menuItem{font-size: 16px;}
    .flex-content-box-imgs-parceiros li{width: 160px;}
    footer .wd-300{width: 100%;text-align: center;}
    #busca-elm input[type="text"],#busca-elm select{ margin-bottom: 10px;}
    
}
@media only screen and (max-width:640px){
    .box-home-solucoes{width:100%;}  
    .vagas-header h1{color: var(--branco);font-size: 28px;}
}
