/* 
    Created on : 29/04/2021, 08:00:00
    Author     : dalmomendes
*/
.content{
    width: 100%;
}
/* SLIDES */
.wc_slides{
    width: 100%;
    margin: auto;
}
.wc_slide_item_desc{
    top: 40% !important;
    text-align: center;
    font-size: 1.2em;
}
.btnline{
    margin-top:2px solid rgb(241, 243, 245);
}
.btnline:hover{
    margin-bottom:2px solid rgb(32, 169, 243);
}
.cx_icon65{
    height: 65px !important;
}
.border-cx{
    border: none !important;
}
.radius{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}
.msgResultQuery{
    margin-top: 5px;
    padding: 10px;
    background-color: rgb(145, 220, 187);
    color: rgb(122, 120, 120);
}

/*HEADER*/
.main_header{
    background: #0a4b88;
    padding: 10px 0;
}
.main_header header{
    float: left;
    text-align: center;
    color: #fff;
}
.main_header header h1{
    font-size: 1.8em;
}
.main_header nav{
    float: right;
}
.main_header nav ul{
    margin-top: 10px;
    display: block;
    width: 100%;
}
.main_header nav li{
    display: inline-block;
    position: relative;
}
.main_header nav li a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.main_header nav .login{
    background: #005180;
}
.main_header nav li:hover,
.main_header nav li a:hover{
    background: rgba(0,0,0,0.5);
}
.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: #0039b4;
    display: block;
    width: 100%;
}
.main_header nav .sub li a:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

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

/* FORMATAÇÃO DE PÁGINA SUPORTE */
.ciculo{ /* Imagem */
    margin: auto;
    border-radius: 50%;
    margin: 10px;
    width: 200px;
}
.caixa_text{ /* Caixa de texto */
    right: 200px;
    margin-top: 38px;
    border-radius: 5px;
    padding: 10px;
    background: #B3D4FC;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 2em;
}
.caixa_text:hover{
    background: orange;
    color: #000;
    font-weight: bold;
    transition: 3s;
}

/*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: #0024b5;
    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: 30%;
    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: #0057b4;
    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_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_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;
}

/* FRONT VIDEOS E POST */

.wc_videos .wc_videos_top{
    display: inline-block;
    width: 68.4%;
    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;
}

/* */

