body{
    background-color: rgb(255, 255, 255);
}

/* NAVBAR */

#logo {
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 100px;
    margin-top: 30px;
    margin-left: 30px;
    background-image: url(../img/logo.png);
    background-position: center;
}

nav ul li a {
    color: #7c7c7c;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 3px 0px 7px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
}

.icone-menu-mobile{
    float: left;
    display: none;
}

.bt2via {
    position: absolute;
    width: 150px;
    height: auto;
    right: 40px;
    top: 70px;
}

.btn-viavertical {
   display: none;
}

.titulodesc {
    position: absolute;
    width: 220px;
    height: 29px;
    left: 60px;
    top: 25px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
}

.desc-adsel {
    position: absolute;
    width: 596px;
    height: 179px;
    left: 60px;
    top: 57px;
    font-family: arial;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.bt-condominios {
    position: absolute;
    width: 150px;
    height: auto;
    margin: 10px;
}

.bt-solicite {
    position: absolute;
    width: 150px;
    height: auto;
    margin: 10px;
    left: 170px;
}

.bt-atalhos {
    position: absolute;
    width: 340px;
    height: 150px;
    right: 20px;
    margin-top: 25px;
}

/* CONDOMINIOS */

.predio {
    position: absolute;
    width: 651px;
    height: auto;
    left: -211px;
}

.predio img {
    width: 600px;
    height: auto;
}

.condominios {
    position: absolute;
    width: 424px;
    height: 342px;
    right: 40px;
    margin-top: 20px;
}

.titulocond {
    position: absolute;
    width: 179px;
    height: 29px;
    left: 126px;
    top: 0px;
    margin: 0px;
    color: rgb(0, 0, 0);
}

.dep-pessoal {
    position: absolute;
    width: 130px;
    height: auto;
    left: 0px;
    top: 40px;
}

.dep-fiscal {
    position: absolute;
    width: 130px;
    height: 130px;
    left: 140px;
    top: 40px;
}

.prest-contas {
    position: absolute;
    width: 130px;
    height: auto;
    left: 300px;
    top: 35px;
}

.dep-juridico {
    position: absolute;
    width: 130px;
    height: auto;
    left: 0px;
    top: 180px;
}

.dep-serviços {
    position: absolute;
    width: 130px;
    height: auto;
    left: 140px;
    top: 180px;
}

.vistoria {
    position: absolute;
    width: 130px;
    height: auto;
    left: 300px;
    top: 180px;
}

/* SUSTENTABILIDADE */

.titulosust {
    position: absolute;
    width: 362px;
    height: 44px;
    left: 30%;
    top: 25px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: rgb(255, 255, 255);
}

.sustentabilidade-descricao {
    position: absolute;
    left: 80px;
    top: 60px;
    padding: 10px;
    width: 340px;
    height: 420px;
    text-align: justify;
}

/* CONTATO */

#contato-main {
    position: relative;
    width: 100%;
    height: 540px;
}

