/* ? CONTATO */
.title-barra-contato::after {width: 250px;height: 6px;}
.contato-icon {width: 50px; height: 50px;}
.contato-icon i {font-size: 20px; color: #fff;}
.contato-info a {color: #000; transition: .3s;}
.contato-info a:hover, .contato-info a:focus {color: var(--primary-color);}
/* ? FORM */
.form--contato .form-label {font-size: 16px;}
.form--contato .form-label::after {content: '*';}

/* ? MAPA */
.contato-map {width: 100%;min-height: 400px;}