
:root {
  --primary: #223761;
  --secundary: #ff5325;
  --blue: #07a1dc;
  --black: #333;
  --gray: #808080;
  --gray-light: #b3b3b3;
  --gray-lighter: #fafafa;
  --white: #fff;
  --border: #dddcdc;
}

body {
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: var(--black);
}

b, strong {
  font-weight: 700;
}


/* Header */
.wrapper-header {
  height: 80px;
  background: var(--primary);
  position: sticky;
  top: 0;
  z-index: 9;
}

.wrap-header {
  display: flex;
  align-items: center;
  height: 80px;
}

.wrap-header .logo {
  height: 35px;
}

.list-nav-header {
  list-style: none;
  margin: 0;
  display: flex;
}

.list-nav-header li {
  margin-left: 15px;
}

.list-nav-header li .link {
  color: var(--white);
  padding: 0 20px;
  height: 80px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  transition: all ease 200ms;
  white-space: nowrap;
  cursor: pointer;
}

.list-nav-header li .link:hover,
.list-nav-header li .link.active {
  text-decoration: none;
  border-color: var(--secundary);
  transition: all ease-in 250ms;
  color: var(--white);
}

.list-nav-header li .link.active {
  font-weight: 700;
}

.wrap-shared-header {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  justify-content: flex-end;
}

.wrap-shared-header span {
  font-weight: 700;
  color: var(--white);
  margin-right: 20px;
}

.wrap-shared-header .btn .icon {
  margin-right: 8px;
  height: 13px;
}

.btn.btn-shared {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  width: 210px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-shared:hover {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--white);
}


/* Banner */
.wrapper-banner {
  height: 380px;
}

.wrap-banner-image {
  position: relative;
}

.wrap-banner-image::before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) -5.37%, rgba(0, 0, 0, 0.8) 151.79%);
  transform: rotate(-180deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 380px;
  width: 100%;
  z-index: 1;
}

.banner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top;
}



.wrap-content-banner {
  height: 380px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0;
}

.wrap-content-banner h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: var(--white);
}


header .menu .container .cta a, .botao {
  background-color: var(--secundary);
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-top: 40px;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .botao.novo {
 	padding: 10px 20px;
  margin-left: 20px;
  font-size: 2rem;
  box-shadow: 0px 5px 10px #00000052;
  border-radius: 7px;
}

header .menu .container .cta a:hover, .botao:hover {
  background-color:#e9712b;
  transition: .3s all ease;
}

/* Inicio Header */
header .container-fluid.cem {
  background-image: url("../images/bgHero.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: 385px;
  width: 100%;
  position: relative;
}

header .container-fluid.cem::before {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(90, 149, 194, .8);
  position: absolute;
}
header .menu { 
  height: 60px;
  }
header .menu .container { 
  height: 60px;
  padding: 10px 0;
  }
header .menu .container .navbar-brand { 
  width: 160px;
  }
header .menu .container .navbar-light .navbar-nav .nav-item:last-child { 
  padding-right: 2rem; 
  }
header .menu .container .navbar-light .navbar-nav .nav-link {
  font-size: .80em;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #3a64846b;
  padding: 0 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  }
header .navbar--down {
  background-color: #48779b;
  position: fixed;
  z-index: 2000;
  opacity: 1;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 15%;
  padding-right: 15%;
  transition: .5s;
}
header .menu .container .navbar-light.navbar--down .nav-link {
  font-size: .9em;
}
header .menu .container ul li a {
  text-transform: uppercase;
}
header h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: .05rem;
  font-weight: 100;
  line-height: 4.5rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  max-width: 37rem;
  margin: 70px 0 60px 20px;
}
header p { 
  position: relative;
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1.5rem;
  color: #fff;
  max-width: 36rem;
  margin: 30px 0 0 20px;
}
header strong {
  font-weight: 500;
  letter-spacing: 1px;
}
header .arrow {
  margin: 75px 0 0 20px;
}
header .arrow a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
header .arrow a .link {
  
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  color: #ff8d3b;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 1px #2c5979;
}
header .arrow a:hover .link {
  text-decoration: none;
}
header .arrow .out {
  background: #47779a;
  padding: 22px 5px;
  border-radius: 40px;
  margin-right: 5px;
}
header .arrow .out .in {
 background: #fff;
 padding: 17px 26px;
 border-radius: 40px;
}
header .arrow .icone {
  background: #48779b;
  padding: 20px 6px 5px 10px;
  border-radius: 40px;
}
header .arrow .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: absolute;
  margin-left: -14px;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

i {
  display: block;
  color: #ee8234;
}

section.clientes {
  margin: 15px 0 0 0;
  padding-top: 50px;
}

section.clientes h2 {
  display: block;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 31.25px;
  line-height: 45px;
  font-weight: 700;
  width: 80%;
}

section.clientes .embed-responsive {
  border-radius: 3px;
}

section.clientes h3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  position: relative;
  width: 360px;
  padding-top: 35px;
  padding-bottom: 30px;
}

