 
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1.5em; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }
/*------------------------------------------------*/
/*--------------[General Style]------------------*/
/*------------------------------------------------*/
body {
    line-height: 1.5em;
    color: #787878;
    font-size: 13px;
    font-family: "Roboto Slab", ​sans-serif;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 auto;
    background: #f4f4f4;
}
.wrapper {
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a,
a:active,
a:link,
img {
    outline: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #787878;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #f44336;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.no-padding {
    padding: 0;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr:last-child,
.progress:last-child,
.buttons p:last-child,
.image-block-content:last-child {
    margin: 0;
}
b,
strong {
    font-weight: 600;
}
small,
small a {
    font-size: 11px;
    color: inherit;
}
p {
    line-height: 1.875em;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    text-transform: capitalize;
    font-family: "Roboto Slab", ​sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.5em;
}
h1 {
    font-size: 30px;
    letter-spacing: 1px;
}
h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    letter-spacing: 1px;
}

h6 {
    font-size: 13px;
    letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

label {
    color: inherit;
    font-weight: 600;
    font-family: "Roboto Slab", ​sans-serif;
    margin-bottom: 10px;
}

hr.hr-xs {
    margin: 10px 0;
}

.overflow-h,.home-main-contant {
    overflow: hidden;
}

ul.list-inline {
    margin-left: 0;
}

.home-main-contant-style {
    padding: 40px 0;
}

.home-main-contant-style2 {
    padding-top: 40px;
}

.home-main-contant-style3 {
    padding-bottom: 40px;
}

.main-contain {
    padding: 40px 0;
}

.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.pbt15 {
    margin: 15px 0;
}
.mbl15 {
    margin: 0 0 15px 15px;
}
.pbt10 {
    margin: 10px 0;
}
.mbt40 {
    margin: 40px 0;
}

.pb40 {
    padding-bottom: 40px;
}

.bg-gray {
    background: #f8f9f9;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background-color: #222;
}

.bg-theme {
    background-color: #f44336;
}

.text-white {
    color: #fff;
}

.blog-name span.text-white > a {
    color: #f44336;
}

.animated-img {
    margin-right: 30px;
}

.animated-title {
    font-size: 18px;
    font-weight: 700;
}

.full-image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.error {
    color: #f44336!important;
    font-size: 10px;
}
/*------------------------------------------------*/
/*-------------------[Loader]---------------------*/
/*------------------------------------------------*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.GIF) center no-repeat #fff;
}
/*------------------------------------------------*/
/*--------------------[Header]--------------------*/
/*------------------------------------------------*/
header {
    position: relative;
    z-index: 99999 !important;
}

.nav-list-container {
    width: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    background: #fff;
}

header.active .nav-list-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
}

.navbar-default {
    background: #fafafa;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

.navbar-default .advertisement .desktop-advert {
    max-width: 728px;
}

.navbar-default .advertisement .tablet-advert {
    max-width: 468px;
}

.top-line {
    padding: 7px 0 9px;
    background: #111111;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.top-line ul.top-line-list {
    margin: 0;
    padding: 0;
}

.top-line ul.top-line-list li {
    display: inline-block;
    margin-right: 18px;
}

.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-family: "Roboto Slab", ​sans-serif;
    margin: 0;
    line-height: 15px;
}

.top-line ul.top-line-list li svg {
    margin: -5px 2px -2px 4px;
}

.top-line ul.top-line-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-line ul.top-line-list li a:hover {
    color: #fff;
}

.top-line ul.top-line-list li:before {
    content: '';
    width: 0;
    height: 15px;
    border-left: 1px dotted #fff;
    margin-right: 20px;
}

.top-line ul.top-line-list li:first-child:before {
    display: none;
    margin-right: 0;
}

.top-line ul.top-line-list li:last-child {
    margin-right: 0;
}

.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 2px;
}

.top-line ul.social-icons li {
    display: inline-block;
}

.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    background: transparent;
}

.top-line ul.social-icons li a:hover {
    color: #fff;
    background: #f44336;
}

.navbar-brand {
    justify-content: center;
    align-items: center;
    height: auto;
    transition: all 0.2s ease-in-out;
    color: inherit !important;
    font-size: 26px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    padding: 20px 0;
    letter-spacing: 2.5px;
    border: none;
    display: inline-block;
    text-align: center;
}

.navbar-brand span {
    color: #f44336 !important;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Centraliza a imagem */   
}


