/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/fev/2019, 17:31:07
    Author     : cbrag
*/
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHIC.TTF);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICI.TTF);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICB.TTF);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICBI.TTF);
    font-style: italic;
    font-weight: 700;
}

body {
    font-family: 'Century Gothic';
    background: #fff;
}






md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(133, 64, 82);
}
.md-button.md-default-theme:not([disabled]).md-focused, .md-button:not([disabled]).md-focused, .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background-color: rgba(133, 64, 82, 0.7);
}
md-tabs[escondidinha] md-tabs-wrapper {
    display: none;
}
md-tabs[escondidinha] md-tabs-content-wrapper {
    top: 0;
}
.login_popup_wrapper md-tabs {
    min-height: 510px !important;
    width: 400px;
}
/* ################################# HEADER ################################# */
.header_topbar_container {
    background: #006039;
    color: #fff;
}
.header_topbar_wrapper {
    width: 960px;
    margin: 0 auto;
    font-size: 10px;
    /*padding: 8px 0;*/
    text-transform: uppercase;
}
.lang_option_separator {
    padding: 0 3px;
}
a.client_account_link {
    padding: 8px 0px;
    cursor: pointer;
}
.client_account_link_text {
    padding: 0 0 0 3px;
}
.header_logo div.header_logo_img {
    height: 82px;
    width: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 40px 0 0;
    cursor: pointer;
}
.header_menu_container {
    max-width: 960px;
    margin: 0 auto;
}
ul.header_menu_items_container {
    padding: 0;
    position: relative;
    display: flex;
    margin: 12px 0 3px;
}
li.header_menu_items_separator {
    display: flex;
    padding: 0 0px;
}
li.header_menu_items_separator a {
    color: #7F7F7F;
    line-height: 36px;
    font-size: 12px;
    border-left: 1px solid #7f7f7f;
    height: 16px;
    margin: 10px 0;
}
li.header_menu_items_item {
    display: flex;
    cursor: pointer;
    padding: 0px 12px 0px;
    background: transparent;
    transition: .15s all linear;
    margin: 0 -2px;
    z-index: 1;
}
li.header_menu_items_item:hover {
    background: #006039;
}
li.header_menu_items_item > a {
    color: #7F7F7F;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 36px;
    transition: .15s all linear;
    padding: 0 0 14px;
}
li.header_menu_items_item:hover a {
    color: #fff;
}
ul.header_menu_subitems_container {
    position: absolute;
    padding: 0;
    left: 0;
    top: 50px;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 10000;
    border-top: 3px solid #006039;
}
li.header_menu_items_item:hover ul.header_menu_subitems_container {
    display: flex;
}
li.header_menu_subitems_item {
    position: relative;
    display: flex;
    flex: 1 1 12.5%;
    max-width: 12.5%;
}
a.menu_drop_item_link {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 18px;
}
.search_container {
    height: 0;
    top: 36px;
    z-index: 10;
    background: #EBEBEB;
    border-top: 0px solid #006039;
    padding: 0 6px;
    transition: .15s all linear;
}
.search_container.search_visible {
    height: 50px;
}
.search_container form {
    width: 960px;
    margin: 0 auto;
}
.search_container input {
    line-height: 36px;
    border: 0;
    padding: 0 6px;
    margin: 6px;
    border-bottom: 1px solid #7f7f7f;
    font-size: 12px;
    background: transparent;
    outline: none;
    color: #7f7f7f;
}
.search_container button {
    margin: 6px;
    min-width: auto;
    width: 36px;
    background: transparent;
    color: #006039;
}
.category_bread_container {
    background: #ebebeb;
}
.category_bread_wrapper {
    width: 960px;
    margin: 0 auto;
    font-size: 10px;
    padding: 6px 0;
    text-transform: uppercase;
}
.category_bread_separator {
    padding: 0 6px;
}
.category_bread.active {
    color: #006039;
    font-weight: 600;
}





/* ################################# FOOTER ################################# */
.footer_container {
    background: #EBEBEB;
}
.footer_wrapper {
    width: 960px;
    padding: 32px 0 0;
    color: #7F7F7F;
    margin: 0 auto;
}
.footer_menu_block_wrapper {
    width: 12.5%;
    flex: 1 1 12.5%;
}

