/*==================SECCIÓN 1=================*/
.secc1-bg {
  background-image: url("../img/Catalogo/banner.jpg");
  background-position: center;
  background-size: cover;
  height: 593px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secc1_marca_agua {
  max-width: 300px;
  opacity: 0.6;
}
.secc1_flecha {
  position: absolute;
  bottom: 0;
}
/*==================SECCIÓN 2=================*/
.secc2 {
  justify-content: center;
  gap: 1rem;
  padding-top: 120px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 120px;
}

.secc2_imagenes {
  display: flex;
  width: 50%;
  gap: 10px;
}
.selector_imagenes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.secc2_btn-galery {
  height: 5vw;
  width: 5vw;
  max-width: 80px;
  max-height: 80px;
  min-height: 30px;
  min-width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px;
}
.img-producto {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
.img-producto::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.img-product90 {
  max-width: 500px;
  width: 80%;
  height: max-content;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.15s;
}
.img-product90::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.secc2_btn-galery {
  opacity: 0.5; /* Ajusta este valor a lo que necesites */
}
.secc2_btn-galery.active {
  opacity: 1;
}
/*==================TEXTOS=================*/
.secc2_textos {
  width: 40%;
}
.secc2_titulo {
  color: #0d1a20;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.secc2_descripcion p {
  color: #0d1a20;
}
.secc2_regresar {
  margin-top: auto;
}

.btn-regresar {
  background-color: rgb(239, 68, 68);
  border: 1px solid rgb(239, 68, 68);
  border-radius: 0px;
  padding: 8px 30px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff !important;
  transition: all 0.15s ease-in-out;

  display: flex;
  align-items: center;
}
.btn-regresar:hover {
  transform: scale(1.025);
}

/*==================SECCIÓN 4=================*/
.secc4 {
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 120px;
  justify-content: space-between;
}
.secc4_item-titulo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.item_intermedio {
  border-left: solid 1px #324d79;
  border-right: solid 1px #324d79;

  height: 200px;
}
.secc4_item-titulo h4 {
  width: 250px;
  margin-bottom: 0;
  font-weight: 400;
  color: #6a4e39;
}
.secc4_item-texto {
  color: #5c5c5c;
  margin-top: 30px;
  margin-bottom: 0;
  width: 325px;
}

/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
  .secc1-bg {
    height: 350px;
  }

  .secc2 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .btn-regresar {
    margin-top: 40px;
    width: 100%;
  }
  .secc4 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;

    flex-direction: column;
    gap: 50px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
  }
  .secc4_item-texto {
    width: unset;
    margin-top: 15px;
  }
  .item_intermedio {
    border-left: unset;
    border-right: unset;
    height: unset;
  }
}

@media (min-width: 550px) {
  .secc1-bg {
    height: 450px;
  }
  .secc2_titulo {
    font-size: 1.4rem;
  }
  /*-----------------*/
}
@media (min-width: 650px) {
  .secc1 {
    height: 450px;
  }
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .secc1-bg {
    height: 500px;
  }
  /*-----------------*/
  .secc2 {
    padding-top: 120px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 120px;
    flex-direction: row;
  }

  .btn-regresar {
    width: 160px;
  }
  .secc4 {
    flex-direction: row;
    gap: unset;
    width: unset;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 120px;
    justify-content: space-between;
  }
  .secc4_item {
    width: 30%;
  }
  .secc4_item-texto {
    width: unset;
  }
  .secc4_item-titulo h4 {
    width: unset;
  }
}
@media (min-width: 1440px) {
  .secc1-bg {
    height: 593px;
  }
  /*-----------------*/
  .secc4_item {
    width: unset;
  }
  .secc2 {
    margin-left: auto;
    margin-right: auto;
  }
  .item_intermedio {
    border-left: solid 1px #324d79;
    border-right: solid 1px #324d79;
    height: 200px;
    padding-left: 8%;
    padding-right: 8%;
  }
  .secc4_item-texto {
    margin-top: 30px;
  }
  .secc4_item-texto {
    width: 325px;
  }
}
@media (max-width: 992px) {
  .secc2_imagenes {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    flex-direction: column;
    justify-content: center;
  }
  .selector_imagenes {
    flex-direction: row;
  }
  .img-product90 {
    width: 100%;
  }
  .secc2_textos {
    width: 100%;
  }
}
