/* estilos.css - reduction-plan step 6b: dead rules pruned.
   Removed 148 style rules that cannot match any of the 46 rendered
   reduced-2/ pages (the interactive pyramid diagram, the old
   horizontal #top-menu / #home_center_menu nav, #logo swap,
   removed auth/comment/mailchimp markup, the-team page, mobile-only
   #video_mobile_home/#CTA_mobile_home). See tmp-scripts/prune_css_safe.py. */

/* step 6e: restore a visible keyboard-focus indicator. Divi's reset ships
   :focus{outline:0}, which removed it site-wide; :focus-visible is
   keyboard-only, so mouse users and the screenshot gate are unaffected. */
:focus-visible{
  outline: 2px solid #F7EC13;
  outline-offset: 2px;
}

/* item G: the dark hero's intro paragraph is authored as bg_layout_light
   (dark #666 text) but sits on a black section -> ~3.7:1, below WCAG AA for
   body text. Lift it to a readable light grey. This is the one place
   reduced-2/ intentionally diverges from the live site's appearance. */
#et-boc .et_pb_section_0 .et_pb_text_inner,
#et-boc .et_pb_section_0 .et_pb_text_inner p,
#et-boc .et_pb_section_0 .et_pb_code_inner,
#et-boc .et_pb_section_0 .et_pb_code_inner p{
  color: #cfcfcf;
}
#main-header{
  background: #333;
  min-width: 75px !important;
  transition: all ease-in-out .4s;
  overflow: hidden;
  max-width: 75px !important;
}
#main-header:hover{
  min-width: 225px !important;
  max-width: 225px !important;
}
.desktop_elemento{
  display: block;
}
.et_vertical_nav #main-header .container{
  overflow: hidden;
}
.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
  margin-left: 75px !important;
}
.page_title{
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 -10px 0;
  color: #fff;
}
.page_title .move_color, .page_title .work_color, .page_title .think_color{
  display: inline-block;
}
#menu_left{
  display: inline-block;
  margin: 0;
  float: left;
  text-align: left;
}
.move_color{
  color: #99ff99;
}
.work_color{
  color: #99ffff;
}
.think_color{
  color: #fe98fe;
}
#home_post_wrap{
  max-width: 100% !important;
  width: 100% !important;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7{
  background: none;
  padding: 0;
  box-sizing: border-box;
  max-height: none;
  overflow: hidden;
  z-index: 3;
  min-height: 0;
  height: auto;
  margin: 3% 0% 30px 7%;
  width: 26.3%;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7 article{
  background: #d4ffd4;
  box-shadow: 1px 1px 2px -1px #ccc !important;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7 h2 a{
  color: #2e7d32;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7 .more-link{
  text-transform: capitalize;
  color: #2e7d32;
  margin: 0 0 20px 0;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8{
  background: none;
  padding: 0;
  box-sizing: border-box;
  max-height: none;
  overflow: hidden;
  z-index: 3;
  min-height: 0;
  height: auto;
  margin: 3% 0% 30px 5%;
  width: 26.3%;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8 article{
  background: #d4ffff;
  box-shadow: 1px 1px 2px -1px #ccc !important;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8 h2 a{
  color: #45b1b1;
}
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8 .more-link{
  text-transform: capitalize;
  color: #45b1b1;
  margin: 0 0 20px 0;
}
#home_post_wrap .post-content p{
  color: #333;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0 !important;
}
#home_post_wrap{
  padding: 0 0 0 0 !important;
}
#home_posts_section .et_pb_post h2{
  margin-top: 0px;
  padding-top: 18px !important;
}
#main-content .container:before{
  display: none;
}
.icon_logo{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(wp-content/uploads/2021/03/cropped-logoicon-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin: -5px 11px 0 46px;
}
#close_modal{
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 30%;
  right: 50%;
  margin: -150px -222px 0 0;
  border-radius: 60px;
  line-height: 47px;
  font-size: 25px;
  text-align: center;
  z-index: 66;
  cursor: pointer;
}
#home_post_wrap article img{
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#home_post_wrap .entry-title, #home_post_wrap .post-meta, #home_post_wrap .post-content{
  padding: 0 25px;
}
#modal_subs{
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 666666;
}
#modal_subs.closed{
  display: none;
}
#modal_subs.opened{
  display: block;
}
#yikes-mailchimp-container-1{
  background: #fff;
  width: 400px;
  margin: -130px auto 0 -200px;
  top: 30%;
  position: absolute;
  left: 50%;
  border-radius: 4px;
  padding: 40px;
  text-align: left;
}
#yikes-mailchimp-container-1 .yikes-mailchimp-form-description{
  text-align: center;
  font-size: 25px;
  margin: 0 0 20px 0;
  color: #333;
}
#yikes-mailchimp-container-1 input[type="text"], #yikes-mailchimp-container-1 input[type="email"]{
  border-radius: 2px;
  background: #fff;
  border: solid 1px #ccc;
  height: 40px;
  line-height: 40px;
}
@-webkit-keyframes home_aumenta{
  0% {
    width: 100px;
    height: 100px;
    margin: 14px 0 0 -50px;
  }
  50% {
    width: 120px;
    height: 120px;
    margin: 4px 0 0 -61px;
  }
  100% {
    width: 100px;
    height: 100px;
    margin: 14px 0 0 -50px;
  }
}
@keyframes home_aumenta{
  0% {
    width: 100px;
    height: 100px;
    margin: 14px 0 0 -50px;
  }
  50% {
    width: 120px;
    height: 120px;
    margin: 4px 0 0 -61px;
  }
  100% {
    width: 100px;
    height: 100px;
    margin: 14px 0 0 -50px;
  }
}
@-webkit-keyframes home_aumenta_bg{
  0% {
    width: 424px;
    height: 373px;
    margin: 0px 0 0 6px;
  }
  50% {
    width: 571px;
    height: 487px;
    margin: -78px 0 0 -68px;
    opacity: 0.05;
  }
  100% {
    width: 424px;
    height: 373px;
    margin: 0px 0 0 6px;
  }
}
@keyframes home_aumenta_bg{
  0% {
    width: 424px;
    height: 373px;
    margin: 0px 0 0 6px;
  }
  50% {
    width: 571px;
    height: 487px;
    margin: -78px 0 0 -68px;
    opacity: 0.05;
  }
  100% {
    width: 424px;
    height: 373px;
    margin: 0px 0 0 6px;
  }
}
#main-header{
  min-width: 75px;
  max-width: 75px;
}
#main-header:hover{
  min-width: 225px;
  max-width: 225px;
}
.page-template-default.page #et-main-area{
  margin-left: 0px !important;
}
.home#main-header{
  background: #333;
  min-width: 75px;
  max-width: 75px;
}
.home#main-header:hover{
  background: #333;
  min-width: 225px;
  max-width: 225px;
}
.et_vertical_nav #main-header .container{
  margin: 0;
}
article#post-90{
  padding: 0 0 0 0;
}
#home_center_menu{
  max-width: 100% !important;
  width: 100% !important;
  margin: 20px 0 0 0;
  padding: 32px 0px 30px 0px;
  background: #333;
  z-index: 4;
}
#cta_section{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 0 0;
  margin-top: 0px;
  margin-top: 20px;
  padding: 10px 0px 30px 0px;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  display: none;
}
.big_cta{
  background: #269047;
  color: #fff;
  padding: 16px 33px;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  width: 250px;
  text-align: center;
}
.big_cta:hover{
  background: #186931;
}
.become_btn{
  background-color: none;
  color: #fefe01;
  padding: 16px 33px;
  margin: -12px auto -9px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 301px;
  border: solid 2px #fefe01;
  margin: -12px 30px -9px 0;
  border-radius: 4px;
  float: right;
  padding: 16px 54px 16px 33px;
  background-image: url(wp-content/uploads/2021/03/cropped-logoicon-1.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: 92% 8px !important;
}
.become_btn:hover{
  background-color: #9d9d2f;
}
#home_center_menu .et_pb_code.et_pb_module.et_pb_code_2{
  margin: 0px;
  padding: 0px;
}
#home_center_menu .et_pb_column.et_pb_column_1_3.et_pb_column_3{
  margin: 0 !important;
  padding: 0;
  width: 30%;
  text-align: center;
}
#home_center_menu .et_pb_column.et_pb_column_1_3.et_pb_column_3 .et_pb_code.et_pb_module.et_pb_code_3{
  text-align: center;
}
.move-main-menu{
  z-index: 2;
}
.move-main-menu .et_pb_button_module_wrapper, .work-main-menu .et_pb_button_module_wrapper, .think-main-menu .et_pb_button_module_wrapper{
  display: inline-block;
  margin: 0 12px 0 0;
}
.move-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #99ff99;
  padding: 0px 8px !important;
  font-size: 19px;
}
.move-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #9d9d2f;
  color: #fefe01;
  border: solid 2px #fefe01;
}
.work-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #99ffff;
  padding: 0px 8px !important;
  font-size: 19px;
}
.work-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #9d9d2f;
  color: #fefe01;
  border: solid 2px #fefe01;
}
.think-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #fe98fe;
  padding: 0px 8px !important;
  font-size: 19px;
}
.think-main-menu .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #9d9d2f;
  color: #fefe01;
  border: solid 2px #fefe01;
}
.logo_container a{
  display: inline-block;
  height: 60px;
}
#main-header.stickedSidebarLeft{
  position: fixed;
}
.post-template-default #home_center_menu .et_pb_code.et_pb_module.et_pb_code_3{
  margin-bottom: 0 !important;
}
#home_center_menu.move-main-menu, #home_center_menu.work-main-menu, #home_center_menu.think-main-menu{
  max-width: 100% !important;
  width: 100% !important;
  margin: 60px 0 20px 0;
  padding: 32px 9% 30px 9%;
  background: #222;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  text-align: right;
}
#home_center_menu.move-main-menu .icon_logo, #home_center_menu.work-main-menu .icon_logo, #home_center_menu.think-main-menu .icon_logo{
  margin: 0 11px 0 0;
}
#home_center_menu.move-main-menu .et_pb_module, #home_center_menu.work-main-menu .et_pb_module, #home_center_menu.think-main-menu .et_pb_module{
  margin-bottom: 0 !important;
}
#move-powerfully .et_pb_post{
  background: #d4ffd4;
  box-shadow: 1px 1px 2px -1px #ccc !important;
}
#move-powerfully .et_pb_post h2 a{
  color: #2e7d32;
  font-size: 21px;
}
#move-powerfully .et_pb_post .post-content p{
  color: #333 !important;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
