@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;

}
.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}


.header {
    display: flex;
    align-items: center;
    background: url(Imagenes/videoplayback.mp4 ) no-repeat center center fixed;
    background-size: cover;
    padding: 170px 0 0 0;

}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.logo {
    font-size: 35px;
    color: rgb(205, 187, 18);
    text-transform: uppercase;
   
    font-weight: 800;
    position: absolute;
    right: 630px;
    margin-top: -300px;
 
   
}
.Imageneslogo{
    position: fixed;
    width: 20px;
    left: 20px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
    right: -300px;
    
  
  
}
.menu .navbar ul li a {
    font-size: 23px;
    padding: 20px;
    color: #000000;
    font-family: 'Franklin Gothic Medium';
    display: block;
    backdrop-filter: blur(400px);
    
   
    

}
.menu .navbar ul li a:hover{
    color: red;
}

#menu {
    display: none;
}
.meu-icono {
    width: 25px;

}
.menu label {
    cursor: pointer;
    display: none;

}
.submenu {
    position: relative;
}
.submenu #carrito {
  
    display: none;
}
.submenu:hover #carrito{
    display: block;
    position: absolute;
    right: 0;
    backdrop-filter: blur(10px);
    top: 100%;
    z-index: 1;
    background-color: #4E4B5076;
    padding: 20px;
    min-width: 400px;
}
table{
    width: 100%;
}
th, td {
    color: #ff6c6c;

}
.borrar{
    background-color: #9BCE21;
    border-radius: 50%;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.header-txt {
    flex-basis: 50%;
    margin-right: 25px;
    z-index: 1;

}

span {
    color: #000000;
    font-size: 27px;
    top: -110;
    backdrop-filter: blur(201px);
    font-weight: 100;
    border-radius: 22px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 20px;
  
    border: 2px solid #9BCE21;
    backdrop-filter: blur(210px);
    text-transform: uppercase;
    font-weight: 800;

    display: block;
    margin-bottom: 25px;
    margin-top: 100px;

}

.header-txt h1 {
    font-size: 17px;
    text-transform:capitalize;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 800;
    backdrop-filter: blur(601px);
    border-radius: 22px;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #9BCE21;
    backdrop-filter: blur(10px);
    top: -40px;

}
.header-txt p {
    font-size: 22px;
    color: #837b53;
    
    margin-bottom: 35px;
     backdrop-filter: blur(1501px);
     
     border-radius: 22px;

}

.butons {
    display: flex;
  
    position: absolute;
    
    text-align: right;

   

}
.btn-1 {
    display: inline-block;
    padding: 13px 25px;
    background-color: #9BCE21;
    margin-right: 20px;
    color: #e4f2f7;
    text-transform: capitalize;
    margin-bottom: 100px;
}

.header-img {
   width: 70%;
    align-items: left;
    left: 220px;
    margin-top:77px;
  
  

}
.header-img img{
    height: 450px;
  

}
.oferts {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-top: 30px;
    
  
    
    
    

}



.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    
}
.ofert-1 {
    flex-basis: calc(33.3% - 20px);
    padding: 20px 5px;
    display:inline-flex;
    justify-content: space-between;
    align-items: center;

}   

    