a.footer_menu_block_title {
    font-size: 12px;
    text-transform: uppercase;
   
    color:#7F7F7F;
    text-decoration: none;
    margin: 0 0 12px;
    display: flex;
}
a.footer_menu_block_link {
    font-size: 10px;
    display: flex;
    color:#7F7F7F;
    text-decoration: none;
    text-transform: uppercase;
}
button.footer_menu_block_social {
    min-width: auto;
    font-size: 16px;
    background: #006039;
    padding: 0;
    line-height: 24px;
    height: 24px;
    min-height: auto;
    width: 24px;
    color: #fff;
    border-radius: 0;
    margin: 0;
}
.footer_branding_logo_wrapper {
    width: 100%;
}
.footer_branding_logo_wrapper div {
    height: 82px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0;
}
.footer_branding_details_text {
    color: #006039;
    font-size: 12px;
}
.footer_branding_details_separator {
    border-left: 1px solid #006039;
    margin: 0 6px;
    height: 12px;
}
.footer_copyright_container {
    background: #006039;
    color: #fff;
    font-size: 9px;
    padding: 6px 0;
    margin: 6px 0 0;
}
a.footer_copyright_link {
    font-weight: 600;
    padding: 0 6px;
}









/* ################################# HOME ################################# */
.home_banner_container {
    position: relative;
}
.home_banner_container slick {
    width: 100%;
    height: calc(100vh - 215px) !important;
}
.home_banner_container slick button.slick-arrow {
    display: none !important;
}
button.home_slider_button.md-button {
    position: absolute;
    top: 50%;
    z-index: 100;
    background: none;
    min-width: auto;
    font-size: 40px;
    color: #fff;
    padding: 0;
    border-radius: 50%;
}
button.home_slider_button.previous {
    left: 0;
}
button.home_slider_button.next {
    right: 0;
}
.home_banner_container slick.slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home_banner_container slick ul.slick-dots {
    display: none !important;
}
.home_outer_wrapper {
    width: 960px;
    margin: 0 auto;
}
.home_featured_banners_wrapper {
    margin: 0 6px;
}
.home_banner_img {
    padding: 0 40px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_banner_img_text_wrapper {
    width: 50%;
    text-align: right;
    padding: 12px 0;
}
.home_banner_img_copyright_title {
    font-size: 9px;
    text-align: left;
    color: #006039;
    border-bottom: 2px solid #006039;
    width: 100%;
    text-transform: uppercase;
}
.home_banner_img_title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    color: #505050;
    text-align: right;
    width: 100%;
    margin: 6px 0;
}
.home_banner_img_text {
    color: #7F7F7F;
    font-size: 9px;
}
.home_banner_img_text_wrapper a, .home_banner_img_text_wrapper button {
    margin: 6px 0 0px auto;
    background: #006039;
    color: #fff;
    border-radius: 0;
}

.section_title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #006039;
    margin: 20px 0 0;
}


md-tabs.home_featured_selection_tabs .md-tab {
    color: rgba(127, 127, 127, 0.5);
    font-size: 10px;
}
md-tabs.home_featured_selection_tabs .md-tab.md-active {
    color: #7f7f7f;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #006039;
    background: #006039;
}


.home_service_img_copyright_title {
    font-size: 9px;
    text-align: left;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    text-transform: uppercase;
    display: inline;
}
.home_featured_service_wrapper {
    height: calc(120px - 30px);
    background-position: center;
    background-size: cover;
    padding: 15px;
    cursor: pointer;
}
.home_service_img_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0;
}
.home_featured_service_container {
    margin: 6px 3px;
}
.home_featured_services_second_row_wrapper .home_featured_service_container {
    margin: 0px 3px 6px;
}
.home_featured_services_second_row_wrapper .home_featured_service_wrapper {
    height: calc(300px - 30px);
}
slick.brand_slider_container .slick-slide {
    height: auto;
}
.cls-1 {
    fill: #060606;
}
.brand_slider_item_wrapper {
    padding: 0 18px;
    max-height: 100px;
}
.brand_slider_item_wrapper object.logo {
    position: relative;
    width: 100%;
    height: 100%;
}
slick.brand_slider_container button {
    display: none;
}
slick.brand_slider_container.slick-slider {
    height: auto;
    margin: 0 0 50px;
}
.category_header_wrapper {
    position: relative;
}