﻿@media screen and (max-width:360px) {
    .fila {
        display: block !important;
        width: 100% !important;
    }

    .grupoColumna {
        display: block !important;
        width: 100% !important;
        margin-bottom: 3px !important;
        margin-top: 7px;
    }
    .columna {
        display: block !important;
        width: 100% !important;
        margin-bottom: 7px;
    }
    .columnaM {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px;
        margin-bottom: 3px !important;
        text-align:left !important;
        
        /*border: 1px solid black;*/
    }
    .textoAL {
        text-align: left !important;
        /*border: 1px solid black;*/
    }
    .columnaMG {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px;
        margin-bottom: 3px !important;
        text-align: left !important;
        /*border: 1px solid black;*/
    }
    .columnaMNoFlota {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px;
        margin-bottom: 3px !important;
        float:none !important;
        text-align:left !important;
        /*border: 1px solid black;*/
        /*border: 1px solid black;*/
    }
    .columnaMNoFlotaG {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px;
        margin-bottom: 3px !important;
        float: none !important;
        text-align: left !important;
        /*border: 1px solid black;*/
        /*border: 1px solid black;*/
    }
    plmov{
        text-align: left !important;
        padding-left:8px !important;
        border: 1px solid black !important;
    }
    centrado {
        display:flex;
          align-items:center;
    }

    #titulo{
        font-size: 0.7em !important;
        margin-top:10px;
    }
    #imgMenu {
        width: 30px !important;
        height: auto !important;
        margin-top: 10px;
    }
   
}
@media screen and (max-width:445px) {
    #imgLogo {
        width: 25% !important;
        height: auto !important;
        margin-top: 10px;
    }

    #imgLogoViatgem {
        width: 35% !important;
        height: auto !important;
        margin-top: 10px;
    }
    #imgMenu {
        display: initial;
        position: fixed;
        height: 30px !important;
        right: 32px;
        top: 15px;
    }
}
