/* ? ==================== INFORMACOES DE CONTATO ==================== */
.contato .contato__info a:not(.btn) {color: var(--light); transition: .3s;}
.contato .contato__info a:not(.btn):hover {color: var(--grey);}
.contato .contato__info .contato__info-icon {background: var(--primary-color); border-radius: 8px; width: 51px; height: 51px; font-size: 32px;}
/* ? ================== FIM INFORMACOES DE CONTATO ================== */

/* ? ==================== FORM ==================== */
.form--contato .form-control, .form--contato .form-select {border-radius: 16px; border: 1px solid rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.02);}
/* ? ================== FIM FORM ================== */

.contato-map {width: 100%;min-height: 400px;}