.contact {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contacto-info-titles h2 {
  position: relative;
  margin-top: 40px;
  font-size: 48px;
}

.contacto-info-titles h4 {
  font-weight: 400;
  font-size: 32px;
}

.contacto-info-content {
  position: relative;
  float: left;
  display: grid;
}

.contacto-info-content .info-section {
  position: relative;
  float: right;
  width: auto;
  height: 140px;
  color: #1e242b;
  margin-top: 40px;
}

.contacto-info-content .info-section a {
  color: rgba(0, 113, 245, 1);
  width: 50%;
}

.link-contact {
  text-decoration: underline !important;
  font-size: 32px;
}

.contacto-info-content .info-section a h4 {
  display: flex;
}

.contact-section__icon,
.contact-section__icon::before {
  margin: 0;
  padding: 0;
}

.contact-section__icon::before {
  vertical-align: middle;
}

.contact-section__icon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5c666f;
  justify-content: center;
  align-items: center;
}

.icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.help-section_icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

.icon-visit {
  background-image: url(../../../img/icons/gps_icon.svg);
}

.icon-line {
  background-image: url(../../../img/icons/phone_blue_icon.svg);
}

.icon-help {
  background-image: url(../../../img/icons/qa.svg);
}

.cajeros i {
  background-image: url(../../../img/icons/credit_Card.svg);
}

.icon-ayuda {
  background-image: url(../../../img/icons/qa.svg);
}

.icon-blogbam {
  background-image: url(../../../img/icons/blog_bam.svg);
  background-size: 40px;
}
