
/**** ORDER INFO 2020-03-07 ******/

.curso-header {
    background-color: #104643;
    background-image: url(/imgs/carrousel/background.jpg);
    min-height: 50%;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-button-v2 { display: inline-block; padding: 9px 15px; background-color: #3898EC; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
      
#planos h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#planos h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.btn-eoab-d {
  padding: 12px 35px 11px 35px !important;
  border-radius: 100px!important;
  background-image: -webkit-linear-gradient(45deg, #57e596, #195634);
  background-image: linear-gradient(45deg, #57e596, #195634);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .15);
  -webkit-transition: box-shadow .3s ease, -webkit-transform .3s ease;
  transition: box-shadow .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
  font-weight: 600;
  margin-top: 3px;
}

.btn-eoab-d:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
  color: white;
  text-decoration: none;
}

.btn-eoab-d.ghost {
  padding: 15px 40px!important;
  border: 2px solid #404041;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #404041
}

.btn-eoab-d.ghost.ghost-hero {
  padding: 15px 40px!important;
  margin-left: 4px
}

.btn-eoab-d.ghost.btn-upgrades {
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  border-style: none;
  background-image: -webkit-linear-gradient(45deg, #df19c2, #f7273c);
  background-image: linear-gradient(45deg, #df19c2, #f7273c);
  color: #fff
}

.btn-eoab-d.ghost.secundario {
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 14px
}

.body-eoab-d {
  font-family: Montserrat, sans-serif;
  color: #797979!important;
  font-size: 16px;
  line-height: 24px
}

.div-card-cta,
.div-plano-destaque,
.div-upgrades-planos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.s-cta-eoab-d {
  background-color: #333
}

.s-cta-eoab-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  padding-bottom: 24px;
  padding-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.div-card-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 24px 49px 0 #000;
  color: #404041
}

.t-icon-check {
  font-family: 'Fontawesome webfont', sans-serif
}

.t-icon-check {
  color: #27b1f1
}

.h-cta-final {
  margin-bottom: 32px
}

.h-titulos-planos,
.list-item-titulos,
.t-valor {
  color: #404041
}

.s-planos-eoab-d {
  display: block;
  padding: 20px 15% 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #194856;
  /*
  background-image: url(/imgs/layout/map.svg);
  background-position: 50% -62px;
  background-size: cover;
  background-repeat: no-repeat
  */
}

.s-lista-features-eoab-d {
  padding: 2% 15%
}

.s-faq-eoab-d {
  padding: 2% 15%;
  background-color: #fafbfc
}

.div-grupo,
.t-valor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.card-features-eoab-d {
  margin: 16px;
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .25)
}

.div-grupo {
  display: flex;
  margin-top: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card-planos-eoab-d {
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .25);
  text-align: center
}

.card-faq-down {
  margin: 8px;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dedede;
  background-color: #fff;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .25);
  flex-direction: row
}

.div-grupo-down {
  width: 33%;
  display: inline-grid;
  display: -ms-inline-grid;
  margin-top: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card-planos-eoab-d.plano-destaque {
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, .15);
  //-webkit-transform: scale(1.15);
  //-ms-transform: scale(1.15);
  //transform: scale(1.15)
}

.w-list-unstyled {
  padding: 0;
}

.w-list-unstyled span {
  margin: 0 0 0 -30px!important
}

.list-item-titulos {
  font-weight: 700
}

.list-item-eoab-d {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 30px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

.h-planos,
.h-sub-planos,
.h-titulos-planos {
  text-align: center
}

.h-titulos-planos {
  font-weight: 400
}

.t-valor {
  display: flex;
  margin-top: 12px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 30px;  
}

.t-valor.com-desconto {
  margin-bottom: 8px;
  color: #27b1f1
}

.t-nanico {
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 16px;
}

.t-comparacao-precos {
  margin-top: 12px;
  margin-bottom: 32px;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 19px
}

.t-riscado {
  text-decoration: line-through
}

.div-grupo-planos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.h-sub-planos {
  margin-top: 0;
  margin-bottom: 80px;
  font-weight: 400 !important;
  color: #dadada;
}

.t-desconto {
  position: relative;
  left: 112px;
  z-index: 9999;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #27b1f1;
  color: #fff;
  font-weight: 700;
  margin-top: -22px;
}

.card-faq {
  border: 1px solid #dedede
}

.t-desconto.tag-secundaria {
  top: 23px
}

.div-plano-destaque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.card-faq {
  margin: 8px;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .25)
}

.t-pergunta {
  margin-bottom: 8px;
  color: #404041;
  font-weight: 700
}

.img-garantia {
  margin-right: 24px
}

.div-conteudo-card-planos {
  padding: 16px
}

.div-background-planos {
  height: 300px;
  margin-bottom: -300px;
  background-color: #fafbfc
}

.div-garantia-eoab-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.div-garantia-eoab-d {
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.t-garantia {
  color: #fff;
  font-size: 24px
}

.div-formas-pagamento,
.div-grupo-forma-pagamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.div-formas-pagamento {
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.div-grupo-forma-pagamento {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.div-upgrades-planos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #404041
}

.icon-forma-pagamento {
  margin-right: 16px
}

@media (max-width:1024px) {
  .btn-eoab-d.ghost.ghost-hero {
    margin-left: 0;
    margin-top: 5%
  }
}

@media (max-width:991px) {
  .btn-eoab-d.ghost.ghost-hero {
    margin-top: 12px;
    margin-left: 0
  }
  .s-cta-eoab-d {
    padding-right: 5%;
    padding-left: 5%
  }
  .s-faq-eoab-d,
  .s-lista-features-eoab-d,
  .s-planos-eoab-d {
    padding-right: 5%;
    padding-left: 5%
  }
  .s-planos-eoab-d {
    padding-bottom: 7%;
    background-size: cover
  }
  .div-grupo-down {
    width: 87%;
    display: inline-grid;
    display: -ms-inline-grid
  }
  .card-features-eoab-d {
    margin-right: 8px;
    margin-left: 8px
  }
  .icon {
    color: #adadad
  }
}

@media (max-width:767px) {
  .btn-eoab-d.ghost.ghost-hero {
    margin-left: 8px
  }
  .div-grupo-down {
    width: 100%;
    display: inline-grid;
    display: -ms-inline-grid
  }
  .s-planos-eoab-d {
    padding-top: 15%;
    background-size: cover
  }
  .card-features-eoab-d {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .div-grupo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column
  }
  .div-grupo {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .card-planos-eoab-d {
    margin-bottom: 24px
  }
  .div-grupo-planos {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .t-desconto {
    left: 435px;
    z-index: 9995
  }
  .div-plano-destaque {
    display: block
  }
  .div-garantia-eoab-d {
    margin-top: 40px
  }
  .t-garantia {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
  }
}

@media (max-width:479px) {
  .languagepicker {
    margin: -55px 50px 10px 300px
  }
  .btn-eoab-d.ghost.ghost-hero {
    margin-left: 0
  }
  .div-card-cta {
    margin-top: -16px;
    text-align: center
  }
  .s-planos-eoab-d {
    padding-top: 24%
  }
  .h-sub-planos {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 26px
  }
  .t-desconto {
    left: 222px
  }
  .div-garantia-eoab-d {
    margin-top: 32px
  }
}

.icon-btn {
margin: 0px 5px 3px 0px;
width: 15px;
}
button[disabled] {
opacity: .7;
}
.to-top {
position: fixed;
bottom: 80px;
right: 26px;
height: 50px;
width: 50px;
border-radius: 35px;
display: block;
cursor: pointer;
}
.to-top img {
width: 25px;
position: relative;
top: 30px;
left: 18px;
}


.cpn-expand{top:auto;left:0;bottom:0;right:0;width:100%;height:40px;display:block;line-height:40px;vertical-align:middle;text-align:center;color:#3a92ff;border-bottom:1px solid #d6dddd;border-radius:0 0 5px 5px !important;background-color:#fafbfb;cursor:pointer;transition:border-color 0.3s, color 0.3s, line-height 0.3s;z-index:2}
.cpn-expand:hover{line-height:30px;color:#0090B2;border-bottom-color:#0090B2}
.cpn-expand.col{display:none}
.cpn-expand.exp{display:block}
.cpn-expand.exp:before{position:absolute;top:auto;left:0;bottom:100%;right:0;width:100%;height:20px;background-color:rgba(255,255,255,0);background-image:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fafbfb 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fafbfb));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fafbfb 100%);background-image:-o-linear-gradient(top, rgba(255,255,255,0) 0%, #fafbfb 100%);background-image:linear-gradient(top, rgba(255,255,255,0) 0%, #fafbfb 100%);content:"";display:block}