body {
  height: 100%;
  font-family: Verdana, Geneva, sans-serif;
  color: #0f274d;
  font-size: 15px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 130%;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 130%;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

a {
  color: #091e40;
  text-decoration: underline;
}

.principal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 127px;
  padding-bottom: 340px;
}

.topo {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 70;
  width: 100%;
  height: 127px;
  padding-bottom: 4px;
  background-color: #0f274d;
  -webkit-transition: top 50ms ease;
  transition: top 50ms ease;
}

.detalhe {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4450be), to(#635299));
  background-image: linear-gradient(90deg, #4450be, #635299);
}

.menu_cima {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 83px;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 62px;
  -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;
}

.w_bt_rapidos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
/*  width: 360px;*/
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_baixo {
  position: relative;
  width: 100%;
  height: 40px;
  padding-right: 180px;
  padding-left: 180px;
  background-color: #091e40;
}

.bt_rapido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 43px;
  padding-right: 13px;
  padding-left: 13px;
  -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;
  border: 1px solid #ba8b2d;
  border-radius: 8px;
  background-color: #091e40;
  color: #e5c78c;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
    position: relative;
}

.bt_rapido.mr10{
    margin-right: 10px;
}

.txt_bt {
  margin: 0px;
  font-size: 13px;
}

.img_bt {
  margin-right: 10px;
}

.w_ms_menu_desk {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 100%;
}

.colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
/*  min-height: 100%;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
}

.trava {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.trava.t1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.trava.t1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.trava.tms_rodape {
  max-width: 220px;
  margin-top: 40px;
}

.trava.t800 {
  max-width: 800px;
}

.alt100 {
  position: relative;
  height: 100%;
}

.link_menu_desk {
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link_menu_desk.area {
  padding-left: 30px;
  background-image: url('../images/icone-usuarios.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bt_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 50px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #091e40;
}

.bt_area_cliente {
  position: absolute;
  top: 0px;
  right: 60px;
  display: none;
  width: auto;
  height: 100%;
  padding-right: 10px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  background-image: url('../images/icone-usuarios.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.txt_bt_ac {
  margin-bottom: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
}

.txt_bt_ac.maior {
  margin-top: 3px;
  font-size: 13px;
}

.menu_mob {
  position: fixed;
  top: 0px;
  right: -100%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  background-color: #0f274d;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
    z-index:75;
}

.menu_mob.ativo {
  right: 0%;
}

.bt_fecha_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_menu_mob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 15px 5px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #214072;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link_menu_mob.ativo {
  background-color: #091e40;
}

.bt_adc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -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: #e5c78c;
  color: #0f274d;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.w_ms_menu_mob {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 60px;
  margin-left: -100px;
}

.img_menu {
  position: absolute;
  left: 10px;
  top: 12px;
}

.w_slider {
  width: 100%;
  height: auto;
  background-color: #1a0331;
}

.slider_mod1 {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  color: #fff;
  text-decoration: none;
}

.no-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  background-color: rgba(32, 0, 65, 0.48);
}

.txt_grupo {
  margin-bottom: 0px;
  color: #b671fb;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
    line-height: 100%;
}

.bt_telegram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  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;
  border-radius: 20px;
  background-color: #632c9b;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.txt_sm {
    font-size: 15px;
  margin: 0px;
    line-height: 100%;
}

.img_telegram {
  margin-bottom: 30px;
}

.txt1_telegram {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
    line-height: 100%;
}

.bloco {
  width: 100%;
  height: auto;
}

.bloco.compad {
  padding-bottom: 50px;
}

.bloco.b_nossos_cursos {
  background-image: url('../images/bg-home-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco.b_sobre {
  background-image: url('../images/bg-home-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco.btecnicas {
  padding: 25px 10px 0px;
  background-color: #fffaf0;
}

.compad {
  padding-top: 60px;
  padding-bottom: 40px;
}

.titulo {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ba8b2d;
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

.titulo.tbranco {
  color: #fff;
}

.centro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.terapia_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 430px;
  padding-left: 396px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  background-image: url('../images/chakras.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bt_rapido_solto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 13px 30px;
  -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;
  border-radius: 20px;
  background-color: #091e40;
  color: #e5c78c;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.esquerda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.esquerda_desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w_colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.w_colunas.wc_sobre {
  margin-bottom: 40px;
}

.cham_curso {
  width: 46%;
  height: auto;
  max-width: 450px;
  margin-right: 2%;
  margin-left: 2%;
  border: 1px solid #ba8b2d;
  background-color: #0f274d;
  color: #fff;
  text-decoration: none;
}

.txt_curso {
  margin-bottom: 0px;
  padding: 10px 15px 15px;
  font-size: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb0 {
  margin-bottom: 0px;
}

.cham_loja {
  position: relative;
  width: 19%;
  height: auto;
  margin-right: 0.5%;
  margin-bottom: 30px;
  margin-left: 0.5%;
  padding-bottom: 40px;
  text-align: center;
  text-decoration: none;
}

.txt_cham_loja {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 15px;
}

.heading {
  line-height: 130%;
}

.bt_comprar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 80%;
  height: 30px;
  margin-bottom: 0px;
  margin-left: 10%;
  padding: 0px 10px;
  border: 1px solid #ba8b2d;
  border-radius: 8px;
  color: #ba8b2d;
  font-size: 11px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.dourado {
  color: #ba8b2d;
}

.mb15 {
  margin-bottom: 15px;
}

.w_txt_sobre {
  width: 550px;
  padding-left: 40px;
  color: #fff;
}

.w_videos_sobre {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 25px;
  margin-left: 1%;
  color: #fff;
  text-decoration: none;
}

.img_cham_video {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  background-color: #cecece;
}

.img_cham_video.comaspas {
  margin-top: 10px;
  margin-bottom: 13px;
}

.txt_cham_video {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
  text-align: center;
}

.txt_cham_video.azul {
  color: #0f274d;
  font-size: 13px;
}

.w_img_sobre {
  width: auto;
  height: auto;
  text-align: center;
}

.aspas_topo {
  position: absolute;
  left: 5px;
  top: -15px;
  z-index: 3;
}

.aspas_baixo {
  position: absolute;
  right: 5px;
  bottom: -10px;
}

.w_videos_depo {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  color: #fff;
  text-decoration: none;
}

.subtit {
  margin-top: -15px;
  margin-bottom: 30px;
  text-align: center;
}

.rodape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 340px;
  padding-top: 40px;
  background-color: #091e40;
}

.w_rod_1 {
  width: auto;
}

.tit_rodape {
  margin-bottom: 30px;
  color: #e5c78c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt_rod_wap {
  padding-left: 38px;
  background-image: url('../images/icone-whats.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.txt_rod_email {
  padding-left: 38px;
  background-image: url('../images/icone-email.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.w_divide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_rod_end {
  padding-left: 38px;
  background-image: url('../images/icone-place.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
}

.txt_rodape {
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  color: #e5c78c;
  font-size: 13px;
  text-align: center;
}

.txt13 {
  font-size: 13px;
}

.paragraph {
  line-height: 140%;
}

.anuncio_home_loja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 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;
}

.subtit_agenda {
  margin-top: -5px;
  margin-bottom: 30px;
  color: #a4761c;
  text-align: center;
}

.w_terapeutas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 1%;
  margin-bottom: 40px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.imagem_trap {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border: 2px solid #a4761c;
  border-radius: 100%;
}

.txt_cham_terap {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.escolhas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding: 8px 12px;
  -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;
  border: 1px solid #ba8b2d;
  background-color: #fff;
}

.imagem_trap_p {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.fecha_esc {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #ba8b2d;
  background-image: url('../images/icone-branco-fechar.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.w_escolhas {
  padding: 15px;
  background-color: #f1f1f1;
}

.txt_obs_agenda {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.limpa {
  width: 100%;
  height: 1px;
  clear: both;
}

.txt_obs_agenda_dois {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}

.st_agenda {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #a4761c;
  text-align: center;
}

.cinc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cinc.dir {
  width: 47%;
  margin-left: 3%;
}

.bt_hora {
  width: 90%;
  margin-bottom: 15px;
  padding: 15px 10px;
  border: 1px solid #ba8b2d;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.ssub_txt {
  margin-top: 10px;
  margin-bottom: 15px;
}

.bt_pagamento {
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 120px;
  border: 1px solid #ba8b2d;
  text-decoration: none;
}

.bt_pagamento.cart {
  background-image: url('../images/cc.png');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bt_pagamento.pix {
  background-image: url('../images/pix.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bt_pagamento.boleto {
  background-image: url('../images/boleto-icone.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mb5 {
  margin-bottom: 5px;
}

.txt_bt_pt {
  margin-bottom: 0px;
  font-size: 15px;
}

.w_agendamento_final {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding: 20px 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ba8b2d;
  text-decoration: none;
}

.w_agendamento_final.cart {
  background-image: url('../images/cc.png');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.w_agendamento_final.pix {
  background-image: url('../images/pix.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.w_agendamento_final.boleto {
  background-image: url('../images/boleto-icone.png');
  background-position: 10px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.rp_ag {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f274d;
}

.bt_alt_data {
  width: auto;
  height: auto;
  padding-left: 26px;
  background-image: url('../images/icone-branco-calendar.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.infos_ag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
}

.i_dia {
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 700;
}

.i_dia_s {
  margin-bottom: 3px;
  font-weight: 700;
}

.i_quanto {
  margin-top: 6px;
  margin-bottom: 0px;
  color: #ba8b2d;
  font-size: 15px;
  font-weight: 700;
}

.sep {
  width: 1px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #ba8b2d;
}

.infos_ag_id {
  width: auto;
  height: auto;
}

.nome_ag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.com {
  margin-bottom: 0px;
  color: #ba8b2d;
  font-size: 13px;
  font-weight: 400;
}

.ag_nome {
  margin-bottom: 0px;
  font-size: 26px;
}

.ag_obs {
  margin-bottom: 0px;
  color: #a4761c;
  font-size: 15px;
}

.subtit_tera {
  margin-top: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ba8b2d;
  font-size: 36px;
  text-align: left;
}

.numb {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #ba8b2d;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.compad_top {
  padding-top: 60px;
}

.subtit_tera_p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.astc {
  width: 100%;
  height: auto;
}

.w_tec {
  width: 47%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  padding: 15px 15px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ba8b2d;
  border-radius: 15px;
  background-color: #fff;
}

.t1 {
  margin-top: 0px;
  text-align: center;
}

.depo {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding: 0px 0px 0px 40px;
  background-image: url('../images/aspas-cima.png');
  background-position: 0% 0%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #ba8b2d;
  font-style: italic;
  text-align: left;
}

.nome {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #835e16;
  text-align: left;
}

.termo{
    color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    
}

@media screen and (max-width: 991px) {
    
    .principal{
        padding-top: 117px;
    }
  .topo {
    height: 118px;
  }

  .menu_cima {
    height: 57px;
    padding-right: 0px;
    padding-left: 5px;
  }

  .logo {
    width: 200px;
    height: 100%;
  }

  .w_bt_rapidos {
    position: absolute;
    left: 0px;
    bottom: -57px;
    width: 100%;
    height: 57px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #091e40;
  }

  .menu_baixo {
    display: none;
  }

  .bt_rapido {
    width: 48%;
  }

  .bt_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bt_area_cliente {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .compad_mob {
    padding-right: 10px;
    padding-left: 10px;
  }

  .terapia_home {
    padding-left: 365px;
  }

  .cham_curso {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .txt_curso {
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .cham_loja {
    width: 32%;
  }

  .w_txt_sobre {
    width: 70%;
    padding-left: 30px;
  }

  .w_videos_sobre {
    width: 48%;
  }

  .w_img_sobre {
    width: 30%;
  }

  .w_videos_depo {
    width: 48%;
  }

  .escolhas {
    margin-bottom: 25px;
  }

  .limpa {
    display: block;
  }

  .txt_obs_agenda_dois {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
    .bt_rapido.mr10{
        margin-right: 0px;
        
        }
  .principal {
    padding-top: 118px;
    padding-bottom: 450px;
  }

  .logo {
    width: 160px;
  }

  .bt_rapido {
    padding-right: 8px;
    padding-left: 8px;
  }

  .trava.tms_rodape {
    margin-top: 20px;
  }

  .bt_area_cliente {
    right: 50px;
  }

  .slider_mod1 {
    height: auto;
    background-image: url('');
    background-position: 50% 0%;
    background-size: auto;
  }

  .no-image {
    width: 100%;
    height: 175px;
    padding: 5px 10px;
  }

  .bt_telegram {
    height: 45px;
    max-width: 350px;
    margin-top: 15px;
    font-size: 14px;
  }

  .img_telegram {
    width: 37px;
    margin-bottom: 8px;
  }

  .txt1_telegram {
    margin-bottom: 3px;
  }

  .bloco.compad {
    padding-bottom: 40px;
  }

  .bloco.b_nossos_cursos {
    background-image: url('../images/bg-home-1-mob.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .bloco.b_sobre {
    background-image: url('../images/bg-home-2-mob.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .compad {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .titulo {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .terapia_home {
    min-height: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/bg-terapeutas-20.jpg');
    background-position: 100% 50%;
    background-size: contain;
  }

  .esquerda_desk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .w_colunas {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .cham_curso {
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
  }

  .cham_curso.cc_seg {
    margin-bottom: 0px;
  }

  .cham_loja {
    width: 98%;
  }

  .bt_comprar {
    width: 60%;
    margin-left: 20%;
  }

  .w_txt_sobre {
    width: 100%;
    padding-left: 0px;
  }

  .w_videos_sobre {
    width: 100%;
    max-width: 400px;
  }

  .img_cham_video.comaspas {
    margin-top: 20px;
  }

  .w_img_sobre {
    width: 100%;
    margin-bottom: 20px;
  }

  .w_videos_depo {
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
  }

  .subtit {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .rodape {
    height: 450px;
    padding-top: 30px;
  }

  .w_rod_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
  }

  .tit_rodape {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .txt_rod_wap {
    margin-bottom: 10px;
    padding-left: 30px;
    background-size: 20px;
    font-size: 16px;
  }

  .txt_rod_email {
    margin-bottom: 10px;
    padding-left: 30px;
    background-size: 20px;
    font-size: 16px;
  }

  .w_divide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
  }

  .txt_rod_end {
    margin-bottom: 10px;
    padding-left: 30px;
    background-size: 15px;
    font-size: 15px;
  }

  .txt_rodape {
    padding-right: 10px;
    padding-left: 10px;
  }

  .anuncio_home_loja {
    margin-bottom: 30px;
  }

  .subtit_agenda {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .w_terapeutas {
    width: 48%;
    margin-bottom: 30px;
  }

  .imagem_trap {
    width: 120px;
  }

  .escolhas {
    min-width: 80%;
  }

  .imagem_trap_p {
    width: 40px;
    height: 40px;
  }

  .w_escolhas {
    padding-right: 10px;
    padding-left: 10px;
  }

  .txt_obs_agenda {
    margin-bottom: 20px;
  }

  .st_agenda {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .cinc {
    width: 95%;
  }

  .cinc.dir {
    width: 95%;
    margin-left: 0%;
  }

  .bt_pagamento {
    padding: 80px 10px 10px;
    text-align: center;
  }

  .bt_pagamento.cart {
    padding-top: 94px;
    background-position: 50% 10px;
  }

  .bt_pagamento.pix {
    padding-top: 59px;
    background-position: 50% 10px;
  }

  .bt_pagamento.boleto {
    padding-top: 74px;
    background-position: 50% 10px;
  }

  .w_agendamento_final {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .w_agendamento_final.cart {
    padding-top: 94px;
    background-position: 50% 10px;
  }

  .w_agendamento_final.pix {
    padding-top: 59px;
    background-position: 50% 10px;
  }

  .w_agendamento_final.boleto {
    padding-top: 74px;
    background-position: 50% 10px;
  }

  .rp_ag {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infos_ag {
    width: 100%;
    margin-bottom: 20px;
  }

  .sep {
    display: none;
  }

  .infos_ag_id {
    text-align: left;
  }

  .ag_nome {
    font-size: 20px;
  }

  .subtit_tera {
    padding-bottom: 5px;
    line-height: 100%;
  }

  .numb {
    font-weight: 700;
  }

  .compad_top {
    padding-top: 40px;
  }

  .w_tec {
    width: 97%;
  }
}

@media screen and (max-width: 479px) {
  .bt_rapido {
    width: auto;
  }

  .bt_adc {
    width: auto;
    padding-top: 5px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    display: inline-block;
  }

  .titulo {
    width: auto;
    height: auto;
  }

  .bt_rapido_solto {
    width: auto;
  }

  .img_cham_video {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
  background-image: url('../images/b-desktop.jpeg');background-image: url('../images/b-desktop.jpeg');b-inscricao-desk.jpeg