h1.title-contactanos {
  font-size: 24px;
  font-family: "Encode Sans", sans-serif !important;
  font-weight: 700 !important;
}

h1.title-contactanos p {
  font-size: 18px;
  font-family: "Encode Sans", sans-serif !important;
}

h1.title-contactanos p strong {
  font-weight: 700;
}

h2 {
  font-size: 20px;
  font-weight: 500;
}

.txt-contact-phone {
  font-family: "Encode Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
}

.container-contact {
  line-height: 25px;
}

.img-option-wsp {
  width: 25px;
  height: auto;
}

.social-links {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.img-option-contactos {
  /* width: 12px;
  height: auto; */
  height: 16px;
  width: auto;
}

.text-title-canals {
  font-family: "Encode Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: -2px;
}
.remove-x-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.txt-wsp {
  font-family: "Encode Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.p-card-custom {
  padding: 16px;
}

@media (min-width: 576px) {
  .txt-contact-phone {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  h1.title-contactanos p {
    font-size: 24px;
  }
  .text-title-canals {
    font-size: 20px !important;
    margin-bottom: 0px;
  }
  .txt-wsp {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  .container-canals {
    width: 100%;
    max-width: 338px;
    max-height: 113px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .p-card-custom {
    padding: 32px;
  }
}