#move-powerfully .et_pb_blog_0 .et_pb_post, #move-powerfully .et_pb_blog_0 .et_pb_post .post-content *{
  text-transform: capitalize;
  color: #2e7d32;
}
#live-powerfully .et_pb_post,
#WorkPowerfully_Tank .et_pb_post,
#WorkPowerfully_Foundation .et_pb_post,
#WorkPowerfully_Engine .et_pb_post,
#WorkPowerfully_Fitness .et_pb_post{
  background: #d4ffff;
  box-shadow: 1px 1px 2px -1px #ccc !important;
}
#live-powerfully .et_pb_post .more-link,
#WorkPowerfully_Tank .et_pb_post .more-link,
#WorkPowerfully_Foundation .et_pb_post .more-link,
#WorkPowerfully_Engine .et_pb_post .more-link,
#WorkPowerfully_Fitness .et_pb_post .more-link{
  text-transform: capitalize;
  color: #45b1b1;
  margin: 0 0 20px 0;
}
#live-powerfully .et_pb_post h2 a,
#WorkPowerfully_Tank .et_pb_post h2 a,
#WorkPowerfully_Foundation .et_pb_post h2 a,
#WorkPowerfully_Engine .et_pb_post h2 a,
#WorkPowerfully_Fitness .et_pb_post h2 a{
  color: #45b1b1;
}
#live-powerfully .et_pb_post h2 a{
  color: #45b1b1;
  font-size: 21px;
}
#live-powerfully .et_pb_post .more-link{
  color: #45b1b1 !important;
}
#live-powerfully .et_pb_post .post-content p{
  color: #333 !important;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
