.banner-contato{background: url("../../assets/frontend/img/img-banner-contato.jpg") no-repeat center; width: 100%; height: 610px; background-size: cover}
.box-text__general{font-size: 22px; color: #005b8a; font-weight: 700;}

.box-title-input label{font-family: 'Roboto', sans-serif; font-weight: bold; color: #818181; font-size: 18px;}
.box-input{background: #E6E6E6; border-radius: 10px;}
.content-input{margin-bottom: 10px;}
.inner-input{padding: 5px 10px;}
.box-input input{color: #818181;}
.box-button{text-align: center;}
.box-button button{width: 150px; padding: 9px 0; text-align: center; margin: 20px auto 20px auto; border-radius: 10px;}

.container-box-contact{box-sizing: border-box; padding: 20px 50px;}
.box-contact__item{margin-bottom: 15px;}
.box-contact__item a{display: inline-flex;}
.box-contact__item a span{color: #015A84; margin-left: 10px; font-weight: 700;}

#map{width: 100%; height: 350px;}

.box-msg{height: 20px;}
.box-msg label{font-family: 'Roboto', sans-serif;}
.alert{color: #680c0f !important;}
.successful{color: #088054 !important;}

::-webkit-input-placeholder {
    color: #818181;
    font-size: 18px;
}

:-moz-placeholder {
    color: #818181;
    font-size: 15px;
}

::-moz-placeholder {
    color: #818181;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #818181;
    font-size: 15px;
}
