@font-face {
    font-family: 'groldbold';
    src: url('../fonts/grold-bold-webfont.woff2') format('woff2'),
        url('../fonts/grold-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldextrabold';
    src: url('../fonts/grold-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/grold-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldlight';
    src: url('../fonts/grold-light-webfont.woff2') format('woff2'),
        url('../fonts/grold-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldregular';
    src: url('../fonts/grold-regular-webfont.woff2') format('woff2'),
        url('../fonts/grold-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldthin';
    src: url('../fonts/grold-thin-webfont.woff2') format('woff2'),
        url('../fonts/grold-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'groldregular';
    font-size: 1rem;
    color: #a3a3a3;
}

#header.scrolled {
    background-color: #d6a886 !important;
    transition: background-color 50ms linear;
}

#header {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1111;
    height:80px;
}


#header.scrolled {
    background-color: #d6a886 !important;
    transition: background-color 50ms linear;
}

.navbar-brand img {
    -webkit-transition: all 2s;
    transition: all 2s;
}

.nav-link {
    font-size: 1rem;
    color: #d6a886;
    margin: 0 .3em !important;
    padding: .9em 1.5em !important;
    text-align: center;
}

dropdown-toggle.show, 
.nav-link:active,
.nav-link:hover {
    font-size: 1rem;
    color: #fff;
    background: #d6a886;
    padding: .9em 1.5em !important;
    text-align: center;
}

.nav-link.icon {
    font-size: 1.5rem;
    margin: 0 .1em !important;
    color: #D6A886;
    padding: .4em .5em !important;
    text-align: center;
}

.nav-link.icon:hover {
    font-size: 1.5rem;
    background: #d6a886;
    color: #fff;
    padding: .4em .5em !important;
    text-align: center;
}

.navbar-expand-sm {
    padding-top: 10px;
    /*background: #fff;*/
}

.navbar {
    background: #fff;
}

.navbar.scrolled {
    background: #D6A886;    
}

#header.scrolled .navbar-nav .nav-link{
    color: #fff !important;
    transition: color 50ms linear;
}

.dropdown-item:active {
    color: #fff;
    background-color: #d2ac94;
}

.dropdown-menu.show {
    border-radius: 0
}

.page_btn {
    background: #d2ac94;
    color: #fff;
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: 1px solid #d2ac94;
}

.page_btn:hover {
    background: #f3e4d1;
    color: #d2ac94;
    border: 1px solid #d2ac94;
}

.page_btn i:hover{
    background: #d2ac94;
    color: #fff;
}

.page_btn i{
    background: #f3e4d1;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px 18px 18px;
    margin-left: 10px;
    font-size: 1.5rem;
}

.carousel-item img {
    height: 100vh;
    width: 100%;
}

.carousel-item {
    overflow-x: hidden;
}


.carousel-caption {
    bottom: 40%;
}

.carousel-caption h7 {
    font-size: 1.5rem;
    letter-spacing: .5rem;
}

.carousel-caption p {
    font-family: 'groldlight';
    font-size: 3.5rem;
}

.carousel-caption a i {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    background: rgba(214, 168, 134, 0.8);
    padding: 10px 20px;
}

.carousel-caption b {
    font-family: 'groldbold';
}

#menu_cat .container {
    margin-top: -115px;
}

#menu_cat .container .row {
    background: #f2decc;
    color: #fff;
    z-index: 1000;
    position: relative;
    overflow-y: hidden;
}

#menu_cat a {
    text-decoration: none;
    color: #fff;
}

#menu_cat p {
    font-family: 'groldregular';
    font-size: 1.5rem;
}

#menu_cat h1 {
    font-family: 'groldthin';
    font-size: 7rem;
}

#home_half .container,
#home_map .container-fluid {
    font-family: 'groldregular';
}

#home_half image_section,
#home_map image_section {
    overflow-x: hidden;
}

#home_catalogo_virtual h7,
#home_half h7,
#home_map h7 {
    letter-spacing: .5rem;
}

#home_half h7,
#home_map h7 {
    color: #d2ac94;
}

#home_catalogo_virtual h1,
#home_half h1,
#home_map h1 {
    font-family: 'groldlight';
}