.logo-advertisement {
    background: #fff;
    padding: 10px 0; 
    margin: 0 auto;
}



.logo-advertisement .desktop-advert,
.logo-advertisement .tablet-advert {
    float: right;
}

.logo-advertisement .advertisement span,
.advertisements span {
    color: inherit;
}

.advertisement {
    overflow: hidden;
    padding: 15px 0;
}

.advertisement .desktop-advert,
.advertisement .tablet-advert,
.advertisement .mobile-advert {
    margin: 0 auto;
    text-align: center;
}

.advertisement .tablet-advert,
.advertisement .mobile-advert {
    display: none;
}

.advertisement span,
.advertisements span {
    color: #ccc;
    font-size: 10px;
    font-family: "Roboto Slab", ​sans-serif;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li {
    margin-right: 1px;
    position: inherit;
}

.navbar-nav > li > a {
    color: inherit;
    font-size: 13px;
    font-family: "Roboto Slab", ​sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 20px 30px 20px 12px;
    position: relative;
    z-index: 2;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
       color: #f44336; 
    
}
.navbar-nav li.drop {
    position: relative;
}

.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    background: #fff;
    border-top: 3px solid #f44336;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
    display: block;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999999;
    font-size: 11px;
    font-family: "Roboto Slab", ​sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #fff;
}

.navbar-nav li.drop ul.dropdown li a:hover {
    color: #fff;
    background: #f44336!important;
}

.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
    top: 0;
    left: 100%;
    border: none;
    border-left: 1px solid #f4f4f4;
}

.navbar-nav li.drop ul.dropdown li:last-child {
    border-bottom: none;
}

