.content, .contact{
    width: 95%;
    padding: 20px 0;
}

.site_title{
    display: inline-block;
    width: 1px;
    position: absolute;
}

.site_header, .site_header_white{
    margin: 40px 0;
}

.img_home{padding: 90px 10px 164px 30px;}

.site_header h1{
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
    padding-top: 36px;
}
.site_header_white h1{
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
    padding-top: 36px;
}

.site_header p, .site_header_white p{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
}

.main_header{
    display: block;
    background: #FFE600;
    width: 100%;
    position: fixed;
    z-index: 99;
    box-shadow: rgba(197, 23, 23, .1) 0 20px 25px -5px, rgba(197, 23, 23, .04) 0 10px 10px -5px;
}

.main_header .content{
    padding: 8px 2.5%;
    width: 100%;
    z-index: 999;
}

.main_header .main_logo{
    float: left;
    width: 300px;
    max-width: 80%;
}

.mobile_menu{
    float: right;
    padding: 5px 10px;
    background: #ceba08;
    color: #fff;
    font-size: 1.2em;
    margin-top: 10px;
    display: none;
    cursor: pointer;
    border-radius: 5px 0 5px 0;
}

.mobile_menu:hover{
    background: #ceba08;
    color: #fff;
    transition-duration: 0.3s;
}

.main_nav{
    float: right;
    padding: 12px 0;
}

.main_nav ul,
.main_nav ul li,
.main_nav ul li a{
    display: inline-block;
    vertical-align: middle;
}

/* VANTAGENS HOME */
.vantagens{margin-bottom: -80px;}
.opcoes{padding: 30px;background: #fff;border-radius: 10px;text-align: center;border-bottom: 2px solid #0073A9;}
.opcoes p{color: #000;}

.owl-carousel{
    text-align: center;
    border-radius: 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

/* CHAMADA */
.wc_bio{position: relative;}
.bg_img{background: url(images/foto1.jpg) bottom;min-height: 535px;}
.wc_bio .bio_content {
    text-align: center;
    padding: 30px;
    background: #05A7E1;
}

/* BATERIAS */
.baterias article h2{
    margin: 20px 0 20px 0;
    text-align: center;
    color: #0073A9;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.baterias article p{margin-bottom: 20px;}
.baterias article{
    background-color: #FFE600;
    border-radius: 0 20px 0 20px;
    text-decoration: none;
;
    align-items: center;
    justify-content: space-around;
    transition: transform .4s ease, background-color .4s ease;
    z-index: 1;
}




/*DEPOIMENTOS*/
.depoimentos{text-align: center;}

.main_nav .main_nav_menu li a{
    color: #FC2D36;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 8px;
}

.main_nav li a:hover{
    background: #ceba08;
}

.top_conversion{
    color: #fff;
    padding-top: 93px;
}

.top_conversion .content{
    padding: 30px 0 0 0;
    vertical-align: top;
}

.top_conversion header h1{
    font-size: 2.4em;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}


.top_conversion header p{
    font-size: 2em;
    margin: 30px 0;
    color: #fff;
    line-height: 1.3;
}

.owl-nav{cursor: pointer;display: inline-block;text-align: center;margin-top: 15px;position: relative;position: relative; width: 100%;}
.wc_bio img{border-radius: 100px 0;box-shadow: 0 36px 131px 0 rgba(13, 52.00000000000003, 79, .13);}
.owl-nav .owl-prev i{float:  right;font-size: 2em;color: #fff;margin-top: -81px;}
.owl-nav .owl-next i{float: left;font-size: 2em;color: #fff;margin-top: -81px;margin-left: 5px;}

.article_div{
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 36px 131px 0 rgba(13, 52.00000000000003, 79, .13);
}

.article_div .desc{margin-top: 5%;padding-left: 40px;}
.article_div .desc p{padding: 20px 0;}
.article_div .desc h2{font-weight: 500;}

.wc_bio .capa{
    box-shadow: 0 36px 131px 0 rgba(13,52.00000000000003,79,.13);
}


.wc_social{
    text-align: center;
}

.main_nav_social img{
    width: 37px;
    padding: 3px;
}

.contact h2{color: #fff;font-size: 1.4em;font-weight: 300;}
.contact h2 b{color: #0073A9;font-size: 1.8em;}
.contact h3{    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 40px;
    display: block;
    line-height: 28px;
    color: #fff;}



.main_footer{
    background: #FFD000;
    text-align: center;
}

.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: #0073A9;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 300;
}

.main_footer .main_nav_menu li a:hover{
    background: #0f2129;
    color: #fff;
}

.footer_logo{width: 140px;text-align: center;padding-top: 20px;}

.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 #0073A9;
}

.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: #0073A9;
}

#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: #E53639;
    color: #fff;
    text-shadow: 1px 1px #006699;
    cursor: pointer;
}

#footeroptin form button:hover{
    background: #E53639;
}

.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 .icon-whatsapp, .wc_privacity .icon-phone{font-size: 0.75em;display: block;text-decoration: none;color: #fff;}

.wc_privacity .content{
    padding: 30px 0;
}


.wc_privacity .right a:hover{
    background: #fbfbfb;
}

.wc_privacity .copyright{padding-bottom: 20px;}
.wc_privacity img{
    width: 200px;
    max-width: 100%;
}

.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: #E53639;
    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: #E53639;
}

.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 .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: #E53639;
}

.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: #E53639;
    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: #E53639;
    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%;
    padding-left: 30px;
    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;
}

.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: 20px 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: #E53639;
}


.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: #E53639;
    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;
}

@media (max-width: 80em){
    .content, .contact{
        width: 90%;
    }

    .img_home{padding: 0;}
}

@media (max-width: 66em){
    
    .main_blog,
    .post_single .left_content{
        width: 100%;
    }

    .main_sidebar{
        display: none;
    }
}

@media (max-width: 58em){
    .main_header .main_nav_social{
        display: none;
    }

    .site_header h1{
        font-size: 1.4em;
        margin-bottom: 10px;
    }     
}

@media (max-width: 60em){

    .mobile_menu{
        display: block;
    }

    .main_header .main_nav{
        float: left;
        width: 100%;
        display: none;
    }

    .main_header .main_nav_menu,
    .main_header .main_nav li{
        float: left;
        width: 100%;
        box-shadow: 0 36px 131px 0 rgba(13, 52.00000000000003, 79, .13);
    }

    .main_header .main_nav li a{
        display: block;
        width: 100%;
        padding: 15px;
        background: #ceba08;
        border-top: 2px solid #fff;
    }

    .main_header .main_nav li a:hover{
        background: #ceba08;
        color: #fff;
    }

    .top_conversion{
        text-align: center;
    }

    .top_conversion header{
        width: 100%;
        font-size: 0.8em;
    }

    .wc_bio .capa{
        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;
    }
}

@media (min-width: 45em){
    .wc_bio .capa{
        width: 40%;
    }
    .contact{
        width: auto;
        padding:  0;
    }

    .owl-nav .owl-prev i{margin-top: -121px;}
    .owl-nav .owl-next i{margin-top: -121px;}
    
}