@media screen and (max-width: 1024px) {
  #header .header-content {
    width: 90%; }

  .nav-toggle {
    display: block; }

  .navigation {
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
    .navigation .primary-nav {
      position: relative;
      top: 45%;
      -moz-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      -webkit-transform: translateY(-45%);
      transform: translateY(-45%); }
    .navigation li {
      display: block;
      margin-bottom: 20px; }
    .navigation a {
      display: block;
      font-size: 25px;
      margin: 0;
      text-align: center; } }
@media screen and (max-width: 768px) {
  .section {
  padding: 50px 0; }
  .logo img,
  .logo-r img {
    width: 120px;
    height:auto; }
  .banner-text {
    padding-top: 30%; }
    .banner-text h1 {
      font-size: 36px;
    }
    .banner-text p {
      font-size: 18px; }
      .advantages .intro {
        font-size: 18px;
        line-height: 24px; }
        .form-col {
        padding-top: 20px;
      }
      .markets h2 {
        font-size: 32px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 25px; }
      .advantages h2,
      .bedelegate h2,
      .columbarios h2  {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 25px; }
      .advantages li {
        font-size: 14px;
        line-height: 21px; }
  .footer {
    font-size: 12px; }
  .footer .contact-info {
    text-align: left; } }
@media screen and (max-width: 640px) {
  .banner-text {
    padding-top: 35%; } }
@media screen and (max-width: 480px) {
  .banner-text {
    padding-top: 15%; } }
@media screen and (max-width: 320px) {
  .banner-text {
    padding-top: 15%; } }
