/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1738581773
Updated: 2025-02-03 08:22:53

*/

/* Helpers */
.w-100 {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center !important;
}

/* Botões */
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    outline: none;
    background-color: inherit;
    color: inherit;
}

.btn-azul-outine {
    background-color: transparent;
    transition: all 0.3s;
    color: #0072D6;
    border: 2px solid #0072D6;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
}

.btn-azul-outine:hover { 
    background-color: #0072D6;
    color: #fff;
    transition: all 0.3s;
}

.arrow-right {
    width: 10px;
    height: 10px;
    background-image: url(assets/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

a:hover .arrow-right {
    background-image: url(assets/img/arrow-right-white.svg);
}

/* Listas de Produtos */
#polar .lista-produtos ul.produtos-polar li.product,
#polar ul.products li.product {
    border: 1px solid #EDEDED;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px 7px;
}

#polar .lista-produtos .produtos-polar li.product:hover,
#polar ul.products .produtos-polar li.product:hover {
    box-shadow: 0px 4.8px 12px 0px rgba(0, 0, 0, 0.1);
}

#polar .lista-produtos .upsell-product-image,
#polar ul.products .upsell-product-image {
    background-color: #F4F6FA;
    border-radius: 12px;
    overflow: hidden;
    height: 290px;
    min-height: 290px;
    max-width: 100%;
    margin: 0;
    position: relative;
}

#polar .lista-produtos .upsell-product-image img,
#polar ul.products .upsell-product-image img {
    height: 220px;
    object-fit: cover;
    margin: 0;
}

#polar .lista-produtos .upsell-product-overlay,
#polar ul.products .upsell-product-overlay {
    padding: 0 13px;
    position: absolute;
    bottom: 0;
}

#polar .lista-produtos span.upsell-category,
#polar ul.products span.upsell-category {
    color: #898989;
    font-size: 12px;
    font-family: "Inter", serif;
    font-style: normal;
}

#polar .lista-produtos .upsell-title,
#polar ul.products .upsell-title {
    color: #21272A;
    font-weight: bold;
    font-size: 17px;
    margin: 3px 0 13px 0;
    padding: 0;
}

#polar .lista-produtos .aplicacao-title,
#polar ul.products .aplicacao-title {
    font-family: "Inter", serif;
    font-size: 10px;
    font-weight: 400;
    color: #898989;
}

#polar .lista-produtos .lista-aplicacao ul li,
#polar ul.products .lista-aplicacao ul li { 
    color: #004C8F;
    font-size: 12px;
    padding: 3px 0;
    gap: 20px;
}
    
#polar .lista-produtos .produto-descricao,
#polar ul.products .produto-descricao {
    padding: 20px 13px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

#polar .produto-descricao .btn-azul-outine {
    margin-top: 10px;
}

/* Aplicação/Instalação */
#polar .lista-aplicacao ul,
.lista-intalacao ul {
    margin: 0;
    padding: 0;
}

#polar .lista-aplicacao ul li:not(.selecionado),
#polar ul.products .lista-aplicacao ul li:not(.selecionado) {
    display: none;
}

#polar .lista-aplicacao ul li:not(:first-child),
.lista-intalacao ul li:not(:first-child),
#polar ul.products .lista-aplicacao ul li:not(:first-child) {
    border-top: 0.25px solid #B1B1B1;
}

#polar .lista-aplicacao ul li,
.lista-intalacao ul li,
#polar ul.products .lista-aplicacao ul li,
#polar ul.products .lista-intalacao ul li {
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 5px
}

#polar .lista-aplicacao ul li i,
#polar .lista-intalacao ul li i,
#polar ul.products .lista-aplicacao ul li i,
#polar ul.products .lista-intalacao ul li i {
    content: "";
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
    display: block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}


#polar .lista-aplicacao ul li, #polar ul.products .lista-aplicacao ul li {
    color: #004C8F;
}

#polar .lista-aplicacao ul li.parede-de-concreto {
    color: #0072D6 !important;
}

#polar .lista-aplicacao ul li.alvenaria-estrutural {
    color: #004C8F !important;
}

#polar .lista-aplicacao ul li.alvenaria-convencional {
    color: #0072D6 !important;
}

#polar .lista-aplicacao ul li.parede-dry {
    color: #00213D !important;
}

#polar .lista-aplicacao ul li i.parede-de-concreto {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/parede-de-concreto.svg);
}

#polar .lista-aplicacao ul li i.alvenaria-estrutural {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/alvenaria-estrutural.svg);
}

#polar .lista-aplicacao ul li i.alvenaria-convencional {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/alvenaria-convencional.svg);
}

#polar .lista-aplicacao ul li i.parede-de-drywall {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/parede-dry-wall.svg);
}

#polar .lista-intalacao ul li i {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/none-cinza.svg);
}

#polar .lista-intalacao ul li.selecionado i {
    background: url(/wp-content/themes/hello-elementor-child/assets/img/check-azul.svg);
}

#polar .lista-intalacao ul li {
    color: #bdbfc0;
}

#polar .lista-intalacao ul .selecionado {
    color: #0072D6 !important;
}

/* Loja e Filtros */
.filtros-sidebar .box-filtro{
    padding: 20px 13px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.filtros-sidebar h3 {
    color: #898989;
    font-size: 12px;
}

.filtros-sidebar label {
    font-size: 13px;
    color: #21272A;
    display: block;
    margin: 10px 0;
}
.filtros-sidebar input[type="checkbox"] {
    margin-right: 3px;
}
.botao-limpar {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #0066cc;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}
.botao-limpar:hover {
    background-color: #004999;
    color: #fff;
}