section.clientes .who p {
  font-size: 16px;
  font-weight: 700;
}

section.clientes .who p span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--secundary);
  display: block;
}

section.clientes .numeros {
  margin: 70px auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  width: 80%;
}


section.clientes .logos {
  padding: 30px 0;
}
section.clientes .logos  p.atencao {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  color: #7e9cb1; 
}

section.clientes .logos .container .wrap-logo {
  width: 210px;
  border: 1px solid var(--border);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.clientes .logos .container img {
  width: 100%;
  filter: grayscale(1);
  transition: all ease-in-out 150ms;
}

section.clientes .logos .container .wrap-logo:hover img {
  filter: grayscale(0);
}

.slick-prev, .slick-next {
  top: 54%;
  width: 50px;
  height: 50px;
  border: 1px solid #dddcdc;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 200ms all ease-in-out ;
}


.slick-prev:before, .slick-next:before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  transition: ease 150ms all;
  opacity: 1;

  background-repeat: no-repeat;
  background-position: center;
}

.slick-next:before ,
.slick-prev:before {
  background-image: url('../images/arrow-circle.svg');
}

.slick-next:hover,
.slick-prev:hover {
  border-color: #4bcdff;
}


.slick-next:focus,
.slick-prev:active {
  background-color: #dddcdc;
  border-color: #dddcdc;
}

.slick-next:focus:before ,
.slick-prev:active:before {
  filter: brightness(4);
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dddcdc;
  border-radius: 15px;
}

.slick-dots li.slick-active button {
  background: #b3b3b3;
}

section.clientes .logos .container .slick-slide {
  padding: 20px 0 13px;
}
section.clientes .logos .container .slick-list {
  margin-left: 50px;
}

section.funcionalidades {
  background: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
section.funcionalidades .container-fluid {
  width: 70%;
}

section.funcionalidades h4 {
  font-size: 31.25px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

section.funcionalidades h4 span {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

section.funcionalidades h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 50px;
}

section.funcionalidades h5 span {
  display: block;
  margin-bottom: 20px;
}

section.funcionalidades h5 svg {
  fill: var(--secundary);
  height: 40px;
}

section.funcionalidades p {
  font-size: 12.8px;
  line-height: 18px;
  color: var(--gray);
}

section.planos h5 {
  font-size: 31.25px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin-top: 100px;
  color: var(--secundary);
}

section.planos p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  width: 60%;
  display: block;
  margin: 30px auto 70px;
}

section.planos table {
  width: 710px;
  margin: 30px auto 50px;
}

@media (max-width: 560px) {
  section.planos table {
    width: 100%;
  }
}
section.planos table tr {
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.wrapper-ebook {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: var(--primary);
  margin: 50px 0;
  padding: 0 30px;
}

.wrapper-ebook p {
  color: var(--white);
  font-size: 20px;
  text-align: center;
}

.btn-outline-white {
  border: 1px solid var(--white);
  border-radius: 3px;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-top: 10px;
  text-transform: uppercase;
  transition: 150ms all ease-out;
}

.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--primary);
}


/* Mobile */
@media (max-width: 576px) {
  .wrap-header {
    justify-content: space-between;
  }

  .btn-bav-mobile {
    background: transparent;
    color: var(--white);
    border: 0;
    font-size: 22px;
    z-index: 99;
  }

  .btn-bav-mobile:focus {
    outline: none;
    box-shadow: none;
  }

  .btn-bav-mobile .fas {
    opacity: 0;
    display: none;
  }

  .btn-bav-mobile .icon-show {
    opacity: 1;
    display: block;
  }

  .wrapper-banner {
    height: 460px;
    margin-bottom: 40px;
  }

  .banner {
    width: 100%;
    height: 460px;
    object-fit: cover;
    max-height: 460px;
  }

  .wrap-content-banner {
    height: 460px;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 40px;
    margin: 0;
  }

  .wrap-banner-image::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transform: rotate(0);
    height: 460px;
  }

  .wrap-content-banner h1 {
    font-size: 32px;
    line-height: 36px;
  }

  header .menu .container .cta a, .botao {
    width: 100%;
  }

  .wrap-nav-mobile  {
    display: none;
    position: absolute;
    background: var(--primary);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 0 15px;
  }

  .wrap-nav-mobile ul.list-nav-header {
    flex-flow: column;
    padding: 0;
    margin-top: 60px;
    width: 100%;
  }

  .wrap-nav-mobile ul.list-nav-header li {
    margin: 0;
  }

  .wrap-shared-header {
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }

  .wrap-shared-header .btn .icon {
    margin-right: 0;
    height: 17px;
  }

  .wrap-shared-header span {
    display: none;
  }

  .fixed-body {
    overflow: hidden;
  }
}

