﻿html {
    
}
body {
    
}

p {
    margin-bottom: 1rem !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.strong {
    font-weight: 700 !important;
}

.bg-principal { background: #b98b1c !important; }
.bg-secundario { background: #dbc351 !important; }

.text-principal  { color: #b98b1c !important; }
.text-secundario { color: #dbc351 !important; }
.text-preto { color: #000000 !important; }
.text-branco { color: #ffffff !important; }

.icoMR { margin-right: 5px; }
.icoML { margin-left: 5px; }

a.link-azul { color: #dbc351 !important;  }
a.link-azul:hover { color: #b98b1c !important; }

a.link-cinza { color: #888 !important;  }
a.link-cinza:hover { color: #0989bd !important; }

.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }

.p-10-15 { padding: 10px 15px !important; }

.m-t-20 { margin-top: 20px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-30 { margin-bottom: 30px !important; }

.borderDec {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.corWhatsapp {
    color: #25d366;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumb { width: 50% !important; }

.bg-whatsapp {
    background-color: #25d366;
    color: #fff;
}

.btn-dec {
    padding: 10px 15px;
    display: block;
}

.btn-verde {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}
    .btn-verde:hover {
        color: #25d366;
        background-color: #fff;
        border-color: #fff;
    }

.btn-default {
    color: #fff !important;
    background-color: #dbc351 !important;
    border-color: #dbc351 !important;
}

.btn-default:hover {
        color: #fff !important;
        background-color: #474747 !important;
        border-color: #474747 !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: #474747 !important;
    border-color: #474747 !important;
}
    .btn-primary:hover {
        color: #fff !important;
        background-color: #b98b1c !important;
        border-color: #b98b1c !important;
    }

.btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #b98b1c !important;
    color: #b98b1c !important;
}
    .btn-outline:hover {
        background-color: #dbc351 !important;
        border-width: 2px;
        border-style: solid;
        border-color: #dbc351 !important;
        color: #ffffff !important;
    }

.bg-img {
    background: url(/img/bg.jpeg) center center no-repeat;
    background-size: cover;
}

button.btn.btn-whatsapp, .btn:not(.close):not(.mfp-close).btn-whatsapp, a.btn:not([href]):not([tabindex]).btn-whatsapp {
    background-color: #25d366 !important;
    color: #ffffff !important;
    border-width: 0;
}

.single-gallery-image {
    -ms-background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    -ms-background-position: center center !important;
    background-position: center center !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    height: 200px;
    width: 100%;
}
.single-gallery-image-big {
    -ms-background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    -ms-background-position: center center !important;
    background-position: center center !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    height: 460px;
    width: 100%;
}

.gallery-dec {
    display: block;
    height: 200px !important;
    position: relative;
    margin-bottom: 20px !important;
}


.bg-img-cover {
    height: 250px;
}

.bg-padrao {
    background: url(/images/pattern/pattern00.jpg);
    background-size: cover;
}

/* Banner */

section.p-50 {
    padding: 50px 0 !important;
}

/* BG titulos */
.bg-titulos {
    padding-top: 110px;
}
.bg-titulos .breadcrumbs { margin-bottom: 0 !important;  }


/* Bt Zap Dec */
#bt-zap-dec {
    z-index: 200;
    opacity: 1;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 17px;
    bottom: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: #25d366 !important;
    overflow: hidden;
    border: 2px solid #fff;
}

#bt-zap-dec i {
    line-height: 52px !important;
    width: 52px !important;
    height: 49px !important;
    font-size: 35px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
}

#bt-zap-dec:hover i {
    color: #9bffc0;
}

#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 75px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
}
/* fim Bt Zap Dec */


/* topo e Menu */
#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
    background-color: #222;
    /*background: url(/images/pattern/pattern00.jpg);*/
}

.sticky-active #mainMenu nav > ul > li > a {
    padding: 10px 12px;
    font-size: 19px;
    text-transform: capitalize;
    color: #fff;
}

#logo {
    padding: 10px 0;
}
#topbar.topbar-colored, #topbar.topbar-colored.dark {
    background-color: #b98b1c !important;
}

#topbar .top-menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-right: 50px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 15px !important;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-family: "Poppins", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

#mainMenu nav > ul > li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 286px;
    top: auto;
    background-color: #ffffff;
    border: 0;
    color: #000000;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 0 33px 32px rgb(0 0 0 / 10%);
    padding: 10px;
    display: none;
    position: absolute;
}

#mainMenu nav > ul > li > a {
    padding: 10px 12px;
    font-size: 19px;
    text-transform: capitalize;
}

    #mainMenu nav > ul > li > a:hover {
        color: #dbc351 !important;
    }
#mainMenu nav {
    float: right;
    padding-right: 10px;
}

    #mainMenu nav > ul > li > a.active {
        color: #dbc351 !important;
    }

