#home{background-color:var(--main-empresa);background-repeat:no-repeat;background-position:center center;width:100%;height:350px}#home .box{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}#home .box h1{color:var(--main-white);font-size:42px;font-weight:700}#home .box h5{color:var(--main-white);font-size:21px}#main .box-form{padding:20px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;box-shadow:10px 10px 10px 0 rgb(0 0 0 / .1)}#main .box-form .btn{width:100%}#main h2{color:var(--main-empresa);font-size:34px}#main p{font-size:18px}#sobre{background-color:#f4f4f4;padding-top:60px;padding-bottom:40px}#sobre img{max-width:100%;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px}#sobre h3{color:var(--main-empresa);font-size:34px}#sobre p{font-size:18px}#faq{background-color:var(--main-empresa);padding-top:50px;padding-bottom:50px}#faq h5{color:var(--main-white);font-weight:900;font-size:42px}#faq .titulo{color:var(--main-empresa);font-size:24px;font-weight:900}#faq .texto{color:var(--main-white);font-size:21px}#faq hr{border-top:1px solid var(--main-black)}#faq .card{border:1px solid var(--main-black);background:#fff;margin-bottom:30px}#faq .card-header{background:#fff;padding:0}#faq .card-header .btn-card{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;text-decoration:none}#faq .card-header .tit{margin-left:30px;font-size:18px;font-weight:700}#faq .card-header .icone{background-color:var(--main-empresa);height:78px;width:78px;min-width:78px;display:flex;justify-content:center;align-items:center;margin-left:10px}#faq .card-header .icone i{background-color:#fff;color:var(--main-black);padding:3px 7px;border-radius:5px}#faq .card-header .btn:focus{box-shadow:none}