.anunciantes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.tituloAnunciantes {
  margin-top: 50px;
  background: transparent linear-gradient(359deg, #95aa0f 0%, #aeca00 100%) 0% 0% no-repeat padding-box;
  height: max-content;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  font-size: 1.2rem;
  position: block;
  box-shadow: 0px 3px 3px #aeca00, 0px -3px 3px #95aa0f;
}

.tituloAnunciantes__info {
  width: 100%;
  margin-left: 20%;
}

.tituloAnunciantes__info h1 {
  font-weight: unset;
  width: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.tituloAnunciantes__info h2 {
  font-weight: unset;
  color: black;
  width: 80%;
  text-align: left;
}

.tituloAnunciantes .circleAnunciante {
  background: white;
  padding: 0px;
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border: 4px solid white;
  border-radius: 120px;
  z-index: 1;
  /* top:10.8%; */
  /* right: 80%; */
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  cursor: unset;
}

.bannerMarca{
  width: 100%;
  margin-bottom: 2.5rem;
  position: block;
}
.bannerMarca img{
  width: 100%;
}

.containerLogoAnunciante{
  width: 100%;
}
.circleAnunciante {
    background: white;
    padding: 0px;
    width: 200px;
    height: 200px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    border: 4px solid white;
    border-radius: 120px;
    /* position: absolute; */
    z-index: 1;
    /* top: 8.8%;
    right: 73%; */
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    cursor: unset;
    margin-bottom: 1.0rem;
}


.circleAnunciante img {
  width: 100%;
  height: 100%;
  border-radius: 120px;
  z-index: -1;
}

.ofertasAnunciantes {
  max-width: 1140px;
  margin-top: 2.5rem;
  height: auto;
  /* background-color: #05fea6; */
}

.ofertasAnunciantes--rowHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  width: 100%;
}

.ofertasAnunciantes--rowHeader breadcrumb {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: auto;
}

.left_align {
  margin-left: 0rem !important;
}

.ofertasAnunciantes--rowHeader .header__top__redessociales {
  background-color: #000000;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  color: var(--verde);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 31px;
}

.blackHome {
  color: white;
}
.blackHomeCategroias {
  display: flex; /* Alinea ícono y texto en el mismo eje */
  align-items: center; /* Centra verticalmente el ícono y el texto */
  gap: 8px; /* Espaciado entre el ícono y el texto */
  color: rgb(0, 0, 0); /* Color del texto e ícono */
  text-decoration: none; /* Quita subrayado en enlaces */
  font-size: 1.5rem; /* Tamaño de texto consistente */
}


.header__top__redessociales label {
  margin-right: 5px;
}

.ofertasAnunciantes--main {
  display: flex;
  margin-bottom: 2.5rem;
  width: 100%;
}

.listCategorias {
  width: calc(100% - calc(calc(270px * 3) + 36px));
  /* background-color: white; */
  display: inline-table;
  /* background-color: #000000;
  box-shadow: 0px 3px 6px #00000029; */
  border-radius: 4px;
  color: var(--verde);

}

.listCategorias h3 {
  margin: 3px;
}

.listCategorias .categorias {
  width: 100%;
  height: max-content;
  /* background-color:var(--verde); */
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.listCategorias .categorias button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding: 3px 0 3px 6px;
  border-left: 2px solid var(--verde);
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  color: white;
}

.listCategorias .categorias button:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 2px solid var(--verde);
  border-right: 2px solid var(--verde);
  border-bottom: 2px solid var(--verde);
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  color: var(--verde);
  font-size: 1.5rem;
}

.listCategorias__categoria-seleccionada {
  background-color: var(--verde);
  border-top: 2px solid var(--verde);
  border-right: 2px solid var(--verde);
  border-bottom: 2px solid var(--verde);
  border-left: 2px solid var(--verde);
  border-radius: 5px;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  width: 100%;
  padding: 5px 0 5px 5px;
}


.listaOfertas {
  /* background-color: orange; */
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}

.listaOfertas .card {
  height: 400px;
  margin: 10px;
}

.listaOfertas .slick-card:hover {
  outline: 0;
}

/* .listaOfertas .slick-card:hover .infoOfertas{
  border: 0px 2px 2px 2px solid var(--verde);
  border-bottom: 2px solid var(--verde);
  margin: 0;
} */

.listaOfertas .slick-card:hover {
  /* box-shadow: inset 0 0 10px #05ffa6; */
  outline: 3px solid var(--verde);
}

.listaOfertas .slick-card:hover img {
  border: 0;
}


.sitioWeb {
  /* max-width: 1140px; */
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
  height: auto;
  /* background-color: #05FEA6; */
  /* background-color: white; */
  display: flex;
  flex-direction: column;
  padding: 10px;
}