#selo {
    position: absolute;
    top: -40px;
    width: 300px;
    left: 312px;
}
.sticky-active #selo {
    top: -7px;
    width: 256px;
    left: 334px;
}

.sliderHome .text-medium {
    font-size: 70px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sliderHome .text-sec {
    font-size: 38px !important;
    line-height: 1.1;
    text-transform: uppercase;
}

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
    padding-top: 230px;
    padding-bottom: 0px;
    align-self: center !important;
}
.inspiro-slider .slide .slide-captions h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 30px;
    color: #ffffff;
}
/* fim topo e Menu */


.heading-text.heading-section h2 {
    position: relative;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 60px;
}

/* Home */
.fullscreen .container, .fullscreen .container-wide {
    margin-top: 150px;
    margin-bottom: 0;
}

.home-bemvindo {
    background: url(/images/pattern/pattern00.jpg);
    background-size: cover;
}

.home-bemvindo .text-medium {
    font-size: 39px !important;
}

#home-fotos .portfolio-description,
#home-fotos .portfolio-image {
    cursor: default;
}
/* fim Home */

/* Produtos */
.titulo-loja {
}

    .titulo-loja small {
        -webkit-text-fill-color: transparent !important;
        -webkit-background-clip: text !important;
        background: radial-gradient(circle at left top, #444 9%, #444 48%, #444 91%) !important;
        font-weight: 300;
        /*display: block;*/
    }

#pag-produtos .product {
    margin-bottom: 15px;
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-radius: 15px;
    cursor: default;
}

    #pag-produtos .product:hover {
        border-radius: 15px;
    }

    #pag-produtos .product .product-sale-off {
        border-radius: 8px 0 0;
        bottom: 0px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 8px;
        height: auto;
        line-height: initial;
        position: absolute;
        right: 0px;
        text-align: center;
        text-shadow: 0 0 0 rgb(0 0 0 / 14%);
        width: auto;
        z-index: 5;
        background-color: #33eb01;
    }

    #pag-produtos .product .product-description {
        padding: 15px 5px;
        background: rgb(237,237,237);
        background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
        text-align: center;
        border-radius: 0 0 15px 15px;
    }

    #pag-produtos .product:hover .product-description {
        background-color: #ededed !important;
        color: #fff !important;
    }

    #pag-produtos .product .product-category {
        display: block;
        opacity: 1;
        font-size: 13px;
    }

        #pag-produtos .product .product-category a:hover {
            color: #000 !important;
        }

    #pag-produtos .product .product-title {
        max-width: 100%;
        margin-bottom: 10px;
    }

        #pag-produtos .product .product-title h3, #pag-produtos .product .product-title h3 a {
            color: rgb(51, 51, 51);
            font-size: 17px;
            font-weight: 600;
            line-height: 16px;
            height: 32px;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    #pag-produtos .product:hover .product-title h3, #pag-produtos .product:hover .product-title h3 a {
        color: #dbc351 !important;
    }

    #pag-produtos .product .product-price {
        width: 100%;
        float: none;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }

        #pag-produtos .product .product-price del {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            margin: 0 15px 0 0;
            opacity: 0.6;
            color: red;
        }

    #pag-produtos .product .product-image {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
        border-radius: 15px 15px 0 0;
    }

        #pag-produtos .product .product-image > a, #pag-produtos .product .product-image img {
            display: block;
            width: auto;
            height: 200px;
        }


