/* Boton generico */
.boton_generico {
  display: flex;
  max-width: 27.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  border: 1px solid #c8c9d0;
  background: #fff;
  height: auto;
  height: 3.5rem;
}

.boton_generico p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: unset;
  padding: unset;
}

.boton_generico a {
  text-decoration: none;
  padding-right: 2em;
  padding-left: 2em;
  color: #184487;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.boton_generico a img {
  margin-left: 1.5rem;
}

.pagina_bloque_boton {
  display: flex;
}

/* XL */
@media (max-width: 1399.98px) {
}

/* LG */
@media (max-width: 1199.98px) {
}

/* MD */
@media (max-width: 991.98px) {
  .pagina_bloque_boton {
    justify-content: center;
  }

  .boton_generico {
    width: 100%;
  }
}

/* SM */
@media (max-width: 767.98px) {
}

/* XS */
@media (max-width: 575.98px) {
  .boton_generico a {
    font-size: 0.9375rem;
    line-height: normal;
    padding: unset;
  }
}
