@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@100..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); h1, h2, h3, h4, h5, h6, span {
    font-family: "Noto Serif Georgian", serif;
}

p, a, button {
    font-family: "Lora", serif;
}

/*header-slide*/
#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 0 !important;
}

@media (min-width: 700px) {
    .sticky-header-active #header .header-nav.header-nav-links nav > ul > li > a, .sticky-header-active #header .header-social-icons i, body.sem_capa #header .header-nav.header-nav-links nav > ul > li > a, body.sem_capa #header .header-social-icons i, #page_contato #header .header-nav.header-nav-links nav > ul > li > a, #page_contato #header .header-social-icons i {
        color: #a18342 !important;
    }
}

/*<###########>*/

/*text-slide*/
.texto-slide h2 {
    font-size: 50px !important;
    width: 50% !important;
    line-height: 1.2em !important;
    margin-bottom: 14px;
}

.titulo-slide h1 {
    margin-bottom: 10px;
}

/*<##########>*/
/*btn-slide*/
.botao-slide a {
    padding: 12px 30px !important;
    border-radius: 30px;
    font-weight: 100 !important;
}

.imagem-slide.slide-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #000000e6, transparent, transparent);
}

.botao-slide a {
    backdrop-filter: blur(24px);
    background: linear-gradient(0deg, #a97b2d, #b37b1b);
    border-color: #CB942E !important;
    transition: .4s ease-in-out;
    color: #ffecc8;
}

.botao-slide a:hover {
    box-shadow: 0px 14px 46px -18px #efa318;
}

/*<################>*/

/*sec-empresa*/
.texto_empresa {
    font-family: 'Noto Serif Georgian';
}
/*<##########>*/

/*detalhes-servico*/
.text-6 {
    text-align: center;
}

.orcamento-section {
    text-align: center;
    margin-bottom: 30px;
}

/*<###################>*/

/*sec-servicos*/
#section-servicos .product-thumb-info-image .titulo-produto:before {
    height: 100%;
}

#section-servicos .product-thumb-info-image .titulo-produto:hover:before {
    opacity: 1;
}

#section-servicos .product-thumb-info-image .titulo-produto:before {
    opacity: 0;
    background: linear-gradient(0deg, #c1ae95, transparent, transparent);
    transition: .6s ease-in-out;
}

#section-servicos .product-thumb-info-image .titulo-produto h4 {
    opacity: 0;
}

#section-servicos .titulo-produto:hover h4 {
    opacity: 1;
    animation: fadeIn ease 2.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

/*<##############>*/

/*sec-produtos*/
#section-produtos .product-thumb-info-image .titulo-produto {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}

#section-produtos .product-thumb-info-image .titulo-produto:before {
    height: 100%;
    background: unset;
}

#section-produtos .product-thumb-info-image .titulo-produto p {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0;
}

#section-produtos .titulo-produto.mt-3 {
    text-align: left;
}

p.font-alternative.font-italic {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #404751;
}

.produtos-links {
    position: absolute;
    text-align: center;
    display: flex;
    z-index: 3;
    height: 80%;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

.fa-plus:before {
    font-size: 20px;
    margin: 10px;
    background: #ffffff;
    padding: 10px 12px;
    color: #000;
    box-shadow: 0 0 9px -3px #0000009e;
}

.fa-shopping-cart:before {
    font-size: 20px;
    background: #fff;
    padding: 10px 11px;
    color: #000;
    box-shadow: 0 0 9px -3px #0000008f;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.plus-icon {
    opacity: 0;
}

.product:hover .plus-icon {
    opacity: 1;
    animation: fadeInUp ease 1s;
}

.plus-buy {
    opacity: 0;
}

.product:hover .plus-buy {
    opacity: 1;
    animation: fadeInUp ease 1.5s;
}

/*<########>*/

/*sec-html-1*/
.title-essencia h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.icon-essencia img {
    width: 110px;
    height: 110px;
    background: radial-gradient(#ffffff, #c3b199);
    border-radius: 55px;
    padding: 12px;
    border: 10px solid #c5b39c;
}

.icon-essencia {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.card-essencia {
    background: linear-gradient(315deg, #c1ae95, transparent);
    height: 100%;
}

.icon-essencia:before {
    position: absolute;
    content: "";
    top: 18px;
    bottom: 0;
    left: 24px;
    right: 0;
    background: radial-gradient(#ffffff, #b19b7d );
    border-radius: 100px;
    width: 75%;
    height: 79%;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out;
}

.icon-essencia:after {
    position: absolute;
    content: "";
    top: -1px;
    left: 3px;
    bottom: 0;
    right: 0;
    background: radial-gradient(#ffffff, #b19b7d);
    z-index: -2;
    border-radius: 90px;
    opacity: 0;
    width: 95%;
    height: 100%;
    transition: 1s ease-in-out;
}

.icon-essencia:hover:before {
    opacity: 1;
}

.icon-essencia:hover:after {
    opacity: 1;
}

.titulo-html {
    text-align: center;
    margin-top: 30px;
}

#section-html-modulo_1 hr {
    margin: auto;
}
/*<#######>*/

/*sec-html-3*/
#section-html-modulo_3 .titulo-html {
    display: none;
}

#section-html-modulo_3 .owl-carousel {
    margin-bottom: 0;
}

#section-html-modulo_3 .item {
    overflow: hidden;
    transition: .3s ease-in-out;
}

#section-html-modulo_3 .box-media h3 {
    margin-bottom: 0;
}

#section-html-modulo_3 .box-media {
    text-align: center;
    background: #ffffff;
    width: 360px;
    height: 140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: 235px;
}

