* {
    box-sizing: border-box;
}


body {
    font-family: sans-serif;
    background-color: #fafaed;
    color: #3a015f;
}

body, div, ul, nav, header, footer, a, li, label {
    margin: 0;
    padding: 0;
}


/*-----header section----- */

.header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    container-type: inline-size;
    container-name: header;
    box-shadow: 0px 0px 25px #006;
    position: relative;
    z-index: 10;
    font-size: 17px;
}

.header__open-nav-button {
    color: #3a015f;
    font-size: 3rem;
    font-weight: 600;
    position: absolute;
    right: 10px
}

.header__checkbox{
    display: none;
}

.header__nav{
    display: none;
    background-color: #fff;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    z-index: -1;
}

.header__nav-list {
    display: flex;
    flex-direction: column;
    height: 40vh;
    justify-content: space-evenly;
    margin: auto;
    font-family: sans-serif;
}

.header__checkbox:checked ~ .header__nav {
    display: flex;
}


.header__logo {
    max-width: 100%;
    width: 150px;
    margin: 20px 20px;
}

.header__nav-item  {
    list-style: none;
}

.header__nav-item a {
    color: #3a015f;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.header__nav-item :is(:hover,:active) {
    text-decoration: underline;
    background-color: rgb(207, 207, 207);
    border-radius: 15px;
}

/*-----header queries-----*/

@container header (min-width: 800px) {
    .header__nav { 
        display: block;
        position: static;
        height: auto;
        width: auto;
        justify-content: space-between;
        z-index: auto;
        }

        .header__nav-list {
            flex-direction: row;
            height: auto;
            width: auto;
            gap: 20px;
            margin-right: 50px;
        }

        .header__open-nav-button {
            display: none;
        }

        }


/* -----header ends-------*/


/* -----  boxs section-----*/

.container {
    display: flex;
    flex-direction: column;
}

.box1 {
    width: 1200px;
    height: 650px;
    margin: 80px;
    background: #fff;
    margin: auto;
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #006;
}

.jacquard {
    width: 600px;
    height: 650px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.titulo1{
    margin-top: -430px;
    margin-left: 700px;
    color: black;
}

.subtitulo1{
    margin-left: 700px;
    color: black;
}

.parrafo1{
    align-items: center;
    justify-content: center;
    margin-left: 620px;
    color: black;
}

.diseños1{
    width: 600px;
    height: 650px;
    position: relative;
    left: 600px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.titulo2{
    margin-top: -430px;
    margin-left: 100px;
    color: black;
}

.subtitulo2{
    margin-left: 100px;
    color: black;
}

.parrafo2{
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: black;
    text-align: start
}

.parrafo2a{
    margin-left: 20px;
    margin-top: -10px;
    color: black;
}

.botoncon1 {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 780px;
    margin-top: 50px;
    background-color: #c0bcc2;
    height: 50px;
    width: 250px
}

.botoncon1:hover{
    color: #fff;
    background-color: #3a015f
}

#botoncon1:hover{
    color: #fff;
}

#botoncon2:hover{
    color: #fff;
}

#botoncon3:hover{
    color: #fff;
}

#botoncon1, #botoncon2, #botoncon3{
    text-decoration: none;
    color: black;
}

.botoncon2 {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 150px;
    margin-top: 50px;
    background-color: #c0bcc2;
    height: 50px;
    width: 250px
}

.botoncon2:hover{
    color: #fff;
    background-color: #3a015f
}

.asesor1 {
    width: 600px;
    height: 650px;
    margin: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.titulo3{
    margin-top: -430px;
    margin-left: 700px;
    color: black;
}

.subtitulo3{
    margin-left: 700px;
    color: black;
}

.parrafo3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 620px;
    color: black;
}

.botoncon3 {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 700px;
    margin-top: 50px;
    background-color: #c0bcc2;
    height: 50px;
    width: 350px
}

.botoncon3:hover{
    color: #fff;
    background-color: #3a015f
}



/*-----boxs section queries------*/


