#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) {
  #contactanos_formulario {
    width: 100%;
    float: none;
    margin-left: 2%;
  }

  #datos_contacto {
    width: 100%;
    padding-top: 130px;
    font-size: 3.5vw;
    float: none;
  }

  #formulario_titulo{
    font-size: 3.8vw;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #datos_contacto_texto{
    display: inline-block;
  }
  #redes_sociales{
    margin: 20px 0;
  }

  #redes_sociales div{
    display: inline-block !important;
  }
  #redes_sociales div a{
    margin-right: 20px;
  }

  #correo_form{
    margin-top: 20px;
  }

  #equipos_titulo{
    top: 20px
  }
  .mas_info a{
    font-size: 3vw;
  }
}