@media screen and (max-width:1000px){

    html{
        widows: 100%;
    }
    header{
        width: 100%;
    }
    header .contenedor img{
        width: 90%;
    }
    header .contenedor .contenedor-texto{
        top:60%;
    }
    header .contenedor .imagen{
        background: #fff;
        position: absolute;
        margin: 100px 50px;
        height: 90px;
        width: 70px;
        border-radius: 50%;
        padding-left: 5px;
        padding-top:5px;
    }
    header .contenedor .navegacion{
        width:  65%;
        height: 90%;
        margin-top:80px;
        background: #333;
        position: fixed;
        z-index: 1;
        right: -100%;
    }
    header .contenedor .navegacion ul li{
        display: block;
        float: none;
        text-align: right;
        border-bottom:1px solid rgba(255, 255, 255, 0.3);
    }
    header .contenedor .navegacion li ul li{
      text-align: right;;
    }

    .menu{
        display: block;
        width: 100%;
        background: #ccc;
    }
    .menu .boton{
        display: block;
        padding: 20px;
        background: #981914;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: fixed;
        width: 100%;
        z-index: 3;
    }
    .menu span{
        float: right;
        font-size: 40px;
    }
    .main{
        width: 100%;
    }
    .main .informacion{
        width: 100%;
        flex-direction: column;
    }
    .main .informacion .imagen-der{
        width: 100%;
    }
    .main .informacion .info-der{
        width: 90%
    }
    .main .informacion .info-der a{
        width: 85%;
        margin-left: 0;
    }
    .main .informacion .imagen-izq{
        width: 100%;
    }
    .main .informacion .info-izq{
        width: 90%;
    }
    .main .informacion .info-izq a{
        width: 85%;
        margin-left: 0;
    }
    .main .info2{
        background: #333;
    }
    .main .info4{
        background: #333;
    }
    header .contenedor .navegacion li ul{
        display:block;
        position: relative;
        float: none;
        text-transform: uppercase;
    }
    header .contenedor .navegacion .empresa{
      display: none;

    }
}
