@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway");
* {
  padding: 0;
  margin: 0;
}

body {
  color: #6E6E6E;
}

h1, h2, h3, h4, h5 {
  color: #424242;
}

hr {
  border-top: 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.color_blue {
  color: #00acec;
}

.color_orange {
  color: #f5b120;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding30 {
  padding: 30px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.top35 {
  margin-top: 35px;
}

.top50 {
  margin-top: 50px;
}

.div-inline {
  display: inline-block;
}

.bg_gray {
  background-color: #fbfbfb;
}

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

.logo_default_small {
  width: 100%;
  max-width: 230px;
}

.span_tag {
  padding: 11px 20px;
  background: #00acec;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn_padrao {
  padding: 6px 10px;
  background: #3b77d0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none !important;
}

.btn_padrao_active {
  padding: 6px 10px;
  background: #00acec;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none !important;
}

.btn_padrao_active:hover {
  background: #00acec;
  text-decoration: none !important;
  color: #ffffff;
}

.btn_padrao:hover {
  background: #00acec;
  text-decoration: none !important;
  color: #ffffff;
}

.redes_sociais a {
  color: #ffffff;
  text-decoration: none;
}

.redes_sociais .rede1 {
  background: #337ab7;
  color: #ffffff;
  padding: 10px 10px 10px 19px;
  font-size: 16px;
}

.redes_sociais .rede2 {
  background: #e75640;
  color: #ffffff;
  padding: 10px 10px 10px 19px;
  font-size: 16px;
}

.redes_sociais .rede3 {
  background: #e04c86;
  color: #ffffff;
  padding: 10px 10px 10px 19px;
  font-size: 16px;
}

.redes_sociais .rede4 {
  background: #017eb4;
  color: #ffffff;
  padding: 10px 10px 10px 19px;
  font-size: 16px;
}

.top_header {
  background: #00acec;
}

.top_header a {
  text-decoration: none;
}

.header {
  color: #ffffff;
}

.header a {
  color: #ffffff;
}

@media (min-width: 993px) {
  .main_nav_mobile_menu {
    display: none;
  }

  .nav_menu_top {
    background-color: #fbfbfb;
  }

  .nav_menu_top ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }

  .nav_menu_top ul li {
    display: inline;
    font-size: 0.9em;
    border: 0;
  }

  .nav_menu_top ul li a {
    text-decoration: none;
    padding: 10px;
    color: #252525;
    font-weight: 500;
  }

  .nav_menu_top ul li a:hover {
    background-color: #3b77d0;
    color: #ffffff;
  }

  .menu_area_aluno {
    background-color: #f5b120;
    color: #ffffff !important;
    font-weight: 500 !important;
    border-top-right-radius: 10px;
  }

  .menuactive {
    background-color: #3b77d0;
    color: #ffffff !important;
  }
}
/*1024px*/
@media (max-width: 1024px) {
  .header {
    text-align: center !important;
  }

  .nav_menu_top {
    background-color: #ffffff;
  }

  .menuactive {
    background-color: #3b77d0 !important;
    color: #ffffff !important;
  }

  .main_nav_mobile_menu {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    background: #00acec;
    color: #fff;
    cursor: pointer;
  }

  .main_nav nav {
    padding: 20px;
  }

  .main_nav ul {
    display: none;
    width: 100%;
  }

  .main_nav li {
    border-top: 1px solid #eee;
  }

  .main_nav nav > ul > li {
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
  }

  .main_nav nav > ul > li > ul > li > a:before {
    margin-right: 10px;
    content: "»";
  }

  .main_nav nav ul li ul li ul li {
    text-transform: capitalize;
  }

  .main_nav nav ul li ul li ul li a:before {
    margin-right: 10px;
    text-transform: lowercase;
    content: "»»";
  }

  .main_nav li span {
    display: block;
    width: 100%;
    padding: 4%;
    color: #fff;
  }

  .main_nav li a {
    display: block;
    width: 100%;
    padding: 4%;
    color: #252525;
    text-decoration: none;
    background: #fbfbfb;
  }

  .main_nav li a:hover {
    background: #00acec;
  }
}
.post_card {
  padding: 0;
}

.post_card .post_card_cover {
  width: 100%;
  left: 0px;
  top: 0;
}

.post_card_date {
  position: absolute;
  left: 15px;
  top: 0px;
  z-index: 1;
  background: #f5b120;
  padding: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.post_card_footer a {
  text-decoration: none;
}

.post_card_btn {
  color: #00acec;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

.post_card_btn:hover {
  background: #00acec;
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

.post_content .cover {
  width: 100%;
}

.side_irineu {
  margin-top: 20px;
}

.side_irineu img {
  margin-right: 10px;
}

.side_irineu p {
  text-align: justify;
  font-size: 1em;
}

.side_livro {
  margin-top: 20px;
}

.side_livro img {
  margin-left: 10px;
}

.side_livro p {
  text-align: justify;
}

.side_logo_apoiador {
  width: 100%;
  max-width: 250px;
}

.side_pages li {
  margin-top: 20px;
}

.form_newsletter input {
  background: #fbfbfb;
  border: 0;
  color: #00acec;
  margin-bottom: 10px;
}

.form_newsletter input::placeholder {
  color: #00acec;
}

.footer_site {
  background: #fbfbfb;
}

.footer_site iframe {
  width: 100%;
  height: 200px;
}

.footer_site .copyright {
  background: #e8e8e8;
}

.footer_site .poweredby {
  float: right;
}

.course_list_inline .course_cover {
  width: 100%;
}

.ask_webtv form input {
  width: 100%;
  height: 40px;
  border: 1px solid #00acec;
  margin-bottom: 5px;
  color: #3b77d0;
}

.ask_webtv form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #00acec;
  margin-bottom: 10px;
  color: #3b77d0;
}

.ask_webtv form input::placeholder {
  color: #3b77d0;
}

.ask_webtv form textarea::placeholder {
  color: #3b77d0;
}

.webtv_message {
  background: #00acec;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}

.btn_webtv_conheca {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #f5b120;
  width: 100%;
  padding: 25px;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: -10px;
}

.btn_webtv_conheca:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #00acec;
}

.newsletter_img {
  width: 100%;
  max-width: 450px;
}

.main_sidebar_widget ul li:first-child {
  margin-top: 20px;
  display: block;
  background: #fbfbfb;
  padding: 10px;
  font-size: 1.1em;
}

.main_sidebar_widget ul li {
  display: block;
  background: #fbfbfb;
  padding: 10px;
  margin-top: 5px;
  font-size: 1.1em;
}

.course_single {
  color: #262626;
  padding: 0;
  background-color: #f8f8f8;
}

.course_single_tarja {
  background-color: #00acec;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  padding: 50px 10px;
}

.course_single_tarja span {
  font-size: 2em;
}

.course_single_box {
  background-color: #e9e9e9;
  padding: 35px 25px 20px 25px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}

.course_single .parag_price {
  line-height: 1.2em;
}

.course_single_box .price {
  font-weight: 700;
  font-size: 2.5em;
}

.course_single_box .price_sub {
  font-size: 0.9em;
  color: #424242;
  margin-bottom: 10px;
}

.course_single .heart {
  font-size: 1.5em;
  color: #ff0000;
}

.btn_pay_hotmart {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #4ecd89;
  width: 100%;
  padding: 25px;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  font-size: 1.4em;
}

.btn_pay_hotmart:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #349f66;
}

.btn_pay_hotmart_2 {
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  text-shadow: 1px 1px #3a7e69;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 25px 30px;
  font-size: 1.6em;
  background: #4ecd89;
  border-bottom: 5px solid #349f66;
}

.btn_pay_hotmart_2:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #349f66;
}

.btn_pay_hotmart_3 {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #f5b120;
  width: 120px;
  padding: 5px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.2em;
}

.btn_pay_hotmart_3:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #FF8C00;
}

