/*  HEADER */

header {
  text-align: center;
  padding: 20px;
}

header img {
  height: 70px;
}

@media (max-width: 600px) {
  header img {
    height: 60px;
  }
}

.header-logo-small {
  display: none;
}

video {
  width: 100%;
}

/** SECTION **/

section {
  text-align: center;
}

.container-fluid {
  padding: 0;
}

/** buzos **/
#buzos {
  background-color: #e6e6e6;
  padding-bottom: 100px !important;
}

.buzos-text {
  font-style: italic;
  font-size: 1.9rem;
  color: #444;
  margin-bottom: 10px;
  padding-top: 70px;
}

.buzos-text-mobile {
  display: none;
}

.buy-button-buzos img{
  width: 250px;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .buy-button-buzos img{
    width: 25%;
  }
}

@media (max-width: 767px) {
  .buzos-text-mobile {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 10px;
    padding-top: 45px;
    line-height: 1;
  }

  .buzos-text {
    display: none;
  }

  .scrollmenu {
    overflow-x: auto;
    white-space: nowrap;
  }

  .scrollmenu img {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .buy-button-buzos img{
    width: 60%;
  }
}



/** recycle **/
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

/** recycle **/

#recycle {
  background-image: url(../images/fondo-foto-desktop.jpg);
  padding-bottom: 30px;
}

#recycle-concept {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#recycle-concept img {

}

#recycle-symbol img {

}

#recycle-reels {
  margin-top: 100px;
}

@media (max-width: 767px) {
  #recycle {
    background-image: url(../images/fondo-foto-mobile-montagne.jpg);
  }

  #recycle-concept img {
    width: 400px !important;
    justify-content: center;
    margin-left: 0;
  }

  #recycle-symbol img {
    display: none;
  }

  #recycle-reels {
    margin-top: 0;
    padding: 0;
  }
}

/* CARROUSEL */

/* Estilos generales */
.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.video-container video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.custom-play-button img {
  width: 60px;
  height: 60px;
  opacity: 1;
}

.video-title {
  text-align: center;
  font-size: 1.5em;
  margin-top: 10px;
  color: #333;
}



.buy-button {
  all: unset;
  margin-bottom: 25px;
  align-items: center;
}

.buy-button img {
  width: 250px;
  cursor: pointer;
}

.carousel-item {
  text-align: center;
  position: relative;
}

.carousel-indicators {
  margin-top: 10px;
  position: static;
}

.carousel-indicators button {
  width: 20px !important;
  height: 5px !important;
  background-color: #7c7c7c !important;
}

.carousel-indicators .active {
  background-color: #424242 !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

/* Flecha izquierda */
.carousel-control-prev {
  left: 10px;
  right: auto;
  width: 50px;
  height: auto;
}

/* Flecha derecha */
.carousel-control-next {
  right: 10px;
  left: auto;
  width: 50px;
  height: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: none;
  width: 50px;
  height: auto;
}

/* Estilos para Desktop */
@media (min-width: 768px) {
  .video-container {
    width: 400px;
    height: 500px;
  }

  .video-container video {
    width: 400px;
    height: 500px;
  }
}

/* Instagram Story  */
@media (max-width: 767.98px) {
  .video-container {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .video-container video {
    width: 100%;
    max-height: 640px;
    margin-top: 60px !important;
  }

  .custom-play-button img {
    width: 50px;
    height: 50px;
  }

  .video-title {
    font-size: 1.2em;
    margin-top: 8px;
  }



  .carousel-indicators button {
    width: 15px !important;
    height: 4px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    width: 10%;
      top: 55%;
    transform: translateY(10%);
  }

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

/* CAPSULA */
#capsula {
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

#capsula .capsula-img {
  width: 300px !important;
  display: block;
  margin: 0 auto;
}

#capsula h5 {
  font-family: "Montserrat", sans-serif;
}

#capsula .carousel-control-prev,
#capsula .carousel-control-next {
    top: 40%;
  transform: translateY(-50%);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 60px;
  height: 60px;
  filter: invert(1);
}

.carousel-indicators {
  position: static;
  margin-top: 15px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #000;
}

.carrusel-info-capsula h5 {
  font-size: 26px;
  padding-left: 5px;
}

.carrusel-info-capsula a img {
  width: 176px !important;
  height: 40px !important;
}

@media (max-width: 767px) {
  #capsula .capsula-img {
    width: 300px !important;
  }

  .carousel-indicators {
    margin-bottom: 20px;
  }

  #capsula  .carousel-control-prev,
  #capsula  .carousel-control-next {
    width: 10%;
      top: 35%;
    transform: translateY(10%);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    filter: invert(1);
  
  }
}

/* * CARACTERISTICAS * */

.campera-zack-container {
  background-image: url(../images/fondo-zack-lg.jpg);
  background-size: cover;
  /* background-size: 100% auto; */
  background-repeat: no-repeat;
  padding-bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.campera-zack-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: flex-end;
  text-align: right;
  padding-top: 250px;
}

.campera-zack-info p {
  font-size: 1.2rem;
}

.campera-zack-info a img {
  padding-top: 50px;
}

.campera-zack-info button img {
  width: 350px !important;
}

#campera-zack-caracteristicas {
  margin-top: -100px;
  max-width: 960px;
}

#campera-zack-caracteristicas img {
  width: 200px;
  height: auto;
}

.tecnologias-recycle {
  width: 200px;
  height: auto;
}

.main-image {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .tecnologias-recycle {
    max-width: 350px;
    width: 300px;
  }

  .campera-zack-text {
    width: 250px;
    height: auto;
    padding-top: 40px;
  }

  .campera-zack-info {
    align-items: center;
    text-align: center;
  }

  .campera-zack-info p {
    font-size: 1.2rem;
    padding: 30px;
    line-height: 24px;
  }

  .campera-zack-info button img {
    width: 300px;
  }

  #campera-zack-caracteristicas img {
    padding-top: 25px;
  }

  #campera-zack {
    padding-top: 120px;
    background-color: #f7f7f7;
  }

  .campera-zack-container {
    background-image: url(../images/fondo-zack-mobile-montagne.jpg);
  }

  .main-image {
    margin-top: -150px;
  }
}

@media (max-width: 1313px) {
  .campera-zack-info{
    padding-top:50px
  }

}


/** FOOTER **/

footer {
  padding: 40px 0;
  margin-top: 75px;
  background: #222;
  text-align: center;
}

#footer-nav,
#footer-redes {
  text-align: center;
  line-height: 15px;
  padding: 0;
  margin: 20px 10px;
}

#footer-nav li {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin: 0 15px;
}

#footer-redes li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 7px;
}

#footer-nav li a,
#footer-redes li a {
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
}

#footer-copyright {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 30px 10px 30px;
  font-size: 0.777rem;
  opacity: 0.8;
}
