.content {
    width: 78%;
    padding: 25px 0;
}

/* Countdown Clock */
.countdown_clock {
    text-align: center;
    background-color: #f1ece0;
}

.countdown_clock h1 {
    color: #F5F4F5;
    font-weight: 300;
    padding-bottom: 20px;
}

.wc_ead {
    height: 77.5vh;
    background: #fdfdfd url("./images/default.jpg") center no-repeat;
    background-size: cover;
}

#clockdiv {
    color: #f1ece0;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    font-size: 42px;
    width: 50%;
}

#clockdiv .clock {
    padding: 12px;
    border-radius: 5px;
    background: #F5F4F5;
    display: inline-block;
    margin-bottom: 10px;
}

#clockdiv .clock > span {
    padding: 15px;
    border-radius: 3px;
    background: #f1ece0; /*#EDEDED;*/
    color: #F5F4F5;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

/* GARANTIA */
.garantia .content {
    display: inline-block;
    height: auto;
    width: 100%;
    background-color: #F5F4F5;
    vertical-align: middle;
    padding: 40px 10%;
    text-align: center;
}

.garantia .content img {
    float: left;
    width: 25%;
    padding-top: 10px;
}

.garantia .content header {
    float: right;
    width: 70%;
    color: #f1ece0;
}

.garantia .content header h1 {
    font-size: 2.5em;
    font-weight: 300;
    text-shadow: none;
    text-transform: none;
    padding-bottom: 15px;
    text-align: center;
}

.garantia .content header p {
    padding-bottom: 10px;
    text-align: justify;
}

.garantia .content header p b {
    color: #f1ece0;
    font-weight: 700;
}

/* DEPOIMENTOS */
.wc_depoiments .content {
    display: inline-block;
    height: auto;
    width: 100%;
    background-color: #f1ece0;
    vertical-align: middle;
    padding: 40px 10%;
    text-align: center;
}

.wc_depoiments .content header {
    margin: auto 15%;
    text-align: center;
}

.wc_depoiments .content header h1 {
    color: #F5F4F5;
    font-size: 2.5em;
    font-weight: 300;
    text-shadow: none;
    text-transform: none;
    padding: 20px 0;
    text-align: center;
}

.wc_depoiments .content header h1 b {
    color: #F5F4F5;
    font-weight: 500;
    text-shadow: none;
    text-transform: none;
}

.wc_depoiments .content article h1 {
    color: #FFF;
    font-size: 1.0em;
    font-weight: 500;
    text-shadow: none;
    text-transform: none;
    padding: 20px 0;
    text-align: center;
}

.wc_depoiments .content article h1 b {
    color: #FFF;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
}

/* SOBRE */
.wc_bio {
    background-color: #F5F4F5;
}

.wc_bio .content {
    height: auto;
    vertical-align: middle;
}

.wc_bio .content img {
    width: 25%;
    padding-left: 20px;
    float: right;
}

.wc_bio .content header {
    display: inline-block;
    width: 72%;
    background-color: #F5F4F5;
    text-align: center;
}

.wc_bio .content h1 {
    color: #f1ece0;
    font-size: 2.5em;
    font-weight: 500;
    padding: 20px 0;
}

.wc_bio .content h1 b {
    color: #f1ece0;
    font-weight: 700;
}

.wc_bio .content p {
    color: #f1ece0;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 15px;
    text-align: center;
}

/* CURSO */
.curso.lancamento {
    background-color: #f1ece0;
}

.curso header h1 {
    color: #f1ece0;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
}

.curso header h1 b {
    color: #f1ece0;
    font-weight: 600;
}

.curso.lancamento header h1 {
    background-color: #f1ece0;
    color: #F5F4F5;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

.curso.lancamento header h1 b {
    color: #F5F4F5;
    font-weight: 600;
}

.curso.lancamento .content {
    padding-top: 2px !important;
}

.curso .info h2 {
    padding-left: 20px;
}

.curso .info > ul > li > p {
    padding: 10px 20px 0 20px;
}

.curso div.info > ul > li {
    padding: 3px 7px;
    border: 1px #F5F4F5 solid;
    color: #F5F4F5;
    background-color: #535353;
}

.curso h3 {
    font-size: 15px;
    font-weight: normal;
}

.curso h2.accordion,
.curso h3.accordion {
    cursor: pointer;
    padding-left: 10px;
}

.curso div.accordion {
    display: none;
}

.curso .info div {
    padding: 5px 20px;
    border: 1px #535353 solid;
}

.curso .info div ul {
    padding: 5px 20px;
}

/* FIM CURSO */

.site_title {
    display: inline-block;
    width: 1px;
    position: absolute;
    text-indent: -9999px;
}

.site_header {
    text-align: center;
    margin-bottom: 40px;
}

.site_header h1 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
}

