.principal-menu-real-time {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #cecece; }
  .principal-menu-real-time .content-info {
    padding: 7px 10%;
    background: #1D2734;
    font-size: 14px;
    color: white;
    text-align: right; }
    .principal-menu-real-time .content-info img {
      height: 15px;
      width: auto;
      margin-right: 5px; }
  .principal-menu-real-time .content-nav {
    width: 100%;
    padding: 15px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white; }
    .principal-menu-real-time .content-nav .logo {
      width: 20%; }
      .principal-menu-real-time .content-nav .logo img {
        width: 100%; }
    .principal-menu-real-time .content-nav #menu-superior {
      display: flex;
      list-style: none;
      font-size: 16px;
      margin: 0; }
      .principal-menu-real-time .content-nav #menu-superior .menu-item {
        margin-right: 25px;
        position: relative; }
        .principal-menu-real-time .content-nav #menu-superior .menu-item:last-child {
          margin: 0; }
        .principal-menu-real-time .content-nav #menu-superior .menu-item a {
          color: black; }
          .principal-menu-real-time .content-nav #menu-superior .menu-item a:hover {
            text-decoration: none;
            color: #03A9F4; }
      .principal-menu-real-time .content-nav #menu-superior .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        list-style: none;
        background: white;
        z-index: 100;
        padding: 10px 15px;
        border-radius: 10px;
        width: 225px;
        left: -50px;
        top: 25px; }
        .principal-menu-real-time .content-nav #menu-superior .menu-item-has-children .sub-menu .menu-item {
          margin: 0 0 5px 0; }
          .principal-menu-real-time .content-nav #menu-superior .menu-item-has-children .sub-menu .menu-item a {
            font-size: 16px; }
            .principal-menu-real-time .content-nav #menu-superior .menu-item-has-children .sub-menu .menu-item a:hover {
              color: #03A9F4;
              font-weight: 600; }
      .principal-menu-real-time .content-nav #menu-superior .current-menu-item a {
        padding: 0 5px 3px 5px;
        border-bottom: 2px solid #03A9F4; }
    .principal-menu-real-time .content-nav .login {
      display: flex;
      justify-content: flex-end;
      font-size: 14px; }
      .principal-menu-real-time .content-nav .login a {
        padding: 5px 10px;
        background: #03A9F4;
        color: white;
        border-radius: 5px; }
        .principal-menu-real-time .content-nav .login a:hover {
          text-decoration: none; }
      .principal-menu-real-time .content-nav .login #menu-payment {
        padding: 5px 10px;
        background: #03A9F4;
        color: white;
        border-radius: 5px;
        margin: 0 0 0 15px;
        list-style: none; }
        .principal-menu-real-time .content-nav .login #menu-payment li a {
          padding: 0; }
    .principal-menu-real-time .content-nav .icon-menu {
      display: none; }
      .principal-menu-real-time .content-nav .icon-menu img {
        width: 32px;
        height: auto; }
      .principal-menu-real-time .content-nav .icon-menu:hover {
        cursor: pointer; }
  .principal-menu-real-time .media {
    margin: 15px 0 0; }
    .principal-menu-real-time .media #menu-media {
      list-style: none;
      font-size: 0;
      display: flex;
      margin: 0; }
      .principal-menu-real-time .media #menu-media .menu-item {
        margin: 0 5px; }
        .principal-menu-real-time .media #menu-media .menu-item img {
          width: 32px;
          height: 32px; }