#live-powerfully .et_pb_blog_0 .et_pb_post, #live-powerfully .et_pb_blog_0 .et_pb_post .post-content *{
  text-transform: capitalize;
  color: #2e7d32;
}
#think_powerfully_page .et_pb_post{
  background: #ffd9ff;
  box-shadow: 1px 1px 2px -1px #ccc !important;
}
#think_powerfully_page .et_pb_post h2 a{
  color: #e45de4;
  font-size: 21px;
}
#think_powerfully_page .et_pb_post .post-content p{
  color: #333 !important;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
#think_powerfully_page .et_pb_post .more-link{
  color: #e45de4 !important;
}
#think_powerfully_page .et_pb_blog_0 .et_pb_post, #think_powerfully_page .et_pb_blog_0 .et_pb_post .post-content *{
  text-transform: capitalize;
  color: #2e7d32;
}
.home_graphic{
  width: 100%;
  margin: 0px auto 0 auto;
  text-align: center;
  max-width:80%;
}
#category_big_cta{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 0 0;
  padding: 92px 9%;
  background: #222;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: right;
}
#category_big_cta .become_btn{
  margin: -12px auto -9px !important;
  float: none;
}
.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module{
  margin-bottom: 0px !important;
}
#move-powerfully, #work-powerfully, #live-powerfully, #think-powerfully, #think_powerfully_page{
  padding: 3% 0 0;
}
#home_posts_section .et_pb_post{
  margin-bottom: 0;
}
.post-template-default .container{
  width: 100%;
  padding: 0px !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.post-template-default .container #home_center_menu{
  background: #333 !important;
  margin: 0 !important;
  padding: 26px 2% 30px 2%;
}
.post-template-default .et_pb_section{
  padding: 0 !important;
}
.post-template-default #menu-institutional-menu{
  padding: 15px 60px;
}
.post-template-default #comment-wrap{
  max-width: 960px;
  margin: 0 auto;
}
#global_post_title{
  max-width: 960px;
  margin: 20px auto 0 auto;
}
#global_post_text{
  max-width: 960px;
  margin: 20px auto 0 auto;
}
.posts-main-menu-move .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #99ff99;
  padding: 0px 8px !important;
  font-size: 19px;
}
.posts-main-menu-move .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #9d9d2f;
  color: #fefe01;
  border: solid 2px #fefe01;
}
.posts-main-menu-work .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #99ffff;
  padding: 0px 8px !important;
  font-size: 19px;
}
.posts-main-menu-work .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #5484b0;
  color: #99ffff;
  border: solid 2px #99ffff;
}
.posts-main-menu-think .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button{
  color: #fe98fe;
  padding: 0px 8px !important;
  font-size: 19px;
}
.posts-main-menu-think .et_pb_button_module_wrapper .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover{
  background: #9b449b;
  color: #fe98fe;
  border: solid 2px #fe98fe;
}
.posts-main-menu-move .et_pb_button_module_wrapper, .posts-main-menu-work .et_pb_button_module_wrapper, .posts-main-menu-think .et_pb_button_module_wrapper{
  display: inline-block;
  margin: 0 12px 0 0;
}
#home_center_menu.posts-main-menu-move, #home_center_menu.posts-main-menu-work, #home_center_menu.posts-main-menu-think{
  text-align: right;
}
.post-template-default .icon_logo{
  width: 48px;
  background: url(http://hacking.health/wp-content/uploads/2018/01/back-arrow.png);
  background-size: 93%;
  margin: -5px 11px 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px){#ordem_block .et_pb_column_1_2{
    padding: 0 66px 0 0;
  }}
