#redmo{

  div.redmo-title{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    h2{
      font-weight: 700;
      font-size: 45px;
      color: #1A1A1A;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      text-align: center;

      &::after{
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 2px;
        background-color: #808080;
        margin-top: 10px;
      }

    }

  }

  form{
    background-image: url('../img/map.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 5rem;
    position: relative;
    height: 40vh;
  }
}
div#modal-global-office-network{

  div.node--type-global-office-network{

    margin-block: 2rem;
  }

  div.node--type-global-office-network:nth-child(odd){
    background: #F2F2F2;
  }

  .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }

  div.group-left{

    div.field{

      margin-block-end: 0.5rem;

      &::before{
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
      }

      span {
        vertical-align: middle;
      }

    }

    div.field-representative::before{
      content: url('/themes/custom/procolombia/img/user.svg');
    }

    div.field-mail::before{
      content: url('/themes/custom/procolombia/img/mail.svg');
    }

    div.field-address{

      p.address{

        display: inline;

        span.country,
        br{
          display: none;
        }

      }

      &::before{
        content: url('/themes/custom/procolombia/img/location.svg');
      }
    }

    div.field-phone::before{
      content: url('/themes/custom/procolombia/img/phone.svg');
    }

    div.field-hour::before{
      content: url('/themes/custom/procolombia/img/clock.svg');
    }
  }

}

@media (min-width: 0) and (max-width: 767.98px) {

  #redmo{

    div.redmo-title{

      h2{

        font-size: 30px;

      }
    }

    form{

      padding: 0;
      height: auto;

    }

  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  #redmo{
    div.redmo-title{

      h2{

        font-size: 40px;

      }
    }
    form{
      padding: 3rem 0;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #redmo{
    div.redmo-title{

      h2{

        font-size: 40px;

      }
    }
    form{
      padding: 3rem 2rem;
    }
  }
}
