/* Estilos para el popup de bienvenida BLOCKSY */
.revendedores.wp-block-group,
.revendedores .wp-block-columns {
  max-width: 100%;
  width: 100%;
  margin: 25px 0;
  padding: 0 !important;
  gap: 20;
}

.revendedores .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0px 32px 32px !important;
}

/* Alineacion de texto */

.revendedores .wp-block-column h1,
.revendedores .wp-block-column h2 {
  text-align: start;
}

/* Gap entre columnas */
.wp-block-columns.revendedores {
  margin: 0;
}

/* Ajuste columnas */
.revendedores .wp-block-column:first-child {
  padding: 0;
}

/* Imagen altura completa */
.revendedores .wp-block-column:first-child figure,
.revendedores .wp-block-column:first-child img {
  height: 100vh;
  object-fit: none;
  object-position: top;
}

/* BLOQUE DE RRSS */
.revendedores .ct-block-wrapper {
  display: none;
  flex-direction: column;
  width: 80%;
  height: 22vh;
  align-items: center;
  justify-content: end;
}

/* MOVIL */
@media (max-width: 1024px) {

  .revendedores .wp-block-column:first-child {
    display: none;
  }

  .revendedores .wp-block-column:last-child {
    padding: 20px !important;
  }

}