.header{
    display: none;
}
.sair{
   
    position: absolute;
    top: 50px;
    right: 400px;

}
.sair a{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
}
.sair a:hover{
    text-decoration: none;
}
.contato-banner-home{
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 200px 0;
    background: url('../img/contato/banner.png') no-repeat;
    background-size: cover;
}
.contato-banner-home h4{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #009892;
}
.contato-banner-home h2{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #F8F9FA;
}
.contato-banner-home p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
}
.icons{
    float: left;
    margin-right: 50px;
}
.icons:last-child{
    margin-right: 0;
}
.icons p{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #009892;
}
.left-box h5{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #009892;
}
.left-box h2{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #495057;
}
.left-box > p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
    opacity: 0.8;
}
.box-contato{
    margin-top: -500px;
    width: 100%;
    height: 200px;

}
.head-contact{
    background: linear-gradient(98.13deg, #009892 0.42%, #002238 99.5%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    padding: 32px;
}
.head-contact h4{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #F8F9FA;
}
.head-contact p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
}
.body-contact{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px;
    padding: 34px 32px;
}
.body-contact input{
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #868E96;
}
.body-contact label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 18px;
    color: #495057;
}
.body-contact textarea{
    height: 244px;
    min-height: 244px;
    max-height: 244px;
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #868E96;

}
.body-contact .submit input{
    width: 122px;
    padding: 16px 32px;
    background: #009892;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}