﻿@media screen and (max-width:780px) {
    .tituloPrincipal {
        position: absolute;
        top: 60px;
        left: 30px;
        font-family: 'Barlow Semi Condensed';
        font-size: 2.2em;
        color: white;
        font-weight: bold;
    }
    .comunitatvalenciana {
        position: absolute;
        top: 85px;
        left: 30px;
        line-height: 1.5em;
        font-size: 1.5em;
    }
    .imagenPrincipal{
        height: 250px;
    }

    .barralogos {
        height: 40px;
        padding: 5px;
        padding-left: 30px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        left: 0px;
        top: 40px;
        width: 100%;
        /*border-bottom: 1px solid white;*/
        }
    .dropdown-content a {
        display: block;
        text-align: center;
        width: 100%;
        background-image: url(../images/opa/opa70w.png);
        padding: 8px;
        color:black;
        /*border-top: 1px solid white;*/
        margin-bottom:1px;
        text-shadow: 1px 1px white;
    }

    .botonesIdioma .idioma {
        display: inline-block;
        color: #333;
        text-decoration: none;
        background-color: white;
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #666;
        min-width: 30px;
        text-align: center;
    }
        .botonesIdioma .idioma:hover {
            color: #ab0000;
            text-shadow: 0px 0px 4px #bbb;
        }



    .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;
        position: absolute;
        right: 10px;
        top: 5px;
    }


    .contenido {
        padding: 30px 3% 30px 3%;
    }
}

/*
@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;
    }
}
*/