/* 
    Created on : 09/02/2016, 14:13:33
    Author     : robsonvleite
*/
*{
    text-decoration: none;
}

:root{
    --theme_Background: #b116e0;
    --theme_Color: #f4407c;
    --theme_Background_btn: #b116e0;
    --theme_Background_btn_hover: #8a0eb1;
}
/*background: var(--theme_Background);*/
/*background: var(--theme_Color);*/
/*background: var(--theme_Background_btn);*/
/*background: var(--theme_Background_btn_hover);*/

/*REFERENTE AO RADIO (opções asc ou desc)*/

.main_header_mobile {
    display: none;
}
.whatsapp_div {
    width: 100%;
    float: left;
    /*background: #008068;*/
}
.ascdesc_div {
    float: left;
    margin: -28px 30px 10px 0;
}

.ascdesc_label {
    width: 100px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    float: left;
    clear: both;
}

.ascdesc_input:empty {
    margin-left: -999px;
}

.ascdesc_input:empty ~ label {
    position: relative;
    float: left;
    line-height: 2em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ascdesc_input:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.ascdesc_input:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.ascdesc_input:hover:not(:checked) ~ label {
    color: #000;
}

.ascdesc_input:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #FFF;
    background-color: #0083B6;
}

.ascdesc_input:checked ~ label {
    color: #000;
}




/*INDEX*/
.index_container{
    width: 100%;
    padding: 20px 3%;
    /*background: #00CCA7;*/
}
/*.main_index{
    width: 100%;
    height: 1100px;
    max-height: 40%;
    background: #00CCA7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1%;
    flex-wrap: wrap;
    flex-flow: row wrap;
    flex-flow: column wrap;
}*/

/*DIV PAI TODOS ITEM RESPONSIVEL*/
.grid_main_index{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  /*artigo todo reponcivel*/
    gap: 10px; /* espaçamento entre os artigo*/
}

.grid_main_index{
    /*padding: 1%;*/
    /*min-height: 400px;*/
    /*background: #00CCA7;*/
    /*display: grid;*/
    /*grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));*/
    /*gap: 10px;*/
    /*height: 100vh;*/
    /*grid-template-columns: repeat;*/
    /*grid-template-rows: auto;*/
    /*width: 100%;*/
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    /*gap: 1%;*/
}

.index_article:nth-of-type(4n+0){
    /*margin-right: 0;*/
}
.index_article{
    background: #444;
    position: relative;
    border-radius: 3px;
}
.index_article_img{
    width: 100%;
    float: left;
    position: relative;
}
.span_online{
    width: 20px;
    height: 20px;
    font-size: 0em;
    position: absolute;
    background: #00cc33;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}
.index_article_img img{
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}

.index_article h1{
    font-size: 1.2em;
    font-weight: 400;
    margin: 0px 2% 0px 2%;
    width: 100%;

}
.index_article h1 a{
    color: #fff;
    /*background: #00cc33;*/
    background-color:rgba(0,0,0,0.3);
    width: 100%;
    padding: 15px 0px 15px 10px;
    /*height: 40px;*/
    /*float: left;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*border-radius: 0px 0px 5px 5px;*/

}
.index_article p{
    font-size: 0.9em;
    font-weight: 400;
    margin: 0px 2% 0px 2%;
    padding: 15px 0px 15px 0px;
    color: #fff;
    width: 100%;
    float: left;

}
.span_telephone{
    font-size: 1.1em;
    font-weight: 600;
    margin: 0px 2% 0px 2%;
    /*color: #dd336b;*/
    color: var(--theme_Background);
    width: 100%;
}

@media(max-width: 34em){
    .index_container{
        width: 100%;
        padding: 0px 3% 0px 3% !important;
        margin: 0px 0% 0px 0%;
    }
    /*    .index_article_img{
            width: 105%;
            margin: 0px -2.5% 0px -2.5%
        }*/
    .box4{
        /*width: 100%;*/
        /*margin: 0% 0% 0% 0 !important;*/
    }
    .box4:nth-of-type(4n+0){
        margin-right: 0 !important;
    }
    .span_telephone{
        margin: 0px 0% 0px 30px;
        font-size: 1.7em;
        font-weight: 600;
        /*color: #25d366;*/
    }
    .index_article h1 a{
        margin: 0px 0% 0px 0%;
        padding: 25px 0% 25px 5%;
    }
    .index_article p{
        margin: 0px 0% 0px 0%;
        padding: 15px 0% 15px 5%;

    }
    .index_article p{
        /*margin: 10px -2.5% 0px -2.5%;*/
        /*padding: 10px 0% 20px 0%;*/
    }

}

/*INDEX FIM*/


/*ARTIGO*/
.div_artigo_content{
    width: 100%;
    padding: 0 3%;
    /*background: #00CCA7;*/
}

.div_artigo_img{
    width: 40%;
    float: right;
    margin: 20px 0;
}
.div_artigo_img img{
    width: 100%;
    /*padding: 0 3%;*/
    /*background: #00CCA7;*/
}
.div_artigo_content_item{
    width: 60%;
    float: left;
    /*position: relative*/
    /*padding: 0 3%;*/
    /*background: #00CCA7;*/
}

.div_artigo_des{
    width: 70%;
    float: left;
    padding: 0% 3% 0% 5px;
    background: #fff;
}
.div_artigo_des h1{
    background: #fff;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0% 10px 0%;
    color: #000;
}
.div_artigo_des_lit{
    width: 30%;
    float: left;
    padding: 20px 0% 20px 3px;
    /*background: #ccc;*/
}
.div_artigo_des_lit a{
    color: #25d366;
    /*background: #ccc;*/
}

.span_telephone_lit{
    color: var(--theme_Background) !important;
    margin: 0px 0% 10px 0%;

}
.span_li{
    font-size: 1.2em;
    font-weight: 600;
    /*margin: 20px 2% 0px 2%;*/
    color: #000;

}
.div_artigo_des_lit li{
    list-style: none;

}
.div_artigo_des_lit li{
    font-size: 0.9em;
    font-weight: 400;
    margin: 10px 0% 0px 0%;
    color: #000;

}
.span_idiomas{
    font-size: 0.9em;
    font-weight: 400;
    margin: 10px 0% 0px 0%;
    color: #000;

}
.div_artigo_gallery{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));  /*artigo todo reponcivel*/
    gap: 10px; /* espaçamento entre os artigo*/
}
.div_artigo_gallery_img img{
    width: 100%;
}


