/* 
    Created on :19/07/2017
    Author     : Fellipe Bastos
*/


body .margin-fixed{
    padding-top: 150px;
}

.content{
    width: 100%;
    max-width: 1440px;
}

/*HEADER*/
.main_header{
    position: fixed;
    height: 95px;
    background: rgba(0,0,0,0.85);
    padding: 25px 0;
    border-bottom: 2px solid #CB3D38;
    z-index: 99;
}

.main_header header{
    float: left;
    text-align: center;
    color: #fff;
}

.main_header .site_title,
.page_title{
    position: absolute;
    text-indent: -9999px;
}

.main_header .wc_logo{
    position: absolute;
    top: 0em;
    left: 0em;
    height: 95px;
    background-color: #CB3D38;
    border-top: none;
    padding: 1.1em .8em;
    cursor: pointer;
}

.main_header nav{
    float: right;
}

.main_header nav ul{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #222;
}

.main_header nav li{
    display: block;
    text-align: left;
    position: relative;
}

.main_header nav li a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.main_header nav .login{
    background: #CB3D38;
}

.main_header nav li:hover,
.main_header nav li a:hover{
    border-bottom: solid 1px #CB3D38;
}

/*.main_header nav li:hover:last-of-type,
.main_header nav a:hover:last-of-type {
    border-bottom: none;
}*/

.main_header nav li:hover .sub,
.main_header nav li a:hover .sub{
    display: block;
}


.main_header nav .sub{
    display: none;
    z-index: 99;
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
}

.main_header nav .sub li,
.main_header nav .sub li a{
    color: #00B494;
    display: block;
    width: 100%;
}

.main_header nav .sub li a:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.main_header .menu-mobile {
    position: absolute;
    right: 0;
    padding: .2em .4em;
    margin-right: 1em;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 99;
}

.main_header nav .icon-menu:before {
    margin: auto;
    font-size: 1.5em;
    color: #fff;
}

.main_header .search_form{
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fbfbfb;
    text-align: center;
    position: absolute;
    top: 5.9em;
    right: 0em;
}

.main_header .search_form input{
    width: 70%;
    margin-bottom: 5px;
}

.main_header .search_form button{
    text-transform: uppercase;
    font-size: 0.8em;
    margin-left: 1em;
}

.main_header .icon-search {
    position: absolute;
    right: 90px;
    padding: .8em;
    margin: 0;
    background: #CB3D38;
    cursor: pointer;
}

.main_header .icon-search:hover {
    background: #EB3D38;
}

.main_header .icon-search:before {
    margin: auto;
    padding: .4em;
}

/*CONTENT*/
.main_content{
    padding: 50px 0;
    background: #eaeaea;
}

.main_content .section_title {
    font-size: 1.6em;
}

.main_content .tagline {
    font-size: .95em;
}

/*SLIDE*/
.main_slides {
    padding-top: 95px;
}

.main_slides .wc_slides {
    width: 100%;
    margin: 0;
}

.main_slides .wc_slide_item_desc h1 {
    font-size: .85em;
    font-weight: bold;
}

.main_slides .wc_slide_item_desc p {
    font-size: .8em;
}

