.ws_header{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 2px solid #2d6eff;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    background: #2d6eff;
}
*{
    font-family: "Poppins", sans-serif;
}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: red;
    height: 80px;
    width: 100%;
    z-index: 99;
    background: #2d6eff;
    top: 0px;
}
#header_capa{
    /*background: transparent !important;*/
    padding-top: 33px !important;
}
#header_capa .ws_header{
    background: transparent;
}
.ws_logo{
    width: 200px;
    font-size: 20px !important;
}
.ws_logo img{
    width: 170px;
}
.ws_menu nav ul{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ws_menu nav ul li{
    list-style: none !important;
    text-transform: uppercase;
}
.ws_menu nav ul li a {
    color: white !important;
    font-weight: 500;
}
.ws_menu nav ul li a:hover {
    text-shadow: 0 0 1.2px currentColor;
}

.ws_produtos_lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.ws_produto_item {
    width: calc(25% - 15px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ws_produto_img_wrapper {
    border: 1px solid #d5d5d5;
    height: 235px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border 0.2s ease;
}

.ws_produto_img_wrapper img {
    max-width: 250px;
    object-fit: contain;
}
/* Borda mais grossa no hover */
.ws_produto_item:hover .ws_produto_img_wrapper {
    border: 3px solid #2d6eff;
}

.ws_sem_produtos{
    font-size: 15px !important;
}

.ws_produto_item .ws_produto_nome {
    font-size: 13px !important;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0px 10px 0px 10px;
    text-align: center;
    color: #5c5c5c;
    text-transform: uppercase;
    font-weight: 600;
}

.ws_page_title{
    position: relative;
    font-size: 18px !important;
    margin-bottom: 30px;
    color: #2d6eff;
}
.ws_filtro select{
    border: 1px solid #2d6eff;
    border-radius: 5px;
    padding-left: 0px !important;
}
.w_icon_centered{
    text-align: center;
    margin-bottom: 40px;
}
.w_icon_centered i{
    font-size: 30px !important;
    color: #2d6eff;
}
.ws_subtitulo{
    font-size: 22px !important;
    text-align: center;
    color: #2d6eff;
    margin-bottom: 20px;
}
.ws_btn{
    font-size: 16px !important;
    color: white;
    padding: 10px;
    background: #2d6eff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.ws_btn:hover{
    background: white;
    border: 2px solid #2d6eff;
    color: #2d6eff;
}
.ws_titulo_produto h1{
    font-size: 22px !important;
    color: #494949;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.ws_titulo_produto{
    margin-top: 40px;
    margin-bottom: 30px;
}
.ws_produto_img_principal{
    border: 1px solid #999;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 400px;
}
.ws_produto_img_principal img{
    width: 100%;
    height: 100%;
}
.ws_voltar{
    font-size: 16px !important;
    color: #3f3f3f;
}

.galeria_miniaturas{
    display: flex;
    gap: 5px;
    margin-top: 20px;
}
.miniatura{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    cursor: pointer;
}
.miniatura img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.miniatura:hover{
    border: 1px solid #2d6eff;
}

.texto_empresa{
    font-size: 14px !important;
}
.ws_empresa{
    display: flex;
}
.ws_empresa_box{
    width: 50%;
}
.imagem_empresa img{
    width: 90%;
}
.ws_produto_div{
    display: flex;
}
.ws_revenda{
    display: flex;
    gap: 40px;
}
.ws_revenda_item{
    padding: 12px;
}
.ws_revenda_item:last-child{
    background: #f1f1f1;
    border-radius: 5px;
}
h2.revendanome{
    font-size: 22px !important;
    padding-bottom: 15px !important;
    margin-left: 5px !important;
}
.ws_revenda_item hr{
    border-top: 2px solid #ababab !important;
}
.ws_titulo_big h1{
    font-size: 26px !important;
    color: #2d6eff;
    text-transform: uppercase;
}
.ws_revenda_item_titulo{
    width: 200px;
}
.revendanome{
    color: #444444 !important;
    font-weight: bold;
    margin-top: 20px;
}
.revendanome:first-child{
    margin-top: 0px !important;
}
.ws_rodape{
    background: #efefef !important;
    position: inherit !important;
}
.ws_rodape #rodape{
    padding: 1rem 0px !important;
    justify-content: space-between;
    max-width: 1200px;
}
.ws_rodape p{
    color: #3a3a3a !important;
}
.facebook_footer{
    font-size: 16px !important;
}
.facebook_footer i{
    color: #3a3a3a !important
}
.ws_monkey{
    max-width: 1200px;
    display: flex;
    justify-content: start;
    align-items: start;
}
.rodapetexto{
    margin-left: 0px !important;
}
.ws_banner{
    margin-top: -125px;
    /*position: absolute;*/
    /*width: 100%;*/
    /*top: 0px;*/
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws_banner img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.ws_header_capa{
    position: relative;
    z-index: 10;
    margin-top: -5px;
}
.ws_header_capa .ws_menu ul li a{
    color: white !important;
}
.ws_banner h5{
    color: white;
    font-size: 40px !important;
}
.box_capa{
    margin-top: -50px;
    position: relative;
    z-index: 4;
}
.subtitulogrande{
    color: #2d6eff !important;
}
.telefone_contato{
    color: #2d6eff !important;
    font-size: 16px !important;
}
.contato1 input::placeholder, .contato1 textarea::placeholder, .contato1 label{
    color: #303030 !important;
}
.contato1 input, .contato1 textarea{
    border: 2px solid #2d6eff;
    background: transparent;
    color: #303030;
}
.ws_primary_c{
    color: #2d6eff;
}
.ws_conheca{
    font-size: 24px !important;
    padding-top: 40px;
}
.capa_ws_produtos{
    justify-content: center;
}
.produtoimgs{
    width: 400px;
}
.drawer-toggle{
    display: none;
}
a.whatsapp-button{
    z-index: 10;
}
.logo_clientes{
    width: 120px;
}
.revendalista{
    background: #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    min-height: 150px;
}
#conteudo{
    padding-top: 100px;
}

.noticias-blog{
    display: flex;
}
.noticias-itens {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.noticia-item {
    width: 300px;
    box-sizing: border-box;
    height: 300px;
    margin: 15px 15px;
}
.noticia-image{
    height: 125px;
    width: 100%;
    border-radius: 12px;
}
.noticia-info{
    padding: 15px;
    color: white;
}
.titulo-noticia{
    padding-top: 10px;
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;          /* Limita a 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticia-image img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.noticia-wrapper{
    width: 90%;
    margin: 0 auto;
    background: #2d6eff;
    height: 100%;
    border-radius: 12px;
    display: block;
}
.data-noticia{
    font-size: 13px;
}
.cliente{
    width: 22.5% !important;
}
.ws_contato{
    display: flex;
    flex-direction: column;
}
.ws_contato .contato2{
    margin-left: 0px !important;
    margin-top: 25px;
}
.iframe-video{
    height: 500px;
}

@media (max-width: 767px) {
    .drawer-toggle{
        display: block;
        background: transparent;
        font-size: 24px !important;
    }
    .drawer-toggle:hover{
        background: transparent;
    }
    .drawer-nav ul li{
        list-style: none;
    }
    .drawer-nav h5{
        color: #303030;
        font-size: 20px !important;
        margin: 10px;
        border-bottom: 1px solid #999;
        padding-bottom: 10px;
    }
    .drawer-nav .ws_btn{
        display: block;
        margin: 10px;
    }
    .ws_menu{
        display: none !important;
    }
    .ws_logo{
        margin-left: 20px;
    }
    .ws_banner h5{
        font-size: 24px !important;
        text-align: center;
        padding: 10px;
    }
    .ws_conheca{
        font-size: 22px !important;
    }
    .capa_ws_produtos{
        justify-content: start;
    }
    .ws_produtos_lista .ws_produto_item{
        width: calc(50% - 15px);
    }
    .ws_banner img{
        height: 365px;
    }
    .ws_produto_div{
        flex-direction: column !important;
    }
    .produtoimgs{
        width: 320px !important;
    }
    .miniatura{
        width: 60px;
        height: 60px;
    }
    .miniatura img{
        width: 50px;
        height: 50px;
    }
    .galeria_miniaturas{
        justify-content: center;
        margin-bottom: 20px;
    }
    .ws_revenda{
        flex-direction: column;
        gap: 25px;
    }
    .ws_revenda form.filtro select{
        margin-top: 0px !important;
    }
    .ws_empresa{
        flex-direction: column;
    }
    .ws_empresa_box{
        width: 100%;
        justify-content: center;
    }
    .imagem_empresa img{
        width: 100%;
    }
    .revendalista, .revendalista:nth-child(3n), .revendalista:nth-last-child(-n+3){
        margin-top: 5px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ws_header_capa{
        background: #2d6eff !important;
        top: 0px;
        margin-top: -5px;
    }
    .ws_banner h5{
        top: 65% !important;
    }
    .drawer-nav{
        border-right: 1px solid #999;
    }
    .drawer-toggle i{
        color: white !important;
    }
    .slide-item-mob{
        height: 270px !important;
    }
    .noticias-blog{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .iframe-video{
        height: 300px;
    }
}