/* Detalhes */
#pag-produtos-det .product .product-price {
    width: 100%;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

    #pag-produtos-det .product .product-price del {
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        opacity: 1;
        color: red;
    }

    #pag-produtos-det .product .product-price ins {
        color: #444;
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 26px;
        text-decoration: none;
        display: block;
    }

#pag-produtos-relacionados .widget-shop .product:last-child {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
}

#pag-produtos-relacionados .widget-shop .product {
    position: relative;
    float: left;
    min-height: 96px;
}
/* fim Produtos */

/* Contato */
.contact-info { font-size: 15px; padding-bottom: 15px; }
.contact-info i.fa { margin-right: 5px; font-size: 21px; }
#retornoajax, #retornoajaxG {
    background-color: #f4f4f4;
    padding: 10px 15px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#retornoajaxG { font-size: 12px; border: 1px dotted #ccc; }

    #map {
        height: 600px;
        width: 100%;
    }


/* Rodapé */
#footer {
    display: block;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.footer-area {
    background: #ffffff;
}

.footer-padding {
    padding-top: 80px;
    padding-bottom: 60px;
}

#footer .copyright-content {
    min-height: 66px;
    padding: 15px 0;
    background-color: #222;
    font-size: 13px;
    color: #fff;
}
#footer .copyright-content a {
    color: #fff !important;
}

    #footer .copyright-content a:hover {
        color: #b98b1c !important;
    }


/* Ajustes no Layout */


.text-box {
    cursor: default;
}

#book {
    background-color: rgba(255,255,255, 0.8);
    border: 0;
    border-radius: 10px;
    padding: 40px;
}

.counters span {
    font-size: 50px;
    line-height: 40px;
}

#header a.cta {
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
    #header a.cta::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        border-radius: inherit;
        border: 1px solid #25d366;
        -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.28, 1) both infinite;
        animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.28, 1) both infinite;
    }
#header a.cta i {
        font-size: 30px;
        line-height: 1;
        position: relative;
        right: -1px;
        top: 7px;
        color: #fff;
    }
#header a.cta::after {
        position: absolute;
        border: 31px solid rgba(37, 211, 102, 0.1);
        content: "";
        border-radius: 50%;
        left: -6px;
        top: -6px;
        right: 0;
        z-index: 0;
        background: #0000;
    }
#header a.cta {
    padding: 0;
}


/*Celular*/
@media (max-width: 767px) {
    #header #logo > a {
        text-align: left;
        display: block;
        padding: 18px 0 0 20px;
    }
    #header #logo > a img {
        max-height: 45px;
        text-align: left;
        padding: 0;
    }

    .heading-text.heading-section h2 {
        position: relative;
        font-size: 33px;
        line-height: 42px;
        margin-bottom: 41px;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 45px;
        margin-bottom: 101px;
    }

    .copyright-content .social-icons {
        margin-left: 38%;
        /*-webkit-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

    .copyright-text {
        display: block;
        text-align: center !important;
        line-height: 18px;
    }
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {
    #header #logo > a {
        text-align: left;
        display: block;
        padding: 18px 0 0 20px;
    }

    #header #logo > a img {
        max-height: 45px;
        text-align: left;
        padding: 0;
    }

    .heading-text.heading-section h2 {
        position: relative;
        font-size: 33px;
        line-height: 42px;
        margin-bottom: 41px;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 45px;
        margin-bottom: 101px;
    }

    .copyright-content .social-icons {
        margin-left: 38%;
        /*-webkit-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

    .copyright-text {
        display: block;
        text-align: center !important;
        line-height: 18px;
    }

}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {
    #selo {
        display: none;
    }
}