.comparison {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
section.planos td,
section.planos th {
  padding: 20px;
  font-size: 16px;
  width: 50%;
  color: var(--secundary);
  font-weight: 700;
}
section.planos td.produto {
  font-size: 1.5rem;
  text-align: center;
  border:1px solid #f8cba8;
  font-weight: 500;
}
section.planos td.gratis {
  text-align: center;
  background: #fef3e9;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ff8d2d;
  width: 50%;
}
section.planos td.gratis.ok
{
  border-bottom: 1px solid #fef3e8;
  box-shadow: 0px 15px #fef3e8;
  border-radius: 0 0 5px 5px;
}
section.planos td.pago {
  display: none;
  text-align: center;
  background: #ffffff;
  border-bottom: 2px solid #fef3e8;
  border-right: 2px solid #fef3e8;
  font-size: 1rem;
  font-weight: 500;
  color: #ee7a42f2;
  text-shadow: 1px 1px 0px #ffffff;
  width: 20%;
}
section.planos td.uper {
  text-transform: uppercase;
  width: 30%;
  font-size: .8rem;
}
section.planos .compare-row {
  background: #F7F7F7;
}
.fa-check {
  color: #69C7F1;
}
section.planos th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #fef5ef;
  border-bottom: 0px solid #fef5ef;
}
section.planos tr td:first-child {
  font-weight: 400;
  text-align: left;
  padding-left: 100px;
  color: var(--black);
}
section.planos tr td.sembordaTop {
  border-top: none;
}
section.planos tr td.sembordaRight {
  border-right: none;
}
section.planos tr td.sembordaBottom {
  border-bottom: none;
}
section.planos tr td.sembordaLeft {
  border-left: none;
}
section.planos .product,
section.planos .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}
section.planos .tl2 {
  border-right: 0;
}
section.planos .product.selecionado {
  background:#fbd1ad; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  border-left:0px;  
  border-right:1px solid #fff; 
  text-align: center; 
  margin-bottom: 1px;
  font-size: 1.8rem;
  line-height: 32px;
  color: #f79845;
  font-weight: 600;
  text-shadow: 1px 1px 0px #f47918;
  box-shadow: 0px -10px 0px #fbd1ad;
  padding-bottom: 15px;
}
section.planos .product.naoselecionado {
  background:#fbd1ad; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  border-left:0px;  
  border-right:1px solid #fff; 
  text-align: center; 
  margin-bottom: 1px;
  font-size: 1.3rem;
  color: #ee7a42;
  font-weight: 600;
  text-shadow: 1px 1px 0px #fff;
}
section.planos .price-info {
  padding: 15px;
}
section.planos .price-now,
section.planos .price-now span {
  color: #808080;
}
section.planos .price-now span {
  font-size: 36px;
  color: #545454;
}
section.planos .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}
section.planos .price-buy {
  width: 300px;
  height: 50px;
  border-radius: 3px;
  color: var(--white);
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  margin: 30px auto;
  transition: .3s all ease;
  cursor: pointer;
}

section.planos .price-buy:hover {
  background-color:#e9712b;
  text-decoration: none;
}

section.contato {
  text-align: center;
}

section.contato h6 {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 45px;
  color: var(--secundary);
}

section.contato p {
  font-weight: 300;
  margin: 10px 0 30px;
}


section.contato p .link {
  color: #00b7fe;
  cursor: pointer;
}



