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

/* ICONOS */
.help-box .main-title {
  background: no-repeat top center url('/assets/img/icons/feci-ayuda-out.png');
  background-size: 58px 58px;
}
/* Estilos */
.help-box {
  margin-top: 38px;
}
.main .help-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;
}
.help-box p {
  margin-bottom: 12px;
  color: #333;
}
.help-box p:last-of-type,
.main.portada .box.transp.help-box p:last-of-type
 {
  text-align: center;
  margin-bottom: 0px;
}

@media (min-width: 1280px){
  .main.portada .box.transp.help-box {
    min-height: auto;
    padding: 20px 15px;
  }
}