@media screen and (max-width:1000px){
  header .contenedor .telefono{
    position: absolute;
    top:12.5%;
    right: 0;
    background: rgba(152,22,20,0.8);
    padding: 20px 20px;
    width: 30%;
    border-radius: 15px 0 0 15px;
    font-size: 10px;
    color:#fff;
    box-shadow: 0px 2px 10px #000;
    }
header .contenedor .contenedor-texto h3{
      font-style: italic;
      font-size: 25px;
      font-weight: 400;
      color: #981914;
      z-index: 0;
      background: rgba(255,255,255,0.7);
      width: 80%;
    }
header .contenedor{
  height: 1000px;
}
    html{
        widows: 100%;
    }
    header{
        width: 100%;
    }
    header .contenedor img{
        width: 90%;
    }
    header .contenedor .contenedor-texto{
      position: absolute;
      top:35%;
      left: 0;
      width: 100%;
      margin:0px;
    }
    .contenedor .formulario .contenedor-input{
        width: 80%;
        position: absolute;
        top:10%;
        left: 5%;
        border-radius: 6px 6px 0 0;
        margin-top: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    header .contenedor .contenedor-texto .nombre{
        font-size: 50px;
        color: #fff;
    }
    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;

    }
}