.main_slides .wc_slide_pager {
    left: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.main_slides .wc_slide_pager span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

/*INDUSTRIAS*/
.main-industrias {
    padding-top: 1.5em;
}

.main-industrias .content {
    border: 4px solid #222;
    background-color: #CB3D38;
    padding: 1.5em;
}

.main-industrias hr {
    color: #222;
    border-color: #222;
    margin: .4em 0;
}

.main-industrias a {
    text-decoration: none;
}

.box a:hover .box_title{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.main_content header{
    width: 100%;
    margin-bottom: 2em;
    color: #222;
    padding: 20px;
}

.main-industrias .box {
    margin-top: 2em;
}

.main-industrias .box_title {
    width: 130px;
    height: 130px;
    margin: auto;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #222;
    color: #fff;
    transition: transform .2s;
}

.main_content .box_desc {
    width: 95%;
    margin: auto;
    margin-top: .5em;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.main_content .industria_logo {
    margin-top: 1.5em;
    padding: .5em 1em;
    background-color: rgba(0,0,0,0.7);
}

/*HOME*/
.main_blog{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main_blog_post{
    background: #fff;
    margin-bottom: 30px;
}

.main_blog_post img{
    width: 100%;
}

.main_blog_post h1{
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.main_blog_post a{
    color: #CB3D38;
    text-decoration: none;
}

.main_blog_post a:hover{
    text-decoration: underline;
}

.main_blog_post .tagline{
    font-size: 0.9em;
    color: #555;
}

.main_sidebar{
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
}

.main_sidebar_widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.main_sidebar_widget > h1{
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.main_sidebar_widget > h1 span{
    border-bottom: 5px solid #ccc;
}

.main_sidebar_widget a{
    color: #CB3D38;
    text-decoration: none;
    font-weight: 400;
}

.main_sidebar_widget a:hover{
    text-decoration: underline;
}

.main_sidebar_widget ul{
    display: block;
    width: 100%;
}

.main_sidebar_widget ul li{
    display: block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 300;
}

.main_sidebar_widget_post{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.main_sidebar_widget_post h1{
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline{
    font-size: 0.8em;
    color: #ccc;
}

.search-posts .main_blog {
    float: left;
    width: 100%;
}

.search_form{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fbfbfb;
    text-align: center;
}

.search_form input{
    margin-bottom: 10px;
}

.search_form button{
    text-transform: uppercase;
    font-size: 0.8em;
}

.search_posts_result{
    width: 100%;
    padding: 0 10px 20px 10px;
    color: #555;
}

/*PAGINATOR*/
.paginator{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.paginator li{
    display: inline-block;
    font-size: 0.9em;
}

.paginator li a,
.paginator li span{
    padding: 5px 10px;
    margin: 0 5px;
    background: #CB3D38;
    color: #fff;
    text-decoration: none;
}

.paginator li a:hover{
    background: #00CCA7
}

.paginator li span{
    background: #008068;
    font-weight: bold;
}

/*SOBRE*/
.main_sobre article {
    margin-bottom: 3em;
}

.main_sobre article p {
    width: 75%;
    margin: auto;
    margin-bottom: 1em;
    line-height: 1.6;
}

.main_sobre .sobre-logo {
    margin-top: 1em;
}

.sobre-rep {
    background-color: #CB3D38;
    padding-top: 2em;
    border: 4px solid #222;
    width: 100%;
}

.sobre-rep .rep-img {
    height: 150px;
    min-height: 250px;
    padding-top: 1em;
    background-color: #fff;
    margin-bottom: 2em;
}

.sobre-rep .rep-info {
    width: 100%;
    padding: 1em 0;
    background-color: #222;
}

.sobre-rep .rep-info p{
    color: #fff;
    font-size: .9em;
    margin-bottom: 0;
    font-weight: 600;
}

.sobre-rep .rep-info p:last-of-type {
    margin-bottom: 0;
}

/*FOOTER*/
.main_footer{
    background: #333;
    padding-top: 30px;
    color: #fff;
    font-size: 0.875em;
    /*text-align: center;*/
}

.main_footer header {
    width: 120px;
}

.main_footer .footer-title {
    font-size: 1.3em;
    border-left: 3px solid #CB3D38;
    margin-bottom: .8em;
    padding-left: .2em;
    text-align: center;
    display: inline-block;
}

.main_footer .footer-nav a{
    color: #fff;
    font-size: 1.1em;
    margin-bottom: .5em;
    text-align: center;
    text-decoration: none;
    display: block;
}

.main_footer nav a:hover {
    color: #CB3D38;
}

.main_footer .wc_logo {
    width: 70px;
}
.main_footer .footer-nav header {
    margin: auto;
}

.footer-social .facebook:hover:before {
    color: #4267b2;
}

.footer_address address p {
    line-height: 1.6;
    font-style: normal;
    margin-bottom: .5em;
}

.main_footer .footer_bottom {
    display: flex;
    justify-content: space-around;
    padding: .4em 0;
    background-color: #000;
}

.main_footer .footer_bottom a{
    text-decoration: none;
    color: #fff;
}

.main_footer .footer_bottom a:hover{
    text-decoration: underline;
}

/*SINGLE*/
.post_single{
    padding: 50px 0;
    background: #eaeaea;
}

.post_single .cover{width: 100%;}

.post_single .fb-comments{
    display: block;
    width: 100%;
    margin-top: 40px;
}

.post_single .main_sidebar{
    display: block;
    width: 100%;
}
.post_single .left_content{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.post_content{
    background: #fff;
}

.post_content > h1{
    padding: 30px;
    font-size: 2em;
    font-weight: 300;
}

.post_content .tagline{
    padding: 30px 30px 0 30px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: #ccc;
}

.single_post_more{
    float: left;
    width: 100%;
    padding: 25px;
    background: #CB3D38;
}

.single_post_more header{
    margin-bottom: 20px;
    color: #fff;
}

.single_post_more_post{
    float: left;
    width: 50%;
}

.single_post_more_post:hover{
    border-color: #fff;   
}


/*404*/
.not_found{
    padding: 50px 0;
}

.not_found header{
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found header h1{
    font-size: 2em;
    font-weight: 400;
}

.not_found header p{
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.not_fount_post{
    display: inline-block;
    width: 50%;
    padding: 20px;
    margin-left: -4px;
    vertical-align: top;
}

.not_fount_post h1{
    margin-top: 20px;
    font-weight: 400;
}

.not_fount_post a{
    font-weight: 600;
    color: #00B494;
    text-decoration: none;
}

.not_fount_post a:hover{
    text-decoration: underline;
}

.not_found .search_form{
    display: block;
    padding: 0 20px;
    float: none;
    background: none;    
    text-align: center;
}

.not_found .search_form input{
    width: 400px;
    max-width: 100%;
    padding: 6px;
}

.page_single{
    padding: 50px 0;
    background: #eaeaea;
}

.page_single .content{
    background: #fff;
}

.page_single header{
    padding: 20px;
    text-align: right;
    background: #008068;
    color: #fff;
}

.wc_slides{
    margin: 30px auto;
}

/*MEDIA QUERIES*/
@media (min-width: 40em) {
    .main_content .section_title {
        font-size: 1.9em;
    }

    .main_content .tagline {
        font-size: 1em;
    }

    .main-industrias .box3 {
        width: 100%;
    }

    .main-industrias hr {
        width: 80%;
        margin: 1em auto;
    }

    .main_blog_post {
        width: 100%;
    }

    .main_footer .footer-nav {
        width: 31%;
    }

    .main_footer .footer_address {
        margin-top: 1.3em !important;
    }
}

@media (min-width: 48em) {
    .main_slides .wc_slide_item_desc h1 {
        font-size: 1.4em;
        font-weight: bold;
    }

    .main_slides .wc_slide_item_desc p {
        font-size: 1em;
    }

    .main_content .section_title {
        font-size: 2.2em;
    }

    .main-industrias .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-industrias .box3 {
        width: 48%;
        margin-bottom: 2em !important;
    }

    .main-industrias .box_desc {
        width: 95%;
    }

    .main-industrias hr {
        display: none;
    }

    .main_blog_post {
        width: 47%;
        height: 365px;
        margin: 1% 0% 1% 2% !important;
    }

    .post_content .tagline{
        font-size: 1.15em;
    }
}

@media (min-width: 64em){
    .content{
        width: 94%;
        margin: 0 3%;
    }

    .main_header .wc_logo{
        position: absolute;
        top: 0em;
        left: 5em;
        height: 120px;
        background-color: #CB3D38;
        border: solid 4px rgba(0,0,0,1);
        outline: #CB3D38 solid;
        border-top: none;
        padding: 1.1em .8em;
        cursor: pointer;
    }

    .main_header nav ul{
        display: block;
        background: transparent;
        position: relative;
        width: 100%;
        margin-right: 120px;
    }

    .main_header nav li{
        display: inline-block;
        text-decoration: none;
    }

    .main_header .menu-mobile {
        display: none;
    }

    .main_header .icon-search {
        position: relative;
        float: right;
        right: 40px;
        z-index: 99;
    }

    .main_header .search_form {
        width: 40%;
    }

    .main_slides .wc_slide_pager span {
        width: 15px;
        height: 15px;
        margin: 0 6px;
    }

    .main_blog_post {
        margin: 1% 0% 1% 2% !important;
    }

    .sobre-rep {
        width: 49%;
    }

    .main_footer .footer-nav {
        width: 18.4%;
        text-align: left;
    }

    .main_footer .footer-nav header {
        margin: 0;
    }

    .main_footer .footer-nav a{
        text-align: left;
    }

    .main_footer .footer_address {
        margin-top: 1% !important;
        text-align: left;
    }

    .main_footer address {
        text-align: left;
    }
}

@media (min-width: 80em){
    .content{
        width: 90%;
        margin: 0 auto;
    }

    .main_slides .wc_slide_pager span {
        width: 18px;
        height: 18px;
    }

    .main-industrias .box3 {
        width: 32%;
        margin-bottom: 2em !important;
    }

    .main-industrias .box_desc {
        width: 95%;
    }

    .main_blog{
        width: 100%;
    }

    .main_blog_post {
        float: left;
        width: 31%;
        height: 345px;
        margin: 1% 1% 1% 1% !important;
    }

    .main_blog.articles_blog{
        float: left;
        width: 70%;
    }

    .main_sidebar{
        float: left;
        display: block;
        width: 28% !important;
        margin-left: 2%;
    }

    .main_sidebar_widget{
        display: inline-block; 
        vertical-align: top;
    }

    .main_sidebar_widget_most{
        width: 100%;
    }

    .main_sidebar_widget_post header{
        padding: 0;
    }

    .main_sidebar_widget_most .main_sidebar_widget_post{
        display: inline-block;
        padding: 0 20px;
        vertical-align: top;
    }

    .post_single .left_content{
        float: left;
        display: block;
        width: 70%;
        margin-bottom: 30px;
    }
    
    .search-posts .main_blog {
        width: 70%;
    }
}