/*========================= GERAL =======================*/
/* MUDA TODO HOVER DE UMA TAG "A" */
a:hover {
    color: #006B34;
}

/* MUDA TODAS AS SETAS DOS SLIDES */
.prev_arrow i,
.next_arrow i,
.owl-prev i,
.owl-next i {
    display: none;
}
.prev_arrow:before,
.next_arrow:before,
.owl-prev:before,
.owl-next:before {
    content: '';
    background: url('../img/icon-custom/next.svg') no-repeat center top;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: filter 350ms ease;
}
.prev_arrow:before,
.owl-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.prev_arrow:hover:before,
.next_arrow:hover:before,
.owl-prev:hover:before,
.owl-next:hover:before {
    filter: brightness(0) invert(1);
}
/* POSICIONAMENTO DO CAMPO DE BUSCA */
.dropdown_search {
    right: 0 !important;
}

/*========================= SCROLL =======================*/
#scrollUp{
    background: #006B34 none repeat scroll 0 0;
}

/*========================= LOAD =======================*/
.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 350ms ease;
}
.load.active {
    opacity: 1;
}
.load .item-load {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative;
}
.load .item-load:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: load 1.2s linear infinite;
}
@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*========================= BREADCRUMBS =======================*/
.breadcrumbs_area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.breadcrumb_content ul li,
.breadcrumb_content ul li a:hover{
    color: #006B34;
}
.breadcrumb_content ul li:last-child{
    padding-right: 0;
}

/*========================= HEADER =======================*/
.language_currency > ul > li > a{
    display: flex;
    align-items: center;
}
.header_account_list > a {
    display: flex;
    align-items: center;
}
.header_account_list > a:hover i, .dropdown_search form button:hover {
    color: #006B34;
}
.content-top-header {
    display: flex;
    align-items: center;
}
.content-top-header .header_social {
    margin-left: 15px;
}
.content-top-header .header_social ul {
    display: flex;
    align-items: center;
}
.content-top-header .header_social ul li {
    margin-right: 10px;
}
.content-top-header .header_social a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #2f2f30;
}
.content-top-header .header_social a:hover {
    background: #fff;
}
.content-top-header .header_social a svg {
    fill: #fff;
    transition: fill 350ms ease;
}
.content-top-header .header_social a:hover svg {
    fill: #2f2f30;
}
.content-top-header .header_contact_info a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-top-header .header_contact_info a svg {
    margin-right: 10px;
    fill: #fff;
    opacity: .6;
    transition: opacity 350ms ease;
}
.content-top-header .header_contact_info a:hover svg {
    opacity: 1;
}
/* HEADER MOBILE */
.canvas_open a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvas_open a:hover {
    color: #006B34;
    border-color: #006B34;
}
.canvas_close a {
    border: none;
}
.canvas_close a:hover {
    background: #006B34;
    border-color: #006B34;
}
.canvas_close a svg {
    width: 32px;
    height: 32px;
    opacity: .6;
}
.offcanvas_main_menu li a:hover {
    color: #006B34;
}
.header_contact_info_mobile li a {
    display: flex !important;
    align-items: center;
}
.header_contact_info_mobile li a svg {
    margin-right: 10px;
}

