@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i");
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #1b1a19;
  letter-spacing: .02em;
  font-weight: 200; }

a {
  text-decoration: none;
  transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s; }
  a:hover {
    text-decoration: inherit; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.top a, .without h3, .time h5, .tabs li a, .plans h4, .btn-contract, .btn-contract-primary,
.titles > h4, .table-subtitle, .td-button, .btn-cta, .nav-item a {
  font-family: 'Kanit', sans-serif;
  font-weight: 200; }

header .top {
  background-color: #0d0d0d; }
  @media screen and (max-width: 1023px) {
    header .top .top__content .whatsapp {
      text-align: center;
      display: none; } }
  header .top .top__content .whatsapp .social-icon {
    width: auto;
    height: 2.3rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1em;
    color: #ededf0;
    margin-right: .6rem;
    color: #30aa23; }
  header .top .top__content .whatsapp .whatsapp-icon {
    background-color: transparent; }
  header .top .top__content .whatsapp a {
    color: #ffffff; }
  header .top .top__content .whatsapp-contact {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      header .top .top__content .whatsapp-contact {
        text-align: center;
        display: none; } }
    header .top .top__content .whatsapp-contact .social-icon {
      width: auto;
      height: 2.3rem;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 1em;
      color: #ededf0;
      margin-right: .6rem;
      color: #30aa23; }
    header .top .top__content .whatsapp-contact .whatsapp-icon {
      background-color: transparent; }
    header .top .top__content .whatsapp-contact a {
      color: #ffffff; }
  header .top .top__content .login {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      header .top .top__content .login {
        text-align: center;
        display: none; } }
  header .top .top__content li {
    display: inline-block; }
    header .top .top__content li a {
      color: #ededf0;
      display: block;
      text-transform: uppercase;
      font-size: .8em;
      letter-spacing: .2em;
      padding: .6rem 1.8rem .8rem 1.8rem;
      margin: 0 -.1rem -.3rem 0;
      -webkit-box-shadow: inset 0 -0.3rem 0 #165c32;
      box-shadow: inset 0 -0.3rem 0 #165c32;
      transition: all ease-in-out .6s;
      -moz-transition: all ease-in-out .6s;
      -ms-transition: all ease-in-out .6s;
      -o-transition: all ease-in-out .6s;
      -webkit-transition: all ease-in-out .6s; }
      header .top .top__content li a:hover {
        -webkit-box-shadow: inset 0 -3.2rem 0 #165c32;
        box-shadow: inset 0 -3.2rem 0 #165c32; }

header .header {
  background-color: #1271a7; }
  header .header .header__content .logo {
    background-color: #ffffff;
    text-align: center;
    padding: 2rem;
    margin-bottom: -.4rem;
    border-radius: 0 0 .2rem .2em;
    position: relative;
    z-index: 99; }
    header .header .header__content .logo figure {
      padding: 0;
      margin: 0; }
    header .header .header__content .logo img {
      height: auto;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        header .header .header__content .logo img {
          width: 80%;
          height: auto; } }
    @media screen and (max-width: 1023px) {
      header .header .header__content .logo {
        display: none; } }
  header .header .header__content .menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 1rem;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      header .header .header__content .menu {
        padding-bottom: .5rem; } }
    header .header .header__content .menu nav {
      position: relative;
      z-index: 99;
      display: inline-block; }
  header .header .header__content .cta {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    text-align: right; }
    @media screen and (max-width: 1023px) {
      header .header .header__content .cta {
        display: none;
        text-align: center;
        padding-top: 0; } }
  header .header .header__content .btn-cta {
    background-color: #f0b43c;
    padding: .8rem 2rem;
    border: 0;
    font-size: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s; }
    @media screen and (max-width: 1023px) {
      header .header .header__content .btn-cta {
        width: 100%;
        display: inline-block; } }
    header .header .header__content .btn-cta:hover {
      background-color: #f44336; }

.main-menu {
  padding-top: .5rem;
  text-align: center; }
  .main-menu a {
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    padding: .6em 0;
    display: inline-block;
    letter-spacing: .1em;
    font-size: .9em;
    border-radius: .2em;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .main-menu a {
        font-size: .7em;
        padding: 0 0 1rem 0; } }

.navbar-nav .nav-item a {
  color: #cde1ed !important;
  border: 2px solid rgba(93, 166, 224, 0.2);
  margin: 0 .5rem;
  padding: 0.6rem 1.4rem !important;
  font-weight: 500;
  border-radius: .2rem;
  text-transform: uppercase;
  transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s; }
  @media screen and (max-width: 1023px) {
    .navbar-nav .nav-item a {
      margin: 0.4rem 0 !important;
      display: inline-block;
      width: 100% !important; } }
  .navbar-nav .nav-item a:hover {
    color: #ffffff;
    border: 2px solid #ffffff; }

.navbar-dark .navbar-toggler {
  color: white !important;
  border-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }

.headerContainer,
.bodyContainer {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  position: static; }

.header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  /* enable hardware acceleration to fix laggy transitions */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.headerContainerShadow {
  border-bottom: 2px solid #eee;
  position: relative;
  z-index: 999;
  /* to place the header above all elements */ }

.scrollActive .header {
  position: fixed; }

main {
  /*  == tab heading */
  /* == accordion */
  /*  == tab content  */
  /* Media Queries
	***********************/ }
  main .home {
    background-color: #ffffff; }
    main .home .home__content {
      padding-top: 4rem;
      padding-bottom: 6rem; }
      @media screen and (max-width: 1023px) {
        main .home .home__content {
          padding-top: 3rem;
          padding-bottom: 2rem; } }
      main .home .home__content h2 {
        text-align: center;
        color: #165c32;
        font-size: 2.6em; }
        main .home .home__content h2 strong {
          font-weight: 700; }
        @media screen and (max-width: 1023px) {
          main .home .home__content h2 {
            font-size: 1.8em;
            line-height: 1.2em; } }
      main .home .home__content .time {
        text-align: center;
        padding: 2rem 0 4rem 0; }
        @media screen and (max-width: 1023px) {
          main .home .home__content .time {
            padding: 1rem 0 2rem 0; } }
        main .home .home__content .time .icon-time {
          color: #f0b43c;
          font-size: 4rem;
          position: relative; }
        main .home .home__content .time h5 {
          font-size: 1.4em;
          color: #1271a7;
          text-transform: uppercase;
          letter-spacing: .5em;
          font-weight: 400;
          padding: .5em 1rem;
          background-color: #e4e4ed;
          display: inline-block;
          border-radius: .2em; }
          @media screen and (max-width: 1023px) {
            main .home .home__content .time h5 {
              font-size: 1em;
              letter-spacing: .2em; } }
      main .home .home__content .steps h3 {
        font-size: 1.4em;
        padding: 1rem 0;
        text-align: center;
        font-weight: 600;
        color: #165c32; }
        @media screen and (max-width: 1023px) {
          main .home .home__content .steps h3 {
            font-size: 1.2em; } }
  main .without {
    background-color: #e4e4ed; }
    @media screen and (max-width: 1023px) {
      main .without {
        background-color: #ffffff; } }
    main .without .without__content {
      padding-top: 0;
      padding-bottom: 5rem;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        main .without .without__content {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      main .without .without__content .icon-check-square {
        background-color: #1271a7;
        font-size: 1.4em;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -1.7rem auto 1rem;
        position: relative; }
        main .without .without__content .icon-check-square::before {
          content: '';
          position: absolute;
          top: .2rem;
          bottom: .2rem;
          left: .2rem;
          right: .2rem;
          border: 1px solid #1271a7;
          border-radius: 50%;
          opacity: 1;
          transition: all ease-in-out .6s;
          -moz-transition: all ease-in-out .6s;
          -ms-transition: all ease-in-out .6s;
          -o-transition: all ease-in-out .6s;
          -webkit-transition: all ease-in-out .6s; }
        main .without .without__content .icon-check-square:hover::before {
          top: -1rem;
          bottom: -1rem;
          left: -1rem;
          right: -1rem;
          border: 1px solid #1271a7;
          border-radius: 50%;
          opacity: 0; }
        @media screen and (max-width: 1023px) {
          main .without .without__content .icon-check-square {
            margin: 1rem auto 1rem;
            font-size: 1em;
            width: 30px;
            height: 30px; } }
      main .without .without__content .with {
        text-decoration: line-through;
        color: #1271a7; }
      main .without .without__content h3 {
        color: #f44336;
        font-size: 1.4em;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 300; }
        @media screen and (max-width: 1023px) {
          main .without .without__content h3 {
            font-size: 1.1em; } }
  main .bs-wizard >
.bs-wizard-step {
    padding: 0;
    position: relative; }
  main .bs-wizard >
.bs-wizard-step
.bs-wizard-stepnum {
    color: #165c32;
    font-size: 1.4em;
    margin-bottom: 1rem;
    font-size: 600; }
    @media screen and (max-width: 1023px) {
      main .bs-wizard >
.bs-wizard-step
.bs-wizard-stepnum {
        font-size: .9em;
        padding: 1rem 0 0 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin-bottom: .3rem; } }
  main .bs-wizard >
.bs-wizard-step
.bs-wizard-info {
    color: #f44336;
    font-size: 1.1em;
    font-size: 600;
    text-align: center; }
    main .bs-wizard >
.bs-wizard-step
.bs-wizard-info strong {
      font-weight: 600; }
    @media screen and (max-width: 1023px) {
      main .bs-wizard >
.bs-wizard-step
.bs-wizard-info {
        font-size: 1em;
        padding: 0 1rem 1rem 1rem;
        margin-top: 0; } }
  main .bs-wizard >
.bs-wizard-step >
.bs-wizard-dot {
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: block;
    background-color: #165c32;
    top: 45px;
    left: 50%;
    margin-top: -.4rem;
    margin-left: -1rem;
    border-radius: 50%; }
    @media screen and (max-width: 576px) {
      main .bs-wizard >
.bs-wizard-step >
.bs-wizard-dot {
        display: none; } }
  main .bs-wizard >
.bs-wizard-step >
.bs-wizard-dot::after {
    content: ' ';
    width: 1rem;
    height: 1rem;
    background-color: #f0b43c;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s; }
    @media screen and (max-width: 576px) {
      main .bs-wizard >
.bs-wizard-step >
.bs-wizard-dot::after {
        width: .2rem;
        height: .2rem; } }
  main .bs-wizard >
.bs-wizard-step >
.bs-wizard-dot::after:hover {
    background-color: #f44336 !important;
    border-radius: 50px; }
  main .bs-wizard >
.bs-wizard-step >
.progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0;
    background: #1271a7; }
    @media screen and (max-width: 576px) {
      main .bs-wizard >
.bs-wizard-step >
.progress {
        display: none; } }
    @media screen and (max-width: 1023px) {
      main .bs-wizard >
.bs-wizard-step >
.progress {
        margin: 15px 0; } }
  main .bs-wizard >
.bs-wizard-step >
.progress >
.progress-bar {
    width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #165c32; }
  main .bs-wizard >
.bs-wizard-step.complete >
.progress >
.progress-bar {
    width: 100%; }
  main .bs-wizard >
.bs-wizard-step.active >
.progress >
.progress-bar {
    width: 50%; }
  main .bs-wizard >
.bs-wizard-step:first-child.active >
.progress >
.progress-bar {
    width: 0%; }
  main .bs-wizard >
.bs-wizard-step:last-child.active >
.progress >
.progress-bar {
    width: 100%; }
  main .bs-wizard >
.bs-wizard-step.disabled >
.bs-wizard-dot {
    background-color: #1271a7; }
  main .bs-wizard >
.bs-wizard-step.disabled >
.bs-wizard-dot:after {
    opacity: 1; }
  main .bs-wizard >
.bs-wizard-step:first-child >
.progress {
    left: 50%;
    width: 50%; }
  main .bs-wizard >
.bs-wizard-step:last-child >
.progress {
    width: 50%; }
  main .bs-wizard >
.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none; }
  main .smart-control {
    background-image: url("../img/bg-smartcontrol.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    main .smart-control::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color:rgba(18, 113, 167, 0.86); }
    main .smart-control .smart-control__content {
      color: #ffffff;
      padding-top: 10rem;
      padding-bottom: 4rem; }
      @media screen and (max-width: 1023px) {
        main .smart-control .smart-control__content {
          padding-top: 4rem;
          padding-bottom: 4rem; } }
      main .smart-control .smart-control__content h2 {
        font-size: 2em;
        margin-bottom: .5em; }
        main .smart-control .smart-control__content h2 strong {
          font-weight: 700; }
        @media screen and (max-width: 1023px) {
          main .smart-control .smart-control__content h2 {
            text-align: center;
            line-height: 1em; } }
      main .smart-control .smart-control__content p {
        font-size: 1.4em;
        line-height: 1.2em; }
        main .smart-control .smart-control__content p strong {
          font-weight: 600; }
        @media screen and (max-width: 1023px) {
          main .smart-control .smart-control__content p {
            text-align: center;
            font-size: 1.2em;
            line-height: 1.2em; } }
  main .features {
    background-color: #ededf0; }
    main .features .features__content {
      padding-top: 8rem;
      padding-bottom: 5rem; }
      @media screen and (max-width: 1023px) {
        main .features .features__content {
          padding-top: 5.5rem;
          padding-bottom: 4rem; } }
      main .features .features__content h2 {
        text-align: center;
        color: #165c32;
        font-size: 1.8em; }
        main .features .features__content h2 strong {
          font-weight: 700; }
        @media screen and (max-width: 1023px) {
          main .features .features__content h2 {
            text-align: center;
            line-height: 1em; } }
      main .features .features__content .main-features {
        padding-top: 2rem; }
        @media screen and (max-width: 1023px) {
          main .features .features__content .main-features {
            padding-top: 1rem; } }
      main .features .features__content figure {
        background: none !important;
        text-align: center; }
      main .features .features__content img {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: inline-block; }
  main .tabs {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden; }
  main .tabs li {
    float: left; }
    @media screen and (max-width: 1023px) {
      main .tabs li {
        width: 100%;
        display: inline-block;
        float: none !important; } }
  main .tabs li a {
    color: #1271a7;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    padding: .8rem 1.4rem;
    background-color: #e4e4ed;
    letter-spacing: .1em;
    font-weight: 300;
    margin: 0 1rem 1rem 0;
    border-radius: .2rem; }
    @media screen and (max-width: 1023px) {
      main .tabs li a {
        width: 100%;
        display: inline-block; } }
  main .tabs li:first-child a {
    border-left: none; }
  main .tabs li a:hover, main .tabs li a:focus {
    color: #1271a7;
    background-color: #ffffff; }
  main .tabs .active a {
    color: #1271a7;
    background-color: #ffffff; }
  main .main-features h3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2em;
    color: #1271a7; }
  main .space-tab {
    height: 120px; }
    @media screen and (max-width: 1023px) {
      main .space-tab {
        height: 60px; } }
  main .accordion_tabs {
    display: none;
    padding: 1rem;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      main .accordion_tabs {
        padding: .6rem; } }
  main .tab_content_wrapper >
.accordion_tabs:first-child {
    border-top: none; }
  main a.accordion_tabs:link,
  main a.accordion_tabs:visited {
    color: #1271a7; }
  main a.accordion_tabs:hover,
  main a.accordion_tabs:focus {
    color: #165c32; }
  main a.accordion_tabs.active {
    color: #165c32; }
  main .tab_content_wrapper {
    overflow: hidden;
    position: relative;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s; }
  main .tab_content {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: .2rem;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s; }
    @media screen and (max-width: 1023px) {
      main .tab_content {
        padding: 5.5rem .6rem .6rem .6rem; } }
  main .toggle_display {
    display: block; }
  main .toggle_position {
    position: absolute; }
  main .toggle_border {
    border: 0 solid #ffffff;
    border-width: 0 1px 1px 1px; }
  main .invert_border {
    border-width: 1px 1px 0 1px; }
  @media screen and (max-width: 600px) {
    main #container {
      width: 90%;
      padding: 40px 20px; }
    main .accordion_tabs {
      display: block; }
    main .tab_content_wrapper {
      height: auto !important; }
    main .tab_content {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      padding: 1rem; }
    main .toggle_display {
      display: none; }
    main .toggle_position {
      position: relative; }
    main .toggle_border {
      border-width: 0; } }
  main .tab_content_wrapper h3 {
    margin-bottom: 2rem;
    color: #165c32; }
  main .tab_content_wrapper .info {
    padding-bottom: 1rem; }
  main .tab_content_wrapper .image figure {
    width: 100%;
    height: 200px;
    background-color: #e4e4ed;
    border-radius: .2rem; }
    @media screen and (max-width: 1023px) {
      main .tab_content_wrapper .image figure {
        display: block;
        -o-object-fit: cover;
        object-fit: cover; } }
  main .plans {
    background-color: #ffffff; }
    main .plans .plans__content {
      padding-top: 8rem;
      padding-bottom: 1rem; }
      @media screen and (max-width: 1023px) {
        main .plans .plans__content {
          padding-top: 5.5rem;
          padding-bottom: 0; } }
      main .plans .plans__content h2 {
        text-align: center;
        color: #165c32;
        font-size: 1.8em; }
        main .plans .plans__content h2 strong {
          font-weight: 700; }
    main .plans .three-plans {
      padding: 1.5rem 1rem 6rem 1rem; }
    main .plans .card {
      margin-bottom: .5rem;
      margin-top: .5rem;
      padding: 0;
      border: 1px solid #dde1e5; }
      @media screen and (max-width: 1023px) {
        main .plans .card {
          margin-bottom: 3rem; } }
    main .plans .icon-card {
      background-color: #ededf0;
      border-radius: 50%;
      width: 130px;
      height: 130px;
      margin: 1.5rem auto -4rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 2em;
      color: #165c32;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      main .plans .icon-card::before {
        content: '';
        position: absolute;
        top: .2rem;
        bottom: .2rem;
        left: .2rem;
        right: .2rem;
        border: 1px solid #ededf0;
        border-radius: 50%;
        opacity: 1;
        transition: all ease-in-out .6s;
        -moz-transition: all ease-in-out .6s;
        -ms-transition: all ease-in-out .6s;
        -o-transition: all ease-in-out .6s;
        -webkit-transition: all ease-in-out .6s; }
      main .plans .icon-card:hover::before {
        top: -1rem;
        bottom: -1rem;
        left: -1rem;
        right: -1rem;
        border: 1px solid #ededf0;
        border-radius: 50%;
        opacity: 0; }
      @media screen and (max-width: 1023px) {
        main .plans .icon-card {
          width: 90px;
          height: 90px;
          font-size: 1.6em; } }
    main .plans .card-body {
      padding: 3rem 1rem 1rem 1rem !important;
      margin-bottom: .5rem;
      margin-top: .5rem; }
    main .plans .list-group > li {
      padding: 0.8rem 1rem;
      border-top: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      border-left: 0;
      border-right: 0; }
      main .plans .list-group > li:first-child {
        border-top: 0 !important; }
      main .plans .list-group > li:last-child {
        border-bottom: 0 !important; }
      @media screen and (max-width: 1023px) {
        main .plans .list-group > li {
          padding: .6rem 1rem;
          font-size: .85em; } }
    main .plans .card-header {
      padding: 3rem 1rem 1.6rem 1rem;
      margin-bottom: 0;
      background-color: #1271a7;
      border-bottom: 0;
      text-align: center;
      background-image: url("../img/bg-home.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative; }
      main .plans .card-header::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(18, 113, 167, 0.95); }
      main .plans .card-header h4 {
        color: #ffffff;
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 300;
        z-index: 9;
        position: relative; }
    main .plans .border-blue {
      border-color: 1px solid rgba(18, 113, 167, 0.2); }
    main .plans .icon-check {
      font-size: .9em;
      color: #1271a7;
      margin-right: .5rem; }
    main .plans .card-footer {
      background-color: #ededf0 !important;
      padding: 1rem;
      border-top: 0 !important; }
      @media screen and (max-width: 1023px) {
        main .plans .card-footer {
          padding: 1rem 1rem; } }
    main .plans .btn-contract {
      background-color: #f0b43c;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 400;
      letter-spacing: .2em;
      border: 0;
      padding: 1.6em 0;
      margin-bottom: -3rem;
      display: inline-block;
      position: relative;
      -webkit-box-shadow: inset 0 0 0 #f44336;
      box-shadow: inset 0 0 0 #f44336;
      transition: all ease-in-out .6s;
      -moz-transition: all ease-in-out .6s;
      -ms-transition: all ease-in-out .6s;
      -o-transition: all ease-in-out .6s;
      -webkit-transition: all ease-in-out .6s; }
      main .plans .btn-contract:hover {
        -webkit-box-shadow: inset 0 -80px 0 #f44336;
        box-shadow: inset 0 -80px 0 #f44336; }
      @media screen and (max-width: 1023px) {
        main .plans .btn-contract {
          font-size: 1em;
          padding: 1em 0; } }
    main .plans .btn-contract-primary {
      background-color: #f44336;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 400;
      letter-spacing: .2em;
      border: 0;
      padding: 1.6em 0;
      margin-bottom: -3rem;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 576px) {
        main .plans .btn-contract-primary {
          font-size: 1em;
          padding: 1em 0; } }
    main .plans .prices {
      background-color: #e4e4ed;
      text-align: center;
      padding: 1rem 0; }
      main .plans .prices p {
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: .1em; }
      main .plans .prices h5 {
        font-weight: 800;
        color: #f44336;
        font-size: 2em;
        letter-spacing: .1em; }
      main .plans .prices .iva {
        color: #1271a7;
        font-size: 0.6em !important;
        font-weight: 400 !important; }
  main .payment-methods {
    background-color: #ededf0;
    border-top: 1px solid rgba(228, 228, 237, 0.6); }
    main .payment-methods .payment-methods__content {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      @media screen and (max-width: 1023px) {
        main .payment-methods .payment-methods__content {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      main .payment-methods .payment-methods__content h2 {
        text-align: center;
        color: #1271a7;
        font-size: 1.8em; }
        main .payment-methods .payment-methods__content h2 strong {
          font-weight: 700; }
        @media screen and (max-width: 1023px) {
          main .payment-methods .payment-methods__content h2 {
            font-size: 1.6em; } }
      main .payment-methods .payment-methods__content .payment-methods__logos {
        padding-top: 2rem;
        padding-bottom: 0; }
        main .payment-methods .payment-methods__content .payment-methods__logos figure {
          min-height: 5rem;
          border-radius: .3rem;
          text-align: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: rgba(255, 255, 255, 0.3);
          padding: 1rem;
          border: 1px solid rgba(228, 228, 237, 0.6);
          width: 100%;
          height: auto; }
          main .payment-methods .payment-methods__content .payment-methods__logos figure img {
            width: 100%;
            height: auto; }
  main .compare-our-versions {
    background-color: #ffffff;
    border-top: 1px solid rgba(228, 228, 237, 0.6); }
    main .compare-our-versions .compare-our-versions__content {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      @media screen and (max-width: 1023px) {
        main .compare-our-versions .compare-our-versions__content {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      main .compare-our-versions .compare-our-versions__content h2 {
        text-align: center;
        color: #1271a7;
        font-size: 1.8em; }
        main .compare-our-versions .compare-our-versions__content h2 strong {
          font-weight: 700; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content h2 {
            font-size: 1.6em; } }
      main .compare-our-versions .compare-our-versions__content .the-table {
        padding-top: 2rem; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .the-table {
            padding-top: 1rem; } }
      main .compare-our-versions .compare-our-versions__content .table .thead-green {
        background-color: #165c32; }
      main .compare-our-versions .compare-our-versions__content .table .table-subtitle {
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: .05em;
        background-color: #e4e4ed !important;
        color: #165c32;
        font-size: 1em;
        padding: 1rem 1.5rem; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .table-subtitle {
            padding: .8rem 1rem; } }
      main .compare-our-versions .compare-our-versions__content .table .bg-blue {
        background-color: #1271a7 !important; }
      main .compare-our-versions .compare-our-versions__content .table .titles h4 {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.05em;
        padding: .8rem;
        margin: 0;
        letter-spacing: .1em; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .titles h4 {
            -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            padding: .4rem; } }
      main .compare-our-versions .compare-our-versions__content .table td {
        text-align: center; }
      main .compare-our-versions .compare-our-versions__content .table .row-scope {
        font-weight: 500;
        padding: 1rem 1.6rem; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .row-scope {
            padding: .4rem;
            font-size: .85em; } }
      main .compare-our-versions .compare-our-versions__content .table .td-button {
        background-color: #f44336;
        padding: 2rem 1rem !important; }
        main .compare-our-versions .compare-our-versions__content .table .td-button a {
          color: #ffffff;
          text-transform: uppercase;
          font-size: .9em;
          font-weight: 600;
          letter-spacing: .05em; }
          @media screen and (max-width: 1023px) {
            main .compare-our-versions .compare-our-versions__content .table .td-button a {
              -webkit-writing-mode: vertical-lr;
              -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              main .compare-our-versions .compare-our-versions__content .table .td-button a span {
                display: none; } }
      main .compare-our-versions .compare-our-versions__content .table .check {
        color: #f44336;
        padding: 1rem; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .check {
            padding: .6rem;
            font-size: .8em; } }
      main .compare-our-versions .compare-our-versions__content .table .equis {
        color: #f0b43c;
        padding: 1rem; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .equis {
            padding: .6rem;
            font-size: .8em; } }
      main .compare-our-versions .compare-our-versions__content .table .icon-info {
        float: right;
        color: #f44336; }
        @media screen and (max-width: 1023px) {
          main .compare-our-versions .compare-our-versions__content .table .icon-info {
            display: none; } }
      main .compare-our-versions .compare-our-versions__content .table .striped {
        background-color: rgba(237, 237, 240, 0.6); }
  main .faqs {
    background-color: #ededf0; }
    main .faqs .faqs__content {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      @media screen and (max-width: 1023px) {
        main .faqs .faqs__content {
          padding-top: 3rem;
          padding-bottom: 3rem; } }
      main .faqs .faqs__content h3 {
        text-align: center;
        color: #165c32;
        font-size: 1.6em;
        line-height: 1em; }
        main .faqs .faqs__content h3 strong {
          font-weight: 700; }
      main .faqs .faqs__content h4 {
        text-align: center;
        color: #1271a7;
        font-size: 1.4em;
        line-height: 1em; }
        main .faqs .faqs__content h4 strong {
          font-weight: 700; }
      main .faqs .faqs__content .frequently-asked-questions {
        padding-top: 2rem; }
      main .faqs .faqs__content #accordion .card {
        margin: .8rem 0;
        background-color: transparent !important;
        border: 0 !important; }
      main .faqs .faqs__content #accordion .card-header {
        padding: 0;
        border: 0 !important; }
      main .faqs .faqs__content #accordion button.btn-link {
        color: #1271a7;
        text-decoration: none;
        width: 100%;
        text-align: left;
        font-size: .95em;
        background-color: #e4e4ed;
        padding: 1rem 1.4rem;
        border: 0 !important;
        border-radius: .2em;
        transition: all ease-in-out .6s;
        -moz-transition: all ease-in-out .6s;
        -ms-transition: all ease-in-out .6s;
        -o-transition: all ease-in-out .6s;
        -webkit-transition: all ease-in-out .6s; }
        main .faqs .faqs__content #accordion button.btn-link:hover {
          background-color: #1271a7;
          color: #ffffff; }
        @media screen and (max-width: 1023px) {
          main .faqs .faqs__content #accordion button.btn-link {
            padding: 1.2rem;
            font-size: .75em;
            line-height: 1.4em;
            display: inline-block;
            width: 100%; } }
      main .faqs .faqs__content #accordion .icon-arrow {
        float: right;
        margin-top: -.2rem; }
        @media screen and (max-width: 1023px) {
          main .faqs .faqs__content #accordion .icon-arrow {
            display: none; } }
      main .faqs .faqs__content #accordion .collapse {
        border: 0 !important; }
        @media screen and (max-width: 1023px) {
          main .faqs .faqs__content #accordion .collapse {
            padding: 0; } }
      main .faqs .faqs__content #accordion .card-body {
        border: 0 !important;
        background-color: rgba(255, 255, 255, 0.6) !important;
        border-radius: .2rem;
        margin-top: .4rem; }
  main .contact .contact__content {
    padding-top: 6rem;
    padding-bottom: 4rem; }
    main .contact .contact__content h3 {
      color: #f0b43c;
      font-size: 2.4em; }
      @media screen and (max-width: 576px) {
        main .contact .contact__content h3 {
          line-height: 1em;
          text-align: center;
          font-size: 2.2em; } }
      main .contact .contact__content h3 strong {
        font-weight: 800; }
    main .contact .contact__content h6 {
      color: #1271a7;
      margin-top: 2rem;
      margin-bottom: 1rem;
      font-size: 1.2em; }
      @media screen and (max-width: 576px) {
        main .contact .contact__content h6 {
          text-align: center; } }
    main .contact .contact__content .info-demo {
      margin-top: 2rem; }
    main .contact .contact__content p {
      font-size: .95em; }
    main .contact .contact__content .btn-enter, main .contact .contact__content .btn-access {
      padding: 1rem 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      letter-spacing: .2em;
      border: 0; }
      @media screen and (max-width: 576px) {
        main .contact .contact__content .btn-enter, main .contact .contact__content .btn-access {
          margin: .5rem 0; } }
    main .contact .contact__content .btn-enter {
      background-color: #1271a7; }
    main .contact .contact__content .btn-access {
      background-color: #f44336; }
  main .contact .form h4 {
    font-size: 1.4em;
    color: #1271a7;
    margin-bottom: 2rem; }
  main .contact .form input[type="text"], main .contact .form input[type="email"], main .contact .form select, main .contact .form textarea {
    padding: .8rem 1.2rem;
    background-color: #ededf0;
    border: 1px solid #e4e4ed;
    border-radius: .2rem; }
  main .contact .form select {
    margin-bottom: 1rem;
    height: 60px; }
    main .contact .form select option {
      height: 2rem !important;
      padding: 2rem 0 !important; }
  main .contact .form .btn-send {
    background-color: #f0b43c;
    width: 100%;
    padding: .6rem 0;
    border: 0; }
  main .location {
    background-color: #ededf0; }
    main .location .location__content {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      main .location .location__content #map {
        width: 100%;
        height: 300px; }
      main .location .location__content iframe {
        border: 1px solid #e4e4ed;
        border-radius: .2rem; }
      main .location .location__content h5 {
        color: #1271a7;
        font-size: 1.2em;
        margin-bottom: 2rem; }
        main .location .location__content h5 strong {
          font-weight: 600; }

footer .footer {
  background-color: #1b1a19;
  border-bottom: 1px solid #000000; }
  footer .footer .footer__content {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media screen and (max-width: 1023px) {
      footer .footer .footer__content {
        padding-top: 1rem;
        padding-bottom: 3rem; } }
    footer .footer .footer__content h3 {
      color: #1271a7;
      font-size: 1.2em;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .1em; }
      @media screen and (max-width: 1023px) {
        footer .footer .footer__content h3 {
          margin-top: 2rem;
          text-align: center;
          font-weight: 600; } }
    footer .footer .footer__content p {
      color: #a7a5a4;
      padding: 0.2em 0;
      margin: 0.2em 0; }
      @media screen and (max-width: 1023px) {
        footer .footer .footer__content p {
          text-align: center;
          font-size: .9em; } }
    footer .footer .footer__content li a {
      color: #a7a5a4;
      display: block;
      padding: .4rem 0; }
      footer .footer .footer__content li a:hover {
        color: #ededf0; }
    @media screen and (max-width: 1023px) {
      footer .footer .footer__content li {
        text-align: center;
        font-size: .9em; } }
    footer .footer .footer__content .social-icon {
      width: 36px;
      height: 36px;
      border-radius: .3em;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: .4rem;
      font-size: .9em;
      color: #ededf0; }
      @media screen and (max-width: 576px) {
        footer .footer .footer__content .social-icon {
          border-radius: 50%; } }
    footer .footer .footer__content .phone-icon {
      background-color: #f44336; }
    footer .footer .footer__content .whatsapp-icon {
      background-color: #30aa23; }
    footer .footer .footer__content .email-icon {
      background-color: #1271a7; }
    footer .footer .footer__content .contact h3 {
      margin-bottom: 1.4rem; }
    footer .footer .footer__content .contact a {
      color: #a7a5a4; }
      footer .footer .footer__content .contact a:hover {
        color: #ededf0; }
    footer .footer .footer__content .smart-control h3 {
      margin-bottom: 1rem; }
    footer .footer .footer__content .information h3 {
      margin-bottom: 1.2rem; }

footer .copyright {
  background-color: #1b1a19;
  border-top: 1px solid #535251; }
  footer .copyright .copyright__content {
    color: #636261;
    text-align: center;
    font-size: .9em;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; }
    footer .copyright .copyright__content strong {
      color: #ededf0;
      margin-right: 2rem; }
      @media screen and (max-width: 576px) {
        footer .copyright .copyright__content strong {
          display: block;
          margin-right: 0; } }

.login-support {
  position: absolute;
  position: fixed;
  bottom: .5rem;
  left: 1rem;
  z-index: 99;
  transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s; }
  .login-support .login, .login-support .support {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .2rem;
    width: 50px;
    height: 50px;
    color: #ffffff;
    margin: .5rem 0;
    cursor: pointer; }
  .login-support .login {
    background-color: #f44336; }
  .login-support .support {
    background-color: #f0b43c; }

.wp {
  width: 4rem;
  height: 4rem;
  position: absolute;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .2rem;
  z-index: 9;
  cursor: pointer;
  background: #48ba36;
  background: -moz-linear-gradient(top, #48ba36 0%, #14920b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #48ba36), color-stop(100%, #14920b));
  background: -webkit-linear-gradient(top, #48ba36 0%, #14920b 100%);
  background: -o-linear-gradient(top, #48ba36 0%, #14920b 100%);
  background: -ms-linear-gradient(top, #48ba36 0%, #14920b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#48ba36), to(#14920b));
  background: linear-gradient(to bottom, #48ba36 0%, #14920b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48ba36', endColorstr='#14920b', GradientType=0 ); }

.go-to-top {
  display: none;
  background-color: #1271a7;
  font-size: 1.2rem;
  color: #ffffff;
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  right: 6rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .2rem;
  z-index: 99; }


/*code per frank*/
#inicio{ position: relative; }
.home .home__content{ position: relative;  }
.home .home__content h2{ font-size:2rem!important;  }
.images_fijas{ position: absolute; width: 100%;top: 8rem; margin: 0 auto;  }
.ref1{ float:left;width: 350px; margin-left: -200px;  }
.ref2{ float:right;width: 350px; margin-right: -200px;  }
.compare-our-versions .icon-info{ display:none;  }
.compare-our-versions .compare-our-versions__content .table .check{ color:green!important;  }
.compare-our-versions .compare-our-versions__content .table .equis{ color:red!important;  }
@media (min-width: 1200px){
  .container {
    max-width: 960px;
    .images_fijas{ max-width: 1200px;  }
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  
  .ref1,.ref2{ width: 350px  }
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .images_fijas{ display:none!important; } 
   .ref1,.ref2{ width: 150px  }
  }
  
}
@media (min-width: 320px) and (max-width: 480px) {
  .images_fijas{ display:none!important; } 
    .ref1,.ref2{ display:none; }
  
}
