.hide-item-vermais{
  display: none;
}

.btn-ver-mais-depoimentos{
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 20px;
}
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 32px;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 2px solid black
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: white;
}
/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: white;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1200px){
  .pack .image img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 992px){
  .pack .image img {
    width: 100% !important;
    height: 100% !important;
  }
}
.title-course{
  text-align: left;
  margin-top: 10px;
  font-size: 15.8px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px;
}
.desc-course{
  padding: 10px;
}
.category-product .pack{
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
.bs-callout{
  padding: 20px;
  margin: 20px 0;
  border-radius: 3px;
  background: white;
}
.count-modulo{
  position: absolute;
  background: #f38330;
  color: white;
  font-size: 1.5em;
  height: 35px;
  text-align: center;
  left: 40px;
  padding: 4px 15px;
  width: auto;
}
.space-section{
  padding-bottom: 60px;
}
.panel-group .panel{
  border: none;
  box-shadow: none;
}
.panel-title{
  font-size: 1.5em !important;
  color: black !important;
  font-weight: bold;
  line-height: 1.5;
  width: 90%;
}

.medium-text{
  color: black;
  font-size: 1.5em;
  line-height: 26px;
}
.panel-title span{
  color: #f38330;
  margin-right: 15px;
}
.space-section{
  font-family: 'Roboto', sans-serif !important;
}
.title-section{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: black;
  text-align: center;
  margin-bottom: 50px;
}
.investimento-box button{
  width: 100%;height: 60px;font-size: 20px;font-weight: bold;
}
b, strong {
  font-weight: 800 !important;
}
.cart-btn{
  background: #5cb85c !important;
}
.item-aula{
  /*font-size: 20px;*/
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: 200;
}
.item-aula span{
  color: green;
}
.title-module{
  font-weight: 600;
  font-size: 1.5em;
}
.gray{
  background: #f4f4f4 !important;
}
.white{
  background: white !important;
}
.register-form-wrapper {
  background-color: #fff;
  box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px;
  padding: 30px 0px 30px 0px;
  text-align: center;
  font-family: roboto;
}
.register-form-wrapper-lead {
  background-color: #3579b8;
  box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px;
  padding: 30px 0px 30px 0px;
  text-align: center;
  font-family: roboto;
  color: white;
}
.register-form-wrapper h1{
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #2F362F;
}
ul.home-benefits li i {
  color: #5cb85c;
  margin-right: 20px;
  margin-left: 10px;
}
ul.home-benefits li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: black;
  background: white;
  padding: 10px;
  border-radius: 5px;
}
input.register-input, select.register-input {
  width: 90%!important;
  height: 45px!important;
  padding-left: 4%!important;
  padding-right: 4%!important;
  margin-top: 4px!important;
  margin-bottom: 15px!important;
  color: #545454!important;
  border: 1px solid white!important;
  background-color: white!important;
  font-size: 16px!important;
  border-radius: 5px 5px 5px 5px!important;
}
.box-icon{
  text-align: center;
}
.box-icon svg{
  width: 35%;
  height: 35%;
}
.section-vantagens .well{
  text-align: center;
}
.section-vantagens .well .title{
  font-size: 1.5em;
  margin-top: 10px;
}
.section-vantagens .well .desc{
  font-size: 1.2em;
}
.section-depoimentos .box-depoimento{
  margin-right: 25px;
}
.section-depoimentos .thumb{
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
.section-depoimentos .infos{
  display: inline-block;
  margin-top: 20px;
  /*margin-left: 20px;*/
}
.slick-prev{
  display: block;
  position: absolute;
  top: calc(40% - 10px);
  left: -50px;
  height: 70px;
  width: 32px;
  background-image: url(https://e-bordados.net/src/images/seta_esquerda.png)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  z-index: 4;
  cursor: pointer;
  color: #fff!important;
}
.slick-next{
  float: right;
  display: block;
  position: absolute;
  top: calc(40% - 10px);
  right: -45px;
  height: 70px;
  width: 32px;
  background-image: url(https://e-bordados.net/src/images/seta_direita.png)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  z-index: 4;
  cursor: pointer;
  color: #fff!important;
}
.slick-prev-mob{
  display: block;
  position: absolute;
  top: calc(15% - -10px);
  left: 7px;
  height: 35px;
  width: 32px;
  background-image: url(https://e-bordados.net/src/images/seta_esquerda.png)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  z-index: 4;
  cursor: pointer;
  color: #fff!important;
}
.slick-next-mob{
  float: right;
  display: block;
  position: absolute;
  top: calc(15% - -10px);
  right: 10px;
  height: 35px;
  width: 32px;
  background-image: url(https://e-bordados.net/src/images/seta_direita.png)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  z-index: 4;
  cursor: pointer;
  color: #fff!important;
}
.section-perguntas_respostas .panel-heading a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-depoimentos .box-footer{
  display: flex;
}
.section-depoimentos .content-depoimento,
.section-depoimentos-videotext .box-depoimento{
  font-size: 1.2em;
}
.section-depoimentos .author{
  font-size: 1.1em;
}
.section-depoimentos .reference{
  font-size: 1.1em;
}
.section-depoimentos .author,
.section-depoimentos .reference{
  display: inline-block;
  width: 100%;
}
.mt-10{
  margin-top: 10px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.btn-video-depoimento{
  background: #f38330;
  color: white;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .medium-text{
    font-size: 16px !important;
  }
  .count-modulo{
    position: absolute;
    background: #f38330;
    color: white;
    font-size: 19px;
    top: -13px;
    height: 30px;
    text-align: center;
    left: 40px;
    padding: 3px;
  }
  .title-section {
    font-size: 2.8em;
  }
  .panel-title{
    font-size: 16px !important;
  }
  ul.home-benefits li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: black;
    background: white;
    padding: 10px;
    border-radius: 5px;
  }
  .register-form-wrapper h3 span{
    font-size: 15px !important;
    color: #f38330;
    position: relative;
    top: -8px;
  }
  .register-form-wrapper h3{
    font-size: 34px !important;
  }
  .register-form-wrapper h4{
    font-size: 15px !important;
  }
  .bs-callout{
    margin-top: 40px;
  }
}
.section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-bonus .item-bonus{
  display: flex;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom:15px;
}
.section-bonus .item-bonus .ico-box {
  width: 15%;
}
.section-bonus .item-bonus .title-box{
  font-size: 1.4em;
  margin-left: 20px;
  align-items: center;
  display: flex;
}
.section-bonus .item-bonus .ico-box svg{
  width: 50px;;
  height: auto;
}

.section-timer {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  text-align: center;
}

.section-timer h2{
  text-align: center;
}
.section-timer .col-md-3{
  padding: 0;
}

.section-timer .label-time{
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center !important;
  margin-left: 0 !important;
}

.section-timer .iten-timer{
  display: inline;
  font-size: 65px;
  font-weight: 600;
}

.section-timer .box-ponteiro{
  color: black;
  width: 129px;
  text-align: center;
  margin-left: 10px;
  height: 155px;
  border-radius:5px;
  display: inline-block;
}




@media (min-width: 320px) and (max-width: 480px) {

  .section-timer .label-time{
    font-size: 12px !important;
    margin-left: 4px !important;
    text-align: center !important;
  }
  .section-timer #section_timer{
    text-align: center;
  }
  .section-timer #section_timer .box-ponteiro{
    height: 90px;
    width: 75px ;
  }


  .col-xs-3{
    padding: 0 !important;
  }
  .col-xs-12{
    padding: 0 !important;
    margin: 0 !important;
  }
  .iten-timer{
    font-size: 28px !important;
    margin-left: 0 !important;
  }
  h2{
    font-size: 20px !important;
  }
  .section-bonus .item-bonus .ico-box{
    text-align: center !important;
    width: 48px !important;
    display: inline-block !important;
    margin-bottom: 15px;
  }
  .section-bonus .item-bonus {
    display: block;
    background: #f5f5f5 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
  .section-informacoes .img-responsive{
    margin-bottom: 50px;
  }


  .text-steps {
    font-size: 24px;
    display: block;
    text-align: center;
  }
  .modal-steps-label {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 18px;
  }
  .modal-steps-form {
    padding: 15px 10px 20px;
  }

}
.fs-1{
  font-size: 2.6em !important;
}
.fs-2{
  font-size: 2.2em !important;
}
.fs-3{
  font-size: 1.6rem !important;
}

.fancybox-close {
  background-repeat: no-repeat;
  background-image: url("//static-public.klickpages.com.br/tmp/zip/1152/images/close.png?v=1550523400");
  background-position: 0;
  width: 26px;
  height: 26px;
  right: -14px;
  top: -18px;
  background-size: 100%;
}
.fancybox-inner {
  width: auto !important;
  height: auto !important;
}
.fancybox-wrap {
  width: auto !important;
  max-width: 100%;
}
.fancybox-type-iframe .fancybox-inner {
  height: 0;
  padding-bottom: 56.25%;
}
.fancybox-type-iframe.fancybox-wrap {
  width: 780px !important;
}
.fancybox-type-iframe .fancybox-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fancybox-skin {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.fancybox-opened .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.fancybox-title-float-wrap {
  display: none;
}
.fancybox-close {
  background-repeat: no-repeat;
  background-image: url("//static-public.klickpages.com.br/tmp/zip/319/images/close.png?v=1492693739");
  background-position: 0 0;
  width: 26px;
  height: 26px;
  right: -14px;
  top: -18px;
  background-size: 100%;
}
.fancybox-inner {
  width: auto !important;
  height: auto;
}
.fancybox-wrap {
  width: auto;
}
.fancybox-type-iframe .fancybox-inner {
  overflow-y: auto !important;
}
.fancybox-skin {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.fancybox-opened .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 641px) {
  .fancybox-opened .fancybox-skin {
    border: none;
  }
  .fancybox-close {
    right: -5px;
    top: -5px;
  }
  .fancybox-wrap {
    width: auto !important;
    padding: 0 10px;
    left: 0 !important;
    top: 50% !important;
    position: fixed !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .modal-two-steps header p {
    font-size: 21px;
  }

}


.slick-dots{
  text-align: center;
  margin-top: 13px;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slick-active button{
  background: #ff8531!important;
}
.slick-dots li button{
  float: left;
  margin-left: 10px;
  font-size: 0!important;
  background: #fff;
  border: 1px solid #ff8531;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-track {
  margin:0;
}
.slick-depoimentos-videotext .box-depoimento{
  margin-left: 10px;
}
.slick-depoimentos-videotext .box-depoimento .thumb img{
  width: 100%;
}