.section-banner-real-time {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 0; }
  .section-banner-real-time .banner {
    width: 100%; }
  .section-banner-real-time .banner-mobile {
    display: none;
    width: 100%; }
  .section-banner-real-time .description {
    position: absolute;
    width: 600px;
    top: 60%;
    transform: translateY(-50%);
    padding: 0 50px 0 5%;
    color: white;
    font-weight: 900;
    margin: 0; }
    .section-banner-real-time .description img {
      width: 100%; }
    .section-banner-real-time .description .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #2E3B4B;
      text-align: center;
      padding: 0 70px 0 45px; }
      .section-banner-real-time .description .text h3 {
        font-size: 32px;
        font-weight: 600;
        margin: 0 0 5px;
        color: white; }
        .section-banner-real-time .description .text h3:last-child {
          margin: 20px 0 5px; }
      .section-banner-real-time .description .text h4 {
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 5px;
        color: #2E3B4B; }
      .section-banner-real-time .description .text p {
        margin: 0; }
  .section-banner-real-time .description-movil {
    display: none;
    width: 400px;
    margin: 0 auto 25px;
    position: relative; }
    .section-banner-real-time .description-movil img {
      width: 100%; }
    .section-banner-real-time .description-movil .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #2E3B4B;
      text-align: center;
      font-size: 16px;
      padding: 0 55px; }
      .section-banner-real-time .description-movil .text h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 10px;
        color: white; }
        .section-banner-real-time .description-movil .text h3 strong {
          color: #2E3B4B; }
      .section-banner-real-time .description-movil .text p {
        margin: 0; }
  .section-banner-real-time .content-form {
    position: absolute;
    z-index: 100;
    width: 25%;
    right: 10%;
    bottom: -85px;
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
    background: #03A9F4; }
    .section-banner-real-time .content-form .title {
      color: white;
      text-align: center;
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 20px; }
    .section-banner-real-time .content-form form p {
      margin: 0; }
      .section-banner-real-time .content-form form p input.wpcf7-text,
      .section-banner-real-time .content-form form p input.wpcf7-number,
      .section-banner-real-time .content-form form p textarea.wpcf7-textarea {
        width: 100%;
        padding: 5px 15px;
        border: 1px solid #cecece;
        margin-bottom: 15px;
        border-radius: 5px; }
      .section-banner-real-time .content-form form p textarea.wpcf7-textarea {
        height: 120px; }
      .section-banner-real-time .content-form form p .wpcf7-list-item-label {
        color: white;
        margin-bottom: 15px; }
      .section-banner-real-time .content-form form p .link {
        color: white; }
      .section-banner-real-time .content-form form p input.wpcf7-submit {
        color: white;
        font-size: 22px;
        font-weight: 600;
        background-color: #1D2734;
        border: 1px solid #1D2734;
        border-radius: 5px;
        text-align: center;
        margin-top: 15px;
        padding: 5px 10px;
        width: 100%; }
    .section-banner-real-time .content-form form .medium {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .section-banner-real-time .content-form form .medium p {
        width: 48%; }

.description-banner-real-time {
  padding: 20px 35% 20px 5%;
  font-size: 24px;
  color: white;
  background: #1D2734;
  position: relative; }
  .description-banner-real-time p {
    margin: 0; }
  .description-banner-real-time strong {
    color: #10A2DC;
    margin-right: 3px; }

.section-benefits-real-time {
  padding: 5% 10%; }
  .section-benefits-real-time .title {
    font-size: 22px;
    color: #00AEEF;
    font-weight: 900;
    text-align: center;
    width: 700px;
    margin: 0 auto 25px; }
    .section-benefits-real-time .title strong {
      color: #A8C545; }
  .section-benefits-real-time .description {
    width: 800px;
    margin: 0 auto;
    color: #808285; }
    .section-benefits-real-time .description ul {
      list-style: none;
      padding-left: 55px;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .section-benefits-real-time .description ul li {
        width: 50%;
        margin-bottom: 15px;
        list-style-image: url(../../assets/img/chulo-02.svg); }
        .section-benefits-real-time .description ul li span {
          position: relative;
          top: -5px; }

.section-reports-real-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 10% 5% 0;
  background: #1D2734;
  color: white; }
  .section-reports-real-time .content-image {
    margin-right: 5px; }
    .section-reports-real-time .content-image img {
      height: 400px; }
  .section-reports-real-time .items {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap; }
    .section-reports-real-time .items .title-transport {
      width: 100%;
      font-size: 22px;
      text-align: center;
      color: white;
      margin: 0 auto 45px; }
      .section-reports-real-time .items .title-transport .text {
        width: 800px;
        margin: 0 auto; }
    .section-reports-real-time .items .item-transport {
      width: 30%;
      font-size: 22px;
      text-align: center;
      font-weight: 900; }
      .section-reports-real-time .items .item-transport .text {
        width: 300px;
        margin: 0 auto; }
      .section-reports-real-time .items .item-transport img {
        height: 60px;
        width: auto;
        margin: 0 auto 15px; }
      .section-reports-real-time .items .item-transport .name {
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        width: 250px;
        margin: 0 auto 45px; }

.section-accesories-real-time {
  padding: 5% 10%;
  text-align: center; }
  .section-accesories-real-time .title-transport {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px; }
    .section-accesories-real-time .title-transport strong {
      font-size: 22px;
      color: #00AEEF;
      font-weight: 900; }
  .section-accesories-real-time .image-transport {
    width: 800px;
    margin: 0 auto 25px; }
    .section-accesories-real-time .image-transport img {
      width: 100%; }
  .section-accesories-real-time .contact {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-left: 10%; }
    .section-accesories-real-time .contact .boton {
      width: fit-content;
      background: #1D2734;
      padding: 5px 30px;
      border-radius: 30px;
      margin: 0 auto 20px; }
      .section-accesories-real-time .contact .boton a {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        font-style: italic;
        color: white; }
        .section-accesories-real-time .contact .boton a:hover {
          text-decoration: none; }
    .section-accesories-real-time .contact .boton-temp {
      margin-top: 85px; }

.footer .row-custom {
  text-align: center;
  padding: 15px 5%;
  font-size: 16px; }
.footer .blue {
  background: #03A9F4;
  color: white; }
  .footer .blue a {
    color: white; }
.footer .gray {
  background: #dedede;
  color: #808285; }
  .footer .gray a {
    color: #808285; }

@media (max-width: 1500px) {
  .principal-menu-real-time .content-info {
    padding: 7px 5%; }
  .principal-menu-real-time .content-nav {
    padding: 15px 5%; }
  .principal-menu-real-time .content-menu {
    padding: 20px 5%; }

  .section-benefits-real-time {
    padding: 5%; }

  .section-accesories-real-time {
    padding: 5%; }
    .section-accesories-real-time .title {
      padding-left: 5%; }
    .section-accesories-real-time .contact {
      padding-left: 5%; } }
@media (max-width: 1200px) {
  .section-banner-real-time .description {
    width: 500px; }
    .section-banner-real-time .description .text {
      padding: 0 70px 0 45px; }
      .section-banner-real-time .description .text h3 {
        font-size: 26px; }
      .section-banner-real-time .description .text h4 {
        font-size: 22px; }
  .section-banner-real-time .content-form {
    right: 5%; }

  .section-reports-real-time .items .title-transport .text {
    width: 100%; } }
@media (max-width: 991px) {
  .principal-menu-real-time .content-nav .logo {
    width: 200px; }
    .principal-menu-real-time .content-nav .logo img {
      width: 100%; }

  .section-banner-real-time {
    background-size: cover;
    padding: 145px 0 30px; }
    .section-banner-real-time .banner {
      display: none; }
    .section-banner-real-time .banner-mobile {
      display: block; }
    .section-banner-real-time .description {
      display: none; }
    .section-banner-real-time .description-movil {
      display: block; }
    .section-banner-real-time .content-form {
      position: initial;
      width: 40%;
      margin: 0 auto; }

  .description-banner-real-time {
    padding: 20px 5%;
    text-align: center; }

  .section-benefits-real-time .title,
  .section-benefits-real-time .description {
    width: 100%; }

  .section-reports-real-time {
    padding: 5%; }
    .section-reports-real-time .content-image {
      display: none; }
    .section-reports-real-time .items .item-transport {
      font-size: 16px;
      margin-bottom: 30px; }
      .section-reports-real-time .items .item-transport .text {
        width: 100%; }
      .section-reports-real-time .items .item-transport .name {
        width: 100%;
        font-size: 14px; }

  .section-accesories-real-time .image-transport {
    width: 600px; } }
@media (max-width: 768px) {
  .principal-menu-real-time .media {
    display: none; }

  .section-banner-real-time .content-form {
    width: 70%; }

  .section-benefits-real-time .title {
    font-size: 18px; }
  .section-benefits-real-time .description ul {
    font-size: 16px;
    padding-left: 30px; }
    .section-benefits-real-time .description ul li {
      width: 100%; }

  .section-reports-real-time .items .title-transport {
    font-size: 18px; }
  .section-reports-real-time .items .item-transport {
    width: 50%;
    padding: 0 10px; }
    .section-reports-real-time .items .item-transport:first-child {
      width: 100%; }
    .section-reports-real-time .items .item-transport .name {
      font-size: 12px; }

  .section-accesories-real-time .title-transport {
    width: 100%; }
    .section-accesories-real-time .title-transport .section-routing {
      font-size: 18px; }
  .section-accesories-real-time .image-transport {
    width: 90%;
    margin: 0 5%; }
  .section-accesories-real-time .contact .boton a {
    font-size: 22px; } }
@media (max-width: 600px) {
  .section-reports-real-time .row-custom .items .item {
    width: 100%; }
    .section-reports-real-time .row-custom .items .item img {
      height: 40px;
      width: 40px; }
  .section-reports-real-time .row-custom .items-incabin .item {
    width: 100%; }
  .section-reports-real-time .items .item-transport .name {
    font-size: 11px;
    margin: 0 auto; }

  .section-accesories-real-time .title {
    padding-left: 5%;
    margin-bottom: 40px; }
    .section-accesories-real-time .title strong {
      font-size: 22px;
      line-height: 28px; } }
@media (max-width: 500px) {
  .principal-menu-real-time .content-nav .logo {
    width: 175px; }
    .principal-menu-real-time .content-nav .logo img {
      width: 80%; }

  .section-banner-real-time .description-movil {
    width: 85%; }
    .section-banner-real-time .description-movil .text {
      width: 100%;
      padding: 0 10%; }
      .section-banner-real-time .description-movil .text h3 {
        font-size: 20px; }
      .section-banner-real-time .description-movil .text h4 {
        font-size: 16px; }
  .section-banner-real-time .content-form {
    width: 85%; }
    .section-banner-real-time .content-form form .medium p {
      width: 100%; }

  .section-reports-real-time .items .item img {
    width: 45%; }

  .section-accesories-real-time .contact .boton {
    padding: 10px 35px; }
    .section-accesories-real-time .contact .boton a {
      font-size: 20px; } }

/*# sourceMappingURL=main.css.map */