/* Google Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top:  2rem;
    text-decoration: none;
    scroll-behavior: smooth;
    list-style: none;
    font-family: "Poppins", sans-serif;



}


header{

    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 4px 41px rgb(14, 55, 54 / 14%);
    transition: 0.2s; 

}

*::selection{

    color: #fff;
    background: var(--main-color);
  
     
    
  }
section{

    padding: 50px 10%;
    
}

img{

    width: 100%;

}

.navbar{

display: flex;


}

.navbar a{

font-size: 1rem;
padding: 11px 20px;
color: var(--second-color);
font-weight: 600;
text-transform: uppercase;

}

.navbar a:hover{

  color: #008148;
  
  }

/*Icono Hamburger Menu*/

#menu-icon{

    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    display: none;

}

/*Tamaño del Logo*/

.logo img{

    width: 115px;

}

/*Parte Principal*/

.container1 {
    background-color: #fff;
    padding-top: 7.5rem; /* Ajusta el espacio para que no quede detrás del header */
}


.video-wrapper {
    position: relative;
    max-width: 1000px; /* Ancho máximo del contenedor del video */
    margin: 0 auto; /* Centrado horizontal */
    aspect-ratio: 16 / 9; /* Proporción 16:9 */
    overflow: hidden; /* Oculta el contenido que se sale del contenedor */
    border-radius: 0.5rem; /* Bordes redondeados */
    box-shadow: 0.25rem 0.5rem #21212126; /* Sombra para darle estilo */
    background: #000; /* Fondo negro para el contenedor */
}

.video-wrapper video {
    width: 100%; /* Ajusta el video al ancho del contenedor */
    height: 100%; /* Ajusta el video a la altura del contenedor */
    object-fit: cover; /* Asegura que el video se ajuste sin distorsión */
}

.video-title{


    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;


}

/* Responsividad */
@media (max-width: 1024px) {
    .video-wrapper {
      max-width: 90%; /* Reduce el ancho en tablets */
    }
  }
  
  @media (max-width: 768px) {
    .slider-wrapper {
      max-width: 100%; /* Ocupa todo el ancho en dispositivos móviles */
      border-radius: 0.25rem; /* Bordes más pequeños */
    }
  }
  
  @media (max-width: 480px) {
    .slider-wrapper {
      aspect-ratio: 4 / 3; /* Cambia a proporción 4:3 en pantallas muy pequeñas */
    }
    .slider img {
      object-fit: contain; /* Evita cortes en pantallas pequeñas */
    }
  }



  .heading{

    text-align: center;
    
    
    }
    
    .heading span{
    
        font-size: 1rem;
        font-weight: 600;
        color: #D1932E;
      
    }
    
    .heading h1{
    
        font-size: 2rem;
        color: #D1932E;
    
    
    }

    



  .container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    
    
}


.app{


background-color: #2c2028;


}


   .app-img{

    flex: 1 1 21rem;

  }

  .app-text{

    flex: 1 1 21rem;
    
    


  }

  .app-text h2{

    font-size: 1.8rem;
    color: #D1932E;

  }

  .app-text p{

    color: #fff;
    text-align: justify;


  }

  .app-text h3{

    color: #D1932E;

  }

  
  /* Estilo para listas de características y beneficios */
.features-list {  
    margin: 1rem 0;
    padding-left: 1.5rem; /* Sangría de la lista */
    color: #fff;
}

.features-list li {
    margin-bottom: 0.5rem;
    display: flex; /* Para alinear los íconos y el texto */
    align-items: center;
    line-height: 1.5;
}

.features-list i {
    font-size: 1.2rem; /* Tamaño del ícono */
    color: #ffdf00; /* Color de las estrellas */
    margin-right: 0.5rem; /* Espaciado entre la estrella y el texto */
}



.container{


  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;


}


.delivery{


  background-color: #ffffff;

}


/*Tamaño de la imagen*/
.delivery-img{


   flex: 1 1 21rem;

}


.delivery-text{

   flex: 1 1 21rem;
   color: #000000;

}


.delivery-text {
  flex: 1 1 21rem; /* Proporción del tamaño del texto */
  padding: 1rem; /* Añade un poco de espacio interno */
  color: #000000; /* Color del texto */
}

.delivery-text h3 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #000000; /* Títulos adicionales */
}

.delivery-text ul {
  margin: 1rem 0;
  padding-left: 1.5rem; /* Alineación de la lista */
  color: #fff; /* Color del texto */
}

.delivery-text ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5; /* Mejor separación entre líneas */
}



.delivery-text h2{

  font-size: 1.8rem;
  color: #000000;

}

.delivery-text p{


  margin: 0.5rem 0 1rem;
  text-align: justify;
  color: #000000;
}

.contact{

  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
 
  
}

.social a{

font-size: 27px;
margin: 0.5rem;


}

.social a .bx{

padding: 5px;
color: #fff;
background: #000000;
border-radius: 50%;

}

.social a .bx:hover{

background-color: #fff;


}

.links{


  margin: 1rem 0 1rem;
  color: #fff;

}

.links a{

  font-size: 1rem;
  font-weight: 500;
  color: var(--second-color);
  padding: 1rem;

}

.links a:hover{

  color: var(--main-color);


}

.contact p{

  text-align: center;
  color: #fff;

}

/* Botón de WhatsApp */
.btn-wsp {
  position: fixed;
  display: flex; /* Activamos Flexbox */
  justify-content: center; /* Centramos horizontalmente */
  align-items: center; /* Centramos verticalmente */
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #FFF;
  border-radius: 50%; /* Forma circular */
  font-size: 35px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Sombra */
  border: 3px solid #fff; /* Borde blanco */
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp:hover {
  background: #20ba5a;
  transform: scale(1.1); /* Efecto hover */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}




@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}



@media (max-width: 1150px) {

  header{

    padding: 18px 7%;
  }

  section{
    padding: 50px 7%;

  }
  .home-text h1{

    font-size: 3rem;
   
  }

   .home-text h2{

    font-size: 1.5rem;

   }


}

@media (max-width: 991px) {

  header{

    padding: 18px 4%;
  }

  section{
    padding: 50px 4%;

  }
  
}

@media (max-width: 768px) {

  header{

    padding: 11px 4%;
  }

  #menu-icon{

    display: initial;
  }
 
  header .navbar{

    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 41px rgb(14, 55, 54 / 14%);
    border-radius: 2px solid var(--main-color);
    transition: 0.2s;
    text-align: left;
    

  }
  .navbar.active{

    top: 100%;
  }

  .navbar a{

    padding: 1.5rem;
    display: block;
    color: var(--second-color);
  }
  
  .home-text span{

    font-size: 0.9rem;
  }
  
  .home-text h1{

    font-size: 2.4rem;

  }

   .home-text h2{

    font-size: 1.2rem;

   }
}



@media (max-width: 768px) {

  .home-text{

    padding-top: inherit;

  }

 

  .shop-container .box{

    margin-top: 6rem;


  }
  .heading h1{

    font-size: 1.5rem;

  }

  .heading span{

    font-size: 0.9rem;


  }

  .about{

    flex-direction: column-reverse;
  }

  .links{

    display: flex;
    flex-direction: column;
  }


}

@media (max-width: 364px) {

  .links{

    display: flex;
    flex-direction: column;
  }

}