#home_half h1,
#home_map h1 {
    color: #d2ac94;
}

#home_catalogo_virtual p,
#home_showroom p,
#home_atrib p,
#home_half p,
#home_map p {
    font-size: 1.3rem;
}

#home_map .row-fluid{
    display: flex;
    justify-content: flex-end!important;        
}

#home_atrib p {
    font-size: 1rem;
}

#home_atrib {
    background: #f3e4d1;
    color: #d2ac94;
}

#home_catalogo_virtual b,
#home_map b,
#home_half b,
#home_atrib b {
    font-family: 'groldbold';
}

#catalog_bg{
    background: url("../img/index_catalogo.jpg");
    background-position: center center !important;
    background-size: cover;
}

#catalog_btn {
    background: #f3e4d1;
    color: #c5a690;
    border-radius: 0;
    padding: 15px;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: none;
}

#catalog_btn i{
    font-size: 1.5rem;
    padding-left: 10px;
    margin-bottom: -5px;
}

#home_showroom h4{
    letter-spacing: .5rem;
    color: #d2ac94;
}

#home_showroom h1{
    font-family: 'groldlight';
    color: #d2ac94;
}

#home_showroom h1 b{
    font-family: 'groldbold';
    color: #d2ac94;
}

#showroom_cats a {
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none;
    color: #d2ac94;
}

#showroom_cats {
    background: #faf2ea;
}

#showroom_cats ul li{
    display: inline;
    padding: .8em 2em !important;
    border-right: 1.5px solid  #d2ac94;
}

#showroom_cats ul li:last-child{
    border-right: none;
}

#home_map .image_map {
    background: url("../img/index_mapa.jpg") no-repeat;
    background-position: center right;
    background-size: cover;
}

#homeJustifyGallery img{
    max-height: 300px !important;
    /*width: auto !important;*/
}

#footer {
    width: 100%;
    padding-top: 40px;
    background: url('../img/bg_footer.jpg');
    background-position: center center !important;
    background-size: cover;
    /*background-size: 100% 100%;*/
}

#footer h3{
    color: #FFF;
    font-family: 'groldthin', sans-serif;
}

#footer ul{
    list-style-type: none;
}

#footer ul li{
    padding: 12px 0;
}

#footer ul li a{
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

#footer_contato ul li a i,
#footer_social a i{
    vertical-align: middle !important;
    color: #FFF;
    font-size: 1.5rem;
    margin-right: 15px;
}

#footer_links ul li a h5 {
    font-size: 1rem;
    font-family: 'groldlight', sans-serif;
}

#footer_links ul,
#footer_contato ul,
#footer_social ul{
    padding: 0;
    list-style-type: none;
}

#footer-bottom p{
    font-family: 'groldlight', sans-serif;
}

#footer-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #bd9685;
    color: #fff;
}

.float-left {
    float: left!important;
}

#email_result {
    margin-top: 3px;
}

#creditos a{
    text-decoration: none;
    color: #fff;
}

#creditos img{
    width: 24px;
}

.custom-newsletter {
    position: relative;
    width: 100%;
    margin-top: 5px;
}
.custom-newsletter-input {
    width: 100%;
    border: none;
    padding: 15px 100px 15px 40px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}
.custom-newsletter-button {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 0;
    background: #c19781;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 40px;
    z-index: 2;
}

::placeholder {
    color: #c19781;
    opacity: 1; /* Firefox */
    letter-spacing: .2rem;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #c19781;
    letter-spacing: .2rem;
}
/*
:target {
    scroll-margin-top: 100px;
}*/


#main {
    min-height: 500px;
    background-size: auto;
    margin-bottom: 40px;
}

#page_top{
    padding-top: 160px;
    padding-bottom: 40px;
    background: url("../img/bg_page.jpg") no-repeat;
    margin-bottom: 60px;
}

.search-result h2 {
    color: #d2ac94;
}

.search-result img {
    border-radius: 25px;    
}

.search-result a.search-link{
    font-family: 'groldlight', sans-serif;
    color: #d2ac94;
    font-size: 1rem;
}

#view_catalog a {
    text-decoration: none;
    color: #fff;
}

