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

img {
    max-width: 100%;
}

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

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

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

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

.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: 100%;
    max-height: 350px;
    object-fit: cover;
    width: auto;
    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;
}

.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: 33.333%;
    height: 400px;
}

.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;
}

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

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-container {
    background: var(--bg_menu) !important;
}

section.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay);
    opacity: 0.5;
}

.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;
    margin: auto;
}

.owl-stage-outer {
    overflow: hidden;
}

.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 .thumb-gallery-detail .owl-item {
    position: relative;
    height: 500px !important;
    text-align: center;
}

.thumb-gallery-wrapper .thumb-gallery-detail .owl-item img {
    object-fit: contain;
    height: 500px !important;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

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

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

.link_slide_completo {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
}

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

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

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

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

@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;
    }
    .slide-item {
        position: absolute !important;
    }
}

@media (min-width: 700px) {
    .owl-stage {
        justify-content: center;
    }
    .form-slide-container {
        z-index: 9;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .form-slide-container .custom-section-background {
        position: relative;
    }
    .position-md-absolute {
        position: absolute !important;
    }
}

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

.formulario-produto input[type=radio] {
    display: none !important;
}

.formulario-produto label {
    padding: 4px 10px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0px 0px 20px #0001;
    cursor: pointer;
}

form.formulario-produto h3 {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.select-tamanho,
.select-volume,
.select-tecnica,
.select-quantidade {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.formulario-produto label.active {
    background: var(--hover);
    border-color: var(--hover);
    color: #000;
}

.select-quantidade {
    width: fit-content;
}

.select-quantidade button {
    width: 40px;
    padding: 6px;
    border: 1px solid #eee;
    font-size: 16px;
}

.select-quantidade input {
    padding: 6px;
    border: 1px solid #eee;
    text-align: center;
    width: 100px;
    box-shadow: 0px 0px 20px #0001;
}

.select-quantidade input::-webkit-outer-spin-button,
.select-quantidade input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select-quantidade button:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
}

.select-quantidade button:nth-child(4) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: right;
}

.btn-enviar button {
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    background: #22c74f;
    border-color: #22c74f;
    width: 100%;
    box-shadow: 0px 0px 20px #0001;
}

.testimonial.testimonial-style-4 .testimonial-author img {
    width: 55px;
}

.depoimentos-produtos:before {
    box-shadow: none!important;
    opacity: 1 !important;
}

.depoimentos-produtos {
    border: 1px solid #eee !important;
}

.sec-depoimentos-produtos .owl-nav {
    height: fit-content;
    top: 52%;
    z-index: 9;
}

.page_produto_detalhe .titulo-html {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

ul.menu-categorias {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px !important;
}

ul.menu-categorias li {
    list-style: none;
    font-size: 16px;
    width: fit-content;
}

ul.menu-categorias li a {
    text-decoration: none;
    color: #555;
    padding: 0 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-right: -1px;
}

ul.menu-categorias li a:hover {
    color: var(--hover);
}

ul.menu-categorias form {
    margin-left: auto;
}

ul.menu-categorias form .input-group {
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid #eee;
}

ul.menu-categorias form .input-group input {
    border: none;
    width: 260px;
}

@media(min-width: 992px) {
    ul.menu-categorias form .input-group input {
        width: 260px;
    }
}

@media(max-width: 991px) {
    ul.menu-categorias {
        flex-wrap: wrap;
        margin-bottom: 20px !important;
    }
    ul.menu-categorias form {
        display: block !important;
        width: 100% !important;
        margin-top: 15px;
    }
}