* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
  
    font-size: 24px;
}
.imagenProducto{
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 100%;  
   
    box-shadow: -5px 8px 3px 7px rgb(95, 95, 95, 95);

}
.bodyTienda{
    
    background-color: rgb(240, 237, 237);
}

.entrada {

    margin: 2px auto;
    display: flex;
    gap: 20px;
}

.containerContacto {
    display: grid;

    margin: auto;
    width: 60%;

}
/* css ampliar info*/
.containerAmpliarInfo{
    
    display: grid;
    margin: auto;
    width: 100%;
    height: auto;
    
    
    
}
.fotoInfo{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 350px;   
    border-radius: 10px; 
    box-shadow: 3px 3px 3px 7px rgb(95, 95, 95, 95);
}
.llenadoTienda{
    padding: 20px;
    margin: auto;

    
}


.codigosQr {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    height: 300px;
    margin-bottom: 20px;
    justify-content: space-between;
    justify-items: center;

    gap: 20px;

}

.codigosQr img {

    box-shadow: 3px 3px 3px 7px rgb(95, 95, 95, 95);

}

.tamaño {
    width: 300px;
    height: 300px;

}

/* .size{
    
    width: 100%;
    height: 70%;
    box-shadow: -5px 8px 3px 1px rgb(95, 95, 95, 95);
} */

.cortes {
    display: grid;
    flex-direction: column;
    justify-items: center;
}

.contenedorDespiece {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    text-transform: uppercase;
    height: 480px;
}

.perfiles {
    display: grid;
    flex-direction: column;
    justify-items: start;
   
    

}
.ajusteTarjeta{
    margin-bottom: 20px;
    margin: auto;  
    margin-bottom: 20px; 
    width: 90%;
    height: auto;
    

}
.border{
    
    margin-bottom: 30px;
    
    padding: 5px;
}

a {
    text-decoration-line: none;
}

.botones {
    display: flex;

    flex-direction: column;
    justify-content: start;
    margin-bottom: 100px;
    width: auto;
    font-size: 20px;
    color: white;
    align-items: start;
    margin-left: 20px;


}

.botonesDespiece {
    display: flex;
    flex-direction: row;


    width: 250px;
    gap: 20px;
    margin-top: 20px;

}

.menu {
    display: grid;
    justify-content: end;
    justify-items:start ;
    margin-top: 20px;
    position: absolute;
    width: 90%;
    font-size: 20px;
    font-weight: 700;
    z-index: 10;

}
.logo {
    display: grid;
    justify-content: start;
    justify-items:start ;    
    width: 150px;
    height: auto;
    margin-left: 50px;    
    position: absolute;    
    z-index: 1;

}

.texto {
    color: white;
    text-align: end;
    font-weight: 900;
    font-size: 650%;
}

.contenedor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.botonesDespiece {
    display: grid;
    grid-column: 1/4;
    height: auto;
    margin-bottom: 20px;
}

.aside1 {
    display: grid;

    grid-column: 4/5;
}

.containerIndex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-rows: repeat(10,1fr); */
}

header {
    display: grid;
    grid-column: 1/6;
    height: 50px;
    position: absolute;
    z-index: 50;


}

section {
    display: grid;
    grid-column: 1/6;



}

footer {
    display: grid;
    grid-column: 1/6;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(200);

}

.color {
    text-transform: uppercase;
    -webkit-text-stroke: 0.7px black;
    color: #e3e4e5; 
    font-weight: 900;
    font-size: 110%;
}

.color:hover {
    border-bottom: solid 5px;
    border-radius: 5px;
    font-weight: 900;
    color: #3e5f8a;
}


.carousel,
.carousel-inner img {
    height: 600px;
    width: 100%;
}


.section1 {

    margin-top: 20px;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;

}

.section2 {
    padding: 20px;
    text-align: justify;
}

.section3 {
    display: grid;
    flex-direction: column;

    margin: auto;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    gap: 20px;


}

.section4 {
    display: grid;
    gap: 20px;
    margin-top: 30px;
    margin: 20px;
}