@media (max-width: 900px) {

                video {
                    max-width: 80%;
                    margin-left: 75px;
                }

                .container{
                    display: flex;
                    flex-direction: column;
                    margin-left: -65px;
                }

                .box1{
                    width: 400px;
                    height: 200px;
                    margin: 80px;
                }
                
                .jacquard{
                    width: 200px;
                    height: 200px;                   
                }
                
                .asesor1 {
                    width: 200px;
                    height: 200px;
                }

                .diseños1 {
                    width: 200px;
                    height: 200px;
                    margin-left: -400px;
                }

                .titulo1 {
                    font-size: 18px;
                    margin: auto;
                    margin-bottom: 5px;
                
                }

                .subtitulo1{
                    font-size: 15px;
                    margin: auto;
                    margin-bottom: 5px;
                }

                .parrafo1{
                    font-size: 14px;
                    margin: auto;
                    margin-bottom: 5px;
                }

                .titulo2{
                    font-size: 18px;
                    margin: auto;
                    margin-bottom: 5px;
                }
            
                .subtitulo2{
                    font-size: 15px;
                    margin: auto;
                    margin-bottom: 5px;
                }

                .parrafo2{
                    font-size: 14px;
                    margin: auto;
            
                }


                .parrafo2a{
                    font-size: 14px;
                    margin: auto;
                    margin-bottom: 5px;
                }


                
                .titulo3{
                    font-size: 18px;
                    margin: auto;
                    margin-bottom: 5px;
                }
            
                .subtitulo3{
                    font-size: 15px;
                    margin: auto;
                    margin-bottom: 5px;
                }

                .parrafo3{
                    font-size: 14px;
                    margin: auto;
                    margin-bottom: 5px;
                }

                .botoncon1{
                    height: 40px;
                    width: 120px;
                    font-size: 17px;
                    margin: auto;
                }

                    .botoncon2{
                    height: 40px;
                    width: 120px;
                    font-size: 17px;
                    margin: auto;
                }

                    .botoncon3{
                    height: 40px;
                    width: 120px;
                    font-size: 14px;
                    margin: auto;
                }

}







/*-----boxs2 section1--------*/ 

.section1{
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(3, 1fr);
}


.box2{
    width: 350px;
    height: 350px;
    margin: 80px;
    background: #fff;
    margin-right: auto;
    margin-top: 150px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #006;
}

.envios{
    width: 300px;
    height: 200px;
    margin-left: 30px;
    margin-top: 30px;
}


.titulo4{
    margin: auto;
    margin-left: 50px;
    color: #e95d0f;
}

.subtitulo4{
    margin: auto;
    margin-left: 85px;
    color: black;
}

.box3{
    width: 350px;
    height: 350px;
    margin: 80px;;
    background: #fff;
    margin-top: 150px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #006;
}

.atencion{
    width: 250px;
    height: 200px;
    margin-left: 60px;
    margin-top: 10px;
}

.titulo5{
    margin-left: 50px;
    color: #e95d0f;
}

.subtitulo5{
    margin-top: -20px;
    margin-left: 85px;
    color: black;
}

.box4{
    width: 350px;
    height: 350px;
    margin: 80px;
    background: #fff;
    margin-left: auto;
    margin-top: 150px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #006;
}

.cotizacion{
    width: 250px;
    height: 200px;
    margin-left: 60px;
    margin-top: 30px;
}

.titulo6{
    margin-top: -5px;
    margin-left: 35px;
    color: #e95d0f;
    font-size: 30px;
}

.subtitulo6{
    margin-top: 20px;
    margin-left: 85px;
    color: black;
}

video {
    margin-top: 80px;
    width: 1480px;
    height: 720px;
    background-color: black;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;

}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 10px;

}

/*-----boxs2 section1 media--------*/ 

@media (max-width: 900px) {
            .box2{
                width: 120px;
                height: 120px;
                margin: auto;
                margin-top: 70px;
                
            }

            .box3{
                width: 120px;
                height: 120px;
                margin: auto;
                margin-top: 70px;
                margin-left: 15px;
            }

            .box4{
                width: 120px;
                height: 120px;
                margin: auto;
                margin-top: 70px;
                margin-left: 15px;
            }


            .envios{
                    width: 100px;
                    height: 60px;
                    margin: auto;
                    margin-top: 5px;
                    margin-left: 5px;
            }

            .atencion{
                    width: 90px;
                    height: 60px;
                    margin: auto;
                    margin-top: 5px;
                    margin-left: 15px;
            }
            

            .cotizacion { 
                    width: 100px;
                    height: 50px;
                    margin: auto;
                    margin-top: 9px;
                    margin-left: 9px;
                }

            .titulo4{
                font-size: 10px;
                margin: auto;
                margin-left: 3px;
            }

            .subtitulo4{
                font-size: 9px;
                margin: auto;
                margin-top: 5px;
                margin-left: 3px;

            }

            .titulo5{
                font-size: 10px;
                margin: auto;
                margin-left: 3px;
            }

            .subtitulo5{
                font-size: 9px;
                margin: auto;
                margin-top: 5px;
                margin-left: 3px;
            }

            .titulo6{
                font-size: 10px;
                margin: auto;
                margin-left: 6px;
            }

            .subtitulo6{
                font-size: 9px;
                margin: auto;
                margin-top: 5px;
                margin-left: 6px;
            }



}


