#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--contact_color1);
  content: "";
  display: none;
}
#breadcrumb li {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
#breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 1em;
  line-height: 1rem;
  color: var(--contact_color1);
  text-transform: capitalize;
}
#breadcrumb .breadcrumb-item svg,
#breadcrumb .breadcrumb-item svg * {
  margin-top: -3px;
}
#breadcrumb .breadcrumb-item.active {
  opacity: 1;
  pointer-events: none;
}
#breadcrumb .breadcrumb-item.active svg,
#breadcrumb .breadcrumb-item.active svg * {
  stroke: var(--contact_color1);
}
#breadcrumb .breadcrumb-item:last-of-type:before {
  opacity: 1;
}
#breadcrumb a:hover {
  opacity: 1;
  color: var(--contact_color2);
}
#contato .text a,
#contato .text b,
#contato .text p,
#contato form .about,
#contato form .submit,
#contato h1 {
  color: var(--contact_color1);
}
#contato {
  padding: 2em 0 4em;
}
#contato h1 {
  font-size: 2.5em;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 1.5em;
}
#contato h2 {
  color: var(--contact_color2);
  font-size: 1em;
  font-weight: 700;
}
#contato .text b {
  margin: 0.2em 0;
  display: block;
}
#contato form {
  background: var(--contact_color3);
  border-radius: 0.688rem;
  padding: 2em 1.3em 1em;
  border: 1px solid var(--contact_color4);
  position: relative;
}
#contato form .form-group {
  margin-bottom: 1em;
}
#contato form .form-control {
  margin-bottom: 0;
}
#contato form label {
  font-weight: 700;
  font-size: 0.875em;
}
#contato form input,
#contato form select,
#contato form textarea {
  border-radius: 0.688rem;
  border-color: var(--contact_color5);
}
#contato form .about {
  font-size: 0.75em;
}
#contato form .submit {
  border-color: var(--contact_color1);
  font-weight: 700;
  padding: 0.8em;
}
#contato form .submit:hover {
  background: var(--contact_color1);
  color: var(--contact_color3);
}
#contato form:after {
  content: " ";
  position: absolute;
  right: -1em;
  top: -2em;
  width: 88px;
  height: 90px;
  background: var(--contact_img1) center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1370px) {
  #contato:after {
    transform: scale(0.6, 0.6) translate(43%, 0);
  }
}
@media (max-width: 1050px) {
  #contato:after {
    transform: scale(0.4, 0.4) translate(85%, -12em);
  }
}
@media (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
  #contato:after {
    transform: scale(0.6, 0.6) translate(43%, 0);
  }
  #contato h1 {
    font-size: 1.5em;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #contato:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 137px;
    height: 325px;
  }
}