/* .sitioWeb::before {
  content: '';
  position: absolute;
  width: 828px;
  height: 5px;
  background: transparent linear-gradient(270deg, #00b064 0%, #05fea6 100%) 0% 0% no-repeat padding-box;
  top: -11px;
  right: 0;
} */
.sitioWeb::before {
  content: "";
  /* display:block; */
  position: absolute;
  width: 100%;
  height: 5px;
  top: -11px;
  right: 0;
  left: auto;
  background: transparent linear-gradient(359deg, #95aa0f 0%, #aeca00 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.sitioWeb::after {
  content: "";
  /* display:block; */
  position: absolute;
  width: 100%;
  height: 5px;
  top: -11px;
  right: 0;
  left: auto;
  background: transparent linear-gradient(359deg, #95aa0f 0%, #aeca00 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.sitioWeb__descripcion {
  font-size: 1.8rem;
  color: white;
}

.sitioWeb h4 {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}

.sitioWeb--enlaces {
  display: flex;
  width: 100%;
  margin: 1rem;
  justify-content: center;
  align-items: center;
}

.sitioWeb--enlaces button {
  background-color: #000000;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  color: var(--verde);
  padding: 0.7rem;
  text-transform: uppercase;
  width: 200px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sitioWeb--enlaces button:hover {
  background-color: var(--verde);
  color: white;
  border: solid 2px white;
}

.sitioWeb--enlaces p {
  width: max-content;
  text-align: left;
  text-decoration: dashed;
}

.fullBannerMarca{
  width: 100%;
}
.beneficiarioText{
  font-size:1.1rem !important;
  line-height: 15px;
}

/*TV y Pantallas extra grandes */
@media only screen and (min-width: 1200px) {
  .ofertasAnunciantes {
    width: 80%;
  }
  .sitioWeb {
    width: 80%;
  }

}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
.ofertasAnunciantes {
    width: 90%;
  }
  .sitioWeb {
    width: 90%;
  }
  .tituloAnunciantes__info h1 {
    font-weight: unset;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-left:15rem;
  }
  .tituloAnunciantes__info h2 {
    font-weight: unset;
    color: black;
    width: 100%;
    text-align: left;
    margin-left:15rem;
  }
  .tituloAnunciantes .circleAnunciante {
    right: 80%;
    height:160px;
    width:160px;
  }
  .tituloAnunciantes__info {
    width: 100%;
    margin-left: 5rem;
  }
  .header__top__redessociales {
    margin-right: 0rem;
  }
  .listaOfertas {
    justify-content: space-around;
  }
  .circleAnunciante{
    top: 7.8%;
    right: 75%;
  }
}
/*Pantallas  desktop y laptos*/
@media only screen and (min-width: 730px) and (max-width: 950px) {
  .header__top__redessociales {
    flex-direction: column;
    left: 5%;
    position: relative;
    margin-top: 8rem;
  }
  .tituloAnunciantes__info h1 {
    width: 100%;
  }
  .tituloAnunciantes {
    padding: 1rem;
  }
  .ofertasAnunciantes {
    width: 70%;
  }
  .tituloAnunciantes .circleAnunciante {
    right: 80%;
    height:150px;
    width:150px;
  }
  .sitioWeb{
    width: 90%;
  }
  .listaOfertas {
    justify-content: space-around;
  }
  .circleAnunciante{
    top: 10%;
    right: 62%;
  }
}

/*iPads y tables */
@media only screen and (min-width: 481px) and (max-width: 730px) {
  .ofertasAnunciantes--rowHeader {
    flex-direction: column;
  }

  .ofertasAnunciantes--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .circleAnunciante {
    top: 11%;
    right: 32%;
  }

  .ofertasAnunciantes{
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 8rem;
  }
  .listCategorias {
    width: 100%;
    display: inline-table;
    border-radius: 4px;
    color: var(--verde);
    margin-bottom: 2.5rem;
  }

  .tituloAnunciantes__info h1 {
    font-weight: unset;
    width: 90%;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-size:2rem;
  }

  .tituloAnunciantes {
    display: flex;
    flex-direction: column;
    margin-top:0px;
  }
  .tituloAnunciantes .circleAnunciante {
    width: 140px;
    height: 140px;
  }

  .listaOfertas {
    justify-content: center;
  }
}

/* Teléfonos moviles*/
@media only screen and (max-width: 480px) {

  .ofertasAnunciantes--rowHeader {
    flex-direction: column;
  }

  .ofertasAnunciantes--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .circleAnunciante {
    top: 9%;
    right: 26%;
  }

  .ofertasAnunciantes{
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 8rem;
  }
  .listCategorias {
    width: 100%;
    display: inline-table;
    border-radius: 4px;
    color: var(--verde);
    margin-bottom: 2.5rem;
  }

  .tituloAnunciantes__info h1 {
    font-weight: unset;
    width: 90%;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-size:2rem;
  }

  .tituloAnunciantes {
    display: flex;
    flex-direction: column;
    margin-top:0px;
  }
  .tituloAnunciantes .circleAnunciante {
    width: 140px;
    height: 140px;
  }

  .listaOfertas {
    justify-content: center;
  }
}