a.catalog:hover img{
    opacity: 0.7;
}

a.catalog:hover .expand-image{
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.expand-image {
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto; 
    padding: 12px 15px;
}

#prod_destaques,
#historia,
#meio_ambiente,
#catalogo_download,
#faq{
    margin-bottom: 40px;
}

#prod_destaques .container{
    margin-top: -120px;
}

#prod_destaques .container .row{
    background: #fff;
    z-index: 1000;
    position: relative;
    padding: 15px 15px;
    border-radius: 30px;
}

#prod_destaques .prod_destaque_item{
    margin: 0px;
    padding: 7px;
}

#prod_destaques .prod_destaque_item a{
    font-family: 'groldlight', sans-serif;
    color: #d2ac94;
    font-size: 1.5rem;
}

#prod_destaques .prod_destaque_item .card{
    border: none;
}

#prod_destaques .prod_destaque_item .card img{
    border-radius: 25px;
    border: none;
}

.prod_destaque_img {
    opacity: 0.3;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    z-index: 1001;
}

.middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1001;
}

.middle p{
    line-height: 25px;
    width: 100%;
}

.prod_destaque_item .middle .section-divider {
    opacity: 0.3;
    display: block;
    width: 30%;
    height: 3px;
    background: #d2ac94;
    margin: 0 auto;
    margin-bottom: 20px;
}

.prod_destaque_item:hover .prod_destaque_img {
    opacity: 1;
}

.prod_destaque_item:hover .middle {
    opacity: 1;
    color: #fff;
}

.prod_destaque_item:hover .middle .section-divider {
    opacity: 1;
}

#historia_info h2,
#faq_info h2,
#catalogo_info h2,
#ambiente_info h2{
    color: #d2ac94;
}

#news_info h2{
    color: #d2ac94;
}

#historia_info,
#faq_info,
#catalogo_info,
#ambiente_info,
#news_info{
    padding-left: 40px;
    padding-right: 40px;
}

#historia_info .btn-group a {
    font-family: 'groldbold', sans-serif;
    color: #d2ac94;
    text-decoration: none;
    padding-left: 0;
    padding-right: 30px;
}

#historia_img {
    padding-right: 0;
}

#ambiente_img {
    padding-left: 0;
}

#historia_img img{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

#ambiente_img img{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.accordion .card {
    border: none;
}

.accordion .card-header{
    border-bottom: none;
    background: transparent;
}

.accordion .card-body{
    padding: 5px 40px;
}

.accordion .card-header .btn-link{
    color: #fff;
    text-decoration: none;
    background: #d2ac94;
    border-color: #d2ac94;
    border-radius: 20px;
    padding: 15px 25px;
}

.accordion .card-header .btn-link[aria-expanded="false"] .fa-chevron-down {
    transform: rotate(0deg);
}

.accordion .card-header .btn-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: 0.5s;
}

#catalogo_download .container-fluid {
    margin-left: 0 !important;
}

#catalogo_download #catalogo_img {
    background: #FAECE6 url('../img/home_catalogo.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#catalogo_download #catalogo_info {
    background: #FAECE6;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

#news_img {
    background: #d2ac94;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

#news_img img{
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news_info {
    object-fit: cover;
    background: #d2ac94;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

#news_img_overlay {
    border-radius: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: .3s ease;
    background-color: rgba(0,0,0,0.3);
}

#news_img:hover #news_img_overlay {
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}

#news_img_icon {
    color: rgba(255,255,255,1);
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
}

#news_img_icon span{
    text-align: center;
    font-size: 1rem;
}


#feed_top{
    background: #FAECE6;
    color: #d2ac94;
    font-family: 'groldbold', sans-serif;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#feed_bottom{
    background: #FAECE6;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#feeds{
    padding-bottom: 40px;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}

.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

#searchModal .modal-header h5{
    color: #d2ac94;
}

#searchModal #button-search{
    border: 1px solid #d2ac94;
    background: #d2ac94;
    color: #fff;
}

#searchModal .modal-content{
    border: none; 
    border-radius: 0;
}

#searchModal input {
    border: none;    
}

#searchModal .modal-header {
    border-bottom: none;   
}

