
/* INFORMAÇÕES DE CONTATO */
.contato {position: relative;z-index: 2;}
.contato-info a {color: #000; transition: .3s;}
.contato-info a:hover, .contato-info a:focus, .contato-info a:active {color: var(--primary-color);}
.contato-info i{color: var(--primary-color);}
.address-map {width: 100%;height: 300px;}
@media screen and (min-width: 768px) {
  .contato>.transform-y {transform: scaleY(1.08);position: relative;z-index: 2;}
  .address-map {height: 100%;position: absolute;bottom: 5%;left: 0;top: 0;z-index: 0 !important;}
  footer {padding-top: 4rem;}
}
@media screen and (max-width: 768px) {.form--contato-container {border: 1px solid #ccc;}}
