:root {
  --ta-celeste: #16a1dc;
  --ta-gris-imagen: #ebebeb;
  --ta-celeste-fondos: #ebf7fe;
  --ta-negro-texto: #252b2d;
  --ta-gris-subtexto: #849899;
  --ta-socios: #ffbb0f;
  --ta-socios-fondos: #ffe7a9;
  --ta-espectaculos: #ce0d54;
  --ta-cultura: #48b1a7;
  --ta-deportes: #ee813c;
}

.ta-socios-block {
  border: 1px solid var(--ta-celeste);
  box-sizing: border-box;
  /* .img-container {
        max-width: 70%;
        margin: 0 auto;
      } */
}
.ta-socios-block .title h2 {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24.8px;
  letter-spacing: -0.2px;
}
.ta-socios-block .subtitle p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.49px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.ta-socios-block .subtitle p span {
  font-weight: 700;
}
.ta-socios-block .asociarme-btn button {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 900;
  background-color: var(--ta-socios);
  border: none;
  color: var(--white);
  font-size: 15px;
  left: 50%;
  line-height: 20px;
  padding: 4px 10px;
}
.ta-socios-block .optional-content p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19.85px;
  letter-spacing: -0.2px;
}

@media (max-width: 992px) and (orientation: landscape) {
  .ta-socios-block .img-container {
    max-width: 60%;
    margin: 0 auto;
  }
  .ta-socios-block .asociarme-btn button {
    padding: 8px 30px;
  }
}
@media (min-width: 1200px) {
  .ta-socios-block .title h2 {
    font-size: 26px;
    line-height: 32.24px;
  }
  .ta-socios-block .subtitle p {
    font-size: 19px;
    line-height: 25.14px;
  }
  .ta-socios-block .asociarme-btn button {
    font-size: 19px;
    line-height: 25.14px;
    padding: 8px 35px;
  }
  .ta-socios-block .optional-content p {
    font-size: 19px;
    line-height: 25.14px;
    letter-spacing: -0.1px;
  }
}

/*# sourceMappingURL=socios-block.css.map */