/***********************************
######## CUSTON FORM RESET #########
***********************************/
fieldset{border: 0;}
input.btn{width: auto; cursor: pointer;}
input, .input, select, textarea{
    padding: 8px;
    width: 100%;
    font-size: 0.875em;
    font-weight: 300;
    border: 1px solid #ccc;
}
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: url(../_img/select.png);
    background-size: auto 60%;
    padding-right: 28px !important;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
}
.label{display: block; margin-bottom: 5px;}
.label a{display: inline-block; margin-left: 10px; font-weight: 500; text-decoration: none; color: #000980;}
.label a:hover{color: #006cb4;}

.label_50{float: left; width: 100%;}
.label_50 .label{float: left; width: 49%;}
.label_50 .label:nth-of-type(2n+0){margin-left: 2%;}
.label_50 .label:last-of-type{margin-right: 0;}

.label_33{float: left; width: 100%;}
.label_33 .label{float: left; width: 32.6666%; margin-left: 1%;}
.label_33 .label:first-of-type{margin-left: 0;}
.label_33 .label:last-of-type{margin-right: 0;}

.label .legend{
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
    margin-bottom: 5px;
}
.label_check{
    cursor: pointer;
    display: inline-block;
    padding: 6px 0;
    font-size: 0.875em;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
    width: auto;
}
.label_publish{
    padding: 7px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #eee;
    margin-right: 5px;
}
.label_publish.active{
    background: #002980;
    color: #fff;
}
.label_publish input{
    display: none;
}
.label_check input{
    cursor: pointer;
    width: auto;
    position: absolute;
    left: 4px;
    top: 9px;
}
.form_load{
    width: 25px;
    margin-top: -2px;
}
form .section{
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: 300;
    color: #555;
    margin: 20px 0 10px 0;
}

/*TOOLTIP*/
.wc_tooltip{
    position: relative;
    z-index: 50;
}
.wc_tooltip span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.wc_tooltip span{
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    left: 50%;
    margin-left: -56px;
    padding: 10px 5px;
    z-index: 99;
    display: block;
    width: 120px;
    background: #000;
    text-align: center;
    display: none;
    font-size: 0.75rem;
    text-shadow: 1px 1px #000;
    font-weight: 500;
    border-radius: 4px;
    text-transform: capitalize;
    color: #FFF !important;
}
.wc_tooltip:hover span{
    display: block;
}

/***********************************
############ BOX MODEL #############
***********************************/
.box{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding: 10px;
}
.box > header{
    padding: 10px;
    border-top: 5px solid #EBEBEB;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.box > header h1{
    font-size: 0.875em;
    font-weight: 600;
}
.box > header .a{
    text-transform: uppercase;
    color: #00B494;
    text-decoration: none;
    font-size: 0.8em;
    margin-top: 4px;
}
.box > header .a:hover{
    text-decoration: underline;
}
/* FLEX BOX POST DO INDEX*/
.box_flex_post_content{
}
.box_flex_post{
}

.box20{width: 20%;}
.box25{width: 25%;}
.box30{width: 30%;}
.box33{width: 33.333333333%;}
.box50{width: 50%;}
.box70{width: 70%;}
.box100{width: 100%;}

.box_content{
    padding: 15px;
    font-weight: 300;
    background: #fff;
    font-size: 0.875em;
}
.box_actions{
    font-size: 0.8em;
    text-align: center;
    background: #fbfbfb;
    padding: 15px 0;
}
.box_actions .btn{
    margin: 0 4px !important;
}

.header_blue{background: #0E96E5 !important; border-color: #096397 !important; color: #fff;}
.header_green{background: #00B494 !important; border-color: #008068 !important; color: #fff;}
.header_yellow{background: #FABB3D !important; border-color: #EEA306 !important; color: #fff;}
.header_red{background: #FF524F !important; border-color: #C63D3A !important; color: #fff;}
.header_brown{background: #4d1918 !important; border-color: #692321 !important; color: #fff;}

.btn_blue{background-color: #0E96E5 !important; text-shadow: 1px 1px #0f539d;}
.btn_blue:hover{background-color: #03203f;}

.btn_brown{background-color: #9e212b; text-shadow: 1px 1px #C54550;}
.btn_brown:hover{background-color: #4e2023;}
.btn_brown_noaction:hover{background: #e25861 !important; cursor: default !important;}

.btn_site{background-color: #b814af; text-shadow: 1px 1px #C54550;}
.btn_site:hover{background-color: #4c204e;}
.btn_site_noaction:hover{background: #d258e2 !important; cursor: default !important;}

/* AREDONDAMENTO DE BORDAS - CICLE*/
.btn_rp{border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px !important;
}
.txt_11px{
    font-size: 10px !important;
}
.cor_icon{
    color: #000;
}
.destaque_box{
    margin: 20px auto;
}
.destaque h2{
    text-align: center;
    font-weight: 600;
    color:#7a7c7c;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.destaque p{
    text-align: center;
    color:#bcbebf;
    font-weight: 300;
}
.cor_iconbronze{
    color: rgb(172, 123, 93);
    font-size: 10px;
    margin-bottom: 10px;
}
.cor_iconprata{
    color: rgb(172, 170, 170);
    font-size: 15px;
    margin-bottom: 5px;
}
.cor_iconouro{
    color: rgb(245, 170, 9);
    font-weight: bold;
    font-size: 20px;
}

/* TEXTO HORÁRIO DE FUNCIONAMENTO*/
.hora_func{
    font-size: 0.8em;
    text-align: center;
}
/* CAIXA DAS REDES SOCIAIS */
.page_single_action{
    width: 100%;
    display: flex;
    justify-content: space-around;  
}

/*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: #0084b4;
    color: #fff;
    text-decoration: none;
}
.paginator li a:hover{
    background: #0074cc
}
.paginator li span{
    background: #003380;
    font-weight: bold;
}

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

/*SINGLE*/
.post_single{
    padding: 50px 0;
    background: #ffffff;
}
.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: #0057b4;
}
.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;   
}

/* - PRODUTOS - */

/*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%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 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{
    font-size: 1.3em;
    font-weight: 600;
    color: #888;
    padding-bottom: 20px;
}

.single_pdt_price span{
    display: block;
    font-size: 0.8em;
    color: #d6a6a6;
    font-weight: 300;
}

.pdt_single_split{
    font-size: 0.65em;
    font-weight: 300;
    color: #ccc;
}

.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;
}

/* - PRODUTOS - */

/*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: #0084b4;
    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: 3px 0;
    background: #eaeaea;
    width:100%;
}
.page_single .content{
    background: #eaeaea;
}
.page_single header{
    padding: 10px;
    text-align: left;
    background: #004280;
    color: #fff;
}
.wc_slides{
    margin:auto;
    width: 100%;
}

@media (max-width: 80em){
    .content{
        width: 100%;
        margin:0;
        /*
        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: 100%;
        margin: 0;
        /*
        width: 94%;
        margin: 0 3%;*/
    }

    .destaque h2{
        font-weight: 300;
        font-size: 18px;  

    }

    .destaque p{
        font-weight: 200;
        font-size: 14px;
    }

    .box25 {
        width: 50%;
    }
 
    .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;
    }
    
    .destaque h2{
        font-weight: 300;
         font-size: 16px;   
    }
    .destaque p{
        font-weight: 200;
        font-size: 12px;

    }
    .box25 {
        width: 100%;
    }
    .not_fount_post{
        width: 100%;
        padding: 20px;
    }
    
    .main_footer h3 {
        font-size: 14px;
    }
    .main_footer p {
        font-size: 12px;
    }
}

@media (max-width: 30em){
    .destaque h2{
        font-weight: 200;
         font-size: 13px;   
    }
    .destaque p{
        font-weight: 100;
        font-size: 10px;

    }
}