@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/*CSS reset*/
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}



body{
    font-family: "Poppins", sans-serif;
}

/*Navegacion y header- JAHL*/

header{
    width: 100%;
    height: 70vh;
    background-image: url(Imagenes/productosfondo2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}
nav {
    height: 100px;
    max-width: 1200px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 80px;
    margin-left: 20px;

}
.nombre{
    display: none;
    color: #fff;
    position: absolute;
    left: 300px;
    margin-top: -90px;
    font-weight: 600;
    font-size: 30px;
    backdrop-filter: blur(10px);
    border-style: solid;
    border-radius: 15px;
    padding: 4px;
}
.bar-btn {
    font-size: 25px;
    color: #ffe7e7;
    margin-right: 20px;
    cursor: pointer;
}
.nav-menu{
    position: fixed;
    width: 100%;
    height: 0vh;
    top: 100px;
    background: rgb(79, 0, 116, 0.95);
    text-align: center;
    transition: all 0.5s;
    z-index: 1;

}
.nav-menu li{
    display: none;
    line-height: 30px;
    margin: 50px 0;
    transition: all 0.5s;
    

}
.nav-menu li a {
    color: #fff0f0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    
}
.nav-menu li a.active,
.nav-menu li a:hover {
    color: rgb(242, 0, 255);
    transition: 0.3s;
}
#check {
    display: none;

}
#check:checked ~ .nav-menu  {
    height: 100vh;


}
#check:checked ~ .nav-menu li {
    display: block;
}

.container {
    max-width: none;
    margin: 30px;

}
.banner-text{

    display: flex;
    flex-direction: column;
    text-align: center;
}
.text-header{
    margin-top: -40px;
    margin-right: 0px;

}

.text-header h1{
    text-transform: uppercase;
    backdrop-filter: blur(5px);
    color: #dbb22d;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    z-index: -1;
    
    
    

}
.text-header p {
    color: #ffffff;
   backdrop-filter: blur(20px);
   border-radius: 20px;
   border-width: 20px;
   
   padding: 2px;
 
   border-color: gray;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    
    
    
    
    

}
.btn-a {
    display: inline-block;
   
   
    margin: 13px 0px;
    padding: 10px 25px;
    border: 2px solid #1a171b;
    border-radius: 25px;
    background-color: #d9d9da;
    color: #020202;

}
.btn-a:hover{
    background-color: #885e5e;
    color: floralwhite;
    border: #d9d9da;
    
}
.img-header {
    margin-right: 0px;
    margin-top: 5px;
}
.img-header  img {
    display: none;
    width: 250px;

}
@media (min-width: 768px) {
    .logo {
        width: 100px;
        height: 100px;
        margin-left: 0;

    }
    .nombre{
        display: block;
    }
    header{
        height: 70vh;
    }
    nav{
    height: 100px;
    margin: 0 auto;
    }
    .bar-btn {
        display: none;
    }
    .nav-menu{
        position: relative;
        height: 100px;
        top: 0;
        background: none;
        transition: none;
        text-align: right;
        margin: 5px;
        
    }
    .nav-menu li {
        display:inline-block;
        line-height: 100px;
        margin: 0 20px;
        transition: none;
        
    }
    .nav-menu li a{
        font-size: 14px;
        
    }
    .container {
        max-width: 1200px;
        margin: 0 auto;

    }
    .banner-text{
        flex-direction: row;
        margin-top: 40px;
        text-align: left;

    }
    .text-header {
        margin-right: 0px;

    }
    .text-header h1 {
        font-size: 55px;
        line-height: 60px;

    }
    .text-header p {
        margin-top: 20px;

    }
    .btn-a {
        margin-top: 35px;
    }
    .img-header{
        margin-top: -50px;
        margin-right: 50px;
    }
    .img-header img {
        display: block;
        height: 400px;
        width: 450px;
    }

}
/* EDICION NOSOTROS- JAHL*/
.about {
    text-align: center;
    padding: 30px 0px;

}
.about h2 {
    font-size: 45px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about p {
    font-size: 18px;
    font-weight: 400;
    margin: 35px;
}
.icons-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;


}
.icon-about {
    display: flex;
    margin: 20px 50px;
    
}
.icon-about img{
    width: 70px;
}
.icon-text {
    text-align: left;
    margin-left: 15px;

}
.icon-text p {
    margin: 0px;

}
.btn-b {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(to bottom, rgb(41, 41, 42), rgb(219, 212, 220));
    border-radius: 25px;
    padding: 14px 25px;
    color: #fff;
}
.btn-b:hover {
    background: linear-gradient(to bottom, rgb(231, 244, 52), rgb(42, 40, 40) );
}