/*----- section2 --------*/

.section2{
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: -50px;
}

.fabrica{
    margin-left: 550px;
    margin-top: 20px;
    width: 300px;
    height: 300px;
}

.titulo7{
    margin-left: 600px;
    margin-top: 50px;
    color: #e95d0f;
}

.subtitulo7{
    margin-left: 35px;
    color: black;
    text-align: center;
}

.producto{
    margin-left: 550px;
    margin-top: 30px;
    width: 300px;
    height: 300px;
}

.titulo8{
    margin-left: 600px;
    margin-top: 50px;
    color: #e95d0f;
}

.subtitulo8{
    margin-left: 35px;
    color: black;
    text-align: center;
}


/*----- section2 -media-------*/

@media (max-width: 900px) {

        .fabrica {
            width: 158px;
            height: 150px;
            margin: auto;
            margin-left: 145px;
        }

        .titulo7 {
                margin: auto;
                font-size: 25px;
                margin-left: 110px;
        }

        .subtitulo7 {
                margin: auto;
                margin-top: 30px;
                font-size: 18px;
        }

        
        .titulo8 {
                margin: auto;
                font-size: 25px;
                margin-left: 110px;
                margin-top: 30px;
            
        
        }

        .subtitulo8 {
                margin: auto;
                margin-top: 30px;
                font-size: 18px;
        }


        .producto {
            width: 158px;
            height: 150px;
            margin: auto;
            margin-left: 145px;

        }


}


/*----- section3 colecciones--------*/

.titulocoleccion{
    margin-left: 500px;
    font-size: 50px;
    margin-top: 100px
}

.flexbox{
    display: flex;
    flex-direction: row;
}

.flex-item{
    border-radius: 20px;
    box-shadow: 0px 0px 25px #006;
    width: 350px;
    height: 400px;
    background-color: #fff;
    color: black;
    margin: 40px 
}

.catalogo1{
    width: 350px;
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.catalogo2{
    width: 350px;
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.titulo9{
    margin-left: 20px;
}

.parrafo4{
    margin-left: 30px;
}

.botonver {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 110px;
    margin-top: -10px;
    background-color: #c0bcc2;
    height: 50px;
    width: 150px
}

.botonver:hover{
    color: #fff;
    background-color: #3a015f
}

.titulo10{
    margin-left: 20px;
}

.parrafo5{
    margin-left: 30px;
}

.botonver2 {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 110px;
    margin-top: -10px;
    background-color: #c0bcc2;
    height: 50px;
    width: 150px
}

.botonver2:hover{
    color: #fff;
    background-color: #3a015f
}

.titulo11{
    margin-left: 20px;
}

.parrafo6{
    margin-left: 30px;
}

.botonver3 {
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 110px;
    margin-top: -10px;
    background-color: #c0bcc2;
    height: 50px;
    width: 150px
}

.botonver3:hover{
    color: #fff;
    background-color: #3a015f
}

.botoncatalogo {
    margin-top: 500px;
    margin-left: -800px;
    margin-bottom: 100px;
    transition: .3s linear;
    cursor: pointer;
    border-radius: 7px;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: 20px;
    background-color: #c0bcc2;
    height: 50px;
    width: 350px
}

.botoncatalogo:hover{
    color: #fff;
    background-color: #3a015f
}

#botonver, #botonver2, #botonver3, #botoncatalogo{
    text-decoration: none;
    color: black;
}

#botonver:hover{
    color: #fff;
}

#botonver2:hover{
    color: #fff;
}

#botonver3:hover{
    color: #fff;
}

#botoncatalogo:hover{
    color: #fff;
}

/*----- section3 colecciones----media----*/