/*========================= HOME =======================*/
/* BANNER */
/*.slider_area .single_slider:before {*/
/*    content: '';*/
/*    background: rgba(0,0,0,.5);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*}*/
.slider_content h2{
    text-align: center;
    padding-left: 0;
}
.slider_content h2:before{
    display: none;
}
.slider_content h1,
.slider_content p{
    text-align: center;
}
.slider_area .single_slider .container {
    z-index: 3;
    position: relative;
}
.slider_area .single_slider .slider_content h1, .single_slider .slider_content h2, .single_slider .slider_content p {
    color: #fff;
}
.slider_area .single_slider .slider_content h2:before {
    background: #fff;
}
.single_slider .slider_content a {
    background: #fff;
    color: #232323;
}
.single_slider .slider_content a:hover {
    background: #006B34;
    color: #fff;
}
/* COLEÇÃO */
.banner_full_text img{
    margin-bottom: 10px;
}
.banner_full_text h3 {
    font-size: 28px;
}
.color_three .banner_full_text a:hover {
    background: #006B34;
    border-color: #006B34;
}
/* PRODUTOS */
.section-produtcts .item-produtcts img {
    width: 100%;
}
.section-produtcts .item-produtcts h3 {
    font-size: 18px;
    color: #1e1e1f;
    font-weight: 400;
    display: block;
    margin: 15px 0 0;
    text-align: center;
}
.section-produtcts .item-produtcts span {
    color: #006B34;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
/* BLOG */
.blog_content h4 a:hover {
    color: #006B34;
}
.blog_carousel .owl-nav div:hover {
    background: #006B34;
    border-color: #006B34;
}
/* DEPOIMENTOS */
.testimonial_content_wrapper button:hover {
    background: #006B34;
    border-color: #006B34;
}

/*========================= SOBRE =======================*/
.about_section .about_content{
    padding: 50px 0;
}
.about_section .about_content h1{
    font-size: 28px;
    text-transform: inherit;
    line-height: 1.5em;
}
.about_section .about_content p{
    font-size: 16px;
}
.about_section .about_content p + p{
    margin-top: 30px;
}
.choseus_area{
    background: #f9f9f9;
}
.faq-style-wrap .panel-title a[aria-expanded="true"]{
    background: #006B34;
}
.panel-heading .panel-title a[aria-expanded="true"]::before{
    color: #006B34;
}
.testimonial_thumb{
    overflow: hidden;
}
.testimonial_thumb img{
    border-radius: 50%;
}

/*========================= SERVIÇOS =======================*/
.services_gallery{
    padding-top: 30px;
}
.unlimited_services_content p{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.advantages_button a:hover{
    background: #006B34;
    border-color: #006B34;
}

/*========================= BLOG =======================*/
/* GERAL */
.mt-60 {
    margin-top: 60px;
}
/* NENHUM RESULTADO ENCONTRADO */
.not-found-search {
    color: #006B34;
    text-align: center;
    display: block;
    width: 100%;
}
/* PAGINAÇÃO */
.pagination.custom {
    border: 1px solid #ededed;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination.custom .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
    margin: 3px;
}
.pagination.custom .page-numbers:hover {
    background: #006B34;
    color: #ffffff;
}
.pagination.custom .page-numbers.current {
    pointer-events: none;
    background: #006B34;
    color: #ffffff;
}
/* SIDEBAR */
.widget_search button:hover {
    background: #006B34;
}
.widget_list.widget_categories > ul > li > a:hover {
    color: #006B34;
}
.tag_widget ul li a:hover {
    background: #006B34;
    border-color: #006B34;
}

/*========================= SINGLE =======================*/
/* TEXTO */
.blog_details .post_content blockquote {
    border-left: 4px solid #006B34 !important;
}
/* TAGS */
.entry_content .post_meta span a:hover {
    color: #006B34;
}
/* COMPARTILHAR */
.social_sharing a {
    background-color: #e6e6e6 !important;
    width: 30px !important;
    height: 30px !important;
}
.social_sharing a:hover {
    background-color: #006B34 !important;
    transform: none !important;
}
.social_sharing span.at-icon-wrapper, .social_sharing a svg {
    width: 20px !important;
    height: 20px !important;
}
.social_sharing span.at-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_sharing a svg {
    fill: #000 !important;
    transition: fill 350ms ease;
}
.social_sharing a:hover svg {
    fill: #fff !important;
}
/* RELACIONADOS */
.related_content h4 a:hover {
    color: #006B34;
}

/*========================= CONTATO =======================*/
.contact_message ul li a:hover {
    color: #006B34;
}
.contact_message button:hover {
    background: #006B34;
}

/*========================= 404 =======================*/
.error_form h1 {
    color: #006B34;
}
.error_form a {
    background: #006B34;
}

/*========================= FOOTER =======================*/
.subscribe_form form button:hover {
    color: #006B34;
}
.need_help a {
    font-size: 17px;
    margin-bottom: 10px;
}
.need_help a:last-child {
    margin-bottom: 0;
}
/*.footer_menu ul {
    columns: 2;
    -webkit-columns: 2;
}*/
.footer_logo img {
    max-width: 210px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.footer_contact .need_help {
    display: flex;
    flex-direction: column;
}
.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social a svg {
    fill: #fff;
    transition: fill 350ms ease;
}
.footer_social a:hover svg {
    fill: #2f2f30;
}

/*========================= RESPONSIVO =======================*/
@media only screen and (max-width: 767px){
    /*========================= HEADER =======================*/
    .logo img{
        max-width: 200px;
    }
    
    /*========================= HOME =======================*/
    /* COLEÇÃO */
    .banner_full_text{
        margin-bottom: 30px;
    }
    .banner_full_text h3 {
        font-size: 22px;
    }
    /* PRODUTOS */
    .section-produtcts .item-produtcts {
        margin-bottom: 40px;
    }
    .section-produtcts .item-produtcts:last-child {
        margin-bottom: 0;
    }
    /*========================= SOBRE =======================*/
    .about_section .about_content{
        padding: 20px 0 40px;
    }
    /*========================= FOOTER =======================*/
    /* FOOTER */
    .footer_menu ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_menu ul li {
        margin: 5px;
    }
}
@media only screen and (max-width: 575px){
    /*========================= HOME =======================*/
    .banner_full_text h3 {
        font-size: 20px;
    }
    /*========================= FOOTER =======================*/
    .footer_menu ul {
        columns: 1;
        -webkit-columns: 1;
        justify-content: center;
    }
}