* {
    margin: 0;
    list-style: none;
    text-decoration: none;
    background-color: #ffffff;
    /* background-color: white; */
    box-sizing: border-box;
}

body{
    font-family: 'Bruno Ace SC', cursive;
    font-family: 'Castoro Titling', cursive;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

h1{
    font-family: 'Bruno Ace SC', cursive;
    font-family: 'Castoro Titling', cursive;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Mono', monospace;

}

nav {
    /*     background-color: red;
 */
    height: 100px;
    width: 100%;
    background-color: #ffffff;
}

.icon{
    border: none;
    /* float: left; */
    background-color: #fbfee5;
    height: 90%;
    width: 40px;
    /* margin-top: 50px; */
    font-size: 2px;   
    text-align: left;
    color: #6c5013;
}

.enlace {
    position: absolute;
}

.logo {
    height: 100px;
}

nav ul {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
}

nav ul li {
    display: inline-block;
    line-height: 100px;
    margin-right: 25px;
}

nav ul li a {
    color: #0fbab7;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 25px;
}

button {
    margin-left: 150px;
    border-radius: 10px;
    border-color: #3e3932;
    /* border-radius: 10px; */
    float: left;
    background-color: #fbfee5;
    height: 50px;
    margin-top: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;

    /* background-size: 30px; */
    background-repeat: no-repeat;
    background-position: left;
    
}


.opciones{
    color: #442432;
    padding-right: 100px;
}

.compra {
    margin-left: 95px;
    width: 250px;
    background-image: url("../Contenido/Media/user.jpg");

}

.login {
    margin-left: 5px;
    width: 100px;
    background-image: url("../Contenido/Media/user.jpg");
}

.checkbtn {
    font-size: 40px;
    float: right;
    line-height: 100px;
    cursor: pointer;
    margin-right: 40px;
    display: none;
}

#check {
    display: none;
}


.imagen_banner{
    width: 98%;
    margin-top: 20px;
}

.container{
    /* background-color: rgb(238, 99, 99); */
    width: 100%;
    height: 500px;
    text-align: center;
}

.section_1{
    width: 32%;
    height: 475px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-color: white;
    border: solid 2px;
    border-color: #3e3932;
}
.section_2{
    width: 32%;
    height: 475px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    /* background-color: rgb(110, 134, 187); */
    background-color: white;
    border: solid 2px;
    border-color: #3e3932;
}
.section_3{
    width: 32%;
    height: 475px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    /* background-color: rgb(44, 204, 84); */
    background-color: white;
    border: solid 2px;
    border-color: #3e3932;
}

.img_producto{
    width: 250px;
}

.texto_justificado{
    margin-left: 15px; 
    margin-right: 15px; 
    text-align: justify;
}

.imagen_justificada{
    margin-top: 5%;
}


.container_tutorial{
    width: 100%;
    height: 500px;
    text-align: center;
    }.tutorial_1{
        height: 500px;
        width: 50%;
        float: left;
        /* background-color: #000000; */
        }.tutorial_2{
            height: 500px;
            width: 50%;
            float: left;
            /* background-color: violet; */
            }.video_t   {
                margin-top: 10%;
                background-color: #ffffff;
                width: 100%;
                height: 80%;
}

.texto_t{
    margin-top: 15%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}


iframe{
    width: 75%;
    height: 90%;
}

.header_3{
    float: left;

    margin-right: 1px;
 } 

 #check {
    display: none;
} 
.checkbtn {
    font-size: 40px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

.footer{
    background-color: #fbfee5; 
    line-height: 50px; 
    color: #6c5013; 
    justify-content: center; 
    text-align: center; 
    font-weight: bold;
}


/*Dispositivos grandes (computadoras portátiles/computadoras de escritorio, 992px y arriba*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .logo {
        /* background-color: red; */
        height: 90px;
    }

    nav {
        height: 90px;
    }

    nav ul li a {
        font-size: 19px;
    }

    button {
        height: 40px;
        font-size: 1px;
        background-size: 28px;
    }

    .compra {
        margin-left: 20px;
        width: 90px;
    }

    .login {
        width: 90px;
    }
    *{
        background-color: #ffffff;
    }
    .section_3{
        width: 31%;
    }
}


/*Dispositivos medios (tabletas de paisaje, 768px y arriba*/
@media screen and (min-width:768px) and (max-width:992px) {
    .logo {
        /* background-color: blue; */
        height: 75px;
    }

    nav {
        height: 75px;
    }

    nav ul {
        float: left;
        margin-left: 100px;
        margin-right: 5px;
        /* margin-top: 25px; */
    }

    nav ul li {
        line-height: 80px;
        display: inline-block;
    }

    nav ul li a {
        font-size: 15px;
    }

    button {
        height: 33px;
        font-size: 13px;
        background-size: 25px;
        width: 52px;
    }


    .section_1{
        width: 31.5%;

    }
    .section_2{
        width: 31.5%;
    }
    .section_3{
        width: 31.5%;
    }

    .tutorial_1{
        width: 400px;
    }
    *{
        background-color: rgb(255, 255, 255);
    }
    .header_3{
        margin-left: 5%;
     } 
     .login {
        width: 80px;
    }
    .icon{
        width: 50px;
    }
}

/*Dispositivos pequeños (tabletas de retrato y teléfonos grandes, 600px y arriba)*/
@media (max-width:768px) {
    nav{
        height: 70px;
    }

    .logo{
        height: 50px;
    }

    ul{
        position: fixed;
        width: 100%;
        background: #ffffff;
        height: 100%;
        top: 70px;
        right: -120%;
        text-align: center;
        transition: all 0.5s;
    }
     
    .checkbtn{
        display: flex;
        font-size: 30px;
        position: fixed;
        left: 90%;
    } 

    nav ul li {
        line-height: 50px;
        background: #ffffff;
        display: block;
    }
    nav ul li a{
        width: 100%;
        font-size: 15px;
        background: #ffffff;
    }

    #check:checked~ul{
        right: -45px;
    }
    .nav-inicio, .nav-productos, .nav-tiendas, .nav-contacto{
        background-image: none;
    } 
    button {
        height: 25px;
        font-size: 10px;
        position: relative;
        right: -80%;
    }
    .carrito {
        width: 120px;
        background-size: 22px;
    }
    .log {
        width: 55px;
        background-size: 22px;
    }

    .separacion_respon{
        height: 50px;
        width: 100%;
        background-color: #ffffff;
        float: left;
    }


    
    .section_1{
        width: 95%;        
    }
    .section_2{
        width: 95%;
    }
    .section_3{
        width: 95%;
    }
    
    .tutorial_1{
        float: none;
        width: 95%;
        height: 300px;
    }
    .tutorial_2{
        height: 500px;
        width: 95%;
    }

    .footer{
        float: left;
    }
}