@media (max-width: 767px){
  .plans-desktop{
    display: none;
  }
  .modal.modal-form {background: rgb(12 12 12 / 70%); z-index: 5000;}
  .modal.modal-form .modal-header .close{color: #fff;}
  .modal.modal-contrato {background: rgb(12 12 12 / 65%);}
  .modal.modal-contrato .modal-header .close{color: #fff;}
  .form-contrato{padding: 20px 0px !important; max-height: 50vh !important;}
  .form-contrato .check-contrato {display: flex; align-items: baseline;}
  .form-contrato .check-contrato label{width: 90%;}
  .modal-header{padding: 40px 0 0;}
  .sh-footer-widgets{
    padding: 40px 0;
  }
  .result-news{width: 310px;}
  .widget-title{margin-top: 25px;}
  #counter{margin: -75px 0px 0px 0px;}
  .form-news .btn.btn-primary{
    width: 94%;
  }
  main{margin-bottom: 0px;}
  .card{width: 100%;}
  .title-cta{font-size: 2.8em;}
  .title-banner{
      align-self: flex-end;
      bottom: 8em;
      left: 0;
  }
  .sh-header{top: 0px;}
  .counter-number, .counter-description{text-align: center;padding-left: 0;padding-right: 0;}
  .counter-description{width: 100%;}
  .box-counter > .row{border-left: none;}
  .box-counter{border-bottom: 1px solid #c8c8c8;}
  .banner h1{font-size: 1.6em; line-height: 30px; background: #972424; color: #fff; margin-bottom: 0px;margin: 0 auto;}
  .banner .video{margin: 0 auto; padding-top: 10em; padding-bottom: 0; width: auto;}
  .banner{padding-top: 10px; width: 100%;}
  .btn.btn-primary.btn-video{box-shadow: 1px 1px 2px #000;}
  /* .banner img, .img-banner {width: 340px;max-width: 340px;margin-top: 3em;} */
  .title-banner{bottom: 0;color: #fff;top: 6em;}
  /* .titulo-principal{color: #fff;background: transparent;} */
  .primary-desktop .sh-nav-container{ position: relative;}
  .sh-header-10 .sh-nav li.menu-item{display: flex;}
  .sh-header-10 .sh-nav-left{display: none;}
  .title-depo{font-size: 1.5em;}
  .container-contacts > .row{ margin-bottom: 20px;}
  .container-contacts > .row > a{ text-align: center;}
  #contacts-rodape{padding: 30px 0 30px;}
  #contacts-rodape .icon-contact, #contacts-rodape h3, #contacts-rodape a{text-align: center;}
  .container-contact{margin-bottom: 35px;}
  footer{position: relative;z-index:0;margin-top:-2em;}
  .img-como-funciona, .img-funciona{height: 410px;width: auto;margin: 0 auto;}
  .position-pulse{transform: none; margin-top: 30px;}
  .position-onyx{margin-left: 0px;margin-right: 0px; margin-bottom: 30px;}
  .position-go{transform: none; padding-left: 25px;padding-right: 25px; margin-top: 30px;}
  .news-title h2{font-size: 1.8em;}
  .timeline:before{left: 0;}
  .card-img{width: 50%;}
  .number-right, .number-left{text-align: center;}
  .box-counter{height: auto;}
   .sh-sticky-header-active,
  .sh-sticky-mobile-header {
    width: 98%;
  }
  .sh-table-cell{margin-right: 5px;}
  .icon-header{
    margin: 0 2px;
  }
  .icon-header i{
    padding: 10px;
  }
  .div-counter-number{
      padding-right: 0;
  }
  .sh-section-container {
      padding: 60px 0;
  }
  section.parado{
      background-attachment: inherit;    
  }
  .description-plans{
      height: auto;
      min-height: auto;
  }

  /* Menu Mobile */

  .burger {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background: #FFFFFF;
      position: fixed;
      top: 12px;
      left: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 98;
    }
    .burger span {
      height: 2px;
      width: 20px;
      background: black;
      margin: 2px;
    }
    .burger:hover {
      cursor: pointer;
    }
    .burger:hover span:first-child {
      width: 10px;
      transform: rotate(33deg) translate(6px, 0px);
    }
    .burger:hover span:last-child {
      width: 10px;
      transform: rotate(-33deg) translate(6px, 0px);
    }
    .menu {
      width: 60%;
      height: 100vh;
      background: #ffffff;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      z-index: 99;
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(-100%);
      transition: all 0.4s;
    }
    .menu_active {
      transform: translateX(0%);
      transition: all 0.4s;
    }
    .menu .btn-close {
      position: absolute;
      top: 20px;
      right: 20px;
      text-align: center;
      font-size: 25px;
      line-height: 20px;
      height: 25px;
      width: 25px;
      color: #333;
      padding: 0;
      border: 0;
    }
    .menu .btn-close:hover {
      color: #333;
      transform: rotate(180deg);
    }
    .menu ul {
      list-style-type: none;
      margin-top: 5em;
    }
    .menu ul li {
      margin: 20px;
      font-size: 16px;

    }
    .menu ul li a {
      color: #000000;
      text-decoration: none;
    }
    .menu ul li a:hover {
      color: #000000;
      text-decoration: none;
    }

    

}
@media (min-width: 576px){
  .modal-dialog{
      max-width: 700px;
  }
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 767px) {

  .legend{
    position: relative;
    top: -6em;
  }
  #wrapper {
    background: url('../img/Novo/banner-principal.jpg') center no-repeat;
    background-attachment: none;
    background-size: cover;
    height: 700px;
  }

  .img-quem-sou{
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .timeline{
      margin: 20px auto;
  }
  .img-right{
      text-align: center;
  }
  .form-news .form-inline{
      flex-flow: column;
  }
  .contact-right{
      text-align: center;
  }
  .sh-column-wrapper{
      padding: 10px 5px;
  }
  .card-depo{
      padding: 10px;
  }
  .sh-section-container{
      padding: 30px 0;
  }
  .title{
      padding: 15px 0;
      text-align: center;
      font-size: 30px;
  }
  .timeline {
      width: 100%;
      padding: 0;
  }
  .timeline::before {
    left: 0;
  }

  .timeline li {
      padding: 1em 0;
  }

  .timeline .d-left {
    display: flex;
    flex-direction: column-reverse;
  }

  .direction-l,
  .direction-r {
      float: none;
      width: 100%;

      text-align: center;
  }

  .flag-wrapper {
      text-align: center;
  }

  .flag {
      background: rgb(255,255,255);
      z-index: 15;
      text-align: center;
  }
  .flag img{
      text-align: center;
  }
  .flag-p{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .ano-timeline{
      text-align: left;
      margin-left: 25px;
      padding-top: 1em;
  }
  .card{
      width: 80%;
  }
  .card.direction-l,.card.direction-r{
    margin-left: 20px;
  }
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -164px;
      left: -20px;
      content: ' ';
      display: block;
      width: 20px;
      height: 20px;
      margin-left: -9px;
      border-radius: 10px;
      z-index: 10;
  }
  .direction-r .flag:before {
    top: -20px;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255,255,255);
      border-width: 8px;
      pointer-events: none;
  }

  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }

  .direction-l .time-wrapper {
      float: none;
  }

  .direction-r .time-wrapper {
      float: none;
  }

  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245,245,245);
      -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      box-shadow: 0 0 1px rgba(0,0,0,0.20);
      z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      z-index: 15;
  }
  .modal-body{
    width: 100%;
  }
  .modal-body iframe{
      width: 100%;
      height: 250px;
  }

  .modal-header.modal-iframe{
      padding: 80px 0 20px;
  }
  #quem-sou{
    display: flex; 
    flex-direction: column;
    height: 70px;
  }
  .ajustesPlanos{
    margin-bottom: 50px;
  }
  #minha-formacao{
    padding-top: 85px;  
    padding-bottom: 50px;
  }
  .banner{
    display: flex;
    align-items: center;
    /* background: #fff; */
    background-position: top;
  }
  .menu-mobile li a{
    font-weight: bold;
    text-transform: uppercase;
  }
  .banner h1{
    /* display: none; */
  }
  /* .img-right{
    display: block;
    text-align: right;
  } */
  .img-anderson{
    display: inline;
    padding: 0;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .container.depo-container{
    max-width: 1360px;
  }
  .section-plans{
    /* background: #e9e9e9 !important; */
  }
  .plans-mobile{
    display: none;
  }
  .table{
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: -6px;
    /* margin-left: -2px; */
  }
  .table-plans th{
    font-weight: 500;
    color: #636367;
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
  }
  .table-plans td{
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
  }
  .table-plans thead th{
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #972424;
    color: #fff;
    margin: 0 10px;
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
  }
  .table-plans tbody th:first-child,
  .table-plans tbody td:nth-child(3n),
  .table-plans tbody td:last-child{
    /* background: #d1d1d1; */
    background: #f2f2f2;
  }
  .table-plans tbody td:nth-child(2),
  .table-plans tbody td:nth-child(4){
    /* background: #f2f2f2; */
    border: 1px solid #eeeeee;
    background: #fff;
  }
  .table-plans tbody td{
    width: 205px;
    min-width: 205px;
  }
  .table-plans thead th:first-child{
    background-color: transparent
  }
  .table-plans td{
    font-weight: 900;
    font-size: 1.1em;
    color: #972424;
    text-align: center;
  }
  .table-plans td.plan-ok{
    color: #1a742f;
  }
  table tbody .opcional{
    color: #5b5b5f;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
  }
  table tbody .price-plans{
    /* background: #e9e9e9 !important; */
    background: #f0f0f0 !important;
    /* border: 1px solid #f5f5f5; */
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
    color: #5c5c63;
    font-size: 1.5em;
    padding: 20px 5px;
    font-style: italic;
    border-collapse: separate;
    border-spacing: 0 8px;
  }
  table tbody .price-plans .desc-price{
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    /* text-align: left; */
    text-align: center;
    margin-top: 10px;
    /* margin-top: 5px; */
  }
  table tbody .cta-plans{
    background-color: #2B6D19 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-style: italic;
    line-height: 0.8;
    padding: 20px 0;
    cursor: pointer;
  }
  table tbody .cta-plans.plan-none{
    background-color: #5b5b5f !important;
    cursor: default;
  }
  table tbody .cta-plans span{
    font-size: 10px;
    /* text-transform: capitalize; */
    font-weight: 500;
    /* line-height: 1.2; */
  }
  .titulo-banner{
    margin-left: 0;
  }
  .container-plans{
    max-width: 1480px;
  }
  .container-contacts{
    width: 98%;
  }
  .result-news{width: 440px;}
  .option1{margin-right: 10px;}
  .option2{margin-left: 10px;}
  .row .title-banner{
    padding-left: 0;
  }
  .container.container-como-funciona{
    width: 1200px;
  }
  .img-funciona{
    width: auto;
    margin-top: 20px;
    height: 80%;
  }
  .list-como-funciona{
    width: 200px;
  }
  .position-go{
    transform: translateY(30%);
  }
  .position-pulse{
    transform: translateY(140%);
  }
  .position-onyx{
    transform: translateY(280%);
  }
  .container .row .title-banner{
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  #minha-formacao{
    padding-top: 0px;  
    padding-bottom: 30px;
  }
#quem-sou-desktop, #como-funciona-desktop, #depoimentos-desktop, #depoimentos-desktop{
  height: 140px;
}
#como-funciona-desktop{
  padding-top: 4rem;
}
  footer{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      z-index: -100;
  }
  .menu{
      display: none;
  }
}

@media screen and (min-width: 400px and max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
    margin: 1em 4em 0 4em;
}

}