@media(max-width: 34em){
    .div_span_telephone_fixed{
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        background: #000;
    }
    .main_footer{
        padding-bottom: 70px !important;
    }
    .span_telephone_fixed{
        bottom: 0;
        padding: 6px 20% 3px 20%;
        width: 100%;
        background: #25d366;
        color: #fff !important;
        right: 0;
        float: left;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700;
    }


    .div_artigo_img{
        width: 107%;
        /*float: right;*/
        /*margin: 20px 0;*/
        margin: 0px -3.5% 0px -3.5%;
    }

    .div_artigo_content_item{
        width: 100%;
        float: left;
    }
    .div_artigo_des{
        width: 101%;
        padding: 0px 0% 0px 0px;
        margin: 0px 0% 0px -1%;
    }
    .div_artigo_des h1{
        margin: 10px 0% 10px 0%;
    }
    .div_artigo_des_lit{
        width: 101%;
        padding: 0px 0% 30px 0px;
        margin: 10px 0% 0px -1%;
        /*background: #00B594;*/
    }
/*    .div_artigo_gallery{
        width: 100%;
        margin: 0px 0% 0px 0px;
        padding: 0px 0% 0px 0% !important;
        background: #000;
        float: left;
    }*/
    .div_artigo_gallery img{
        width: 84.5%;
        /*margin: 0px 0% 0px 0px;*/
        padding: 0px 0% 0px 0% !important;
        /*background: #000;*/
        float: left;
    }
    .div_artigo_image_img{
        /*width: 97%;*/
    }
/*    .div_artigo_image img{
        width: 97%;
        margin: 0px 3% 0 0%;
    }*/


}


/*ARTIGO FIM*/



.content{
    width: 80%;
}

/*HEADER*/
.main_header{
    background: #000;
    padding: 20px 3%;
}

.main_header header{
    float: left;
    /*text-align: center;*/
    color: #fff;
}
.main_header_logo{
    display: block !important;
}

.main_header header h1{
    font-size: 1.8em;

}
.main_header header h1 a{
    /*font-size: 1em;*/
    font-family: serif;
    float: left;
    color: #fff;
}
.main_header header h1 a span{
    font-size: 1.1em;
    font-weight: 700;
    color: var(--theme_Background);
    font-family: serif;

}
.main_header_logo_menu a{
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    font-family: serif;
    display: none;
    /*float: left*/
}
.main_header_logo_menu a span{
    /*font-size: 1.8em;*/
    font-weight: 700;
    color: var(--theme_Background);
    font-family: serif;
}
.main_header_logo_menu_mobile a{
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    font-family: serif;
    display: none;
    /*float: left*/
}
.main_header_logo_menu_mobile a span{
    /*font-size: 1.8em;*/
    font-weight: 700;
    color: var(--theme_Background);
    font-family: serif;
}

.main_header nav{
    float: right;
}

.main_header nav ul{
    /*margin-top: 6px;*/
    /*display: block;*/
    width: 100%;
}

.main_header nav li{
    display: inline-block;
    position: relative;
}