.site_header h2 {
    font-size: 1.5em;
    font-weight: 400;
}

.site_header b {
    color: #00896F;
    font-weight: 300;
}

.site_header p {
    font-size: 0.8em;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

.main_header {
    display: block;
    background: #f1ece0; /*#152024;*/
    width: 100%;
    /*border-top: 2px solid #F5F4F5;*/
}

.main_header .content {
    padding: 10px 0;
}

.main_header .content .text_header {
    color: #F5F4F5;
    font-size: 1.6em;
    padding-top: 12px;
}

.main_header .content .text_header.left {
    float: left;
    padding-left: 10px;
}

.main_header .content .text_header.right {
    float: right;
}

.main_header .main_logo {
    float: left;
    width: 250px;
    max-width: 80%;
}

.mobile_menu {
    float: right;
    padding: 5px 11px;
    background: #eee;
    border: #eee 1px solid;
    color: #f1ece0;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 5px;
    display: none;
    cursor: pointer;
}

.mobile_menu:hover {
    border: #eee 1px solid;
    background: #f1ece0;
    color: #fff;
    transition-duration: 0.3s;
}

.main_nav {
    float: right;
    padding: 10px 0;
}

.main_nav ul,
.main_nav ul li,
.main_nav ul li a {
    display: inline-block;
    vertical-align: middle;
}

.main_nav .main_nav_menu li a {
    color: #0f4c6a;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.0em;
    padding: 8px;
}

.main_nav li a:hover {
    background: #dac9a1;
    color: #fff;
}

.top_conversion {
    background: #000 url(images/topconversionbg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: right;
    color: #fff;
}

.top_conversion .content {
    padding: 30px 0 0 0;
    vertical-align: top;
}

.top_conversion header {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    text-align: center;
}

.top_conversion header h1 {
    font-size: 2.4em;
    line-height: 1.2;
    font-weight: 300;
    text-shadow: 1px 1px #000;
    margin-top: 50px;
}

.top_conversion header h2 {
    font-size: 2em;
    line-height: 1.5;
    font-weight: 300;
    text-shadow: 1px 1px #000;
}

.top_conversion header h1 span {
    display: block;
    font-weight: bold;
}

.top_conversion header h2 span {
    font-weight: bold;
}

.top_conversion header p {
    font-size: 0.875em;
    margin: 30px 0;
    text-shadow: 1px 1px #000;
}

.top_conversion p b {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.top_conversion .media {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: bottom;
}

.wc_bio img {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.wc_bio .bio_content {
    display: inline-block;
    width: 80%;
    padding-left: 40px;
}

.wc_bio .bio_content p {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wc_bio .bio_content p:last-of-type {
    margin-bottom: 0;
}

.wc_social {
    text-align: center;
    background: #eee url(images/bg_social.jpg);
}

.main_nav_social img {
    width: 37px;
    padding: 3px;
}

.wc_videos .wc_videos_top {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    vertical-align: top;
}

.wc_videos .post_list {
    margin: 0;
    padding: 0;
    position: relative;
}

.wc_videos .post_list .tagline {
    display: none;
}

.wc_videos .post_list .link {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875em;
    transition-duration: 0.3s;
}

.wc_videos .post_list:hover .link,
.wc_videos .post_list p .link:hover {
    background: #00896F;
}

.wc_videos .wc_videos_more {
    display: inline-block;
    width: 31.6%;
    vertical-align: top;
}

.wc_videos .wc_videos_more .post_list:last-of-type {
    margin-top: 20px;
}

.wc_videos .post_list h1 {
    position: absolute;
    width: 1px;
    text-indent: -9999px;
}

.wc_conversion_yt {
    display: block;
    width: 100%;
    padding: 20px;
    background: #eee;
    margin-top: 20px;
    text-align: center;
}

.wc_conversion_yt div,
.wc_conversion_yt h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
}

.wc_conversion_yt h2 {
    padding-top: 12px;
    margin-right: 30px;
}

.wc_conversion_content {
    color: #fff;
    background: #000 url(images/topconversionbg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.wc_conversion_content .tagline {
    font-size: 1.3em;
    margin-bottom: 40px;
}

.wc_conversion_content #optin button {
    background: #00896F;
    border-color: #003E31;
}

.wc_conversion_content #optin button:hover {
    border-color: #005E4B;
}

.wc_more .post_list {
    margin-bottom: 25px;
}

.wc_more .post_list h1 {
    font-size: 1em;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.wc_more .post_list h1 a {
    color: #555;
    text-decoration: none;
}

.wc_more .post_list h1 a:hover {
    color: #00896F;
}

.wc_more .post_list .tagline {
    display: none;
}

.wc_more .post_list .link {
    display: block;
    width: 100%;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border: 3px solid #ccc;
}

.wc_more .post_list .link:hover {
    background: #eee;
    transition-duration: 0.3s;
}

.wc_conversion_insta {
    display: block;
    position: relative;
    width: 100%;
}

.wc_conversion_insta_blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 98;
}

.wc_conversion_insta_title {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    text-shadow: 1px 1px #000;
}

.wc_conversion_insta_title b {
    display: block;
    font-size: 0.875em;
    color: #00896F;
}

.wc_conversion_insta_title a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wc_conversion_insta_title a:hover {
    background: #000;
}

.wc_conversion_insta article {
    display: inline-block;
    width: 10%;
}

.lp_video {
    display: block;
    width: 100%;
    background-color: #F5F4F5;
    /*background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    padding: 0 0 20px 0;
}

.lp_video .content {
    padding: 20px 0;
}

.lp_video .facebook {
    text-align: center;
    height: 80px;
}

.lp_video_content {
    width: 720px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.lp_video_content_yt {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    margin: 10px 0 10px 0;
}

.whatsapp {
    border: 2px #109607 solid;
    border-radius: 5px;
    height: 30px;
}

.whatsapp a {
    color: #109607;
    text-decoration: none;
    font-weight: 600;
}

.contato {
    border: 2px #003399 solid;
    border-radius: 5px;
    height: 30px;
}

.contato a {
    color: #003399;
    text-decoration: none;
    font-weight: 600;
}

.lp_video_btn {
    width: 450px;
    height: 45px;
}

.testimony {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
    display: none;
}

.testimony_content {
    display: block;
    position: relative;
    width: 660px;
    max-width: 90%;
    margin: 3% auto 0 auto;
    background: #f1ece0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimony_content h1 {
    font-size: 1.2em;
    font-weight: 300;
    color: #F5F4F5;
    padding: 20px;
}

.testimony_content h1 b {
    font-weight: bold;
    color: #F5F4F5;
}

.testimony_close {
    color: #fff;
    background: #000;
    border: 3px solid #fff;
    padding: 6px 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.testimony_close:hover {
    background: #c78585;
}

.testimony_content .content_like {
    display: block;
    width: 100%;
    padding: 20px;
}

.testimony_content .box_like {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.testimony_content .box_like p {
    font-weight: 300;
    margin-bottom: 15px;
    color: #F5F4F5;
}

.yt-username {
    color: #F5F4F5 !important;
}

.lead_take h1 {
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 0;
}

.lead_take .thumb {
    position: relative;
}

.lead_take .false_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-size: 20%;
    cursor: pointer;
}

.lead_take .false_bg:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
}

.lead_take h1 b {
    font-weight: 500;
    color: #00896F;
}

.lead_take span {
    color: #00896F;
    border-bottom: 1px dotted #00896F;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}

.main_footer {
    background: #152024 url(images/footerbg.jpg) top center no-repeat;
    background-size: cover;
}

.main_footer .content {
    padding: 20px 0;
}

.main_footer .main_nav_menu {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.main_footer .main_nav_menu li {
    display: inline-block;
}

.main_footer .main_nav_menu li a {
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fbfbfb;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 300;
}

.main_footer .main_nav_menu li a:hover {
    background: #0f2129;
    color: #fff;
}

.main_footer .section_title {
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00896F;
}

.main_footer section article a {
    display: block;
    font-size: 0.7em;
    font-weight: 300;
    color: #ccc;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px dotted #888;
}

.main_footer section article a:hover {
    color: #fff;
}

#footeroptin {
    background: #293F47;
}

#footeroptin .content {
    padding: 15px 0;
}

#footeroptin .content_left,
#footeroptin .content_right {
    color: #fff;
    vertical-align: middle;
}

#footeroptin .content_left img {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

#footeroptin .content_left div {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle;
}

#footeroptin .content_left h1 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

#footeroptin .content_left p {
    font-size: 0.75em;
    color: #ccc;
}

#footeroptin .content_right p {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#footeroptin form input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 60%;
    border: none;
    padding: 10px;
    background: #eee;
    font-size: 1em;
}

#footeroptin form button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 40%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    background: #00896F;
    color: #fff;
    text-shadow: 1px 1px #006699;
    cursor: pointer;
}

#footeroptin form button:hover {
    background: #00A887;
}

.main_footer .main_nav_social {
    text-align: left;
}

.main_footer .main_nav_social li {
    display: inline-block;
    padding: 5px;
    background: #eee;
}

.main_footer .main_nav_social li:hover {
    background: #fbfbfb;
}

.wc_privacity {
    background: #efeade;
}

.wc_privacity .content {
    padding: 15px 0;
}

.wc_privacity .left {
    display: inline-block;
    width: 30%;
}

.wc_privacity .right {
    display: inline-block;
    width: 70%;
    text-align: right;
    vertical-align: middle;
}

.wc_privacity .right li {
    display: inline-block;
}

.wc_privacity .right a {
    display: inline-block;
    color: #0f4c6a;
    font-size: 0.75em;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.wc_privacity .right a:hover {
    background: #dac9a1;
}

.wc_privacity img {
    /*width: 60px;*/
    max-width: 100%;
}

.wc_privacity .copy {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    color: #888;
    font-size: 0.8em;
    border-top: 1px dotted #000;
}

.breadcrumbs {
    text-align: left;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 300;
}

.breadcrumbs .content {
    padding: 30px 0;
}

.breadcrumbs a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.post_single {
    background: #eee;
}

.post_single .left_content {
    display: inline-block;
    background: #fff;
    width: 70%;
}

.post_single .post_content header {
    padding: 30px;
}

.post_single .post_content .title {
    font-size: 2em;
    font-weight: 300;
    color: #00896F;
    margin-bottom: 15px;
}

.post_single .post_content .tagline {
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
}

.post_single .post_content .postby {
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b {
    font-weight: 300;
    color: #00896F;
}

.post_single .post_content .post_comments {
    padding: 30px;
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.post_single .post_content .post_comments h1 {
    font-size: 1.2em;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.wc_blog_content {
    background: #eee;
}

.main_blog {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.main_blog .post_list {
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}

.main_blog .post_list .post_list_thumb {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.main_blog .post_list_content {
    display: inline-block;
    width: 60%;
    padding: 20px;
}

.main_blog .post_list_content h1 {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
}

.main_blog .post_list_content h1 a {
    text-decoration: none;
    color: #00896F;
}

.main_blog .post_list_content h1 a:hover {
    text-decoration: underline;
}

.main_blog .post_list_content p {
    font-size: 0.8em;
    margin: 10px 0 20px 0;
}

.main_blog .post_list_content .link {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
    text-transform: uppercase;
}

.main_blog .post_list_content .link:hover {
    background: #00896F;
    transition-duration: 0.3s;
}

.single_post_more .post_list h1 {
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a {
    color: #00896F;
    text-decoration: none;
    font-weight: 300;
}

.single_post_more .post_list a:hover {
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p {
    display: none;
}

.main_sidebar {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.sidebar_search {
    background: #fff;
}

.sidebar_widget {
    margin-bottom: 30px;
}

.sidebar_search input {
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button {
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social {
    /*padding: 30px;*/
    background: #fff;
    text-align: center;
    border-color: #000;
}

.sidebar_social img {
    width: 50%;
    /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;*/
    margin-bottom: 20px;
}

.sidebar_social h1 {
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span {
    display: block;
    font-size: 0.9em;
}

.sidebar_social p {
    margin: 10px 0;
    /* padding-bottom: 20px;
    border-bottom: 1px dotted #eee; */
    font-size: 0.75em;
}

.sidebar_nav {
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.sidebar_nav ul {
    display: block;
    width: 100%;
}

.sidebar_nav li {
    display: block;
    width: 100%;
}

.sidebar_nav li a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.7em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover {
    background: #eee;
}

.sidebar_most {
    padding: 20px;
    background: #fff;
}

.sidebar_most_post {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type {
    margin-bottom: 0;
}

.sidebar_most_post h1 {
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.sidebar_most_post a {
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover {
    color: #00896F;
}

.paginator {
    display: block;
    width: 100%;
    text-align: right;
}

.paginator li {
    display: inline-block;
}

.paginator li span,
.paginator li a {
    display: inline-block;
    padding: 6px 12px;
    background: #00896F;
    margin: 0 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #006699;
}

.paginator li span {
    background: #888;
    text-shadow: 1px 1px #333;
}

.not_found .post_list h1 {
    font-size: 1em;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.not_found .sidebar_search {
    padding: 3px;
    background: #eee;
    margin-bottom: 40px;
}

.not_found .sidebar_search button,
.not_found .sidebar_search input {
    font-size: 1.3em;
    font-weight: 300;
}

.not_found .sidebar_search button {
    font-size: 1.45em;
    font-weight: bold;
}

.not_found .post_list h1 a {
    color: #00896F;
    text-decoration: none;
}

.not_found .post_list h1 a:hover {
    text-decoration: underline;
}

.not_found .post_list .tagline {
    display: none;
}

.not_found .post_list .link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 3px solid #ccc;
    font-size: 0.875em;
    color: #ccc;
    text-decoration: none;
}

.not_found .post_list .link:hover {
    background: #eee;
    transition-duration: 0.3s;
}

/* EAD */

.main_header_cart {
    display: inline-block;
    color: #00896F;
    text-transform: uppercase;
    margin-left: 5px;
    margin-top: 5px;
    height: 40px;
}

.main_header_user {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

.main_header_user a {
    display: block;
    padding: 15px 20px;
    background: #769977;
    color: #fff;
    text-decoration: none;
}

.main_header_user a:hover,
.main_header_cart:hover {
    background: #bbb;
}

/*ACCOUNT*/
.user_account {
    background: #d8d8d8;
}

.wc_slides {
    margin: 30px auto 0 auto;
}

/*LIST*/
.single_list {
    float: right;
    width: 70%;
    padding-left: 30px;
}

/*SIDEBAR*/
.single_sidebar {
    float: left;
    width: 30%;
    padding: 20px 20px 0 20px;
    background: #eee;
}

.single_sidebar section > h1 {
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.single_sidebar section > h1 span {
    border-bottom: 5px solid #ccc;
    padding-bottom: 11px;
}

.single_sidebar_widget {
    float: left;
    width: 100%;
    /*margin-bottom: 30px;
    padding: 20px 20px 0 20px;*/
    background: #fff;
}

.single_sidebar_widget.delivered article {
    float: left;
    width: 100%;
    padding: 15px;
    /*padding-bottom: 20px;*/
    border: 1px dotted #ccc;
}

.single_sidebar_widget.delivered article img {
    float: left;
    width: 30%;
}

.single_sidebar_widget.delivered article div {
    float: right;
    width: 70%;
    padding-left: 5%;
}

.single_sidebar_widget.delivered article h1 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.single_sidebar_widget.delivered article a {
    color: #769977;
    text-decoration: none;
}

.single_sidebar_widget.delivered article a:hover {
    color: #5fa961;
    text-decoration: underline;
}

.single_sidebar_widget.delivered article p {
    font-size: 0.75em;
    font-weight: 300;
    color: #555;
}

.single_sidebar_widget.delivered article .offer {
    font-size: 0.875em;
    color: #d6a6a6;
    margin-bottom: 10px;
}

.single_sidebar_widget.delivered article .offer span {
    color: #888;
    display: block;
    font-weight: 500;
}

.single_sidebar_widget.delivered article .offerend {
    font-size: 0.6em;
    text-transform: uppercase;
}

.single_sidebar_widget.posts article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.single_sidebar_widget.posts article img {
    width: 100%;
    margin-bottom: 15px;
}

.single_sidebar_widget.posts article h1 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3;
}

.single_sidebar_widget.posts article a {
    color: #769977;
    text-decoration: none;
}

.single_sidebar_widget.posts article a:hover {
    color: #5fa961;
    text-decoration: underline;
}

.single_sidebar_widget:before {
    clear: both;
}

/*SINGLE PRODUCT STYLE*/
.single_pdt {
    box-shadow: 0 0 1px 1px #ccc;
    text-align: center;
}

.single_pdt_cover {
    padding-top: 20px;
    position: relative;
}

.single_pdt_offer {
    font-size: 0.8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #769977;
    width: 60%;
}

.single_pdt_stock {
    font-size: 0.8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #d6a6a6;
    width: 60%;
}

.single_pdt_offer_ident {
    width: 50%;
    bottom: 35px;
}

.single_pdt header {
    padding: 20px;
}

.single_pdt header h1 {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
}

.single_pdt header a {
    color: #769977;
    text-decoration: none;
}

.single_pdt header a:hover {
    color: #5fa961;
    text-decoration: underline;
}

.single_pdt header p {
    font-size: 0.7em;
    font-weight: 300;
}

.single_pdt_price {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #777;
    padding-bottom: 5px;
}

.single_pdt_price span {
    display: block;
    font-size: 0.7em !important;
    color: #ff6666;
    font-weight: 400;
}

.pdt_single_split {
    padding: 10px 0;
    font-size: 0.65em;
    font-weight: 400;
    color: #00B494;
}

.single_pdt_btn {
    padding: 15px 0;
    text-align: center;
    background: #eee;
}

.single_pdt_btn .btn {
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}

/*SIGN*/
.main_sign {
    background: #769977;
    color: #fff;
    text-align: center;
    position: relative;
}

.main_sign .content {
    padding-top: 50px;
}

.goto_home {
    position: absolute;
    padding: 8px 20px;
    margin-top: -20px;
    margin-left: -30px;
    background: #4f7d68;
    font-size: 2em;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
}

.goto_home:hover {
    background: #76bc9d;
}

.main_sign h1 {
    font-size: 2em;
    font-weight: 300;
}

.main_sign header p {
    font-size: 0.8em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main_sign form {
    text-align: center;
    margin: 0 auto;
}

.main_sign form label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.main_sign form label span {
    display: block;
    margin-bottom: 5px;
    font-size: 0.875em;
}

.main_sign form input {
    border: none;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.main_sign form .btn {
    padding: 12px 30px;
    font-size: 1.3em;
}

/*PAGINAS*/
.page_single {
    background: #d6d6d6;
    padding: 40px 0;
}

.page_single header {
    text-align: center;
    color: #ccc;
}

.page_single header h1 {
    font-weight: 300;
}

.page_single .page_content {
    padding: 30px;
    background: #fff;
}

/*PRODUCT STORE*/
.produtct_basics_cover {
    float: left;
    width: 35%;
    position: relative;
}

.produtct_basics_cover .cart {
    margin-top: 10px;
    text-align: center;
}

.produtct_basics_cover_offer {
    position: absolute;
    top: 0px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 35%;
    padding: 10px 20px;
    background: #769977;
    font-size: 0.8em;
}

.produtct_basics_cover_stock {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 45%;
    padding: 10px 20px;
    background: #d6a6a6;
    font-size: 0.8em;
}

.produtct_basics_cover_ident {
    top: 88px;
}

.produtct_basics_cover ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    background: #fff;
}

.produtct_basics_cover li {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.produtct_basics_infor {
    float: right;
    width: 65%;
    padding-left: 5%;
}

.produtct_basics_infor .info {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 0.875em;
    color: #555;
}

.produtct_basics_infor .info > p {
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

.produtct_basics_infor .info .reviews {
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #888;
}

.produtct_basics_infor header h1 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 10px;
}

.produtct_basics_infor header p {
    font-size: 0.8em;
}

.produtct_basics_infor .info .price {
    font-size: 1.7em;
}

.produtct_basics_infor .info .price strike {
    font-weight: 300;
    color: #d6a6a6;
    font-size: 0.8em;
    margin-left: 10px;
}

.produtct_basics_infor .price_split {
    font-size: 0.5em;
    color: #888;
}

.produtct_basics_infor form {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.produtct_basics_infor a {
    text-decoration: none;
    color: #769977;
}

.produtct_basics_infor a:hover {
    color: #5fa961;
    text-decoration: underline;
}

.produtct_infor {
    background: #f2f2f2;
}

.produtct_infor .htmlchars {
    padding: 30px;
    background: #fff;
}

.produtct_more {
    background: #769977;
    text-align: center;
    color: #fff;
}

.produtct_more .content > header {
    margin-bottom: 30px;
}

.produtct_more .content > header h1 {
    font-size: 2em;
    font-weight: 300;
}

.produtct_more .content > header p {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}

.produtct_more .single_pdt {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #ccc;
}

.produtct_reviews .comments {
    font-size: 0.875em;
    background: #fff;
}

/*1280px*/
@media (max-width: 80em) {
    .content {
        width: 90%;
    }
}

/*1184px*/
@media (max-width: 74em) {
    .produtct_basics_cover_stock {
        width: 65%;
    }

    .produtct_basics_cover_offer {
        width: 70%;
    }
}

/*1056*/
@media (max-width: 66em) {
    .main_blog,
    .post_single .left_content {
        width: 100%;
    }

    .main_sidebar {
        display: none;
    }

    /* EAD */
    .single_list {
        padding: 0;
        float: left;
        width: 100%;
    }
}

/*1024px*/
@media (max-width: 64em) {
    .lp_video .facebook p {
        font-size: 1em;
        padding-bottom: 10px;
    }

    .lp_video .facebook {
        height: 100px;
    }

    .lp_video_content {
        max-width: 95%;
    }

    .lp_video_content_yt {
        padding: 15px;
    }

    /*.main_header .main_logo{
        width: 40px;
    }*/
    .main_header .content {
        padding: 10px 30px;
        width: 100%;
    }

    /*.main_header .content .text_header{
        padding-top: 5px;
    }*/
    .main_header header {
        float: none;
        width: 100%;
    }

    /*.main_header h1{
        width: 90%;
    }*/
    .main_header_bar_line.contact {
        display: none;
    }

    .main_header_bar {
        float: none;
        padding: 20px;
        background: #eee;
    }

    .main_header_bar_line.search {
        float: left;
        width: 100%;
        text-align: center;
    }

    .main_header_bar_line form {
        margin: 0;
        width: 100%;
    }

    .main_header_user,
    .main_header_cart {
        margin: 0;
        width: 50%;
    }

    .main_header_bar_line form {
        margin-bottom: 10px;
    }

    .main_header_bar_line form .input {
        margin: 0;
        width: 60%;
    }

    .main_header_bar_line form button {
        margin: 0;
        width: 35%;
    }

    .main_header_bar_line.contact {
        display: none;
    }

    .main_header_bar {
        float: none;
        padding: 20px;
        background: #eee;
    }

    .main_header_bar_line.search {
        float: left;
        width: 100%;
        text-align: center;
    }

    .main_nav_mobile_menu {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        background: #008068;
        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%;
        background: #888;
        color: #fff;
    }

    .main_nav li a{
        display: block;
        width: 100%;
        padding: 4%;
        color: #fff;
        text-decoration: none;
        background: #769977;
    }

    .main_nav li a:hover{
        background: #5fa961;
    }
    */
    /*.produtct_basics_cover {
        width: 38%;
        padding-right: 2%; 
    }
    
    .produtct_basics_infor{
        width: 60%;
        padding: 0;
        text-align: center;
    }

    .single_pdt_btn,
    .produtct_basics_cover > img{
        /*float: left;*//*
        width: 100%;
        margin: 0 auto;
    }

    .produtct_basics_cover ul{
        float: right;
        width: 50%;
        padding-left: 5%;
    }

    .produtct_basics_cover ul li{
        width: 33%;
    }

    .produtct_basics_cover{
        margin-bottom: 30px;
    }*/
}

/*864*/
@media (max-width: 54em) {
    .mobile_menu {
        display: block;
    }

    /*.main_header .main_nav_social{
        display: none;
    } */
    .site_header h1 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .main_header .content .text_header {
        font-size: 1.5em;
        text-align: center;
        /*padding-top: 0;*/
    }

    /*.main_header .content .text_header.left{
        width: 75%;
    }*/
    .main_header .content .text_header.right {
        width: 100%;
    }

    .main_header .main_logo {
        width: 220px;
    }

    .mobile_menu {
        margin-top: 7px;
    }

    .main_header .content .text_header {
        font-size: 1.4em;
        text-align: center;
        padding-top: 2px;
    }

    /*.main_header .content .text_header.left{
        float: none;
        padding-left: 10px;
    }*/
    #clockdiv {
        width: 100%;
    }

    .lp_video_content {
        max-width: 98%;
    }

    .lp_video_content_yt {
        padding: 10px;
    }

    .lp_video .facebook {
        text-align: center;
        height: 150px;
    }

    .lp_video .facebook p {
        font-size: 0.8em;
        padding-bottom: 5px;
    }

    .main_header .main_nav_social {
        display: none;
    }

    .main_header .main_nav {
        float: left;
        width: 100%;
        display: none;
    }

    .main_header .main_nav_menu,
    .main_header .main_nav li {
        float: left;
        width: 100%;
    }

    .main_header .main_nav li a {
        display: block;
        width: 100%;
        padding: 20px;
        /*background: #eee;*/
        border-top: 2px solid #fff;
        text-align: center;
    }

    .main_header .main_nav li a:hover {
        background: #eee;
        color: #000;
        font-weight: 600;
    }

    .produtct_basics_cover,
    .produtct_basics_infor {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .single_pdt_btn,
    .produtct_basics_cover > img {
        /*float: left;*/
        width: 70%;
        margin: 0 auto;
    }

    .produtct_basics_cover {
        float: right;
    }

    .produtct_basics_infor.curso {
        float: left;
    }

    .top_conversion {
        text-align: center;
    }

    .top_conversion header {
        width: 100%;
        font-size: 0.8em;
    }

    .wc_bio img {
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .wc_bio .bio_content {
        display: block;
        width: 100%;
        padding: 0;
    }

    .wc_videos .wc_videos_top,
    .wc_videos .wc_videos_more {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wc_videos .wc_videos_more .post_list,
    .wc_videos .wc_videos_more .post_list:last-of-type {
        width: 50%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .main_blog .post_list .post_list_thumb,
    .main_blog .post_list .post_list_content {
        display: block;
        width: 100%;
    }

    #footeroptin form input,
    #footeroptin form button {
        width: 100%;
    }

    .main_footer .main_nav_menu {
        display: none;
    }

    .wc_privacity .left,
    .wc_privacity .right {
        width: 100%;
        text-align: center;
    }

    .wc_privacity .left {
        margin-bottom: 30px;
    }

    .wc_privacity .right {
        font-size: 0.7em;
    }
}

/*528px*/
@media (max-width: 33em) {
    .content {
        width: 94%;
    }

    .main_header .content {
        padding: 10px;
        width: 100%;
    }

    .main_footer .left {
        margin-bottom: 20px;
    }

    .main_footer .left,
    .main_footer .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .single_pdt_btn,
    .produtct_basics_cover > img,
    .produtct_basics_cover ul {
        width: 100%;
    }

    .produtct_basics_cover_stock {
        width: 55%;
    }

    .produtct_basics_cover_offer {
        width: 60%;
    }

    .lp_video_content {
        max-width: 98%;
    }

    .lp_video_content_yt {
        padding: 5px;
    }

    .lp_video_btn {
        width: 100%;
    }

    .garantia .content img {
        float: none;
        width: 60%;
        padding: 10px;
    }

    .garantia .content header {
        float: none;
        width: 100%;
    }

    .wc_bio .content img {
        width: 60%;
        margin-left: 20%;
        float: left;
    }

    .wc_bio .content header {
        display: inline-block;
        width: 100%;
        background-color: #F5F4F5;
        text-align: center;
        float: right;
    }

    .curso.lancamento header h1 {
        font-size: 1.5em;
        padding: 10px;
    }

    .wc_depoiments .content header h1 {
        font-size: 1.8em;
        font-weight: 300;
    }
}