.course_single .title1 {
  display: block;
  font-size: 1.4em;
}

.course_single .title2 {
  display: block;
  font-size: 2em;
  margin-bottom: 20px;
}

.course_single .irineu_circle {
  background-color: #ffffff;
  width: 100%;
  max-width: 150px;
}

.course_single .table_bio {
  font-weight: 400;
}

.course_single .table_bio .irineu_name {
  color: #ffffff;
}

.course_single .garantia {
  width: 100%;
  max-width: 250px;
}

.course_single .separator {
  margin-top: 50px;
  border: 0.5px solid #e8e8e8 !important;
}

.course_single .panel-group .panel-heading {
  color: #ffffff;
  background-color: #00acec;
}

.btn_saiba_mais {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #f5b120;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.2em;
}

.btn_saiba_mais:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #FF8C00;
}

.bottom35 {
  margin-bottom: 35px;
}

.card_audio img {
  display: block;
  width: 105px;
  margin-right: 20px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.btn_orange {
  text-align: center;
  color: #ffffff;
  background-color: #f5b120;
  padding: 10px 20px;
  line-height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1em;
  text-transform: uppercase;
}

.btn_orange:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #FF8C00;
}

.btn_blue_loja {
  text-align: center;
  color: #ffffff;
  background-color: #00acec;
  padding: 10px 20px;
  line-height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1em;
  text-transform: uppercase;
  word-wrap: break-word;
  border: 0;
  margin-top: 10px;
}

.btn_blue_loja:hover, .btn_pay_hotmart:active, .btn_pay_hotmart:checked {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #3b77d0;
}

.mauticform-button {
  font-weight: bold !important;
  text-align: center !important;
  color: #ffffff !important;
  background-color: #3b77d0 !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  word-wrap: break-word !important;
  border: 0 !important;
}

.mauticform-message {
  font-weight: bold !important;
  color: #3b77d0 !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
}

.video_cta {
  z-index: -99;
  margin: 0;
  margin-top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#clock {
  font-weight: bold;
  font-size: 1.9em;
  background-color: #00acec;
  color: #ffffff;
  padding: 15px;
  border-radius: 15px;
}

.title_clock {
  font-weight: bold;
  font-size: 2em;
  display: block;
  margin: 20px;
}

/*# sourceMappingURL=style.css.map */