@media(min-width: 768px) {
    .about {
        padding: 120px 0px;
    }
    .icons-about {
        flex-direction: row;
        justify-content: center;
    }
    .btn-b {
        margin-top: 50px;

    }
}
/*Seccion services- JAHL*/
.services {
    background-image: url(Imagenes/freepik__the-style-is-candid-image-photography-with-natural__94231.png);
    padding: 20px;
        position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0px;
}
.services-container {
    display: flex;
    flex-direction: column;


}
.services-cards {
    font-size: 12px;
    display: flex;
    margin-bottom: 30px;
}
.card {
    background-color: #fff;
    width: 250px;
    border-radius: 15px;
    margin: 0pc 15px;
    padding: 20px 35px;

}
.services-txt {
    margin-left: 0px;
    text-align: center;

}
.services-txt h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    
    border-radius: 20px;
   


}
.services-txt p{
    font-size: 18px;
    color: #fff;
    margin-right: 0px;
    backdrop-filter: blur(7px);
    
    border-radius: 20px;

}
.btn-c{
    display: inline-block;
    margin-top: 35px;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 15px;
}
.btn-c:hover {
    background-color: #fff;
    color: black;
}

@media(min-width: 768px) {
    .services-container{
        flex-direction: row;
        justify-content: center;
    }

    .services {
        background-image: url(Imagenes/freepik__the-style-is-candid-image-photography-with-natural__94231.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0px;
    }
    .services-txt{
        text-align: left;
        margin-left: 75px;

    }
    .services-txt p {
        margin-right: 75px;
    }



}

/*SECCION PORTAFOLIO DE PRODUCTOS- JAHL*/
.portfolio {
    padding: 0px;

}
.container-portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.container-portfolio h2{
    font-size: 45px;
    margin-bottom: 20px;

}
.p-txt {
    text-align: center;
    margin: 0px 0px 30px 0px;

}
.content-portfolio {
    display: flex;
    text-align: center;
    margin: 0px 0px 50px 0px;

}
.img-01 {
    display: block;

   width: 50%;
   height: auto;
   
}
.img-02 {
      display: block;

   width: 50%;
   height: auto;
}
.img-03 {
     display: block;

   width: 50%;
   height: auto;
}
.img-04 {
     display: block;

   width: 50%;
   height: auto;
}
.img-05 {
     display: block;

   width: 50%;
   height: auto;
}
.img-06 {
     display: block;

   width: 40%;
   height: auto;
}
.img-07 {
     display: block;

   width: 40%;
   height: auto;
}
.img-08 {
     display: block;

   width: 40%;
   height: auto;
}
.img-09 {
     display: block;

   width: 40%;
   height: auto;
}
.img-10 {
     display: block;

   width: 40%;
   height: auto;
}
.img-11 {
     display: block;

   width: 40%;
   height: auto;
}

.txt-portfolio {
    align-self: center;

}
.txt h3 {
    font-size: 22px;
    margin-bottom: 20px;

}
.txt-portfolio p {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .portfolio{
        padding: 50px 0px;
    }
    .p-txt{
        text-align: center;
        margin: 0px 200px 70px 200px;
    }

    .container-portfolio h2{
        margin-bottom: 40px;

    }
    .content-portfolio {
        display: flex;
        text-align: left;
        margin: 0px 150px 150px 150px;

    }
    .img-01 {
    margin-right: 50px ;
    width: 250px;
}
.img-02 {
     margin-left: 50px ;
    width: 300px;
}
.img-03 {
     margin-right: 50px ;
    width: 300px;
}
.img-04 {
     margin-left: 50px ;
    width: 300px;
}
.img-05 {
     margin-right: 50px ;
    width: 300px;
}
.img-06 {
     margin-right: 50px ;
    width: 300px;
}
.img-07 {
     margin-right: 50px ;
    width: 300px;
}
.img-08 {
     margin-right: 50px ;
    width: 300px;
}
.img-09 {
     margin-right: 50px ;
    width: 300px;
}
.img-10 {
     margin-right: 50px ;
    width: 300px;
}
.img-11 {
     margin-right: 50px ;
    width: 300px;
}

}

/*SECCION DEL FOOTER- JAHL*/
.footer {
    background-image: url(Imagenes/freepik__the-style-is-candid-image-photography-with-natural__94233.png);
    background-position: center top;
    background-repeat:  no-repeat;
    background-size: cover;
    padding: 50px 0px;

}
.footer-sec {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.footer-sec h2{
    font-size: 40px;
    color: #fff;
        margin-bottom: 15px;
}
.f-txt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 0px 0px;

}
.content-footer {
    display: flex;

}
.links{
    display: flex;

}
.link {
    color: #fff;
    margin: 30px 30px 0px 0px;
}




@media(min-width: 768px){
    .f-txt{
        margin: 0px 200px 30px 200px;
    }
    .footer {
        padding: 100px 0px;
    }
    
    .links{
    display: flex;
    }
    .link {
    color: #fff;
    margin: 30px 30px 0px 0px;
}
    .link h3{
        font-size: 30px;
    }
    .link p{
        font-size: 33;
    }


}