#contactanos{
      margin-top: 40px !important;
    }
   textarea{
    height: 280px !important;
   }
   .mas_info a{
    font-size: 1.5vw;
   }
   @media only screen and (max-width: 1600px) {
    #contactanos{
      margin-top: 60px !important;
    }
    textarea{
    height: 240px !important;
   }
}


@media only screen and (max-width: 767px) {
  #equipos_titulo{
    top: 20px
  }
  .mas_info a{
    font-size: 3vw;
  }
}