.contato-todos {
    width: 100%;
    height: 428px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.cont-mapa {
    position: relative;
    left: 0px;
    top: 30px;
    width: 350px;
    height: 350px;
}

iframe {
    width: 350PX;
    height: 350px;
}

.formulario {
    position: relative;
    width: 390px;
    height: 350px;
    left: 50px;
    top: 20px;
}

.cont-nome {
    position: absolute;
    width: 50px;
    height: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    left: 0px;
    top: 0px;
    color: #000000;
}

.cont-preencher {
    box-sizing: border-box;
    position: absolute;
    width: 370px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    margin: 10px 0px;
    padding: 10px;
    left: 0px;
    top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.cont-nome2 {
    position: absolute;
    width: 50px;
    height: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    left: 0px;
    top: 74px;
    color: #000000;
}

.cont-preencher2 {
    box-sizing: border-box;
    position: absolute;
    width: 370px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    margin: 10px 0px;
    left: 0px;
    top: 85px;
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.cont-nome3 {
    position: absolute;
    width: 50px;
    height: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    left: 0px;
    top: 149px;
    color: #000000;
}

.cont-preencher3 {
    box-sizing: border-box;
    position: absolute;
    width: 370px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    margin: 10px 0px;
    left: 0px;
    top: 161px;
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.cont-nome4 {
    position: absolute;
    width: 50px;
    height: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    left: 0px;
    top: 224px;
    color: #000000;
}

.cont-preencher4 {
    box-sizing: border-box;
    position: absolute;
    width: 370px;
    height: 102px;
    left: 0px;
    top: 245px;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    padding: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.cont-paragrafos {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    text-align: center;
    font-family: arial;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
}

#contato {
    position: relative;
    width: 100%;
    height: 800px;
    left: 0px;
    top: 0px;
}

.cont-suport {
    position: absolute;
    width: 530px;
    height: 130px;
    left: 20%;
    top: 490px;
    margin-top: 60px;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
}

.cont-whats {
    position: absolute;
    width: 440px;
    height: 130px;
    left: 20%;
    top: 625px;
    margin-top: 60px;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
}

.cont-btn {
    position: absolute;
    width: 104px;
    height: 36px;
    left: 250px;
    top: 356px;
    background: rgb(36, 36, 53);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgb(255, 255, 255);
}

.cont-titulo-suport {
    position: absolute;
    width: 219px;
    height: 31px;
    left: 110px;
    top: 10px;
    font-family: 'arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.cont-paragrafo-suport {
    position: absolute;
    width: 447px;
    height: auto;
    left: 110px;
    top: 43px;
    font-family: 'arial';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.cont-titulo-whats {
    position: absolute;
    width: 280px;
    height: 31px;
    left: 110px;
    top: 10px;
    font-family: 'arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.cont-paragrafo-whats {
    position: absolute;
    width: 447px;
    height: auto;
    left: 110px;
    top: 43px;
    font-family: 'arial';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.footer-part1 {
    position: absolute;
    width: 280px;
    height: 230px;
    margin: 0px;
    left: 0px;
    top: 25px;
}

hr {
    position: absolute;
    width: 179.95px;
    height: 0px;
    left: 198px;
    top: 180px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: matrix(-0.01, 1, -1, -0.01, 0, 0);
}

.footer-part2 {
    position: absolute;
    width: 280px;
    height: 230px;
    margin: 0px;
    left: 254px;
    top: 25px;
}

.footer-titulo {
    position: absolute;
    width: 177px;
    height: 32.82px;
    left: 56px;
    top: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    color: rgb(255, 255, 255);
}

.footer-paragrafo {
    position: absolute;
    left: 45px;
    top: 60px;
    font-family: 'arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: rgb(255, 255, 255);
}

.footer-paragrafo2 {
    position: absolute;
    left: 45px;
    top: 160px;
    text-decoration: none;
    list-style: none;
    font-family: 'arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: rgb(255, 255, 255);
}

.hr2 {
    position: absolute;
    width: 179.95px;
    height: 0px;
    left: 459px;
    top: 180px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: matrix(-0.01, 1, -1, -0.01, 0, 0);
}

.footer-titulo2 {
    position: absolute;
    width: 177px;
    height: 32.82px;
    left: 83px;
    top: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.footer-logo {
    width: 200px;
    height: auto;
    position: absolute;
    left: 570px;
    top: 120px;
}

.text-center {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
}

/* PAGINA EMPRESA */

.tituloprinc-empresa {
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    padding: 0px 0px 23px;
    line-height: 44px;
    color: rgb(0, 0, 0);
}

#empresa-main {
    position: relative;
    width: 100%;
    height: 540px;
}

.empresa {
    position: relative;
    width: 60%;
    height: auto;
    left: 25px;
    top: 0px;
    font-family: arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: rgb(0, 0, 0);
}

.adselfrente {
    position: absolute;
    width: 260px;
    height: auto;
    right: 50px;
    top: 70px;
}

.adselfrente-img {
    width: 260px;
    height: auto;
}

.empresa-todos {
    position: relative;
    width: 100%;
    height: 500px;
    left: 0px;
    top: 0px;
    margin: 25px 0px;
}

.imgdepart {
    width: 90PX;
    height: auto;
}

.img-depart {
    position: relative;
    width: 90px;
    height: auto;
    left: 0px;
    top: 0px;
}

.condominios-departpessoal {
    position: absolute;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 70px;
}

.titulo-depart {
    position: absolute;
    width: 269px;
    height: 31px;
    left: 150px;
    top: 0px;
    font-family: 'Inter';
    font-style: normal;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
    margin-top: 30px;
    height: 40px;
}

p.desc-depart {
    position: absolute;
    width: 636px;
    height: auto;
    left: 150px;
    top: 70px;
    font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.condominios-departfiscal {
    position: relative;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 269px;
}

.condominios-departcontabilidade {
    position: relative;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 269px;
}

.condominios-departjuridico {
    position: relative;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 269px;
}

.condominios-departservicos {
    position: relative;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 240px;
}

.condominios-departvistoria {
    position: relative;
    width: 100%;
    height: 201px;
    padding: 0px 41px;
    left: 0px;
    top: 200px;
}

.condominios-departvantagens {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 0px 50px;
    left: 0px;
    top: 200px;
    font-size: 12px;
}

p.desc-departvantagens {
    position: absolute;
    width: 781px;
    left: 50px;
    top: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    height: auto;
}

.condominios-todos {
    position: relative;
    width: 100%;
    height: 1600px;
    left: 0px;
    top: 0px;
    margin: 30px 0px;
}

.tituloprinc-condominios {
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    padding: 0px 0px 20px;
    line-height: 44px;
    color: rgb(0, 0, 0);
}

#condominios-main {
    position: relative;
    width: 100%;
    height: 1600px;
}

.desc-part2 {
    position: absolute;
    width: 195px;
    height: 90px;
    left: 120px;
    top: 148px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 109.02%;
    color: #FFFFFF;
}

.desc-part1 {
    position: absolute;
    width: 186px;
    height: 80px;
    left: 120px;
    top: 70px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 109.02%;
    color: #FFFFFF;
}

.titulo-sust {
    position: absolute;
    text-align: justify;
    top: 5px;
    left: 120px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #F8EE31;
}

#img-reciclagem {
    position: absolute;
    width: 400px;
    height: auto;
    left: 340px;
    top: 50px;
}

.oleo-img {
    width: 550px;
    height: auto;
}

.img-oleo {
    position: absolute;
    width: 600px;
    height: auto;
    left: 0px;
    top: 40px;
}

.sust {
    position: absolute;
    width: 350px;
    height: 500px;
    right: 15px;
    top: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: justify;
    line-height: 22px;
    color: rgb(0, 0, 0);
}

.img-reciclagem2 {
    position: relative;
    width: 500px;
    height: 400px;
    left: 20%;
    top: 2%;
}

.prevencao-cond {
    position: relative;
    width: 590px;
    height: 300px;
    left: 15%;
    top: 70px;
}

.passos-reciclagem {
    position: relative;
    width: 580px;
    height: 500px;
    left: 15%;
    top: 88px;
}

.reciclagem-slider {
    position: relative;
    width: 100%;
    height: 365px;
    left: 0px;
    top: 0px;
    background: rgb(254, 202, 10);
}

.reciclagem-part1 {
    position: absolute;
    width: 264px;
    height: 187px;
    left: 20px;
    top: 100px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 107.02%;
    color: rgb(23, 104, 180);
}

.reciclagem-ciclo {
    position: absolute;
    width: 650px;
    right: 35px;
    top: 20px;
    height: 340px;
}

.reciclagem-agua {
    position: absolute;
    width: 280px;
    left: 127px;
    top: 20px;
    height: 120px;
}

#img-ciclo {
    position: absolute;
    width: 60px;
    height: auto;
    left: 53px;
    top: 23px;
}

.reciclagem-part2 {
    position: absolute;
    width: 182.67px;
    height: 95px;
    left: 120px;
    top: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 107.02%;
    color: rgb(0, 0, 0);
}

.reciclagem-cifrao {
    position: absolute;
    width: 290px;
    right: 0px;
    top: 20px;
    height: 130px;
}

.reciclagem-mar {
    position: absolute;
    width: 280px;
    left: 127px;
    top: 130px;
    height: 100px;
}

#img-mar {
    position: absolute;
    width: 60px;
    height: auto;
    left: 48px;
    top: 10px;
}

.reciclagem-sol {
    position: absolute;
    width: 280px;
    right: 0px;
    top: 128px;
    height: 130px;
}

#img-sol {
    position: absolute;
    width: 60px;
    height: auto;
    left: 51px;
    top: 16px;
}

.reciclagem-peixe {
    position: absolute;
    width: 270px;
    left: 252px;
    top: 203px;
    height: 130px;
}

.titulo-sust {
    position: absolute;
    text-align: justify;
    top: 5px;
    left: 80px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color: #F8EE31;
}

.desc-part1 {
    position: absolute;
    width: 186px;
    height: 80px;
    left: 80px;
    top: 70px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 109.02%;
    color: #FFFFFF;
}

.desc-part2 {
    position: absolute;
    width: 195px;
    height: 90px;
    left: 80px;
    top: 148px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 109.02%;
    color: #FFFFFF;
}