.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

@keyframes pulse {
    from {
        box-shadow: none;
    }
    to {
        box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
    }
}

img,
video,
iframe {
    max-width: 100%;
}

section.section-slide {
    max-height: 600px;
}

.slide-item {
    animation-delay: 600ms;
}

.slide-item div {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    animation-duration: 30s;
}

.container.position-relative.py-sm-3.my-3 {
    z-index: 9;
}

.img-depoimento {
    height: 50px;
    width: 50px;
    margin: 20px auto;
    border-radius: 100%;
    overflow: hidden;
}

.img-depoimento img {
    height: 100%;
    object-fit: cover;
    width: auto;
    margin: auto;
}

.product-thumb-info-image {
    height: 100%;
}

.product-thumb-info-image img {
    height: 450px;
    object-fit: cover;
    width: 100%;
    margin: auto;
}

footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--footer_bg);
    opacity: 0.7;
}

footer .feature-box .feature-box-icon {
    color: var(--footer_color);
}

.btn-whatsapp {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 65px;
    height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 999;
    border: 2px solid #fff;
}

.politica_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    color: #fff;
    padding: 10px 0;
    z-index: 9999;
}

button.btn-cookies {
    margin-left: 10px;
}

.hidden-captcha .form-group {
    display: flex;
    align-items: center;
}

.captcha {
    user-select: none;
    cursor: default;
    padding: 5px 15px;
    border: 1px solid #dddddd;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    background: url("/images/captcha.jpg") no-repeat center !important;
    text-transform: none !important;
    height: 40px;
    margin: 0;
    white-space: nowrap;
}

input.captcha_result {
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 0;
    width: 100%;
    height: 40px;
}

button#lista_categoria {
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 20px;
}

ul.list-galleria-ct {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

ul.list-galleria-ct li {
    border-bottom: 1px solid #d5d5d5;
    transition: 0.2s ease-in-out;
}

ul.list-galleria-ct li:hover {
    border-color: #999 !important;
}

.list-galleria-ct .ct-item {
    color: #333;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    font-size: 1rem !important;
    font-weight: 300;
    padding: 5px 15px;
}

.list-galleria-ct .ct-item:hover,
.list-galleria-ct .ct-item.active {
    background: #f2f2f2;
    color: var(--hover);
}

.galeria-itens {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.galeria-itens .galeria-item {
    width: 25%;
    height: 280px;
}

.galeria-itens .galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-itens .galeria-item .img-thumbnail {
    height: 100%;
    width: 100%;
}

.custom-icon-style-1 {
    transform: rotate(45deg);
    overflow: hidden;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    margin-top: 30px;
}

.custom-icon-style-1 img {
    transform: rotate(-45deg);
    object-fit: cover;
    min-width: 160px;
    min-height: 160px;
    border: 2px solid #000;
}

.custom-icon-style-1:hover img {
    transition: 0.2s easy-in-out;
}

.thumb-info-wrapper {
    height: 200px;
}

.thumb-info-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

footer .bg-newsletter {
    background: transparent;
    border: 2px solid var(--texto_principal);
    border-radius: 0;
    height: 45px;
    color: #fff;
    transition: 0.1s ease-in-out;
}

footer .bg-newsletter:hover {
    background: var(--texto_principal);
    color: #fff;
}

article.blog-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bloco-more {
    display: flex;
    align-items: center;
}

.bloco-more a {
    margin: 0;
    padding: 0 !important;
    padding-left: 10px !important;
}

.img-more {
    height: 50px;
    width: 50px;
}

.img-more img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-dialog {
    max-width: 700px;
}

.sec_produtos .product-thumb-info-image {
    height: 450px;
}

figure.orcamento-figure img {
    max-width: 100%;
}

.header-top.header-top-small-minheight.header-top-simple-border-bottom {
    background: var(--bg_topo) !important;
}

.header-top * {
    color: var(--texto_topo) !important;
}

header {
    position: fixed !important;
}

header,
.header-body,
.header-container {
    background: none !important;
}

.sticky-header-active .header-body {
    background: var(--bg_menu) !important;
}

section.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
    z-index: 999;
}

.thumb-gallery-detail .owl-item:hover {
    cursor: pointer;
}

.thumb-gallery-detail .owl-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay);
    opacity: 0.3;
    z-index: 998;
    transition: 0.2s ease-in-out;
}

.thumb-gallery-detail .owl-item:hover:after {
    content: "\f002";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    z-index: 999;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    transition: 0.2s ease-in-out;
}

.ampliado {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.ampliado .conteudo {
    height: 80%;
    max-width: 80%;
}

.ampliado .img-ampliada {
    width: auto;
    max-height: 100%;
    overflow: hidden;
}

.ampliado button.fa.fa-times {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #333;
}

.ampliado .conteudo {
    position: relative;
    color: #fff;
}

.header-extra-info-text *,
.header-extra-info-icon * {
    color: var(--bg_geral) !important;
    white-space: nowrap;
}

.words-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}


/* -------- Star-Rating ---------- */

.star-rating {
    font-size: 14px;
    height: 16px;
    width: 87px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0px;
    margin: auto;
}

.star-rating::before,
.star-rating span::before {
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
    font-weight: 900;
    color: #c0c0c0;
    letter-spacing: 2px;
    font: normal normal auto;
    font-family: "Font Awesome 5 Free";
    content: "\f005\f005\f005\f005\f005";
}

.star-rating span {
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
}

.star-rating span::before {
    color: #ffc300 !important;
    letter-spacing: 3.5px;
}

