:root {
    --red:  #E52E4D;
    --green:  #9cb3aa;
    --highlight:#023373;
    --complementary:#000000;
    --text-title:  #363F5F;
    --text-body:  #4d515c;
    --background:  #F0F2F5;
    --shape:  #FFFFFF;
    
}

.link-wpp {
    position: fixed;
    bottom: -40px;
    right: 0;
}

.form-home {
    justify-content: center !important;
    padding: 50px 0px;
}

.item figure h3 {
    color: white;
}


.logo img {
    width: 80%;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



@media (max-width: 1080px) {

    html {
    font-size: 93.75%}

}

@media (max-width: 720px) {
    html {
    font-size: 87.5%}

    .logo img {
        width: 190px;
        
    }

    #banner figure img {
        height: auto !important;

    }

  
}
.link-wpp button:before {
    content: url(../imagens/whatsapp.png);
    position: fixed;
    z-index: 10;
    right: 2%;
    bottom: 0px;
    cursor:pointer;
}


body {
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    color: var(--text-body);
}




body, input, textarea, button {
    font-family: 'Poppins',  sans-serif;
    font-weight: 400;
}


h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
    color: var(--text-title);
}


button {
    cursor: pointer;
}


[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.container-empresa .wrapper {
    gap: 1rem;
}

.container-empresa .wrapper p {
    /* color: var(--shape); */
    color: rgb(255, 255, 255);
}