@media all and (max-width: 767px) {
    body{
        font-size: .9em;
    }
    .field-contactoform-telefono{
        float: none;
        width: 100%;
    }
    
    #contactoform-telefono{
        width: 100%;
    }
    
    .field-contactoform-correo{
        float: none;
        width: 100%;
    }
    
    .field-contactoform-actividad{
        float: none;
        width: 100%;
    }
    
    #contactoform-actividad{
        width: 100%;
    }
    
    .field-contactoform-especie{
        float: none;
        width: 100%;
    }
    
    .field-contactoform-ciudad{
        float: none;
        width: 100%;
    }
    
    #contactoform-ciudad{
        width: 100%;
    }
    
    .field-contactoform-estado{
        float: none;
        width: 100%;
    }

    #linea-azul{
        background: linear-gradient(135deg, #013952 75%, transparent 0) bottom right;
    }

    #mision-vision-valores #mision,
    #mision-vision-valores #vision,
    #mision-vision-valores #valores{
        flex-basis: 100%;
        margin-top: 30px;
    }

    #telefono-footer, #correo-footer{
        width: 50%;
    }

    #redes-footer{
        float: none;
        width: 100%;
        padding-top: 20px;
        text-align: center;
        clear: both;
    }

    .contacto-index .bloque-contacto{
        float: none;
        width: 100%;
    }

    #telefono-contacto{
        margin-bottom: 50px;
    }

    #logos1,
    #logos2{
        display: none;
    }

    #logos3{
        display: block;
    }
}