.box-contato {
border-radius: 15px;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
width: 100%;
padding: 20px;
height: 222px;
}
.box-contato .infos h4{
color: #252788;
font-family: 'Mulish';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.box-contato .infos .desc-contato p {
color: #5F5E5E;
font-family: 'Mulish';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.form-contato .title-contato h2 {
color: #252788;
font-family: 'Mulish';
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.form-contato .title-contato h2::after {
content: '';
display: block;
width: 150px;
height: 5px;
border-radius: 0px 0px 50px 0px;
background: #00AEEF;
margin: 0 auto;
}
.box-form {
border-radius: 10px;
border: 1px solid #00AEEF;
background-color: #fff;
margin: 20px;
width: 69%;
padding: 35px 0;
}
.box-form .form-control {
border-radius: 5px;
color: #000;
border: 1px solid #D2D2D2;
}
.box-form .btn-enviar-mensagem {
background-color: #00AEEF;
color: #fff;
border-radius: 5px 20px;
width: 35%;
padding: 18px;
}
@media (max-width: 1370px) {
.box-contato .infos .desc-contato p {
font-size: 16px;
}
}