/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

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

@media only screen and (max-width: 700px) {
    
    .cuadrobusqueda{
        padding-top: 3px;
        width:50%
    }
    
    .header2{
        height:15vh!important;
    }
    
    .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) {
    .cuadrobusqueda{
        padding-left: 100px;
        padding-top: 10px;
        width:50%
    }
    
    .header2{
        height: 10vh!important;
    }
    
    .imgadmsub{
        width:20%;
        height:170px;
    }
    
    .espacio{
        height: 0px;
    }
    
    .letfactura{
        height:10vh
    }
    
    .cuadropromocion{
        height: 85vh!important;
        min-width:100%;
    }