.main_header nav li a{
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

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

.main_header nav li:hover,
.main_header nav li a:hover{
    /*background: rgba(0,0,0,0.5);*/
    /*background: #var(--theme_Background);*/
}

.main_header nav li a:hover{
    /*background: rgba(0,0,0,0.5);*/
    background: var(--theme_Background);
}

.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;
}
@media (max-width: 34em){
    /*    .j_main_nav_mobile_menu{
            display: block;
            width: 25%;
            margin-top: 5px;
            float: left;
            margin-right: 0px;
            font-weight: 300;
            font-size: 1.2em;
            padding: 10px 0;
            text-align: center;
            background: rgba(0,0,0,0.2);
            color: #fff;
            cursor: pointer;
        }*/

    .main_header{
        display: none;
    }
    /*    .main_header_mobile{
            display: block;
        }*/
    /*    .main_header_mobile{
            position: fixed;
            z-index: 999;
            bottom: 0;
            background: #000;
            padding: 5px 2%;
            float: left;
        }*/
    .main_header nav li a{
        font-size: 1.1em;
    }
    .main_header_logo_menu a{
        display: block;
        margin: 0 0px 0 2%;
    }
    .main_header_logo{
        display: none !important;
    }
    .main_header nav ul{
        display: block;
        width: 100%;
    }
    .main_header nav li{
        margin: 0 1% 0 0;
        float: right;
    }
    .main_header nav li a{
        padding: 8px 8px;
    }
}

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

/*HOME*/
.main_blog{
    float: right;
    width: 67%;
}

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

.main_blog_post img{
    width: 100%;
}

.main_blog_post header{
    padding: 30px;
}

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

.main_blog_post a{
    color: #00B594;
    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: #f1f1f1;
}

.main_sidebar_div{
    /*display: block;*/
    width: 100%;
    margin-bottom: 30px;
    float: left;

}

.main_sidebar_div > h1{
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--theme_Background);
}

.main_sidebar_div > h1 span{
    border-bottom: 5px solid var(--theme_Background);
}

/*.main_sidebar_div a{
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

.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_div_anucio{
    /*padding: 0px 0 0px 0px;*/
    background: #fff;
    /*margin-bottom: 25px;*/
    position: relative;
}
.main_sidebar_div_anucio_div{
    /*margin-bottom: 25px;*/
    right: 5px;
    top: 10px;
    font-size: 2em;
    color: #b40c42;
    position: absolute;
}
/*.main_sidebar_div_anucio_div img{
    width: 100%
}*/

.sidebar_article_img{
    position: relative;
    margin: 0px 0 0px 0px;
    /*border-radius: 0px 0px 5px 5px;*/
}
.sidebar_article_img img{
    border-radius: 3px 3px 0px 0px;
}
.main_sidebar_div_anucio h1 a{
    color: #fff;
    /*background: #00cc33;*/
    background-color:rgba(0,0,0,0.3);
    width: 100%;
    padding: 15px 0px 15px 10px;
    margin:  0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
     font-size: 1.2em;
    font-weight: 400;
    /*border-radius: 0px 0px 5px 5px;*/
}
/*.main_sidebar_div_anucio h1 a{
    font-size: 1em;
    font-weight: 400;
    margin: 10px 0 10px 4px;
    padding: 15px 0px 15px 10px;
    background: #444;
}*/
.main_sidebar_div_anucio p{
    font-size: 0.9em;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 10px;
    background: #444;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
}


.main_sidebar_div_anucio .tagline{
    font-size: 0.8em;
    color: #ccc;
}
@media (max-width: 34em){
    .main_sidebar{
        padding: 10px;
    }
    .main_sidebar_div_anucio{
        width: 100%;
        padding: 0px 0 10px 0px;
        margin-bottom: 10px;
    }
    .main_sidebar_div_anucio img{
        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;
}

/*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: var(--theme_Background);
    color: #fff;
    text-decoration: none;
}

.paginator li a:hover{
    background: #900532;
}

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


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

/*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{
    float: right;
}

.post_single .left_content{
    float: left;
    width: 67%;
}

.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: 1.3em;
    font-weight: 300;
}

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

.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 (max-width: 80em){
    .content{
        width: 90%;
        margin: 0 5%;
    }

    .main_blog{
        float: none;
        display: block;
        width: 100%;
    }

    .main_sidebar{
        float: none;
        display: block;
        width: 100%;
    }

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

    .main_sidebar_widget_most{
        width: 100%;
    }

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

    .left_content{
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

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

    .main_header header{
        float: none;
        display: block;
        width: 100%;
    }

    .main_header nav{
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 50em){
    .main_sidebar_widget,
    .main_sidebar_widget_most .main_sidebar_widget_post{
        padding: 0;
        width: 100%;
        margin-left: 0;
    }

    .not_fount_post{
        width: 100%;
        padding: 20px;
    }
}

.n_btn{
    display: inline-block;
    cursor: pointer;
    padding: 10px 8%;
    margin-top: 2px;
    background: #888;
    font-size: 1em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px #555;
    text-transform: uppercase;
}

.n_btn_medium{
    padding: 10px 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.n_btn:hover{
    background: #555;
    text-decoration: none !important;
}

.n_btn_background{
    background-color: var(--theme_Background_btn);
    text-shadow: 1px 1px #096397;
}
.n_btn_background:hover{
    background-color: var(--theme_Background_btn_hover);
}