.b1 {
    border-radius: 30px;
    border-style:groove;
    border-top-color:#9BCE21;
   box-shadow: 17px 13px 17px rgba(0, 0, 0, 0.4);
   backdrop-filter: blur(10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 57px;
    color: #fa8585;
    display: flex;
    align-items: center;
    justify-content: center;


}
.b2 {
    border-radius: 30px;
    border-style:groove;
    border-top-color:#9BCE21;
   box-shadow: 17px 13px 17px rgba(0, 0, 0, 0.4);
    
    backdrop-filter: blur(10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 47px;
    color: #1c1919;
    display: flex;
    align-items: center;
    justify-content: center;



}
.b3 {
    border-radius: 30px;
    border-style:groove;
    border-top-color:#9BCE21;
   box-shadow: 17px 13px 17px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 20px;
    color: #1c1919;
    display: flex;
    align-items: center;
    justify-content: center;


}

.ofert-txt {
    flex-basis: 80%;

}
.ofert-txt h3 {
    color: #302b2b;
    font-size: 13px;
}
.ofert-txt a {
    
    color: #e90000;
}

.ofert-img {
    flex-basis: 50%;
    display: flex;
    justify-content: center;    
    align-items: center;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;

}

.products {
    padding: 0 0 50px 0;
    text-align: center;
}
h2{
    font-size: 40px;
    color: #111419;

}
.box-container {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.box {
    border-top: 2px solid #9BCE21;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #F6FAFB;
    display: none;

}
.box:nth-child(1),
.box:nth-child(2),
.box:nth-child(3),
.box:nth-child(4),
.box:nth-child(5),
.box:nth-child(6),
.box:nth-child(7),
.box:nth-child(8),
.box:nth-child(9),
.box:nth-child(10),
.box:nth-child(11),
.box:nth-child(12) {
    display: inline-block;
}
.box img{
    height: 200px;

}
.product-txt h3 {
    font-size: 20px;
    color: #111419;
    margin-bottom: 10px;
}
.product-txt p {
    margin-bottom: 25px;
    color: #515557;

}
.precio {
    font-size: 17px;
    font-weight: 700;
    color:#FA9824 !important;
}
.btn-2, .btn-3 {
    background-color: rgb(234, 106, 106);
    margin-top: 50px;
    display: inline-block;
    padding: 11px 35px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-2:hover, .btn3:hover, .btn-1:hover {
    background-color: #13462E;


}
.btn-3 {
    margin: 0;
    padding: 8px 25px;
    border-radius: 5px;
}

.testimonial {
    padding: 100px 0;
    text-align: center;

}

.testimonial-content {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
    flex-wrap: wrap;

}
.testimonial-1 {
    flex-basis: calc(50% - 20px);
    padding: 50px;
    text-align: left;
    background-color: #F6FAFB;
    border-top: 17px solid cadetblue;

}
.testimonial-1 img {
    width: 100px;
}
.testimonial-1 h4{
    font-size: 17px;
    margin-top: 0px;
    position: absolute;
    color: #111419;
}
.testimonial-1 p{
    color: #515557;
    margin-bottom: 25px;
}
.footer {
    background-color: #000000;
    padding: 100px 0;

}
.footer-content {
    display: flex;
    justify-content: space-between;

}
.link h3 {
    color: #EFF3F4;
    font-size: 18px;
    margin-bottom: 15px;

}
.link a {
    color: #AEAFAF;
    font-size: 18px;
    display: block;
    margin-bottom:  10px;

}
.link a:hover{
    color: red;
}

@media (max-width:991px) {
    .menu{
        padding: 20px;

    }
    .menu label {
        display: initial;

    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        right: -2px;
        background-color: #e4dfd9;
        display: none;
    }
    .menu .navbar ul li {
        width: 100%;
        right: -2px;
    }
    
    #menu:checked ~ .navbar {
        display: initial;

    }
    .logo{
        display: none;
    }
     .menu .navbar ul li a:hover {
        color: #c5b20a;
     }
.submenu:hover #carrito{
    width: 100%;
}

.header {
    padding: 50px 0 0 0;

}
.header-content {
    padding: 30px;
    flex-direction: column;
    text-align: center;

}
.header-txt{
    margin-right: 0;

}
.butons{
    justify-content: center;
}
.btn-1{
    margin-bottom: 0;

}
.header-img {
    display: none;
}
.oferts {
    padding: 30px;
    flex-direction: column;

}
.ofert-1 {
    margin-bottom: 15px;

}
.products{
    padding: 0 30px 30px 30px;
}
.testimonial {
    padding: 30px;

}
.testimonial-content {
    margin-top: 20px;
    flex-direction: column;

}
.testimonial-1 {
    padding: 25px;
}
.footer{
    padding: 30px;

}
.footer-content {
    flex-direction: column;
    text-align: center;
}

}


#hero {
    min-height: 100vh;
    position: relative;
    

}

video {
    position: absolute;
    top: 0;
    left: 0;
   height: 100%;
   width: 100%;
    object-fit: cover;
    opacity: 0.7.5;
}
.capa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111419;
    mix-blend-mode: overlay;
    opacity: 0.8;
}