/* Footer */
footer {
  width: 100%;
  height: 80px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

footer span {
  font-size: 12.8px;
  line-height: 18px;
  color: rgba(72, 72, 72, 0.5);
  display: flex;
  align-items: center;
}

footer span .icon {
  height: 12px;
  margin: 0 5px;
}

footer span a {
  margin-left: 5px;
  color: var(--blue);
}

section.contato input,
section.contato textarea {
  background: #f2f7f9;
  margin-bottom: 25px;
  font-weight: 300;
}

section.timer {
  background: #48779b;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0 0;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
}
section.timer p {
    color: #fff;
    margin-top: 5px;
    font-weight: 500;
  }

 section.timer p span.tema{
    font-weight: 300;
    font-style: italic;
    font-size: 0.9rem;
  }
section.timer .evento span.massa{ 
  font-style: italic;
    color: #ade7ff;
    font-size: 0.8rem;
    font-weight: 600;
  }
section.timer .evento span.inscrevase{ 
  font-weight: 700;
  letter-spacing: 1px;
  }
 section.timer.timer-bottom {
  bottom: -10px !important;
}
section.timer .container-fluid {
  width: 80%;
}
section.timer button {
    font-weight: 500;
    color: #e9722c;
    padding: 5px 10px;
    border-radius: 2px;
}
section.timer .container-fluid .container { 
    position: relative;
}
 section.timer .container-fluid .container .close {
    position: absolute;
    right: 16px;
    top: -50px;
    background: #48779b;
    padding: 8px 13px;
    border-radius: 3px 3px 0 0;
    font-size: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 700; 
    margin-top: -21px;
    font-size: 1.5em;
    text-shadow: 1px 1px #0000009c;
    width: 100%;
}
#clockdiv > div{
    border-radius: 3px;
    background: #ee8337;
    display: inline-block;
    width: 20%;
}
#clockdiv div > span{
    background: #426077;
    display: inline-block;
    width: 100%;
    text-align: center;'
    border-bottom: 1px solid #00000036;
    position: relative;
}
#clockdiv div > span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: #1e4461 transparent;
  }
.smalltext{
    padding: 5px;
    font-size: 12px;
    text-shadow: 1px 1px #c3520f;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
}
.modal {
  z-index: 100000;
}
.modal-header .close {
    border-radius: 20px;
    padding: .5rem 0.7rem;
    margin: -1rem -1rem -1rem auto;
    background: #ff8d3b;
    opacity: 1;
    color: #fff;
    margin-top: -25px;
    margin-right: -25px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: 700;
}
.modal-body { 
  font-weight: 300;
}

.modal-body strong { 
  font-weight: 500;
}

.modal-body .massa {
   font-size: .7rem;
    padding-top: 20px;
    border-top: 1px solid #c1c6cc1f;
    letter-spacing: .02em;
    font-weight: 500;
    background: #77b2e01c;
    border-radius: 7px;
    margin-top: 20px;
}

@media screen and (max-width: 575px) { 


  header .navbar-light .navbar-toggler {
    background: #fff;
    border: 0;
    padding: 5px 7px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#47779a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header #navbarNavDropdown {
    background: #fff;
    margin-top: 2px;
    border-radius: 3px;
    padding: 10px 20px 20px 20px;
    z-index: 2; 
    margin-bottom: 5px;
}
header #navbarNavDropdown .nav-link {
   color: #49789c;
   padding: 10px 20px 10px 0px;
   text-shadow: none;
   border-bottom: 1px solid #a7bbca47;
}
header #navbarNavDropdown .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
header #navbarNavDropdown .nav-link .nav-item {
  border-bottom: 1px solid #000;
}
header #navbarNavDropdown .cta a {
  text-shadow: none;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

header .botao.novo
 {
 	padding: 10px 20px;
    margin-left: 20px;
    font-size: 1rem;
    box-shadow: 0px 5px 10px #00000052;
}


header .container-fluid.cem {
  height: 70vh;
  background-size: cover;
  background-position: top center;
}