#section-html-modulo_3 .owl-carousel.owl-loaded {
    position: relative;
    z-index: 1;
}

#section-html-modulo_3 .link-insta {
    text-align: center;
    position: relative;
}

#section-html-modulo_3 span.fa-instagram.fab {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transition: .3s ease-in-out;
}

#section-html-modulo_3 .fa-instagram:before {
    content: "\f16d";
    color: #fff;
    font-size: 50px;
}

#section-html-modulo_3 .item:hover {
    transform: scale(1.1);
}

#section-html-modulo_3 .item:hover span {
    opacity: 1 !important;
}

#section-html-modulo_3  .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*<#########>*/

/*footer*/
footer:before {
    opacity: 1;
}

footer .bg-newsletter {
    color: #000000;
}
/*<#####>*/

/*sec-chamada*/
.choose-area {
    position: relative;
    background-size: cover;
    background-position: center, center;
    background-repeat: no-repeat;
    padding: 120px;
}

#section-html-modulo_2 .titulo-html {
    display: none;
}

.text-chamada h3 {
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 10px;
    text-transform: math-auto;
    font-size: 2.3em;
}

.choose-area:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(110deg, #000000, transparent);
}

.btn-chamada a {
    background: linear-gradient(0deg, #a97b2d, #b37b1b);
    padding: 19px 90px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.desc-chamada p {
    color: #fff;
    font-size: 24px;
    margin-top: 21px;
}

.box-media p {
    margin-bottom: 0;
    letter-spacing: 3px;
    margin-top: 6px;
    color: #9d5618;
    font-weight: 700;
}

/*<#########>*/

#section-html-modulo_1 .box-media {
    display: none;
}

#section-html-modulo_2 .box-media {
    display: none;
}

.border-media {
    border: 2px solid #000;
    height: 88%;
    margin: auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html .btn-primary {
    border-radius: 40px;
    padding: 14px 35px !important;
    background: linear-gradient(0deg, #a97b2d, #b37b1b);
}

html .btn-primary:hover, html .btn-primary.hover {
    box-shadow: 0px 14px 46px -18px #efa318;
}

/*capa*/
html .text-color-secondary, html .text-secondary {
    color: #000000 !important;
}
/*<#####>*/

/*modal-fade*/
.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop {
    z-index: -1;
}

@media screen and (max-width:720px){
  .imagem-slide.slide-item:before {
    background: linear-gradient(181deg, #000000e6, #0000009c, #00000000);
}

.icon-essencia:before {
    visibility: hidden;
}

.icon-essencia:after {
    visibility: hidden;
}

    .product .product-thumb-info .product-thumb-info-image:before {
        opacity: 0;
    }
    
        .product-thumb-info-image .titulo-produto {
        opacity: 1;
    }
    
    #section-servicos .product-thumb-info-image .titulo-produto:before {
    opacity: 1;
}

.choose-area {
    padding: 0;
}

.btn-chamada a {
    padding: 19px 60px;
}
#section-html-modulo_3 .box-media {
    background: #ffffffd6;
    width: 280px;
    height: 120px;
    top: 235px;
}

.texto-slide h2 {
    font-size: 31px !important;
    width: 100% !important;
}

#section-servicos .product-thumb-info-image .titulo-produto h4 {
    opacity: 1;
}

.sticky-header-active .header-body {
    background: #f1e7d7 !important;
}

.social-icons.social-icons-icon-gray li a {
    color: #a18342;
}

#header .header-logo img {
    max-height: 50px;
}
}


@media screen and (max-width:1400px){
  .texto-slide h2 {
    font-size: 40px !important;
}
}

.product-thumb-info-image img {
    height: 350px;
}