body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    background: white!important;
}
    
.iconoredes:hover{
    font-size: 30px!important;
}

@media only screen and (max-width: 700px) {
    .header2{
        height:15vh!important;
        background: white!important;
    }
    .form-busqueda{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .cuadrobusqueda{
        /*position: relative;*/
        padding-top: 3px;
        width:50%;
        /*height:100%!important;*/
        margin-top:10vh
    }
    
    .inputbusqueda{
        border: 2px solid #4E4E4E!important;
        border-radius: 23px !important;
    }
    
    .redes-btn{
        margin: 0px!important;
        padding: 0px!important;
        background-color:#ffffff;
        border-color:#ffffff;
    }

    .redes-label{
        letter-spacing: 0.01em;
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        vertical-align: middle;
    }
    
    .redes-fila{
        margin-top: 3vh;
    }

    .fila-menus{
        background-color:#6755D1; 
        height: 6vh; 
        align-content: space-evenly;
        color: #ffffff;
        font-family: "Jost", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.05em!important;
        border-radius: 8px;
        
    }

    .btn-menus{
        padding: 10px;
        margin: 1.0vh;
    }

    .imgcategorias{
        width: 98%;
    }

    .contimgcategorias img{
        transition: transform 0.4s ease-in-out;
    }

    .imgcategorias:hover{
        width: 102%;
    }

    .nuestrasmarcas{
        font-size: 65px;
        color: #000000!important;
        font-family: "Anton", sans-serif;
    }

    .labelfoot{
        font-family: "Anton", sans-serif;
        font-size: 31px;
    }

    .labelcontacto{
        font-family: "Nunito Sans", sans-serif;
        font-size: 21px;
        font-weight: bold;
    }

    .textofoot{
        font-family: "Nunito Sans", sans-serif;
        font-size: 21px;
    }

    .imgadmsub{
        width:80%;
        height:170px;
    }
    
    .espacio{
        height: 15px;
    }
    
    .letfactura{
        height:25vh
    }
    
    .cuadropromocion{
        height: 45vh!important;
        min-width:100%;
    }
    
    
}

@media only screen and (min-width: 701px) {
    .header2{
        height: 25vh!important;
        background: white!important;
    }

    .form-busqueda{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .cuadrobusqueda{
        padding-left: 100px;
        padding-top: 10px;
        width:40%;
        /*height:100%!important;*/
        margin-top:10vh
        /*position: relative;*/
    }
    
    .inputbusqueda{
        border: 2px solid #4E4E4E!important;
        border-radius: 23px !important;
    }
    
    .redes-btn{
        margin: 0px!important;
        padding: 0px!important;
        background-color:#ffffff;
        border-color:#ffffff;
    }

    .redes-label{
        letter-spacing: 0.01em;
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        vertical-align: middle;
    }
    
    .redes-fila{
        margin-top: 3vh;
    }

    .fila-menus{
        background-color:#6755D1; 
        height: 6vh; 
        align-content: space-evenly;
        color: #ffffff;
        font-family: "Jost", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.04em;
        border-radius: 8px;
    }

    .btn-menus{
        padding: 10px;
        margin: 1.0vh;
    }

    .imgcategorias{
        width: 98%;
    }

    .contimgcategorias img{
        transition: transform 0.4s ease-in-out;
    }

    .imgcategorias:hover{
        transform: scale(1.2);
    }

    .nuestrasmarcas{
        font-size: 65px;
        color: #000000!important;
        font-family: "Anton", sans-serif;
    }

    .labelfoot{
        font-family: "Anton", sans-serif;
        font-size: 31px;
    }

    .labelcontacto{
        font-family: "Nunito Sans", sans-serif;
        font-size: 21px;
        font-weight: bold;
    }

    .textofoot{
        font-family: "Nunito Sans", sans-serif;
        font-size: 19px;
    }

    .imgformas{
        width: 15vh;
        height: 15vh;
    }

    .imgadmsub{
        width:20%;
        height:170px;
    }
    
    .espacio{
        height: 0px;
    }
    
    .letfactura{
        height:10vh
    }
    
    .cuadropromocion{
        height: 85vh!important;
        min-width:100%;
    }