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

.icon-contact{display: flex; width: 2.5rem; height: 2.5rem; border-radius: 50%; justify-content: center; align-items: center; background-color: var(--primary-color); color: var(--light);}

.contato .social__icon {display: flex; border: none; width: 2rem; height: 2rem; border-radius: 50%; justify-content: center; align-items: center; background-color: var(--primary-color); color: var(--light);}

.form--contato {
    border: 1px solid rgba(15, 15, 15, 1);
    padding: 1rem;
    border-radius: 20px;
}

.form-custom {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: rgba(0, 0, 0, 0.02);
    background-clip: padding-box;
    border:1px solid rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select-custom{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
   padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: rgba(0, 0, 0, 0.02);
    background-clip: padding-box;
    border:1px solid rgba(0, 0, 0, 0.02);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}