body {
  background: #f8faf7;
}

.contenedor-principal {
  display: flex;
  padding: 32px;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
}

.contenedor-eventos {
  display: flex;

  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;

  border-radius: 16px;
  border: 1px solid var(--Tokens-Others-borderLight, rgba(102, 102, 102, 0.2));
  background: #fff;

  /* shadowBlue */
  box-shadow: 0px 0px 40px 0px rgba(1, 41, 112, 0.1);
}

.header-contenedor-eventos {
  display: flex;
  padding: 16px 16px 8px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  
  background: var(--color-system-background-secondary, #fff);
}

.search-type {
  display: flex;
  width: 375px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contenedor-search {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;

  border-radius: 8px;
  background: var(--Primitives-Greyscale-lightestGrey, #e6e6e6);
}

.contenedor-span-search {
  display: flex;
  padding: 2px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;

  border-radius: 8px;
}

.contenedor-span-search-elegido {
  border-radius: 8px;
  background: var(--Tokens-Surface-surfacePrimary, #fff);
}

.body-contenedor-eventos {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.header-body-contenedor-eventos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.contenedor-vacio {
  width: 191px;
  height: 32px;
}



.contenedor-filtros-filtros {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.search-bar {
  display: flex;
  width: 100%;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;

  border-radius: 8px;
  border: 1px solid var(--Tokens-Others-borderLight, rgba(102, 102, 102, 0.2));
  background: #fff;
}

.body-body-contenedor-eventos {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.contenedor-evento-post {
  display: flex;

  padding: 12px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;

  border-bottom: 1px solid
    var(--Tokens-Others-borderLight, rgba(102, 102, 102, 0.2));
  background: var(--surface-surface-primary, #fff);
}

.contenedor-evento-post-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.contenedor-evento-info {
  display: flex;
  flex-direction: column;

  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}

.contenedor-evento-info-info {
  display: flex;
 /* align-items: center;*/
  gap: 8px;
  align-self: stretch;
}

.info-date {
  justify-content: space-between;
}

.contenedor-evento-info-doble {
  display: flex;
  align-items: center;
  gap: 8px;
/*  justify-content: center;*/
}

.ver-resultados {
    background: #6db34c !important;
    color: #fff !important;
}

.img-catalogo {
    width: 250px;
    height: 172px;
    object-fit: contain;
}




/*PANTALLAS ESCRITORIO*/
@media (min-width: 1190px) {

}

@media (max-width: 720px) and (min-width: 480px) {
  .contenedor-eventos {
    min-width: 480px;
    max-width: 720px;
  }

    

  .contenedor-principal {
    padding: 0;
  }

  .search-type {
    width: 100%;
  }
  .search-bar {
    width: 100% !important;
  }

  .contenedor-filtros {
    width: 100%;
  }
  .contenedor-vacio {
    width: 0;
  }

  .contenedor-filtros-filtros {
    width: 100%;
  }
  .header-contenedor-eventos {
    flex-direction: column;
  }

  .boton-filtros {
    display: none !important;
  }

  .texto-hide {
    display: none !important;
  }

  .titulo-h4 {
    font-size: 16px !important;
  }

  .titulo-h6 {
    font-size: 12px !important;
  }

  .info-date {
    flex-direction: column;
    align-self: self-start;
  }

  .img-catalogo {
    order: 2;
    width: 250px;
    height: 160px;
    object-fit: contain;
  }

  .btn-ver-mas {
    height: 24px !important;
  }
}

/*PANTALLAS PEQUEÑAS*/
@media (max-width: 480px) and (min-width: 320px) {
  .contenedor-eventos {
    min-width: 320px;

    max-width: 480px;
  }

  .contenedor-principal {
    padding: 0;
  }

  .header-contenedor-eventos {
    flex-direction: column;
  
  }

    .body-body-contenedor-eventos {
        padding: 0;
    }

  .search-type {
    width: 100%;
  }

  .search-bar {
    width: 100% !important;
  }

  .contenedor-filtros {
    width: 100%;
  }
  .contenedor-vacio {
    width: 0;
  }

  .contenedor-filtros-filtros {
    width: 100%;
  }

  .boton-filtros {
    display: none !important;
  }

  .texto-hide {
    display: none !important;
  }

  .titulo-h4 {
    font-size: 16px !important;
  }

  .titulo-h6 {
    font-size: 12px !important;
  }

  .info-date {
    flex-direction: column;
    align-self: self-start;
  }

  .img-catalogo {
    order: 2;
    width: 105px;
    height: 160px;
    object-fit: contain;
  }

  .btn-ver-mas {
    height: 24px !important;
  }


}

/*PANTALLAS ESCRITORIO*/
@media (max-width: 350px) {
}

@media (max-width: 1190px) and (min-width: 320px) {
  
}
