/* 
    Created on : 09/02/2016, 14:13:33
    Author     : robsonvleite
*/

.content{
    width: 90%;
}

/*HEADER*/
.main_header{
    background: #b71436; /*00B594;*/
    padding: 25px 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: 5px;
    color: #fff;
    text-decoration: none;
}

.main_header nav .login{
    background: #b71436; /*008068*/
}

.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: #b71436;
    display: block;
    width: 100%;
}

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

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

.mobile_menu:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
    transition-duration: 0.3s;
}

.insta {
    border-radius: 5% !important;
}

.insta_author{
    position: absolute;
    padding: 7px 12px;
    margin-left: 65px;
    margin-top: -25px;
    -webkit-border-radius: 50%;
    width: 70px;
}
.insta_author_post{
     position: absolute;
     padding: 7px 12px;
     margin-left: 25px;
     margin-top: -25px;
     -webkit-border-radius: 50%;
     width: 70px;
 }
.insta_like{
    margin-bottom: -20%;
    margin-top: -15%;
    margin-left: 25%;
    background-color: #b71436;
    width: 50%;
    display: block;
    position: relative;
    -webkit-border-radius: 5%;
    font-size: 0.75em;
}

/*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: #b71436;
    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: #b71436; /*#00B494*/
    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;
}

/*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: #b71436;
    color: #fff;
    text-decoration: none;
}

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

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

/*LIST*/
.single_list{
    float: right;
    width: 100%;
    padding-left: 0px;
}

.sub-breadcrumbs p{
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 15px;
}

.sub-breadcrumbs p span{
    color: #b71436;
}

