*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
    color: white;
    text-decoration: none;
}
header{
    height: 80vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)) ,
    url("assets/funciones-del-jefe-de-compras-6.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20%;
    text-align: center;
}
header img{
    margin: 0;
    width: 15rem;
    height: 15rem;
    object-fit: contain;
}
header h1{
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
header button{
    background-color: rgb(255, 128, 0);
    color: white;
    padding: 20px 40px;
    font-size:1em;
    border: none;
    border-radius: 8px;
}
.span-largo{
    display: block;
    width: 100%;
    height: 5px;
    background-color: orange;
    color: orange;
}

.productos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
}

menu div img{
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.productos div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px 0;
    width: 80%;
    padding: 20px 0;
}
.productos div p{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}
.productos h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    margin: 20px 0px;
    margin-bottom: 50px;
    color:  rgb(255, 128, 0);
    text-align: center;
}

.span-corto{
    width: 80%;
    height: 1px;
    background-color: orange;
    color: orange;
    display: block;
}



.footer-uno{
    background-color: rgb(59, 59, 59);
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    gap: 30px;
}
.footer-dos{
    background-color: black;
    height: 4vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    font-size: 1rem;

}
.footer-dos p{
    font-size: 0.8em;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.button-whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 49px;
    left: 35px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-image: url("assets/whatsapp2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


html.sr .load-hidden {
    visibility: hidden;
}


.container-redes{
    display:flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 20px 15px 1px solid black;
    width: 100vw;

}
.container-redes-descripcion{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: orange;
    padding-bottom: 100px;
    font-size: 1.2em;
    text-decoration:dashed;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    padding: 20px;
}
.container-redes-descripcion p span{
    text-decoration:underline;
}

.container-contacto{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)) ,
    url("https://images.pexels.com/photos/3930091/pexels-photo-3930091.jpeg?cs=srgb&dl=pexels-padrinan-3930091.jpg&fm=jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
#comunicate{
    color: orange;
    margin-top: 25px;
}
.container-contacto .container .container-map iframe{
    width: 100%;
    height: 100%;
    padding: 40px 0;
}
.logo-redes{
    width: 50px;
    height: 50px;
}

.container-qr img{
    height: 500px;
    width: 500px;
}
@media screen and (max-width:1200px) {
    
    .container-contacto{
        height: 200vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .container-redes{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .productos div{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .productos div p{
        width: 20%;
        
    }
    .reverse{
        display: flex;
        order: -1;
    }

 
    .button-whatsapp{
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 49px;
        left: 35px;
        width: 80px;
        height: 80px;
        z-index: 100;
        background-image: url("assets/whatsapp2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .button-whatsapp:hover{
        transform: scale(1.1);
        transition: all 0.4s;
        cursor: pointer;
    }
    .button-whatsapp:not(:hover){
        transition: all 0.4s;
    }
    
 

}

#tyrolit:hover{
    background-color: black;
    color: white;
    transition: all 1s ease-in-out;
}