header .container-fluid.cem:before{
  height: 70vh;
}

  header .arrow .out {
    padding: 18px 5px;
  }
  header .arrow .out .in {
    padding: 13px 22px;
  }

  header h1 {
    font-size: 1.8rem !important;
    line-height: 1.2em !important;
    font-weight: 300;
    margin: 70px 0 45px 20px;

  }

  header p {
    font-weight: 300;
  }

  header .arrow {
    margin: 40px 0 0 20px;
  }

  header .arrow .nav-link {
    padding: 0;
  }

  header .arrow .out {
    background: #5887ab;
  }

 section.clientes {
  padding: 10px 0 0 0;
 }

  section.clientes h2 {
    margin-bottom: 50px;
    font-size: 28.13px;
    line-height: 36px;
    text-align: left;
    width: 100%;
  }

  section.clientes h3 {
    padding: 25px 0 0;
    width: 100%;
  }

  section.clientes .who {
    margin-right: 20px;
  }

  section.clientes .numeros {
    font-size: 22px;
    line-height: 33px;
    margin: 40px 0 30px;
    width: 100%;
    text-align: left;
  }

   section.clientes .slick-prev {
    left: -5px;
    z-index: 1000;
    background: #edf3f7;
    height: 90px;
   }

   section.clientes .slick-next {
    right: -5px;
    z-index: 1000;
    background: #edf3f7;
    height: 90px;
   }

   section.clientes .logos .container .wrap-logo {
    width: 150px;
    height: 90px;
   }

  section.clientes .logos p.atencao {
    font-size: 0.75em;
  }


  section.funcionalidades .container-fluid {
    width: 90%;
  }

  section.funcionalidades h4 {
    font-size: 28px;
    padding-top: 0px;
    line-height: 36px;
    text-align: left;
  }

  section.funcionalidades h5 {
    font-size: 22px;
    line-height: 33px;
  }

   section.funcionalidades p {
    font-size: 18px;
    line-height: 26px;
   }
   section.funcionalidades h4 span {
   	font-weight: 400;
   }

   section.planos h5 {
    font-size: 28px;
    line-height: 33px;
    text-align: left;
    margin-top: 50px;
   }

   section.planos p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    width: 100%;
    margin: 15px auto 30px;
}



  section.planos .product.selecionado {
  font-size: 1.5rem;
  }


   section.planos .price-buy {
    width: 100%;
   }

   section.planos td.gratis {
    border-bottom: 1px solid #fef3e6;
   }

   section.planos td.pago {
	font-size: .8rem;
	border-bottom: 1px solid #fef3e8;
    border-right: 1px solid #fef3e8;
	}
   section.planos .sem {
    border:0;

   }
   section.planos .esconde {
    display: none;
   }

   section.planos td.produto {
    line-height: 1.2em;
   }

   section.planos .product.selecionado {
    line-height: 24px;
   }

   section.planos a:before {
    left: 32%;
   }

   section.planos p.info {
    margin: 20px 0 50px;
   }

   section.contato {
    margin-top: 40px;
   }

   section.contato .container {
    padding-top: 0;
   }

  section.timer {
    z-index: 1000;

  }

  section.timer p {
    color: #fff;
    margin-top: 15px;
    line-height: 17px;
    max-width: 300px;
  }

   section.timer .container-fluid {
    width: 100%;
  }


  section.timer .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    float: left !important;
    margin: 0 0 5px;
    opacity: 1;
  }

  section.timer .evento span.massa {
  	display: block;
  }

  section.timer .container-fluid .container .close {
   
    right: 0px;
  }

 section.timer .arrow-slide {
    right: 80% !important;
    transition: 1s;
  }

 .timer-bottom {
    bottom: -20px !important;
}


  section.contato h6 {
  font-size: 1.6em;
  }

  section.contato {
    margin: 0;
  }


header .navbar--down {

  padding-left: 10%;
  padding-right: 10%;
}


 }


@media screen and (min-width: 721px) and (max-width: 1000px) {
  section.planos .table_ul li {
    letter-spacing: 0px;
  }
  section.planos .price-now span {
    font-size: 32px;
  }
  section.planos .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {

  table {
    border-top: 1px solid var(--border);
  }
  section.planos .table_ul {
    padding: 0px;
  }
  section.planos .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .comparison {
    max-width: 100%;
  }
  section.planos tr td:first-child {
   padding-left: 0;
   text-align: center;
   border-bottom: none;
   padding-bottom: 0;
   padding-top: 10px;
   font-size: 14px;
  }
  section.planos tbody tr:nth-child(odd) {
    background: #fff;
  }

  section.planos tbody tr {
    border-bottom: none;
    text-align: center;
    display: flex;
    flex-flow: column;
  }

 section.planos tr.hide {
    display: none !important;
  }

  section.planos .row {
    background: #FFF;
  }

  section.planos td,
  section.planos th {
    border-bottom: 1px solid var(--border);
    border-top: none;
    padding: 10px 0;
    width: 100%;
  }
  section.planos .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  section.planos .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  section.planos .compare-row {
    background: #ffffff;
  }
  section.planos .price-now p {
    display: block;
  }
  section.planos .price-now span {
    font-size: 24px;
  }
  section.planos .qbse {
    font-size: 1.2em;
  }
  .btn-outline-white {
    width: 100%;
  }
  .wrapper-ebook p {
    font-size: 18px;
  }
  section.planos td {
    font-size: 18px;
    text-align: center;
    padding-top: 0;
  }
  section.planos th {
    font-size: 14px;
  }
}
