#home{background-color:var(--main-black);background-position:center center;background-repeat:no-repeat;width:100%;padding-top:50px;height:850px}#home h1,#home h1 strong{color:var(--main-white);font-size:38px;margin-bottom:10px}#home h2{color:var(--main-white);font-size:24px;margin-bottom:10px}#home .faixa{background-color:var(--main-empresa);height:2px;width:250px;margin-bottom:10px}#home figure{margin:0}#home img{max-width:100%}#home p{color:var(--main-white);font-size:21px}#home a{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}#home .box{border:1px solid rgb(255 255 255 / .14);border-radius:28px;padding:clamp(20px, 3vw, 36px);-webkit-backdrop-filter:blur(50px) brightness(.9);backdrop-filter:blur(50px) brightness(.9)}@supports not ((backdrop-filter:blur(1px))){#home .box{background:rgb(60 60 60 / .92)}}@media(max-width:1200px){#home h1,#home h1 strong{color:#fff;font-size:42px}}@media(max-width:992px){#home{height:auto;padding:0;background-position:right}#home h1,#home h1 strong{color:#fff;font-size:34px}}@media(max-width:767px){#home h1,#home h1 strong{color:#fff;font-size:28px}#home .btn{width:100%;margin-bottom:10px}}#sobre h3{color:var(--main-text);font-size:32px;font-weight:700}#sobre .box{display:flex;justify-content:center;align-content:center;flex-wrap:wrap}#sobre .box .item{float:left;width:18%;margin-left:1%;margin-right:1%;border:1px solid var(--main-black);padding:20px 30px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;margin-bottom:20px}#sobre .box .item .icone{min-height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}#sobre .box .item .texto{font-weight:700}@media(max-width:992px){#sobre .box .item{width:31%}}@media(max-width:576px){#sobre h3{font-size:28px}#sobre .box .item{width:48%}}@media(max-width:390px){#sobre h3{font-size:28px}#sobre .box .item{width:100%;margin-left:0;margin-right:0}}#doutor{background-color:var(--main-black);padding-top:30px;padding-bottom:30px}#doutor figure{margin:0}#doutor img{max-width:100%}#doutor h5{font-size:38px;font-weight:700;color:var(--main-white)}#doutor p{font-size:18px;color:var(--main-white)}#doutor .texto{font-size:21px;color:var(--main-white)}#doutor .box{display:flex;align-items:center;margin-bottom:10px;border:1px solid var(--main-white);padding:10px 30px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px}#doutor .box .icone{margin-right:15px}#doutor a{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}#depo{background-color:var(--main-empresa);padding-top:40px;padding-bottom:40px}#depo h5{color:var(--main-white);font-size:42px;line-height:45px;margin-bottom:10px}#depo p{color:var(--main-white);font-size:18px}#depo a{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}@media(max-width:767px){#depo h5{font-size:32px;line-height:35px}}#metodo{background-color:var(--main-black);background-position:center center;background-repeat:no-repeat;width:100%;padding-top:50px;height:700px}#metodo h5{color:var(--main-white);font-size:42px;line-height:45px;margin-bottom:10px}#metodo .box{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#metodo .box .item{float:left;width:31%;margin-left:1%;margin-right:1%;border:1px solid var(--main-white);padding:20px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;text-align:center;margin-bottom:20px}#metodo .box .item .title{font-size:18px;color:var(--main-white);font-weight:700;margin-bottom:10px;min-height:60px}#metodo .box .item .sub{font-size:16px;color:var(--main-white);min-height:90px}@media(max-width:992px){#metodo{height:950px}#metodo h5{font-size:32px;line-height:35px}#metodo .box .item{width:48%}}@media(max-width:576px){#metodo{height:1200px}#metodo .box .item{width:100%;margin-left:0;margin-right:0}#metodo .box .item .title,#metodo .box .item .sub{min-height:auto}}#form{background-color:var(--main-black);padding-top:40px;padding-bottom:40px}#form .title{color:var(--main-white);font-weight:700;font-size:28px;margin-bottom:10px}#form p{color:var(--main-white);font-size:18px}#form .btn{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}#form .box{border:1px solid rgb(255 255 255 / .14);border-radius:28px;padding:clamp(20px, 3vw, 36px);-webkit-backdrop-filter:blur(50px) brightness(.9);backdrop-filter:blur(50px) brightness(.9)}@supports not ((backdrop-filter:blur(1px))){#form .box{background:rgb(60 60 60 / .92)}}#form input,#form textarea{background-color:#fff0;border-color:var(--main-white);color:var(--main-white)}#form .btn-submit{width:100%}