@charset "utf-8";
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /*
        Menú principal
    */
    #omeRoof-b-110 {
        display: none;
    }
}
  
/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
  
@media (min-width: 1025px) and (max-width: 1280px) {
    /*
        Menú principal
    */
    #omeRoof-b-110 {
        display: none;
    }
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /*
        Menú principal
    */
    #omeRoof-b-110 {
        display: none;
    }
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 959px) and (orientation: landscape) {
    /*
        Generales
    */
    #omeBienv, #omeHeader, #omeBottom {
        padding: 2rem 0;
    }
    /*
        Ajustes Roof
    */
    #omeRoof {
        min-height: 300px !important;
        height: 550px;
    }
    /*
        Ajustes logo
    */
    .contenedor-logo {
        padding: 1.5rem 0.6rem;
    }
    /*
        Menú Principal
    */
    .contenedor-menu-principal {
        padding: 1.4rem 0.6rem;
    }
    #omeRoof-b-1 {
        display: none;
    }
    .contenedor-menu-principal .uk-navbar-toggle .uk-margin-small-left {
        display: none;
    }
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    /*
        Generales
    */
    #omeBienv, #omeHeader, #omeBottom {
        padding: 2rem 0;
    }
    /*
        Ajustes Roof
    */
    #omeRoof {
        min-height: 300px !important;
        height: 550px;
    }
    /*
        Ajustes logo
    */
    .contenedor-logo {
        padding: 1.5rem 0.6rem;
    }
    /*
        Menú Principal
    */
    .contenedor-menu-principal {
        padding: 1.4rem 0.6rem;
    }
    #omeRoof-b-1 {
        display: none;
    }
    .contenedor-menu-principal .uk-navbar-toggle .uk-margin-small-left {
        display: none;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /*
        Generales
    */
    #omeBienv, #omeHeader, #omeBottom {
        padding: 2rem 0;
    }
    /*
        Ajustes Roof
    */
    #omeRoof {
        min-height: 300px !important;
        height: 550px;
    }
    /*
        Ajustes logo
    */
    .contenedor-logo {
        padding: 1.5rem 0.6rem;
    }
    /*
        Menú Principal
    */
    .contenedor-menu-principal {
        padding: 1.4rem 0.6rem;
    }
    #omeRoof-b-1 {
        display: none;
    }
    .contenedor-menu-principal .uk-navbar-toggle .uk-margin-small-left {
        display: none;
    }
}

/*Ajustes faltantes UIKIT*/
/*Ajustes para bloques de 1 y 11 columnas de ancho*/
.uk-width-1-12 {
    width: 8.333%;;
}
.uk-width-11-12 {
    width: 91.666%;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-width-1-12\@s {
        width: 8.333%;;
    }
    .uk-width-11-12\@s {
        width: 91.666%;
    }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-width-1-12\@m {
        width: 8.333%;;
    }
    .uk-width-11-12\@m {
        width: 91.666%;
    }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-width-1-12\@l {
        width: 8.333%;;
    }
    .uk-width-11-12\@l {
        width: 91.666%;
    }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
    .uk-width-1-12\@x {
        width: 8.333%;;
    }
    .uk-width-11-12\@l {
        width: 91.666%;
    }
}
/*Ajustes menú movil*/
.navbar-collapse {
    width:100%;
    display: none
}