@media screen and (max-width: 980px){.et_header_style_split .et_mobile_menu{
    background: #333;
  }
#think_powerfully_page #ordem_block .et_pb_column_1_2{
    max-width: 100% !important;
    width: 100%;
    min-width: 100%;
  }
.et_mobile_menu li a{
    color: #fff;
  }
.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
    margin-left: 0 !important;
  }
.desktop_elemento{
    display: none!important;
  }
#aliasElement_1.ativo{
    height: 120px !important;
    display: block;
    position: static;
    width: 100%;
  }
@media screen and (max-width: 980px){#aliasElement_1.ativo{
    height: 0px !important; 
    display: block;
    position: static;
    width: 100%;
	}}
#et-footer-nav .bottom-nav li{
    padding: 10px 0;
    margin: 0px;
    display: block;
  }
#et-footer-nav .bottom-nav li a{
    color: #fff;
  }
#main-header{
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 20px 0 5px 0 !important;
  }
@media screen and (max-width: 980px){#main-header{
    padding: 2px 0 5px 0 !important; 
  	}}
#main-header:hover{
    min-width: 100% !important;
    max-width: 100% !important;
  }
@media screen and (max-width: 980px){#main-header:hover{
 }}
.et_vertical_nav #main-header .container{
    margin: 0 10px 20px 10px !important;