.star-rating.text-left {
    margin-left: 0;
    margin-top: 5px;
}

.blog-item figure.imagem-card {
    height: 200px;
}

img.logo {
    max-width: 100%;
}

.owl-stage {
    display: flex;
    align-items: center;
    margin: auto;
}

.owl-stage-outer {
    overflow: hidden;
    z-index: 999;
}

.form-slide .alert-danger {
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
    background: none;
    border: 0;
    margin-top: -15px;
}

.form-slide textarea {
    height: 80px !important;
}

.owl-nav.disabled {
    display: none;
}

#modal-boas-vindas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#modal-boas-vindas .modal-body {
    display: flex;
    height: 100vh;
    flex: 0 0 100vw;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-boas-vindas .modal-conteudo {
    position: relative;
    max-width: 100%;
    max-height: 80vh;
    min-height: 500px;
    width: 800px;
    border-radius: 10px;
    z-index: 999;
    background: #fff center top no-repeat;
    background-size: contain;
    padding: 20px;
    text-align: center;
    display: flex;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

#modal-boas-vindas .modal-conteudo .modal-detalhes {
    width: 100%;
}

#modal-boas-vindas .modal-conteudo .btn-fechar-boas-vindas {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    color: #000;
    z-index: 99999;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 100%;
    border: 0;
    line-height: 27px;
    font-size: 15px;
}

.list-galleria-ct .ct-item {
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

.list-galleria-ct .ct-item:hover,
.list-galleria-ct .ct-item.active {
    background: #fff;
    color: var(--hover);
}

.loading:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff80;
    z-index: 9;
}

.loading:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border: 10px solid;
    border-radius: 100%;
    border-color: #ccc;
    border-top-color: var(--bg_geral);
    z-index: 999;
    animation: spin 2s infinite;
}

.main.loading {
    position: relative;
}

a.nav-link.current.active {
    color: var(--hover);
}

.thumb-gallery-wrapper .owl-item {
    position: relative;
}

header .header-body {
    top: 0 !important;
    position: fixed;
}

.product-thumb-info-image .titulo-produto {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 15px 10px;
    align-items: end;
    justify-content: start;
    display: flex;
    opacity: 1;
    z-index: 9;
    transition: 0.5s ease-in-out;
}

.product-thumb-info-image .titulo-produto:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.product-thumb-info-image .titulo-produto h4 {
    color: #fff;
}

.product-thumb-info-image:hover .titulo-produto {
    opacity: 1;
}

.overlay-degrade {
    position: relative;
}

.overlay-degrade .slideshow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
    z-index: 99;
}

.z-index-top {
    z-index: 999 !important;
}

.img-servico-descricao {
    max-width: 100%;
    max-height: 350px;
    margin: auto !important;
}

img.mfp-img {
    min-height: 400px;
}

body#page_produtos .product-thumb-info-image img {
    height: 300px;
}

.text-principal {
    color: var(--texto_principal) !important;
}

.thumb-info-wrapper:hover {
    cursor: pointer;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.link_slide_completo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.imagem-servico {
    text-align: center;
}

.imagem-servico img {
    max-height: 500px;
}

@media (max-width: 700px) {
    .galeria-itens .galeria-item {
        width: 100%;
    }
    .list-galleria-ct {
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-section-background:before {
        content: unset;
    }
    #section-blog .custom-thumb-info-style-1.thumb-info {
        flex-wrap: wrap;
    }
    #section-blog .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
        width: 100%;
    }
    #section-slide {
        height: 400px;
        max-height: 80vh;
    }
    .product .product-thumb-info .product-thumb-info-image:before {
        opacity: 0.5;
    }
    .product-thumb-info-image .titulo-produto {
        opacity: 1;
    }
}

@media (min-width: 700px) {
    .owl-stage {
        justify-content: center;
    }
    .sticky-header-active #header .header-logo img {
        max-height: 80px;
    }
    #header .header-nav.header-nav-links nav>ul>li:hover>a,
    #header .header-nav.header-nav-links nav>ul>li>a.active {
        border-color: var(--bg_geral);
        border-radius: 20px !important;
        color: var(--texto_topo) !important;
    }
    #header .header-nav.header-nav-links nav>ul>li>a {
        border: 1px solid transparent;
        font-weight: 500;
    }
    body.sem_capa .main {
        margin-top: 120px;
    }
    .sticky-header-active #header,
    .sticky-header-active #header .header-body,
    body.sem_capa #header,
    body.sem_capa #header .header-body,
    #page_contato #header,
    #page_contato #header .header-body {
        background-color: var(--bg_topo) !important;
    }
    .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: var(--texto_menu) !important;
    }
    #header .header-social-icons li:hover i {
        color: #fff !important;
    }
}

@media (min-width: 1920px) {
    #modal-boas-vindas .modal-conteudo {
        width: 1065px;
    }
}

.reserve-form input {
    border-radius: 2px !important;
    background: transparent !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
}

.reserve-form .form-group {
    margin-bottom: 8px !important;
    width: 100% !important;
}

.reserve-form .form-group:after {
    display: none;
}

.row-reserve {
    align-items: center;
    border-radius: 25px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    background: url(/arquivos/form.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 20px 0px;
}

@media(max-width: 720px) {
    .row-reserve {
        background: #fff !important;
    }
    .telefone-topo-responsivo {
      position: relative;
      margin-bottom: -20px;
      margin-top: 5px;
      z-index: 9;
  }
}