#searchModal .modal-footer {
    border-top: none;   
}
/*------------HOME CSS END-------------*/

/*------------PRODUTOS CSS-------------*/
.product-card {
    margin-bottom: 40px;
}

.product-card-thumb{
    padding: 0;
}

/*.product-view img,
.product-card-thumb img{
    border-radius: 25px;
}*/

.product-view a,
.product-card-thumb a{
    font-size: 1.5rem;
    color: #d2ac94;
}

.product-view .middle .section-divider,
.product-card-thumb .middle .section-divider {
    display: block;
    width: 30%;
    height: 3px;
    background: #f3e4d1;
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-view:hover .card-img-top,
.product-card-thumb:hover .product-card-thumb-img {
    opacity: 0.3;
}

.product-card-text div{
    width: 100%;
    /*text-align: center;*/
    color: #fff;
}

.product-card-text a,
.produto_content a.btn-principal{
    text-decoration: none;
    font-family: 'groldbold', sans-serif;
    font-size: .6rem;
    letter-spacing: 2px;
    color: #d2ac94;
    background: #f3e4d1;
    border-color: #f3e4d1;
    padding: 10px 20px;
}
.produto_content a.btn-principal i{
    color: #fff;
}

.produto_content a.btn-principal:hover,
.product-card-text a:hover{
    color: #fff;
    background: #d2ac94;
    border-color: #d2ac94;
}

.product-card-text span.double-left-right{
    text-decoration: none;
    font-size: 1.5rem;
}

.product-card-text h4{
    color: #d2ac94;
}

.product-view {
    border: none;
    border-radius: 0;
}

.card-body h5,
.modulo-info h5 {
    color: #d2ac94;
}

.modulo-info i {
    color: #d2ac94;
}

#content-product-tabs {
    margin-top: 20px;
    padding-top: 20px;
    background: #fff;
}

.product-video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.product-video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.product-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#content-product-tabs {
    margin-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.nav-pills {
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    color: #d2ac94;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 0;
}

.nav-pills .show > .nav-link {
    color: #d2ac94;
    background-color: transparent;
    border-radius: 0;
    /*border-bottom: 1px solid #d2ac94;*/
}

.nav-pills .nav-link.active, 
.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #d2ac94 !important;
    border-radius: 0;
    /*border-bottom: 1px solid #d2ac94;*/
}


.produto_content .entry-footer {
    padding-top: 10px;
    /*border-top: 1px solid #e6e6e6;*/
}

.produto_content .entry-footer i {
    color: #d2ac94;
    display: inline;
}

.produto_content .entry-footer i:hover {
    color: #d2ac94;
}


.produto_content .entry-footer a:hover {
    color: #d2ac94;
}

.produto_content .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.produto_content .entry-footer .cats li {
    display: inline-block;
}

.produto_content .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 16px;
}

.produto_content .entry-footer .tags li {
    display: inline-block;
}

.produto_content .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #d2ac94;
    content: ",";
}

#produto-tabs .share {
    font-size: 24px;
}

#produto-tabs .share i {
    padding-left: 8px;
}

#produto-tabs .share a{
    text-decoration: none;
    color: #d2ac94;
    transition: 0.3s;
}

#produto-tabs .share {
    font-size: 24px;
}

#produto-tabs .share i {
    padding-left: 8px;
}
/*------------PRODUTOS CSS END-------------*/

.table{
    width: 100% !important;
}

.page-content {
    margin-bottom: 20px;
    background: #fff;
    padding: 40px 30px;
}

.repr-card h4{
    border-radius: 10px;
    background: #d2ac94;
    color: #fff;
    padding: 5px 8px;
}

.repr-card h5{
    color: #d2ac94;
    padding: 5px 8px;
}

.repr-card p{
    padding: 5px 8px;
}

.repr-card i{
    color: #d2ac94;
}

.repr-card a.repr-social{
    font-size: 30px;
    text-align: right;
    text-decoration: none;
    color: #d2ac94;
}

.repr-card a.repr-social:hover{
    color: #d2ac94;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.entry, .contact-form {
    padding: 30px;
    margin-bottom: 40px;
    background: #f3e4d1;
    border-radius: 0!important;
}

.entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.entry .entry-img img{
    width: 100%;
}

h2.entry-title a {
    color: #d2ac94;        
    transition: 0.3s;
}

h2.entry-title a:hover {
    text-decoration: none;
}

.entry .entry-meta a {
    color: #d2ac94;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
}

.entry .entry-content p {
    line-height: 24px;
}

.entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.entry .entry-content .read-more a {
    display: inline-block;
    background: #d2ac94;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.entry .entry-content .read-more a:hover {
    background: #d2ac94;
    text-decoration: none;
}

.entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #2b2320;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.entry .entry-footer i {
    color: #d2ac94;
    display: inline;
}

.entry .entry-footer i:hover {
    color: #d2ac94;
}

.entry .entry-footer a {
    color: #d2ac94;
    transition: 0.3s;
}

.entry .entry-footer a:hover {
    color: #d2ac94;
    text-decoration: none;
}

.entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.entry .entry-footer .cats li {
    display: inline-block;
}

.entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 16px;
}

.entry .entry-footer .tags li {
    display: inline-block;
}

.entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #d2ac94;
    content: ",";
}


.entry-single {
    margin-bottom: 30px;
}

.paginator {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center !important;
}

.paginator_item {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 16px;
    color: #d2ac94;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginator_item:hover {
    color: #fff;
    background: #d2ac94;
    text-decoration: none;
}

.paginator_active,
.paginator_active:hover {
    color: #fff;
    background: #d2ac94;
    text-decoration: none;
}

.sidebar{
    padding: 30px;
    margin: 0 0 60px 20px;
    background: #e6e6e6;
    border-radius: 25px;
}

.sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #2b2320;
    position: relative;
}

.sidebar .sidebar-item {
    margin-bottom: 30px;
}

.sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}

.sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #d2ac94;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

/*.sidebar .search-form form button:hover {
    background: #fd5c28;
}*/

.sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.sidebar .categories ul li + li {
    padding-top: 10px;
}

.sidebar .categories ul a {
    color: #745f56;
}

.sidebar .categories ul a:hover {
    color: #d2ac94;
    text-decoration: none;
}

.sidebar .categories ul a span {
    padding-left: 5px;
    color: #9c847b;
    font-size: 14px;
}

.sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.sidebar .recent-posts h4 a {
    color: black;
    transition: 0.3s;
}

.sidebar .recent-posts h4 a:hover {
    color: #d2ac94;
    text-decoration: none;
}

.sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #d2ac94;
}

.sidebar .tags {
    margin-bottom: -10px;
}

.sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.sidebar .tags ul li {
    display: inline-block;
}

.sidebar .tags ul a {
    color: #745f56;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #ded5d2;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #d2ac94;
    background: #d2ac94;
    text-decoration: none;
}

.sidebar .tags ul a span {
    padding-left: 5px;
    color: #c8bab5;
    font-size: 14px;
}

.btn-link {
    color: #d2ac94;
}

.contact-form .row.form-group .form-control{
    margin-bottom: 20px;
    border: 1px solid #d2ac94;
    border-radius: 0;
}

.contact-form .row.form-group label{
    margin-bottom: 10px;
}

.contact-form .row.form-group label i{
    margin-right: 10px;
}

.contact-form button.page_btn{
    float: right;
}

@media screen and (max-width: 385px) {
    .navbar-logo-centered img {
        width: 100px !important;
    }
}

@media screen and (max-width: 518px) {

    .carousel-caption {
        bottom: 35%;
    }

    .carousel-caption h7 {
        font-size: 1rem;
        letter-spacing: .3rem;
    }

    .carousel-caption p {
        font-family: 'groldlight';
        font-size: 3rem;
    }

    .carousel-caption a i {
        font-size: 1.5rem;
        background: rgba(214, 168, 134, 0.8);
        padding: 10px 20px;
    }

    .carousel-caption b {
        font-family: 'groldbold';
    }
}