.mostrario {
    display: grid;

    background-repeat: no-repeat;

    width: 100%;
    grid-column: 2/3;


}


.imagenes {
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 250px;
    box-shadow: -5px 8px 3px 1px rgb(95, 95, 95, 95);

}
.videos {
    background-repeat: no-repeat;
    border-radius: 40px;
   margin: 20px;
    box-shadow: -15px 10px 5px 1px rgb(95, 95, 95, 95);

}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;..");
    border: solid 2px;
}

.colorCarrito {
    color: yellow;
    font-size: 40px;
    margin-left: 20px;
    


}
.colorCarrito:hover{
    color:RED;
    font-size: 40px;
    margin-left: 5px;
    border-radius: 50%;    
    border: solid;
    padding: 5px;
    

}

.ajustes {

    width: 30%;
    height: auto;
    padding: 10px;
    gap: 30px;
    border-radius: 8px;
    border: solid 1px;
    box-shadow: 8px 8px 3px 3px rgb(95, 95, 95, 95);
}

.bannerIndex {
    display: flex;
}

.social {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 20px;



}

.whatsapp {

    object-fit: contain;
    width: 100%;
    height: 100%;
}

.fondomovil {

    background-image: url("img/back.jpg");
    background-attachment: fixed;
    height: 450px;
    width: 90%;
    margin-left: 5%;



}

.icono {
    color: yellow;
    font-size: 30px;
    margin-right: 10px;


}
.textoJustificado{
    text-align: justify;
}


@media screen and (max-width: 992px) {
    body{
       
        font-size: 16px;
    }
    .section1 {

        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .imagenProducto{
        background-repeat: no-repeat;
        border-radius: 20px;
        width: 100%;
        
        
        
        box-shadow: -5px 8px 3px 7px rgb(95, 95, 95, 96);
    
    }
    

    
    .ajustes {

        display: grid;
        width: 90%;
        margin: auto;
        justify-items: start;
        gap: 10px;
    }

    .botones {
        width: 170px;
        margin-bottom: 0px;
        font-size: 15px;
        
    }

    .carousel,
    .carousel-inner img {
        height: 250px;
        width: 100%;
    }

    .texto {
        color: rgb(210, 208, 212);
        text-align: end;
        font-weight: 500;
        font-size: 300%;
    }

    .section3 {
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        height: auto;
        width: 80%;



    }

    .imagenes {
        border-radius: 10px;
    }

    .social {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: fixed;
        bottom: 10;
        right: 5px;



    }

    .contenedor {
        display: flex;
        flex-direction: column;


    }

    .codigosQr {
        display: flex;

        justify-content: center;
        height: auto;



        flex-direction: column;


    }

    .tamaño {
        width: 200px;
        height: 200px;
        margin: auto;

    }
    
    .codigosQr img {

        width: 150px;
        height: 150px;
    }

    .containerContacto {
        width: 90%;
    }

    .menu {
        display: flex;
        justify-content: start;
        
        margin-top: 0px;
        position: absolute;
        width: 100%;
        font-size: 10%px;
        font-weight: 900;
        z-index: 3;
        
        
        
    
    }
    .color {
        text-transform: uppercase;
        -webkit-text-stroke: 0.7px black;
        color: #e3e4e5; 
        font-weight: 900;
        font-size: 110%;
        
    
        
        width: 150px;
     
    }

    .bannerIndex {
        display: flex;
        flex-direction: column;
        z-index: 1;
    }
    .logo {
        display: flex;
        flex-direction:column;
        justify-content: start; 
         
        justify-items:start ;      
        
        width: 60px;
        height: 60px;        
       
        position: relative;    
        z-index: 1;
    }
    .menu {
        display: grid;
        justify-content: center;
        justify-items:center ;
        margin-top: 55px;
        position: absolute;
        width: 90%;
        font-size: 20px;
        font-weight: 700;
        z-index: 2;
    
    }
    .colorCarrito {
        color: yellow;
        font-size: 30px;
        margin-left: 10px;
        
    
    
    }
    .contenedor1{
        background-image: url(/img/gifPuerta.mp4);
    }

   


}