.contact li a {
  text-decoration: none;
  color: #374048;
}

.form-volador {
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------- RESPONSIVE ------- */
@media (max-width: 1199px) {
  .plan-pricing {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .plan-pricing::-webkit-scrollbar {
    display: none;
  }
  .caracteristicas {
    position: absolute;
    background-color: #fff;
    box-shadow: 8px 0px 0px 1px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 8px 0px 0px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 8px 0px 0px 1px rgba(0, 0, 0, 0.14);
    z-index: 1;
  }
  .pricing1 {
    padding: 20px 0 !important;
    margin-bottom: 2px !important;
  }
  .plan-pricing {
    margin-top: 100px;
    width: unset;
  }
  .detalles {
    min-width: 1200px;
    margin-left: 33%;
    position: relative;
  }
  .feature-note.right.bottom {
    right: 99px !important;
  }
  .feature-note.left.top {
    left: 65px !important;
  }
  .feature-note.right.top {
    right: 116px !important;
  }
  .feature-note.left.bottom {
    left: 52px !important;
  }
}

@media (max-width: 991px) {
  .top-banner {
    padding-bottom: 100px;
  }
  .feature-note.right.bottom {
    right: 40px !important;
  }
  .feature-note.right.top {
    right: 99px !important;
  }
  .feature-note.left.bottom {
    left: 80px !important;
  }
  .benefit:nth-child(3) {
    margin-top: 35px !important;
  }
  .caracteristicas .pricing__title {
    text-align: left;
  }
  .detalles {
    min-width: 900px;
  }
  .form-volador {
    right: 20px !important;
    bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .feature-note {
    position: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-note .indicator {
    width: unset !important;
    margin-top: unset !important;
    float: left;
  }
  .feature-note .feature-name {
    height: unset !important;
  }
  .the-product img {
    max-width: 50% !important;
  }
  .apple-watch-note-feature .product-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 406px;
    margin: 0 auto;
  }
  .the-benefits {
    padding-top: 0 !important;
  }
  .detalles {
    margin-left: 50%;
  }
}

@media (max-width: 575px) {
  .pricing__content li {
    font-size: 11px;
  }
  .detalles {
    margin-left: 48%;
    min-width: 900px;
  }
  .apple-watch-note-feature .product-features {
    width: unset;
  }
  .feature-note .feature-name {
    text-align: left;
  }
}

@media (max-width: 427px) {
  .show-xxs {
    display: block !important;
  }
}

@media (max-width: 427px) {
  .show-xxxs {
    display: block !important;
  }
}
/*# sourceMappingURL=ajustes.css.map */