/* 
    Document   : custom
    Created on : 31-may-2021, 8:43:25
    Author     : Yetti
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.WidConsulta {
    width: 60%;
}

@media (min-width: 320px) and (max-width: 480px) {
    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        display: block;
        padding: 10px 1% 20px;
        margin-left: 0px;
    }

    .WidConsulta {
        width: 90%;
    }
    
    .BlueModena.Geometry {
        background-image: none !important;
        background-color: #f2ebeb !important;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .BlueModena {
        background-image: none !important;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    
    #layout-portlets-cover {
        display: block;
        padding: 10px 1% 20px;
        margin-left: 0px;
    }
    
    .WidConsulta {
        width: 90%;
    }
    
    .BlueModena.Geometry {
        background-image: none !important;
        background-color: #f2ebeb !important;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .BlueModena {
        background-image: none !important;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    
    #layout-portlets-cover {
        display: block;
        padding: 10px 1% 20px;
        margin-left: 0px;
    }
    
    .WidConsulta {
        width: 90%;
    }
    
    .BlueModena.Geometry {
        background-image: none !important;
        background-color: #f2ebeb !important;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .BlueModena {
        background-image: none !important;
    }
}