@media(max-width:1024px){
    
    .descrip-contenedor{
        display: block;
        height: 0px;
        width: 400px;
        transition: 0.5s;
        opacity: 0;
        overflow: hidden;
    }

    #lineas:hover .descrip-contenedor{
        height: 184px;    
    }
    
    #soporte-tecnico-descrip{
        top: -350px;
        left: 0px;
    }

    #consultoria-descrip{
        top: -350px;
        left: 0px;
    }

    #outsourcing-descrip{
        top: -350px;
        right: 0px;
        left: 0px;
    }

    #soporte-tecnico:hover #soporte-tecnico-descrip{
        left: 0px;
    }

    #consultoria:hover #consultoria-descrip{
        top: -350px;
    }

    #outsourcing:hover #outsourcing-descrip{
    }
    
    .lineas-descrip{
        height: 150px;
        width: 366px;
        overflow: hidden;
    }

    .parrafo-lineas{
        background-repeat: no-repeat ;
        display: inline-block;
        font-size: 10px;
        line-height: 15px;
        padding-left: -10px;
        padding-top: 5px;
        width: 360px;
    }

    .asta-lineas{
        display: none;
    }

    .parrafo-lineas hr{
        width: 5px;
        height: 1px;
        margin-left: 0;
        margin-right: 2px;
    }
    
    #formulario{
            margin-top: -201px
    }

    h.titulo-form{
        padding: 15px 0;
        margin-bottom: 0px;
    }

    td{
        margin:5px 0;
    }

    td.interes{
        padding-bottom: 5px;
    }
    
    textarea{
        margin-top: 5px
    }
    
    #cajita-enviar{
        padding-top: 15px;
    }

    p#advertencia{
        margin-top: 20px;
    }
    
}

@media(max-width:800px){
    
    .background{
        animation-name: background;
        animation-duration: 0s;
        animation-fill-mode: both;
    }
    
    .mask {
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
    }
    
    .animated {
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-delay: 0s;      
              animation-delay: 0s;
    }
    
    @-webkit-keyframes pulse {
      0% {
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
          opacity: 0;
      }

      100% {
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
                transform: scale3d(0.4, 0.4, 0.4);
          opacity: 1;
      }
    }

    @keyframes pulse {
      0% {
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
          opacity: 0;
      }

      100% {
        -webkit-transform: scale3d(0.4, 0.4, 0.4);
                transform: scale3d(0.4, 0.4, 0.4);
          opacity: 1;
      }
    }
    
}