@media screen and (max-width: 575px) {

    #menu_cat .container {
        margin-top: -50px;
    }

    #catalog_bg{
        padding-left: 50px;
    }


    #catalog_btn {
        padding: 10px;
        font-size: .6rem;
        letter-spacing: .2rem;
    }

    #catalog_btn i{
        font-size: 1.5rem;
        padding-left: 10px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .page_btn {
        font-size: .3rem;
        letter-spacing: .2rem;
        padding: 8px 8px 8px 8px;
    }

    .page_btn i{
        display: none;
    }

    #home_half > .container .half_2 {
        display: flex;
        flex-direction: column-reverse !important;
    }
    
    #home_map .row-fluid{
        display: flex;
        justify-content: center !important;        
    }
    
    .text_map {
        text-align: center !important;
        
    }
    
/*----------------*/

    #historia_img {
        padding-right: 15px;
    }

    #historia_img img{
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    #meio_ambiente .container-fluid .row {
        display: flex;
        flex-direction: column-reverse !important;
    }

    #ambiente_img {
        padding-left: 15px;
    }

    #ambiente_img img{
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    #catalogo_info {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #news_info {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 40px !important;
    }

    #news_img {
        background: transparent;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #feed_top,
    #feed_bottom {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .btn-theme-orange-icon2,
    .btn-theme-orange-icon {
        display: none;
    }

    .btn-theme-orange {
        display: block;
        width: 100%;
    }

    #page_top h1{
        font-size: 2rem;
    }

    #page_top h5{
        font-size: 1rem;
    }
    
    .product-card-text{
        padding-bottom: 30px;
        background: #d2ac94;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    
    .product-card-thumb{
        background: #d2ac94;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .product-card-text h4{
        color: #d2ac94;
        padding-top: 20px;
    }

    .product-card-text h2{
        font-size: 2.3rem;
    }

    .product-card-text h7{
        font-size: 1.3rem;
    }

    .modulo-info {
        margin-top: 30px;
    }

    .container-modulo {
        text-align: center;
    }
    
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    #prod_destaques .container{
        margin-top: -70px;
    }

    #prod_destaques .container .row{
        padding: 10px 10px;
    }

    #prod_destaques .prod_destaque_item{
        margin: 0px;
        padding: 5px;
    }

    #prod_destaques .prod_destaque_item a{
        font-size: 1.0rem;
    }

    .product-card-text h2{
        font-size: 1.5rem;
    }

    .product-card-text h7{
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        margin-top: 8px !important;
        width: 150px !important;
    }

    .nav-link {
        font-size: 1rem !important;
        text-align: left;
        padding: 1em .8em !important;
    }


    .nav-link.icon {
        font-size: 1.5rem;
        color: #d6a886;
        padding: 1em .8em !important;
        text-align: center;
    }

    /* .navbar-collapse {
        margin-top: 20px;
    } */

    .page_btn {
        font-size: .5rem;
        letter-spacing: .2rem;
    }

    .page_btn i{
        padding: 8px 12px 14px 14px;
        margin-left: 10px;
        font-size: 1rem;
    }
    

    #footer-logo{
        text-align: center;
        padding-bottom: 20px;
    }
    #footer-logo img{
        width: 30%;
        margin: 0 auto;
    }    
    
    .custom-newsletter {
        text-align: center;
    }

    .custom-newsletter-input {
        padding: 10px 20px;
    }

    .custom-newsletter-button {
        position: relative;
        margin: 10px auto;
        padding: 10px 40px;

    }    

    ::placeholder {
        font-size: .7rem;
        letter-spacing: .2rem;
    }

    ::-ms-input-placeholder { /* Edge 12 -18 */
        font-size: .7rem;
        letter-spacing: .2rem;
    }    
    
}

@media screen and (max-width: 1130px) {
    .navbar-logo-centered img {
        margin-top: 10px;
        width: 120px;
    }
    

    #showroom_cats ul li{
        padding: 1em 1.5em !important;
        border-right: none;
    }
}

@media screen and (max-width: 1390px) {
    .navbar-logo-centered img {
        margin-top: 8px;
        width: 180px;
    }

    .nav-link {
        font-size: .8rem !important;
    }

    .nav-link.icon {
        font-size: 1.3rem !important;
        color: #d6a886;
        padding: .4em .5em !important;
        text-align: center;
    }
}