padding: 0px 10px;
 max-width: 100%;
  }
@media only screen and (max-width:980px){.et_vertical_nav #main-header .container{
   margin: 0px 0px 10px 0px !important;
  padding: 0px 10px 10px;
  max-width: 100%;
  width: 100%;
 	 }}
.et_vertical_nav #main-header .container,
  #main-header{
    overflow: visible;
  }
.et_pb_section{
    padding: 30px 0 50px 0;
  }
.et_pb_column{
    margin-bottom: 0;
  }
.home_graphic{
    width: 100%;
    margin: 15px auto 20px auto;
  }
#home_center_menu{
    padding: 10px 0px 10px 0px;
  }
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7,
  #home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8,
  #home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_9{
    margin: 0 !important;
  }
#home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_7 article,
  #home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_8 article,
  #home_post_wrap .et_pb_column.et_pb_column_1_3.et_pb_column_9 article{
    margin: 0 0 0 0;
  }
#home_center_menu.move-main-menu,
  #home_center_menu.work-main-menu,
  #home_center_menu.think-main-menu,
  #home_center_menu.posts-main-menu-move,
  #home_center_menu.posts-main-menu-work,
  #home_center_menu.posts-main-menu-live,
  #home_center_menu.posts-main-menu-think{
    padding: 15px 0 30px !important;
  }
#home_center_menu.move-main-menu #menu_left,
  #home_center_menu.work-main-menu #menu_left,
  #home_center_menu.think-main-menu #menu_left,
  #home_center_menu.posts-main-menu-move #menu_left,
  #home_center_menu.posts-main-menu-work #menu_left,
  #home_center_menu.posts-main-menu-live #menu_left,
  #home_center_menu.posts-main-menu-think #menu_left{
    display: block;
    width: 80%;
    margin: 13px auto 13px auto !important;
    float: none;
  }
#home_center_menu.move-main-menu #menu_left .page_title,
  #home_center_menu.work-main-menu #menu_left .page_title,
  #home_center_menu.think-main-menu #menu_left .page_title,
  #home_center_menu.posts-main-menu-move #menu_left .page_title,
  #home_center_menu.posts-main-menu-work #menu_left .page_title,
  #home_center_menu.posts-main-menu-live #menu_left .page_title,
  #home_center_menu.posts-main-menu-think #menu_left .page_title{
    margin: 13px 0 0 0;
  }
#home_center_menu.move-main-menu .et_pb_module,
  #home_center_menu.work-main-menu .et_pb_module,
  #home_center_menu.think-main-menu .et_pb_module,
  #home_center_menu.posts-main-menu-move .et_pb_module,
  #home_center_menu.posts-main-menu-work .et_pb_module,
  #home_center_menu.posts-main-menu-live .et_pb_module,
  #home_center_menu.posts-main-menu-think .et_pb_module{
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto !important;
  }
#home_center_menu.move-main-menu .et_pb_button.et_pb_module,
  #home_center_menu.work-main-menu .et_pb_button.et_pb_module,
  #home_center_menu.think-main-menu .et_pb_button.et_pb_module,
  #home_center_menu.posts-main-menu-move .et_pb_button.et_pb_module,
  #home_center_menu.posts-main-menu-work .et_pb_button.et_pb_module,
  #home_center_menu.posts-main-menu-live .et_pb_button.et_pb_module,
  #home_center_menu.posts-main-menu-think .et_pb_button.et_pb_module{
    padding: 7px 11px !important;
    margin: 11px 0 5px 0 !important;
    display: block;
    width: 100%;
  }
