/*Estilos caja con contacto y teléfono*/

/* ICONOS */
.contact-box .main-title {
  background: no-repeat top center url('/assets/img/icons/12_Valida_verde-Outline.svg');
  background-size: 58px 51px;
}
/* Estilos */
.contact-box {
  margin-top: 38px;
}
.main .contact-box .main-title {
  font-size: 1.8rem;
  color: #0a8250;
  text-align: center;
  padding-top: 65px;
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.2;
}
.contact-box p {
  margin-bottom: 12px;
  color: #333;
}
.contact-box p:last-of-type {
  margin-bottom: 10px;
}