/*BREAD CRUMBS*/
.breadcrumbs{
    display: block;
    padding: 10px;
    /*background: #eee;*/
    margin-top: 15px;
    font-size: 1.2em;
    font-weight: 600;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.breadcrumbs a{
    text-decoration: none;
    color: #b71436;
    font-weight: 600;
}

/*MAIN SERVICES*/
.main_services{
    padding: 2em 0;
    background-color: #eee;
}
.main_services .main_services_single{}
.main_services_single h3{text-align: center; margin-bottom: 2%;}
.main_services_single .tagline{color:#868e96!important; text-align: center;}

/*PATROCINADORES*/
.main_sponsor{
    padding: 2em 0;
    background-color: #2b2b2b;
}
.main_sponsor .site_header{
    color: #ffffff;
}
.main_sponsor .box {
    background-color: #ffffff;
}
.main_sponsor span {
    color: #2b2b2b !important;
    font-weight: 300 !important;
}

.main_horario{
    padding: 2em 0;
    background-color: #eee;
}
.main_horario .main_horario_single{}
.main_horario_single h3{text-align: center; margin-bottom: 2%; color:#b71436!important;}
.main_horario_single .tagline{text-align: center;}
.main_horario_cta{padding: 5px 0;}

.icon_flex {position: relative;display: flex;flex-flow: row wrap;align-items: center;width: 100%;margin-bottom: 4%;}
.icon_flex span{border-radius: 50%;background: #b71436; flex-basis: 20%;padding: 15px 20px;margin: auto;}
.icon_flex .icon{font-size: 2em;color:#FFF;}

.section_header{padding: 0 0 4em 0;}
.section_header .title{text-transform: uppercase; font-size: 2em; color:#212529;}
.section_header .subtitle{color:#868e96; font-size: 1.2em;}

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

/*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: #b71436;
}

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

/*SINGLE PRODUCT STYLE*/
.single_pdt{
    box-shadow: 0 0 1px 1px #999999;
    text-align: center;
}

.single_pdt_cover{
    padding-top: 0px;
    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: #b71436;
    text-decoration: none;
}

.single_pdt header a:hover{
    color: #b71436;
    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: #b71436;
    font-weight: 300;
}

.pdt_single_split{
    font-size: 0.75em;
    font-weight: 400;
    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;
}

/*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: #b71436;
    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: #999; /*#008068;*/
    color: #fff;
}

.wc_slides{
    margin: 30px auto;
}

.wc_bio{
    margin: 30px 0px;
}

.wc_bio .bio_img{
    display: inline-block;
    width: 27%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
    border-bottom: 5px solid #eee;
}

.wc_bio .bio_content{
    display: inline-block;
    width: 67%;
    padding-left: 40px;
    text-align: justify;
}

.wc_bio .bio_content p{
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wc_bio .bio_content p:last-of-type{
    margin-bottom: 0;
}

.wc_bio_horario{
    margin: 30px 0px;
}

.wc_bio_horario img{
    display: inline-block;
    width: 20%;
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    vertical-align: top;
    border-bottom: 5px solid #eee;
}

.wc_bio_horario .bio_content{
    display: inline-block;
    width: 80%;
    padding-left: 40px;
}

.wc_bio_horario .bio_content p{
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wc_bio_horario .bio_content p:last-of-type{
    margin-bottom: 0;
}

.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: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimony_content h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
    padding: 20px;
}

.testimony_content h1 b{
    font-weight: bold;
    color: #b71436;
}

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

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

.lead_take span{
    color: #b71436;
    border-bottom: 1px dotted #b71436;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}

.site_header{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.site_header h1{
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
}

.site_header b{
    color: #b71436;
    font-weight: 300;
}

.site_header p{
    font-size: 0.8em;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

.site_header_insta {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 30px;
}

.site_header_insta h1{
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
}

.site_header_insta b{
    color: #fff;
    font-weight: 300;
}

.site_header_insta p{
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 10px 5px 10px;
}

.site_header_insta p img{
    width: 32px;
}

.wc_conversion_content{
    background-color: #b71436;
    color: #fff;
}
.wc_conversion_content .tagline{
    padding: 2em 0;
}

.wc_social{
    text-align: center;
    background: #eee url(images/bg_social.jpg);
    padding: 2em 0;
}

.service_cta{
    padding: 10px 0;
}

/***********************************
############# Calendário ##############
***********************************/
.single_order{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #eee;
}
.single_order_title{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #b71436;
    color: #fff;
    max-height: 40px;
}

.single_order .order{
    text-decoration: none;
    color: #00B494;
}

.single_order .see{
    text-decoration: none;
    color: #0E96E5;
}

.single_order a{
    color: #0E96E5;
    text-decoration: none;
}

.single_order a:hover{
    text-decoration: none;
}

.single_order:nth-child(2n+0){
    background: #fff !important;
}

.single_order .coll{
    display: inline-block;
    min-width: 20px;
    width: 40%;
    padding: 10px;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}
.single_order .coll_c{
    width: 25%;
}
.single_order .coll_r{
    width: 10%;
}

.single_order_title .coll{
    display: inline-block;
    min-width: 20px;
    width: 40%;
    padding: 10px;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}
.single_order_title .coll_c{
    width: 25%;
}
.single_order_title .coll_r{
    width: 10%;
}

.single_order .coll b{
    color: #555;
}

.title_calendar{
    padding: 10px 0;
}

.htmlchars form label { text-align: left;}
.htmlchars form span { padding-left: 3px;}
.htmlchars form{padding: 10px; background: #fbfbfb; margin: 0px 0;}

/***********************************
############ BOX MODEL #############
***********************************/
.box{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding: 10px;
    text-align: center;
}

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

.box span{
    font-size: 0.875em;
    color: #b71436;
    font-weight: 700;
}

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

.aula_free{
    padding: 0 10%;
    padding-bottom: 2%;
}

.btn_agendar{
    font-size: 1.4em;
    font-weight: bold;
    padding: 20px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    width: 100%;
}

.main_nav_social img{
    width: 25px;
}

.wc_videos{
    background: #f2f2f2;
    padding: 30px 0;
}

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

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

/*PRODUCT STORE*/
.produtct_basics .content{
    margin-top: 30px;
}

.produtct_basics_cover{
    float: left;
    width: 35%;
    position: relative;
}

.produtct_basics_cover_offer{
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 50%;
    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: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 0.875em;
    color: #555;
}

.produtct_basics_infor .info p{
    margin-bottom: 3px;
}

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

.produtct_basics_infor a:hover{
    color: #b71436;
    text-decoration: underline;
}

.produtct_infor{
    background: #fff;
}

.produtct_infor .htmlchars{
    padding: 30px;
    background: #fff;
}

.produtct_more{
    background: #b71436;
    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;
}


@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;
    }
    .single_order .coll_r{
        overflow: hidden;
    }
}

@media (max-width: 50em){
    .main_header header{
        float: left;
        display: block;
        width: 80%;
    }

    .mobile_menu{
        display: block;
    }

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

    .wc_bio .bio_img{
        width: 30%;
    }

    .wc_bio .bio_content{
        width: 100%;
    }

    .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;
        border-top: 2px solid #fff;
    }

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

    .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;
    }
    .single_order .coll_r{
        overflow: hidden;
    }

    .wc_bio_horario img{
        display: none;
    }

    .wc_bio_horario .bio_content{
        display: inline-block;
        width: 100%;
        padding-left: 0px;
    }

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

    .single_order_title{
        max-height: 100%;
    }

    .single_order .coll{
        width: 50%;
    }
    .single_order .coll_c{
        width: 50%;
    }
    .single_order .coll_r{
        width: 50%;
    }

    .single_order_title .coll{
        width: 50%;
    }
    .single_order_title .coll_c{
        width: 50%;
    }
    .single_order_title .coll_r{
        width: 50%;
    }
}

/*COOKIE POLICY*/
#cookiePolicy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 99999;
}

#cookiePolicy .container {
    padding: 30px 30px;
    text-align: center;
    color: #FFF;
}

#cookiePolicy span {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.975em;
    font-weight: 300;
}

#cookiePolicy span a {
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 2ms;
}

#cookiePolicy .footer_optout_btn {
    padding: 12px 24px;
    font-size: 1.3em;
    font-weight: 600;
}

#cookiePolicy .cta{
    text-transform: none;
    padding: 10px;
    margin-top: 10px;
}