.navbar-nav li.drop ul.dropdown li.drop > a:after {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: inherit;
    top: 15px;
    right: 12px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown.features-dropdown {
    border-top: 3px solid #f44336;
}

.navbar-nav li.drop:hover > ul.dropdown {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .megadropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav .megadropdown .inner-megadropdown {
    background: #fff;
    border-top: 3px solid #f44336;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block {
    float: left;
    width: 220px;
    text-align: right;
    height: 100%;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
    display: block;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: inherit;
    font-size: 11px;
    font-family: "Roboto Slab", ​sans-serif;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active {
    color: inherit;
    background: #fff;
}

.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: #fafafa;
}

.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 920px;
    float: right;
}
.standard-post, .item.news-post.video-post {
    transition: all 0.2s ease-in-out 0s;
    margin: 15px 0;
}

.news-post {
    position: relative;
}

.news-post .post-gallery {
    position: relative;
}

.news-post img {
    width: 100%;
}
.standard-post .post-content h6 {
    color: inherit;
    font-family: "Roboto Slab", ​sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 12px;
}

.standard-post .post-content h2 a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

ul.post-tags {
    margin: 0;
    padding: 0;
}

ul.post-tags li {
    color: inherit;
    display: inline-block;
    font-family: "Roboto Slab", ​sans-serif;
    margin-right: 7px;
    transition: all 0.2s ease-in-out 0s;
}

ul.post-tags li i {
    color: #555;
    margin-right: 9px;
}
.navbar-nav li:hover .megadropdown {
    visibility: visible;
    opacity: 1;
}

.navbar-form {
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.navbar-form input[type="text"] {
    border: 1px solid #eeeeee;
    padding: 10px;
    color: #999999;
    font-size: 11px;
    font-family: "Roboto Slab", ​sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 200px;
    margin: 0 !important;
}

.navbar-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 0;
    font-size: 13px;
    color: inherit;
}
/*------------------------------------------------*/
/*-------------------[Responsive]---------------------*/
/*------------------------------------------------*/
@media (max-width: 1199px) {
    .navbar-brand {
        max-width: 230px;
        padding:30px 15px 0 0;
    }
    .navbar-nav > li > a {
        padding: 20px 12px;
    }
    .navbar-nav > li > a.home {
        padding: 20px 12px;
    }
    .navbar-nav > li > a:after {
        display: none;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block,
    .navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
        width: 170px;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
        width: 770px;
    }
  
}

@media (max-width: 991px) {
    .top-line ul.social-icons {
        display: none;
    }
    form.navbar-right {
        display: none;
    }
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
    .navbar-nav > li > a.home {
        padding: 15px 8px;
    }
    .advertisement .desktop-advert,
    .sidebar .advertisement .desktop-advert {
        display: none;
    }
    .advertisement .tablet-advert,
    .sidebar .advertisement .tablet-advert {
        display: block;
    }
    .navbar-brand {
        padding: 5px 0 5px 15px;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block {
        display: none;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
        width: 720px;
    }

    .sidebar .recent-comments-widget ul.comment-list li {
        text-align: center;
    }
    .sidebar .recent-comments-widget ul.comment-list li img {
        float: none;
        margin-bottom: 20px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content {
        margin-left: 0;
        padding: 0 10px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
        top: -6px;
        left: 50%;
        margin-left: -3px;
    }
    .sidebar .recent-comments-widget ul.comment-list li .comment-content span {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .top-line {
        display: none;
    }
    .navbar-default .advertisement {
        display: none;
    }
    .navbar-toggle {
        margin-top: 14px;
    }
    .navbar-nav > li > a {
        padding: 5px 15px;
        color: inherit ;
    }
    .navbar-nav > li:hover > a {
        color: #f44336 !important;
    }
    .navbar-nav > li > a.home {
        padding: 5px 15px;
    }
    .navbar-nav > li > a:before {
        display: none;
    }
    .navbar-nav li.drop ul.dropdown,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
        position: relative;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border: none !important;
        top: inherit;
        left: inherit;
        background: transparent !important;
    }
    .navbar-nav li.drop ul.dropdown li,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li {
        background: transparent;
        border: none;
    }
    .navbar-nav li.drop ul.dropdown li a,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li a {
        padding: 5px 20px;
        background: transparent;
        font-weight: 700;
        font-size: 13px;
    }
    .navbar-nav .megadropdown {
        display: none !important;
    }
    .navbar-default .navbar-collapse {
        max-height: 220px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

/*------------------------------------------------*/
/*--------------[TITLE STYLE 1]------------------*/
/*------------------------------------------------*/

.cv-theme-widget-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1em!important;
    margin-bottom: 30px!important;
    text-transform: uppercase;
}

.cv-theme-widget-title span {
    border-bottom: 1px solid transparent;
    display: inline-block;
    font-family: raleway;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 10px;
}

.main-border {
    border-color: #f44336!important;
}
.footer-block .cv-theme-widget-title{
    border-bottom: 1px solid inherit!important;  
}

.footer-block .main-border{
     border-color: #fff!important;
}
/*------------------------------------------------*/
/*--------------[BLOG STYLE 1]------------------*/
/*-----------------------------------------------*/

.blog-banner {
    height: 70vh;
}

.blog-banner span {
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
}
.blog-overlay {
    position: relative;
    /*height: 100%; */
    text-align: left;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blog-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
}

.blog-overlay .blog-name {
    padding-left: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.small-banner-1 .text-white > a, .small-banner-2 .text-white > a {
    font-size: 14px;
}

.blog-overlay .blog-name span {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blog-overlay.white-bg:before,
.blog-overlay.dark-theme-bg:before,
.blog-overlay.theme-bg:before {
    display: none;
}

.blog-overlay .blog-image {
    overflow: hidden;
    position: relative;
}

.blog-overlay .blog-image img {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
}

.blog-overlay .blog-icon {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.blog-overlay .blog-icon .date {
    background: #050801;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
}

.blog-overlay .blog-icon .link {
    font-size: 20px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
}

.blog-overlay blockquote {
    border: 0;
    font-size: 16px;
    font-style: italic;
}

.blog-overlay blockquote.quote:before {
    top: -40px;
}

.blog-overlay.white-bg blockquote,
.blog-overlay.white-bg cite {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blog-overlay:hover .blog-image img {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}

.blog-overlay:hover:before {
    z-index: 1;
}

.blog-overlay.white-bg .blog-icon .link {
    color: inherit;
}

.blog-overlay.white-bg:hover {
    background: #050801;
}

.blog-overlay.white-bg:hover a,
.blog-overlay.white-bg:hover span {
    color: #fff;
}

.blog-overlay.white-bg:hover span a {
    color: #f44336;
}

.blog-overlay.white-bg:hover .blog-icon .link {
    color: #fff;
}

.blog-overlay.white-bg:hover blockquote,
.blog-overlay.white-bg:hover cite {
    color: #fff;
}

.blog-overlay.white-bg a:hover {
    color: #f44336;
}

.blog-overlay.dark-theme-bg:hover {
    background: #fff;
}

.blog-overlay.dark-theme-bg:hover a,
.blog-overlay.dark-theme-bg:hover span {
    color: inherit;
}

.blog-overlay.dark-theme-bg:hover span a {
    color: #f44336;
}

.blog-overlay.dark-theme-bg:hover .blog-icon .date {
    color: #fff;
}

.blog-overlay.dark-theme-bg a:hover {
    color: #f44336;
}
.blog-fashion-banner .blog-overlay {
    height: auto;
}

.blog-overlay .tag {
    background: #f44336;
    color: #fff;
    padding: 3px 10px;
}

.blog.blog-simple .tag {
    background: #f44336;
    color: #fff;
    padding: 2px 10px;
}

.blog.blog-simple .entry-meta ul li {
    display: inline-block;
    margin-right: 12px;
}

.blog.blog-simple .entry-meta ul li i {
    color: #f44336;
    padding-right: 6px;
}

.blog.blog-simple .entry-meta ul li a {
    color: #353535;
    line-height: 0px;
    padding-right: 5px;
}

.blog.blog-simple .entry-meta ul li a i {
    padding-right: 6px;
    color: #f44336;
}

.blog.blog-simple .entry-meta ul li a:hover {
    color: #f44336;
}

.blog.blog-simple.blog-left .blog-image {
    width: 48.9%;
    margin-right: 5%;
    float: left;
    position: relative;
}

.blog-grid h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
}

.blog-grid h3 a {
    color: inherit;
}

.blog-grid h3 a:hover {
    color: #f44336;
}

.blog-grid .blog-grid-info {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 10px;
}

.blog-grid .blog-grid-info li:first-child::before {
    content: " ";
    margin-right: 0;
}

.blog-grid .blog-grid-info li::before {
    content: "/";
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px;
}

.blog-grid .blog-grid-info li {
    color: inherit;
    display: inline-block;
    font-size: 12px;
    padding: 0 2px;
}

.blog-grid .blog-grid-info li a {
    color: inherit;
}

.blog-grid .blog-grid-info li a:hover {
    color: #f44336;
}

.blog-grid p {
    margin-bottom: 10px;
}

.blog-grid a.r-more {
    border-bottom: 1px solid #f44336;
}

.blog-grid a.r-more {
    color: #f44336;
}

.blog-grid a.r-more {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.blog-grid-comm a {
    color: #999;
}

.blog-grid-comm h3 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}

.blog-thumb-v3 h3 a {
    color: #555;
}


.portfolio-single-title {
    color: inherit;
    font: 600 42px/46px "Open Sans",sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.portfolio-single-subtitle {
    color: #787878;
    font: 400 14px/21px "Open Sans",sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
}
.portfolio-single-container {
    clear: both;
    margin: 40px 0;
    overflow: hidden;
}
.portfolio-single-desc {
    float: left;
    width: 62%;
}
.portfolio-single-details {
    float: right;
    margin-bottom: 15px;
    padding-left: 60px;
    width: 38%;
}

.portfolio-single-details-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.portfolio-single-details-list > li {
    border-bottom: 1px dotted #dfdfdf;
    color: #666;
    font: 400 12px/30px "Open Sans",sans-serif;
    padding: inherit;
}
.portfolio-single-details-list strong {
    color: #696969;
    display: inline-block;
    font-weight: 600;
    min-width: 100px;
}
.portfolio-single-image img {
    width: 100%;
}

.portfolio-item .cat {
    padding-top: 5px;
}


.standard-single-comments-list {
    margin-bottom: 40px;
}
.media .media-object {
    border-radius: 50%;
}

.media .media-body {
    position: relative;
    width: 100%;
}
.media .media-body .standard-comments-body {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
.media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
    color: #687074;
}
.media .media-body .media-heading a {
    color: #687074;
}
.media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
}
.media .media-body span a {
    color: #adb9bf;
}
.media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a0ce4e;
    color: #fff;
   
}
.standard-comments-form div {

}
.media-body, .media-left, .media-right{
    display: table;
}
.standard-comments-form .button.btn-block {
    width: 16%;
}
.contact_us_contact_form .button.btn-block{
        width: 100%;
}
@media only screen and (max-width: 991px) {
    .cd-mb {
        margin-bottom: 30px;
    }
    .video-post > img, .sidebar-video .img-responsive, .item .img-responsive, .standard-comments-form .button.btn-block{
        width:100%!important;
    }
}
@media only screen and (max-width: 767px) {
       .cds-mb {
        margin-bottom: 30px;
    }
    .cds-mt {
        margin-top: 30px;
    }
}
/*------------------------------------------------*/
/*--------------[BLOG Recent Posts]------------------*/
/*-----------------------------------------------*/

.sidebar-widget .recent-post {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-wrapper .sidebar-widget .recent-post, .sidebarnotb .sidebar-widget .recent-post {
     border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.sidebar-widget .recent-post .recent-post-image {
    float: left;
    margin-right: 15px;
}

.sidebar-widget .recent-post .recent-post-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.sidebar-widget .recent-post .recent-post-info {
    overflow: hidden;
}

.sidebar-widget .recent-post .recent-post-info a {
    display: block;
    margin-bottom: 5px;
    color: inherit;
}

.sidebar-widget .recent-post .recent-post-info a:hover {
    color: #f44336;
}

.sidebar-widget .recent-post .recent-post-info span {
    color: #f44336;
}

.sidebar-widget .recent-post .recent-post-info span i {
    padding-right: 10px;
}

.sidebar-widget .recent-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget .recent-post.medium .recent-post-image {
    width: 111px;
}

.sidebar-widget .recent-post.medium .recent-post-image img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.sidebar-widget .widget-newsletter {
    background: #f6f7f8;
    padding: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.sidebar-widget .widget-newsletter .newsletter-icon {
    position: absolute;
    right: 0;
    top: -16px;
}

.sidebar-widget .widget-newsletter .newsletter-icon i {
    font-size: 100px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.05);
}

.sidebar-widget .widget-newsletter .form-control {
    background: #fff;
    box-shadow: none;
}

.sidebar-widget .widget-newsletter .form-control {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
}

.form-control {
    background: #f6f7f8 none repeat scroll 0 0;
    border: 0 solid transparent;
    border-radius: 3px;
    box-shadow: none;
    color: inherit;
    font-size: 13px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
}

.button {
    background: #f44336 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.button:hover {
    color: #fff;
    background: #787878 none repeat scroll 0 0;
}

/*------------------------------------------------*/
/*--------------[social]------------------*/
/*-----------------------------------------------*/

.social-big-magazine ul li {
    display: inline-block;
    padding: 10px;
    width: 87px;
    margin-bottom: 3px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}

.social-big-magazine ul li.facebook {
    background: #5d82d1;
}

.social-big-magazine ul li.pinterest {
    background: #e13138;
}

.social-big-magazine ul li.linkedin {
    background: #238cc8;
}

.social-big-magazine ul li.youtube {
    background: #ef4e41;
}

.social-big-magazine ul li.twitter {
    background: #40bff5;
}

.social-big-magazine ul li.dribbble {
    background: #f7659c;
}

.social-big-magazine ul li.google-plus {
    background: #f14133;
}

.social-big-magazine ul li.rss {
    background: #f0771e;
}

.social-big-magazine ul li i {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 0 auto;
}

.social-big-magazine ul li span {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 11px;
}


/*------------------------------------------------*/
/*--------------[VIDEO STYLE]------------------*/
/*------------------------------------------------*/
.image-post3,
.video-post {
    position: relative;
}

.image-post3 .hover-box,
.video-post .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(34, 34, 34, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.image-post3 .hover-box h2,
.video-post .hover-box h2 {
    color: inherit;
    font-family: "Roboto Slab",​sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}

.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
    opacity: 0.7;
}

.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
    color: #ccc;
}

.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
    color: #ccc;
}

.image-post3:hover .hover-box,
.video-post:hover .hover-box {
    background: rgba(244, 67, 54, 0.9);
}
.video-post a.video-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #f44336;
    font-size: 30px;
    padding: 1px;
    outline: none;
}
button.mfp-close,
button.mfp-arrow {
    outline: none;
}


/*------------------------------------------------*/
/*--------------[Tabs]-----------*/
/*-----------------------------------------------*/

.nav-tabs.style1 li {
    float: none;
    display: inline-block;
    margin-bottom: -2px;
}

.nav-tabs.style1 li a {
    color: #222;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.style1 li a:hover,
.nav-tabs.style1 li a:active,
.nav-tabs.style1 li a:focus {
    color: #f44336;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs.style1 li.active a {
    color: #f44336;
    cursor: default;
    background-color: transparent;
    border: none;
}

.nav-tabs.style1 li.active a:hover,
.nav-tabs.style1 li.active a:active,
.nav-tabs.style1 li.active a:focus {
    color: #f44336;
    cursor: default;
    background-color: transparent;
    border: none;
}

.nav-tabs.cd-checkout-style.tabs-left {
    border-right: 1px solid transparent;
}

.nav-tabs.cd-checkout-style.tabs-right {
    border-left: 1px solid transparent;
}

.nav-tabs.cd-checkout-style li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-tabs.cd-checkout-style li a {
    color: #222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.cd-checkout-style li a:hover,
.nav-tabs.cd-checkout-style li a:active,
.nav-tabs.cd-checkout-style li a:focus {
    color: #f44336;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs.cd-checkout-style li.active a {
    color: #f44336;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.nav-tabs.cd-checkout-style li.active a:hover,
.nav-tabs.cd-checkout-style li.active a:active,
.nav-tabs.cd-checkout-style li.active a:focus {
    color: #f44336;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.login-area {
    position: relative;
}

.nav.nav-tabs.style1.tabs-left {
    border: medium none;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tab-content.cd-checkout-style {
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left > li,
.tabs-right > li {
    float: none;
    margin-bottom: 2px;
}


/*------------------------------------------------*/
/*--------------[PAGINATION STYLE]-----------*/
/*------------------------------------------------*/

.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #222;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f44336;
    border-color: #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #f44336;
    color: #fff;
}


/*------------------------------------------------*/
/*--------------[PAGE HEADING BREADCRUMB]-----------*/
/*------------------------------------------------*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    font-family: "Raleway";
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #f44336;
}
/*------------------------------------------------*/
/*-------------[Tags]----------------*/
/*------------------------------------------------*/

.tags a {
    background: #f8f9f9;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 11px;
    margin: 0 0 6px;
    color: inherit;
}

.tags a:hover,
.tags a:focus {
    background: #f44336;
    color: #fff;
}
/*------------------------------------------------*/
/*--------------[Categories STYLE]------------------*/
/*------------------------------------------------*/
.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    padding: 10px 0;
}

.icons-list > li:first-child {
    padding-top: 0;
}
.icons-list > li:last-child {
    padding-bottom: 0;
}
.icons-list a {
    color: #fff;
}
.icons-list a:hover,
.icons-list a:focus {
    color: #f44336;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}
/*------------------------------------------------*/
/*--------------[FOOTER STYLE]------------------*/
/*------------------------------------------------*/
.footer-wrapper {
    background-color: #000;
    color: #fff;
    padding-top: 40px;
    position: relative;
}
.footer-wrapper .copyright {
    border-top: 1px solid inherit333;
    margin-top: 40px;
    padding: 20px 0;
}


.getin-touch {
    height: 600px;
    padding: 100px 50px;
}
.contact-block .standard-comments-form{
     padding: 50px 50px; 
         height: 600px;
}
.getin-touch a,.getin-touch a :hover, .contact_us_contact_form h1, .contact_us_contact_form label {
    color: #fff;
}
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0; /* Remove margens inferiores */
    padding: 0;
}
/* Estilo geral da página de detalhes */
.content-wrapper {
    padding: 30px 0;
    background-color: #f4f4f4;
}

/* Estilo para o banner */
.banner {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* Estilo para a descrição */
.description {
    margin-top: 30px;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.description .col-md-6 {
    padding: 20px;
}

.publish-date {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

/* Estilo para a imagem descritiva */
.description .col-md-6 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilo para a mensagem de alerta */
.alert {
    font-size: 18px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.alert-warning {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Responsividade */
@media (max-width: 767px) {
    .banner h1 {
        font-size: 28px;
    }

    .description .row {
        flex-direction: column;
    }

    .description .col-md-6 {
        padding: 15px;
    }
}
.panel-heading h4 {
    display: flex;
    justify-content: space-between; /* Faz o título e o ícone se distribuírem nas extremidades */
    align-items: center; /* Alinha o conteúdo verticalmente */
    margin-bottom: 0;
}

.panel-heading h4 a {
    display: inline-block;
    text-decoration: none;  
    color: inherit;
}

.btn-toggle {
    background: none;
    border: none;
    font-size: 20px;
    color: inherit;
    padding: 0;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}

.panel-collapse.collapse {
    padding-top: 10px;
}

/* Estilos para o ícone (posição do + ou -) */
.toggle-icon {
    font-size: 20px;
    color: #888; /* Cor do ícone */
}

.panel-heading h4 a:hover,
.panel-heading h4 a:focus {
    text-decoration: underline;
    color: #e13138;
}