@media (max-width: 900px) {
            .titulocoleccion{
                margin: auto;
                font-size: 25px;
                margin-left: 85px;
                margin-top: 50px;
            }

            .flexbox {
                display: flex;
                flex-direction: row;
            }
        
            .flex-item {
                width: 130px;
                height: 160px;
                margin: auto;
                margin-top: 50px;
            }

            .catalogo1{
                width: 130px;
                height: 80px;
            }

            .catalogo2{
                width: 130px;
                height: 80px;
            }


            .titulo9 {
                font-size: 17px;
            }

            .parrafo4{
                    font-size: 10px;
                    margin-top: -10px;
                    margin-left: 10px;
            }


            
            .titulo10 {
                font-size: 17px;
            }

            .parrafo5{
                    font-size: 10px;
                    margin-top: -10px;
                    margin-left: 10px;
            }

                        
            .titulo11 {
                font-size: 17px;
            }

            .parrafo6{
                    font-size: 10px;
                    margin-top: -10px;
                    margin-left: 10px;
            }

            .botonver {
                margin: auto;
                height: 30px;
                width: 90px;
                margin-top: 5px;
                margin-left: 10px;

            }

            
            .botonver2 {
                margin: auto;
                height: 30px;
                width: 90px;
                margin-top: 5px;
                margin-left: 10px;

            }


                .botonver3 {
                margin: auto;
                height: 30px;
                width: 90px;
                margin-top: 5px;
                margin-left: 10px;

            }



            .botoncatalogo {
                margin: auto;
                margin-left: -400px;
                margin-top: 300px;
                margin-bottom: 200px;


            }














}



/*----- section4 --------*/

.section4{
    background-color: #3a015f;
    color: #e95d0f;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.titulo12{
    margin-left: 70px;
    font-size: 80px;
    text-align: center;
}

.subtitulo9{
    color: #fff;
    margin-top: 150px;
    margin-left: -200px;
}

.titulo13{
    margin-left: 250px;
    font-size: 80px;
    text-align: center
}

.subtitulo10{
    color: #fff;
    margin-top: 150px;
    margin-left: -200px;
}

.titulo14{
    margin-left: 250px;
    font-size: 80px;
    text-align: center
}

.subtitulo11{
    color: #fff;
    margin-top: 150px;
    margin-left: -200px;
}



/*----- section4 ---media-----*/


@media (max-width: 900px) {
            .titulo12 {
                font-size: 30px;
                margin-top: 80px;
                margin-left:  10px;
            }

            .subtitulo9 {
                font-size: 15px;
                margin-left: -65px;
                
            }

            .titulo13 {
                    font-size: 30px;
                    margin-left: -30px;
                    margin-top: 80px;
            }

            .subtitulo10 {
                font-size: 15px;
                margin-left: -40px;
                
            }


            
            .titulo14 {
                    font-size: 30px;
                    margin-left: -10px;
                    margin-top: 80px;
            }

            .subtitulo11 {
                font-size: 15px;
                margin-left: -90px;
                
            }




}






/*------- footer container------- */

.footer{
    background-color: #3a015f;
}

.footer__content{
    color: #fff;
    padding: 80px 0;
    width: min(90%, 1200px);
    overflow: hidden;
    margin: 0 auto;
}

.footer__main{
    display: grid;
    gap: 1.5rem;
    justify-content: center;
}

.footer__links{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.footer__link{
    color: #fff;
    text-decoration: none;
}

.footer__link:hover{
    text-decoration: underline;
}

.footer__contact{
        max-width: 250px;
        display: grid;
        gap: 1.3rem;
        text-align: center;
}

.footer__copy{
    margin-top: 1rem;
    text-align: center;
    justify-self: center;
    background-color: #e95d0f;
    color: #fafaed;
    font-weight: 500;
    padding: 4px;
    border-radius: 6px;
}

.footer__social{
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
}

.footer__media{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__copyright{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #fff;
}

.footer__copyright-text{
    text-align: center;
}

.footer__logo{
    width: 200px;
    height: 75px;
    display: flex;
    align-items: center;

    justify-content: center;
}


@media (width >= 900px){
    
    
    .footer__copy {
        margin-top: 0rem; 
        }
    
    .footer{
        background-color: #fafaed;
    }

    .footer__content{
        background-color: #3a015f;
        border-radius: 36px 36px 0 0;
    }

    .footer__main{
        width: 90%;
        margin: 0 auto;
        grid-template-areas:
        "logo links media"
           "contact" 
    }

    .footer__links{
        grid-area: links;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__contact{
        grid-area: contact;
        margin-right: 800px;
        margin-top: -50px;
    }

    .footer__social{
        justify-self: end;
        grid-area: media;
    }

    .footer__logo-link{
        grid-area: logo;
        margin-left: 850px;
        margin-top: 100px;
    }


    }


