@import url("../stylesheet/styles_inia_font.css");
.rangeDate {
    color: white;
    font-size: 8pt;
    padding: 0;
}

.tagromet {
    color: white;
    font-size: 8pt;
}

.wEstacion {
    color: white;
    font-size: 10pt;
    font-weight: 600;
    padding: 0;
}

.wRegion {
    color: white;
    font-size: 9pt;
    font-weight: 600;
}

.mNombre {
    font-weight: unset;
}

div.inia_widget_agromet{
    margin-bottom: -26% !important;
}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 520px) and (max-width: 767px){
    div.inia_widget_agromet {
        display: none !important;
    }
}


/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    div.inia_widget_agromet {
        display: none !important;
    }
}