#global_post_title{
    width: 80% !important;
    margin: 20px auto 0 !important;
  }
#global_post_text{
    width: 80% !important;
    margin: 20px auto 0 !important;
  }
.et_pb_row_4.et_pb_row .et_pb_column{
    width: 80% !important;
    margin: -20px auto 0 !important;
    float: none;
  }
#move-powerfully #ordem_block,
  #live-powerfully #ordem_block,
  #think_powerfully_page #ordem_block{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
#WorkPowerfully_Fitness  #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_0,
  #workpowerfully_fitness  #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_0,
   #move-powerfully #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_0,
  #live-powerfully #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_0,
  #think_powerfully_page #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_0{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
#WorkPowerfully_Fitness ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_1,
 #workpowerfully_fitness ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_1,
  #move-powerfully #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_1,
  #live-powerfully #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_1,
  #think_powerfully_page #ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_1{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
#move-powerfully #ordem_block .et_pb_column_1_2,
  #live-powerfully #ordem_block .et_pb_column_1_2,
  #think_powerfully_page #ordem_block .et_pb_column_1_2{
    padding: 0;
  }
#move-powerfully #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0,
  #live-powerfully #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0,
  #think_powerfully_page #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0{
    width: 80%;
    margin: 0 auto !important;
    display: block;
  }
@media only screen and (max-width: 780px){#move-powerfully #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0,
  #live-powerfully #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0,
  #think_powerfully_page #ordem_block .et_pb_column_1_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_0{
    width: 80%;
    margin: 40px auto !important;
    display: block;
  }}}
@media screen and (max-width: 780px){#ordem_block{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    width: 100%;
  }
#ordem_block .et_pb_column_1_2{
    padding: 0 0 0 0;
    max-width: 80%;
    margin: 0 auto !important;
    text-align: center;
    float: none;
  }
#ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_5{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    padding: 0 29px;
    box-sizing: border-box;
  }
#ordem_block .et_pb_column.et_pb_column_1_2.et_pb_column_6{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    padding: 0 29px;
    box-sizing: border-box;
  }
#main-header.stickedSidebarLeft .logo_container{
    display: none;
  }
.home.page-template-default.page #et-main-area{
    margin-left: 0 !important;
  }
#main-header{
    min-width: 100%;
    max-width: 100%;
  }
#main-header:hover{
    min-width: 100%;
    max-width: 100%;
  }
#ordem_block{
	padding:0px;}
#think_powerfully_page #ordem_block{
    margin: 0 0 30px 0;
  }
#move-powerfully .et_pb_row,
  #live-powerfully .et_pb_row,
  #think_powerfully_page .et_pb_row{
    width: 100%;
  }
#move-powerfully .et_pb_row article,
  #live-powerfully .et_pb_row article,
  #think_powerfully_page .et_pb_row article{
    margin-bottom: 0 !important;
  }
#category_big_cta{
    padding: 92px 9% !important;
  }
#category_big_cta .become_btn{
    width: 100%;
  }}
@media screen and (max-width: 479px){#category_big_cta .become_btn{
    background-size: 25px !important;
    padding: 10px 15px 10px 0px;
    font-size: 15px;
  }}
@media screen and (min-width: 980px){.home.page-template-default.page #et-main-area{
   margin-left: 60px !important; 
}}
@media screen and (max-width: 768px){.et_pb_row_0, body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row{
 width: 100%;
 max-width: 100%;
}}

/* mobile-friendly safety net (analysis/make-mobile-friendly.md). Conservative,
   analytically-safe additions only; a full 320 / 375 / 768 px QA pass still
   needs a real device or emulator - the automated screenshot tool renders at a
   fixed desktop width. */
img, iframe { max-width: 100%; }
@media screen and (max-width: 980px) {
  html { overflow-x: hidden; }                    /* stop stray-wide elements scrolling the page */
  body.et_cover_background { background-attachment: scroll; }   /* fixed bg janks on touch */
}
