.carousel-item img {
  width: 95%;
  max-width: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  /* fondo oscuro translúcido */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.cucurucho-section {
  padding: 100px 41px 60px 41px;
  background-color: #fff;
  overflow: hidden;
}

.cucurucho-img {
  width: 97%;
  height: auto;
}

p {
  font-size: 18px
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.contenido_inicio {
  padding: 0 80px 0 20px;

}

.titulo {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  margin-top: -130px;
  margin-bottom: 40px;
}

.Subtitulo {
  font-weight: 400;
}

.azul {
  color: #417cc2;
  font-weight: bold;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

.btn-freddo {
  background-color: #417cc2;
  color: white;
  font-family: "Oswald", sans-serif;
  border-radius: 0;
  width: 150px;
  font-size: 18px;
}

.btn-freddo:hover {
  background-color: #ffffff;
  color: black;
}

.columnas {
  font-family: "Jost", sans-serif;
}

.banner-boutique {
  background-image: url('../images/Index/Index.jpg');
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.banner-text {
  width: 475px;
  height: 540px;
  background-color: rgba(65, 123, 182, 0.9);
  opacity: 50%;
  margin-left: 50px;
  border-radius: none;
}

.fw-bold {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  margin-top: 70px;
  margin-bottom: 30px;
}

.cuerpo_index {
  margin-left: 35px;
  margin-right: 30px;
}

.banner-text h2 {
  line-height: 1.6;
}

.card-producto {
  background-size: cover;
  height: 460px;
  width: 585px;
  position: relative;
  border-radius: none;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.card-producto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.5) 60%,
      rgba(0, 0, 0, 0) 100%);

}

/* Contenido por encima del overlay */
.card-producto .overlay {
  position: relative;
  z-index: 2;
  padding: 30px;
  padding-top: 50px;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}


.titulo_card {
  font-size: 55px;
  font-family: "Oswald", sans-serif;
  color: #417cc2;
}

.subtitulo_card {
  font-size: 1rem;
  margin-top: -10px;
  font-family: "Jost", sans-serif;
  color: #d6d6d6;
  letter-spacing: 2px;
}

.boton {
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 20px;
}

.card-custom {
  background-color: transparent;
  padding: 15px;
  border: none;
}

.columnas {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.c1 {
  margin-right: 60px;
}

.c3 {
  margin-left: 80px;
}

.conjunto_columnas {
  margin-top: 45px;
  margin-bottom: 80px;
}

.columnas h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.columnas p {
  font-size: 16px;
  font-family: "Jost";
  font-weight: 400;
  margin-bottom: 46px;
}

@media (max-width: 768px) {
  .cucurucho-section .contenido_inicio {
    text-align: left;
    margin-top: 90px;
    margin-bottom: 150px;
  }

  .carousel-item img {
    width: 100%;
    height: 500px;
    max-width: none;
  }

  .cucurucho-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

}

/* Responsive para celulares */
@media (max-width: 768px) {
  .columna-wrapper {
    flex: 1 1 100%;
  }

  .columnas {
    width: 90%;
    margin: 0 auto;
  }

  .banner-boutique {
    background-position: center;
  }

  .Img-btn {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
  }

  .contenido_inicio .btn-freddo {
    margin-top: -50px !important;
    margin-bottom: -150px;
  }

  .banner-boutique {
    padding: 30px 0;
  }

  .banner-text {
    width: 250px;
    width: 300px;
  }

  .banner-text h2 {
    font-size: 2rem;
  }

  .banner-text p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .banner-text a.btn-freddo {
    font-size: 0.85rem;
    padding: 6px 12px;
  }

  .productos-destacados .row {
    gap: 24px !important;
    justify-content: center !important;
  }

  .productos-destacados .card-producto {
    width: 350px;
    height: 370px;

  }

  .productos-destacados .overlay {
    padding: 30px 15px;
  }

  .productos-destacados .boton {
    padding: 8px 16px;
  }

  .productos-destacados .titulo_card {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .productos-destacados .subtitulo_card {
    font-size: 1rem;
  }

  .productos-destacados .boton {
    font-size: 20px;
  }
}

/*para pantallas medianas*/
@media (min-width: 768px) and (max-width: 992px) {
  .conjunto_columnas {
    flex-direction: column;
    align-items: center;
  }

  .conjunto_columnas>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .columna-wrapper {
    flex: 1 1 100%;
  }

  .contenido_inicio {
    margin-top: 80px;
  }

  .columnas {
    width: 90%;
    margin: 0 auto;
  }

  .banner-boutique {
    background-size: 2200px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .Img-btn {
    flex-direction: column;
  }

  .contenido_inicio .btn-freddo {
    margin-top: 50px !important;
  }

  .cucurucho-img {
    margin-top: 50px;
  }

  .banner-boutique {
    padding: 30px 0;
  }

  .banner-text h2 {
    font-size: 50px;
  }

  .banner-text p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .banner-text a.btn-freddo {
    font-size: 0.85rem;
    padding: 6px 12px;
  }

}