:root {
    --red:  #E52E4D;
    --green:  #33CC95;
    --highlight:  red;
    --complementary:  #0D0D0D;
    --text-title:  #363F5F;
    --text-body:  #4d515c;
    --background:  #F0F2F5;
    --shape:  #FFFFFF;
    
}

 p.box-referencia {
    text-align: center;
    display: none;
  }


.logo img {
    width: 158px;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
header .contact #telefones p, header .contact #telefones p span {
    font-family: 'Open Sans', sans-serif;
 }
@media (max-width: 1080px) {
    html {
    font-size: 93.75%}
}@media (max-width: 720px) {
    html {
    font-size: 87.5%}
}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);
}

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