.content{
  position: relative;
  display:block;
}
.Content__info  {
  position: relative;
  height: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #010A16;
  background-size: cover;
  z-index: 1;
}

.Content__info .container {
  text-align: center;
  padding: 10px;
}
.Content__info .container h1 {
  color: var(--verde);
  font-family: "AvenirBlack",sans-serif;
  margin-bottom:  0 5px 0 20px;
  font-size: 20px;
  text-shadow: 0px 3px 6px #034f4226;
  text-transform: uppercase;
}

.Content__info .container h2 {
    font-family: "RobotoMedium",sans-serif;
    font-size: 16px;
    color: #95aa0f;
    text-shadow: 0px 3px 6px #034f4226;
    max-width: 60%;
    margin: auto;
    font-weight: unset;
}

.mainCategorias {
  padding-top: 40px;
  position: relative;
  background: #222222 0% 0% no-repeat padding-box;
  display:flex;
  justify-content: center;
  flex-direction: row;
}
.mainCategorias__container {
  width: 80%;
  margin: auto;
}

.mainCategorias__breadcrumb {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.mainCategorias__breadcrumb ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mainCategorias__breadcrumb ul>li {
    display: flex;
    float: left;
    height: 10px;
    width: auto;
    color: #12E377;
    cursor: default;
    align-items: center;
}
.mainCategorias__breadcrumb  ul>li a {
  color: var(--verde);
  font-size: 12px;
}
.mainCategorias__breadcrumb .linked {
  cursor: pointer;
  font-size: 1em;
}

.mainCategorias__bannerCategoria{
  display: flex;
  width: 100%;
  overflow: hidden;
}

.mainCategorias__bannerCategoria picture{
  height: 100%;
  width: 100%;
  display:flex;
  justify-content: center;
}
.mainCategorias__bannerCategoria a{
  height: 100%;
  width: 100%;
  display:flex;
  justify-content: center;
}

.mainCategorias__bannerCategoria img{
  border-radius: 2px;
  height: 100%;
  width: inherit;
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.mainCategorias_anunciantes{
    padding: unset;
    z-index: 1;
    position: relative;
    margin: 0px 0px 35px;
    margin-top:25px;
}
.mainCategorias_anunciantes .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 20px;
    text-align: center;
}

.mainCategorias_anunciantes a{
  width: 117px;
  height: 117px;
  position: relative;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  border: 6px solid transparent;
  border-radius: 120px;
  margin: auto;
  transition: all 0.2s ease-in;
}
.mainCategorias_anunciantes a img{
  width: 100%;
  grid-area: 1 / 1 / 2 / 2;
  border-radius: 120px;
  background-color: white;
  box-shadow: 0px 3px 20px #7dfbd747;
}


.bannerWrapper{
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
  justify-content: center;
}
.bannerWrapper a{
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  background-color: #f0f0f0;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.bannerWrapper picture{
  display: flex;
}

.bannerWrapper .lazy{
  object-fit: contain;
}

.bannerWrapper img{
  border-radius: 2px;
  height: 100%;
  width: 100%;
}


.ofertas{
  padding: 26px 0;
  /* background: transparent linear-gradient(179deg, #7dfbd7 0%, #05fea6 100%) 0% 0% no-repeat padding-box; */
  background-color: white;
  box-shadow: 0px 3px 20px #00000029;
}

.ofertas__titulos{
  text-align: center;
}

.ofertas__titulo{
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "AvenirBlack";
  justify-content: center;
}
.ofertas__titulo h2{
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}

.ofertas__subtitulos{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.ofertas__subtitulos h2{
  font-size: 14px;
  font-family: "AvenirRoman";
  line-height: 24px;
  margin-bottom: 20px !important;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}


/* Estilos de carrusel */

.ofertas_carousel{
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.Carousel{
  width: 80%;
  padding:30px;
  background: rgba(0,0,0,0.212);
  border:2px solid;
  border-color: #000000;
  border-radius: 5px;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* .Carousel h2{
  font-size: 26px;
  line-height: 38px;
  padding-bottom: 24px;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
} */

/* images */

.slick-list{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 430px;
  padding: 10px 0px;
  margin: 0px auto;
  max-width: 90vw;
  overflow: hidden;
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: .5s ease-in-out;
}
.slick{
  position: relative;
  width: 275px;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
/* .slick h4{
  position: absolute;
  z-index: 1;
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  padding: 15px;
} */
.slick h4 small{
  font-size: 15px;
  display: block;
}
.slick a img{
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
  transition: .3s ease-in-out;
}
.slick a img:hover{
  opacity: .85;
}

/* buttons */

.slick-arrow{
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
  border: 0;
  cursor: pointer;
}
.slick-arrowNone{
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
  border: 0;
  cursor: pointer;
}
.slick-arrow:focus{
  outline: 0;
}
.slick-arrow svg{
  width: 12px;
  height: 100%;
  color: rgba(0,0,0,.7);
}
.slick-prev{
  left: 8%;
}
.slick-next{
  right: 8%;
}


/* estilos de la tarjeta */
.card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  display: flex;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: space-between;
}
.card img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}
.card h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0 10px;
}
.card p {
  font-size: 16px;
}
.card button {
  width: 120px;
  height: 40px;
  margin: 0 auto 10px auto;
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 20px;
}


/* prueba */
.slick-card{
  position: relative;
  width: 265px;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding:0px;
  margin: 0 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
}

.slick-card:hover{
  /* box-shadow: inset 0 0 10px #05ffa6; */
  background-color: #fff;
  outline: 2px solid var(--verde);
  box-shadow: 0 0 15px var(--verde);
}
.slick-card:hover img{
  /* box-shadow: inset 0 0 10px #05ffa6; */
  outline: 3px solid var(--verde);
}

.slick-cardOfertasBlack:hover{
  /* background-color: #fff;
  outline: 4px solid var(--azulMetal) !important; */
  outline: 3px solid var(--morado) !important;
  outline-offset: 0.5px;
  box-shadow: 0 0 15px var(--morado);
}
.slick-cardOfertasBlack:hover img{
  outline: 3px solid var(--morado) !important;
}


.slick-card h4{
  color: var(--verde);
  font-size: 14px;
  margin: 0 10px 0 10px;
  text-transform: uppercase;
  background: #151c1d 0% 0% no-repeat padding-box;
  /* background-color: #000000; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  padding: 4px;
  text-align:left;
  width: max-content;
}

.slick-card img{
  object-fit: cover;
  height: 206px;
  width: 100%;
  margin: 0 0 5px 0;
  transition: .3s ease-in-out;
}
/* .slick-card img:hover{
  border: 2px solid #05FEA6;
} */

.infoOfertas{
  height: 50%;
  display:flex;
  flex-direction: column;
}
.infoOfertas__tittle{
  justify-content: space-between;
}

.slick-card p{
  font-size: 13px;
  line-height: 14px;
  color: #6f6f6f;
  flex-grow: 1;
  text-align: left;
  margin: 8px 10px 0px 10px;
}
.precios{
  display:flex;
  justify-content: space-between;
  margin: 5px 10px 0px 10px;
}
.precios  label:nth-child(2) {
  /* Estilos para el segundo label */
  text-decoration: line-through;
}
.precios label{
  font-size: 16px;
  color: #6f6f6f;
  text-align: left;
}

.slick-card button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 22px;
  font-size: 13px;
  background: #000000 0% 0% no-repeat padding-box;
  border: 2px solid var(--verde);
  border-radius: 20px;
  text-align: center;
  color: var(--verde);
  text-transform: uppercase;
}
.slick-card button:hover{
  width: 150px;
  height: 30px;
  background: var(--verde);
  color: #000000;
  border: 2px solid #000000;
  transition: 0.8s border;
}

/* .slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
} */


.bt-ofertas{
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: auto;
  padding: 15px;
  font-size: 13px;
  background: #000000 0% 0% no-repeat padding-box;
  border: 2px solid var(--verde);
  border-radius: 20px;
  text-align: center;
  color: var(--verde);
  text-transform: uppercase;
  margin-top:20px;
}
.bt-ofertas:hover{
  background: var(--verde);
  color: #000000;
  border: 2px solid #000000;
}

.p-ofertas{
  margin: 50px 0 50px 0;
  width: 90%;
}
  /* Estilos dimensiones oferta */
.dimensiones-oferta-box {
  min-height: 36px;
  max-height: 40px;
  overflow-y: auto;
  margin-bottom: 5px;
}

.dimensiones-texto {
  font-size: 10px !important;      
  color: #a7a7a7 !important;      
  line-height: 1.3;
}


/*TV y Pantallas extra grandes */
@media only screen and (min-width: 1200px) {

}

/*Pantallas  desktop y laptos*/
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .slick-prev{
    left: 8%;
  }
  .slick-next{
    right: 8%;
  }
  .Content__info .container h2 {
    max-width: 70%;
  }
}

/*iPads y tables */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .slick-prev{
    left: 5%;
  }
  .slick-next{
    right: 5%;
  }

  .Content__info .container h2 {
  max-width: 80%;
  }
  .slick-list{
    width: 300px;
  }
  .Content__info  {
    height: 150px;
  }
  /* .slick-track{
    overflow-x: scroll;
  } */
  .slick-trackNone{
    overflow-x: initial !important;
  }
  .slick-arrowNone{
    display: block !important;
  }
}

/* Teléfonos moviles*/
@media only screen and (max-width: 480px) {
  .Content__info .container h2 {
    max-width: 90%;
  }

  .Content__info  {
    height: 160px;
  }
  /* .slick-track{
    overflow-x: scroll;
  } */
  .slick-trackNone{
    overflow-x: initial !important;
  }
  .Carousel{
    width: 96%;
  }
  /* .slick-arrow{
    display: none;
  } */
  .slick-arrowNone{
    display: block !important;
  }
  .mainCategorias__container {
    width: 90%;
  }
  .mainCategorias_anunciantes .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); /* Mínimo 140px */
    grid-gap: 15px; /* Espaciado entre elementos */
    text-align: center;
  }
}
