﻿@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('../lib/font/univers-condensed/stylesheet.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #000;
}

html {
    scroll-behavior: smooth;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

:root {
    --ws-primary: #036079;
    --ws-secondary: #f4b90f;
    --ws-btn-gradient: #f4b90f;
    --ws-btn-gradient-top: linear-gradient(to top, var(--ws-secondary), var(--ws-primary));
    --ws-btn-gradient-right: linear-gradient(to right, var(--ws-secondary), var(--ws-primary));
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: flex;
}

ul {
    list-style: none;
}

button,
input {
    border: 0;
    outline: 0;
}

.gotham-b {
    font-family: "Helvetica Neue", sans-serif;
}

.gotham-m {
    font-family: "Helvetica Neue", sans-serif;
}

.univers {
    font-family: 'univers57_condensed', sans-serif;
}

.univers-lt {
    font-family: "Helvetica Neue", sans-serif;
}

.mx-wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#gradient {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Header */
.header {
    width: 100%;
    color: #fff;
    z-index: 999;
    background: #000;
}

.nav {
    width: 100%;
    padding: 0 100px;
}

.ws-menu {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    gap: 40px;
}

    .ws-menu li a {
        text-transform: uppercase;
        font-size: 15px;
    }

.ws-decorator {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ws-secondary);
}

.ws-navigator-wrap {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.locale-content {
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

    .locale-content img {
        width: 25px;
    }

.ws-searchable {
    flex: 1;
}

.searchable-content {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
}

    .searchable-content input {
        width: 100%;
        height: 100%;
        border-radius: 10px 0px 0px 10px;
        padding: 0px 20px;
    }

    .searchable-content button {
        width: 50px;
        height: 100%;
        background: var(--ws-btn-gradient);
        border-radius: 0px 10px 10px 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .searchable-content button svg {
            width: 20px;
            height: 20px;
            color: #fff;
        }

.ws-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

    .ws-links a {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 800;
    }

.ws-menu-mobile {
    display: none;
}

.ws-links-mobile,
.ws-search-mobile {
    display: none
}

.ws-header-mobile {
    display: none;
}

.ws-banner {
    width: 100%;
}

    .ws-banner img,
    .ws-banner video {
        width: 100%;
        display: flex;
        max-height: 1040px;
    }

.ws-wesco {
    background: radial-gradient(circle at center top, #ffffff -50%, #000000 40%);
    position: relative;
}

.ws-wesco-wrapper {
    padding: 150px 0px;
}


.ws-wesco-title h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

    .ws-wesco-title h1 .colored {
        color: var(--ws-secondary);
    }

.ws-wesco-card-container {
    width: 100%;
    margin-top: 70px;
}

.ws-wesco-card {
    width: 85%;
    border: 2px solid var(--ws-secondary);
    margin: auto;
    background: #000;
    position: relative;
}

.ws-wesco-card-wrapper {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    min-height: 400px;
}

.card-col {
    position: relative;
}

    .card-col p {
        padding: 50px;
        font-size: 25px;
        color: #fff;
        line-height: 40px;
    }


        .card-col p span {
            display: block;
        }

    .card-col a {
        font-size: 20px;
        background: var(--ws-secondary);
        padding: 10px 20px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
        width: 300px;
        margin: 0 50px;
    }

        .card-col a svg {
            width: 30px;
        }

    .card-col img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

.ws-wesco-card-decorator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 50px;
}

.ws-tools {
    background: #e6e6e6;
    color: #fff;
    padding: 70px 0px;
}

.ws-tools-title h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.ws-tools-slide {
    margin-top: 70px;
}

.ws-tools-slide-wrapper {
    width: 85%;
    margin: 0 auto;
}

.ws-tools-card {
    width: 100%;
    height: 400px;
    border: 1px solid var(--ws-secondary);
    padding: 20px 0px 0px 0px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 2fr 1fr;
    gap: 20px;
    background: #fff;
    position: relative;
}

.ws-tools-img {
    width: 200px;
    margin: 0 auto;
    height: 200px;
}

    .ws-tools-img img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: contain;
    }

.ws-tools-text {
    max-height: 140px;
    padding: 30px 10px;
    background: var(--ws-secondary);
}

    .ws-tools-text p {
        text-align: center;
        font-size: 15px;
        color: #000;
    }

    .ws-tools-text span {
        display: block;
        margin-top: 10px;
        text-align: center;
        color: #000;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 16px;
    }

.ws-tools-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .ws-tools-more a {
        font-size: 20px;
        background: var(--ws-secondary);
        padding: 10px 20px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
        width: 200px;
    }

        .ws-tools-more a svg {
            width: 20px;
        }

.ws-tools-slide-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-button-next.tools-next,
.swiper-button-next.clients-next,
.swiper-button-next.ws-tools-next {
    right: -40px;
    height: 90px;
    width: 40px;
    background: var(--ws-secondary);
    color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 32 32" stroke-width="1.5" stroke="black"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 7px 30px;
}

.swiper-button-prev.tools-prev,
.swiper-button-prev.clients-prev,
.swiper-button-prev.ws-tools-prev {
    left: -40px;
    height: 90px;
    width: 40px;
    background: var(--ws-secondary);
    color: #fff;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" stroke-width="1.5" stroke="black"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"/></svg>');
    background-repeat: no-repeat;
    background-position: 7px 30px;
}

    .swiper-button-prev.tools-prev::after,
    .swiper-button-next.tools-next::after,
    .swiper-button-prev.clients-prev::after,
    .swiper-button-next.clients-next::after,
    .swiper-button-prev.ws-tools-prev::after,
    .swiper-button-next.ws-tools-next::after {
        content: "";
    }

.ws-numbers {
    background: radial-gradient(circle at center top, #ffffff -80%, #000000 40%);
    padding: 100px 0;
    position: relative;
}

.ws-numbers-title {
    color: #fff;
    text-align: center;
}

    .ws-numbers-title h2 {
        font-size: 50px;
    }

.ws-numbers-grid {
    display: grid;
    width: 85%;
    margin: 60px auto;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
}

    .ws-numbers-grid img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin: 0 auto;
    }

.ws-numbers-decorator {
    width: 85%;
    margin: 0 auto;
    margin: 0 auto;
}

.ws-numbers-titlemx-wrap {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    gap: 20px;
}

    .ws-numbers-titlemx-wrap h2 {
        font-weight: 800;
        letter-spacing: 1px;
        white-space: nowrap
    }

        .ws-numbers-titlemx-wrap h2 span {
            color: var(--ws-secondary)
        }

.ws-numbers-txt {
    text-align: center;
    margin-top: 10px;
}

    .ws-numbers-txt p {
        color: #fff;
        font-size: 30px;
    }

    .ws-numbers-txt span {
        color: #797979;
        font-size: 20px;
    }

.ws-instagram {
    background: #000;
}

.ws-inst img {
    width: 100%;
}

.ws-instagram-title {
    text-align: center;
}

    .ws-instagram-title h2 {
        font-weight: 800;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .ws-instagram-title h2 span {
            color: var(--ws-secondary);
        }

.ws-instagram-slide {
    width: 85%;
    margin: 40px auto;
}

.ws-instagram-card {
    width: 100%;
    height: 400px;
}

    .ws-instagram-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper.ws-instagram-swipe {
    padding: 40px 0px;
}

.ws-instagram-bullet .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
}

    .ws-instagram-bullet .swiper-pagination-bullet .swiper-pagination-bullet-active {
        background: var(--ws-secondary);
    }

.ws-clients {
    background: #000;
    padding: 100px 0px;
}

.ws-clients-title {
    text-align: center;
    color: #fff;
}

    .ws-clients-title h2 {
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .ws-clients-title h2 span {
            color: var(--ws-secondary);
        }

.ws-clients-slide {
    margin: 70px auto;
    width: 85%;
}

.ws-clients-card {
    width: 100%;
    height: 350px;
    border: 1px solid var(--ws-secondary);
    border-radius: 20px;
    background: radial-gradient(circle at center top, #fff -80%, #000 40%);
    padding: 40px 30px;
    text-align: center;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px auto;
}

.ws-clients-depo {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
}

.ws-clients-data {
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    color: var(--ws-secondary);
}

    .ws-clients-data p {
        margin: 7px 0px;
    }

.ws-clients-slide-wrap {
    position: relative;
}

.ws-catalog img {
    width: 100%;
}

.footer .ws-links {
    display: flex;
    width: 85%;
    margin: 0 auto;
    color: #fff;
}

.footer-wrap {
    width: 85%;
    margin: 0 auto;
    padding: 200px 0 50px 0px;
    background: #000;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.footer-links,
.footer-actions {
    color: #fff;
}

.footer-links {
    flex: 1;
    display: flex;
    justify-content: center;
    border-right: 2px solid var(--ws-secondary);
    border-left: 2px solid var(--ws-secondary);
}

.footer-tel {
    font-size: 25px;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    z-index: 8888;
}

    .footer-social a {
        display: flex;
        align-items: flex-end;
    }

    .footer-social i {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }

.box {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

    .box img {
        width: 150px;
    }

.topo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4b90f83;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .topo i {
        font-size: 30px;
    }

.ws-garantia {
    background: radial-gradient(circle at center top, #ffffff -80%, #000000 40%);
}

.ws-garantia-wrapper {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 0px;
}

.ws-garantia-title {
    text-align: center;
}

    .ws-garantia-title h1 {
        font-size: 50px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
    }

        .ws-garantia-title h1 span {
            color: var(--ws-secondary)
        }

.ws-garantia-text {
    color: #fff;
    margin-top: 70px;
}

    .ws-garantia-text p {
        margin: 10px 0px;
        font-size: 18px;
        line-height: 28px;
    }

.ws-form {
    margin-top: 50px;
}

.ws-flexis {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

    .ws-flexis input,
    .ws-flexis select,
    .ws-form input:not(input[type=checkbox]) {
        flex: 1;
        border-radius: 10px;
        height: 45px;
        padding-left: 20px;
        background: #fff
    }

    .ws-flexis textarea {
        flex: 1;
        height: 250px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        outline: 0;
        border: 0;
    }

#rua {
    flex: 2;
}

.ws-button {
    display: flex;
    justify-content: flex-end;
}

    .ws-button button {
        background: var(--ws-btn-gradient-right);
        color: #fff;
        padding: 10px 60px;
        border-radius: 50px;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

        .ws-button button svg {
            width: 25px;
        }

.selectize-control.single {
    width: 100%;
    font-family: univers45_lt, sans-serif;
}

.selectize-input {
    padding: 0 20px !important;
    min-height: 45px !important;
    height: 45px !important;
    border-radius: 10px !important;
    border: 3px solid var(--ws-secondary) !important;
    background: #e0e0e0 !important;
    display: flex !important;
    align-items: center !important;
}


#modelo-ferramenta-selectized {
    font-size: 14px !important;
    height: 42px !important;
}

.ws-inst {
    width: 100%;
}

.ws-inst-banner img {
    width: 100%;
}

.ws-inst-text {
    color: #fff;
    padding: 80px 0px;
    position: relative;
}

    .ws-inst-text h1 {
        font-size: 45px;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
    }

.ws-inst-description {
    width: 85%;
    margin: 30px auto;
}

    .ws-inst-description p {
        font-size: 20px;
        text-align: center;
        color: #b9b9b9;
    }

.ws-inst-decorator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ws-inst-card {
    width: 100%;
}

.ws-inst-card-wrapper {
    width: 85%;
    margin: 0 auto;
    border: 1px solid var(--ws-secondary);
    border-radius: 30px;
    min-height: 600px;
    background: radial-gradient(circle at center top, #007b8f 0%, #001e21 60%);
    padding: 60px 0px;
}

.ws-inst-card-title {
    text-align: center;
}

    .ws-inst-card-title h2 {
        color: #fff;
        font-size: 40px;
    }

        .ws-inst-card-title h2 span {
            color: var(--ws-secondary);
        }

.ws-inst-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    margin-top: 80px;
    padding: 0 60px;
}


.ws-inst-grid-item {
    width: 100%;
}

    .ws-inst-grid-item img {
        border-radius: 40px;
        width: 90%;
        margin: 0 auto;
    }

.ws-inst-grid-txt {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.ws-grid-saiba-mais {
    margin: 20px auto;
    color: #fff;
    background: var(--ws-btn-gradient-right);
    padding: 7px 20px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 25px;
}

    .ws-grid-saiba-mais svg {
        width: 25px;
    }

.ws-group {
    width: 85%;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 90px;
    gap: 50px;
}

.ws-group-image,
.ws-group-txt {
    flex: 1;
}

    .ws-group-txt h2 {
        color: var(--ws-secondary);
        font-size: 50px;
    }

    .ws-group-txt p {
        margin-top: 20px;
        font-size: 20px;
        color: #b9b9b9;
        font-family: univers45_lt, sans-serif;
    }

    .ws-group-image img {
        width: 100%;
        border-radius: 40px;
    }

.ws-group-positec {
    background: var(--ws-secondary);
    padding: 40px 0px;
    text-align: center;
}

    .ws-group-positec .ws-inst-description p {
        color: #000 !important;
    }

    .ws-group-positec h1 {
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
    }

.ws-contato-in {
    background: #e6e6e6;
}

.ws-contato-wrapper {
    position: relative;
    min-height: 500px;
    width: 85%;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 50px;
}

.ws-contato-form {
    margin-bottom: 50px;
}

.ws-contato-title h1 {
    text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

.ws-contato-info {
    text-align: center;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

    .ws-contato-info span {
        color: var(--ws-secondary);
        display: block;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .ws-contato-info p {
        color: #b9b9b9;
        font-size: 18px;
        max-width: 768px;
        margin: 0 auto;
    }

.ws-contato-email {
    margin-top: 30px;
}

.ws-contato-card {
    padding: 50px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
}

.ws-contato-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}


    .ws-contato-submit button {
        width: 180px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        background: #000;
        color: #fff;
        gap: 10px;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .ws-contato-submit button svg {
            width: 25px;
        }

.ws-contato-card img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ws-produto {
    background: #fff;
    padding-bottom: 70px;
}

.ws-produto-wrapper {
    width: 87%;
    margin: 0 auto 0 auto;
    padding-top: 100px;
    min-height: 500px;
}

.ws-produto-title {
    text-align: center;
}

    .ws-produto-title h1 {
        font-size: 50px;
        color: #000;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

        .ws-produto-title h1 span {
            color: var(--ws-secondary);
        }

.ws-produto-text p {
    font-size: 18px;
    color: #e0e0e0;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.4;
}

.ws-produto-card {
    border: 1px solid var(--ws-secondary);
    border-radius: 20px;
    padding: 50px;
    margin-top: 80px;
    background: radial-gradient(circle at center bottom, #007b8f 0%, #001e21 60%);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    gap: 30px;
}

.ws-bloco {
    position: relative;
}

    .ws-bloco img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

    .ws-bloco a {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        background: #0000004a;
    }

.ws-produo-item-title {
    text-align: center;
}

.ws-produto-sliders {
    margin-top: 70px;
}

.ws-produto-item {
    margin: 70px 0px;
}

.ws-produto-item-title h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    font-weight: 800;
}

.ws-produto-item-decorator {
    height: 1px;
    display: block;
    width: 100%;
    background: var(--ws-secondary);
    margin: 20px 0px;
}

.ws-produto-flexis {
    position: relative;
}

.ws-produto-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .ws-produto-more a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--ws-secondary);
        color: #000;
        font-size: 16px;
        gap: 15px;
        width: 350px;
        padding: 12px 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }


        .ws-produto-more a svg {
            width: 25px;
        }

.ws-interna-content {
    width: 85%;
    margin: 0 auto;
}

.ws-interna-wrapper {
    min-height: 500px;
    background: radial-gradient(circle at center top, #ffffff -80%, #000000 40%);
    padding: 50px 0px;
}

.ws-interna-title h1 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.ws-interna-code {
    font-size: 40px;
    color: var(--ws-secondary);
    margin-top: 10px;
}

.ws-interna-data {
    margin-top: 60px;
    gap: 60px;
    display: flex;
}

.ws-interna-slide {
    display: block;
}

.ws-interna-main {
    width: 100%;
    height: 500px;
    border: 1px solid var(--ws-secondary);
    border-radius: 25px;
    background: radial-gradient(circle at center, #fff, #d6d6d6 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .ws-interna-main a {
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        background: #000;
    }

        .ws-interna-main a i {
            font-size: 20px;
            color: #fff;
        }

    .ws-interna-main img {
        width: 90%;
        height: 90%;
        object-fit: contain;
    }


.ws-interna-other {
    margin-top: 20px;
}

.ws-interna-aux-main {
    width: 100%;
    height: 100px;
    background: radial-gradient(circle at center, #fff, #d6d6d6 60%);
    border: 1px solid var(--ws-secondary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .ws-interna-aux-main img {
        width: 90%;
        height: 90%;
        object-fit: contain;
    }

.ws-slide-main,
.ws-slide-aux {
    max-width: 520px;
    margin: 0px;
}

.ws-interna-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000063;
    z-index: 1000;
    transition: .2s ease-in-out all;
}

    .ws-interna-overlay.hide {
        opacity: 0;
        visibility: hidden;
    }

.ws-interna-modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ws-interna-modal-close {
    width: 50px;
    height: 50px;
    background: var(--ws-secondary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}

    .ws-interna-modal-close i,
    .ws-interna-modal-close svg {
        font-size: 25px;
        width: 25px;
        height: 25px;
    }

.ws-interna-modal-content {
    width: 70%;
    height: 80%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ws-interna-modal-content img {
        width: 90%;
        height: 90%;
        object-fit: contain;
    }

.swiper-interna-modal {
    width: 100%;
    height: 100%;
}

.ws-interna-description h1,
.ws-interna-description h2,
.ws-interna-description h3,
.ws-interna-description h4,
.ws-interna-description h5,
.ws-interna-description h6 {
    font-size: 25px;
    color: #fff;
    font-family: gotham_medium;
    margin-top: 10px;
}

.ws-interna-description ul,
.ws-interna-description p {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    color: #b9b9b9;
}

.ws-interna-description-txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ws-selo {
    width: 180px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.ws-interna-description {
    flex: 1;
}

.ws-interna-news {
    width: 170px;
    margin-top: 30px;
}

.ws-interna-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .ws-interna-actions button,
    .ws-interna-actions a {
        color: #fff;
        padding: 5px 15px;
        font-size: 14px;
        border: 1px solid var(--ws-secondary);
        background: transparent;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        cursor: pointer;
    }

.swiper-button-next.swiper-slide-aux-next::after,
.swiper-button-prev.swiper-slide-aux-prev::after {
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.ws-cat-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .ws-cat-title h1 {
        flex: 0 0 auto;
        text-transform: uppercase;
        font-weight: 800;
        color: #000;
    }

.ws-cat-decoration {
    display: block;
    flex: 1;
    height: 1px;
    background: #f4b90f;
}

.ws-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    grid-auto-flow: row;
    margin-top: 30px;
}

.ws-interna-esp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ws-interna-carousel {
    margin-top: 100px;
    position: relative;
}

.ws-assistencia-interna {
    background: #e6e6e6;
    padding: 50px 0px;
}

.ws-assistencia-wrapper {
    width: 85%;
    margin: 0 auto;
    min-height: 380px;
    padding-top: 50px;
}

.ws-assistencia-title h1 {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.ws-assistencia-line {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 15px;
}

.ws-assistencia-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
}

.ws-assistencia-card {
    padding: 20px;
    border: 1px solid #fff;
    flex: 1;
    background: #fff;
}

    .ws-assistencia-card h3 {
        font-size: 25px;
        color: var(--ws-secondary);
        font-weight: 800;
        text-transform: uppercase;
    }

    .ws-assistencia-card p {
        color: #000;
        margin-top: 10px;
        font-size: 18px;
    }

    .ws-assistencia-card a {
        display: block;
        width: fit-content;
        padding: 10px 20px;
        background: var(--ws-secondary);
        color: #fff;
        margin-top: 20px;
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

.consulta-frame,
.consulta-frame iframe,
.regioes-frame,
.regioes-frame iframe {
    width: 100%;
}

    .consulta-frame iframe {
        min-height: 420px;
    }

.ws-produto-banner,
.ws-produto-banner img {
    width: 100%
}

.ws-busca-wrapper {
    padding-top: 100px;
    width: 85%;
    margin: 0 auto;
}

.ws-busca-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
    color: #000;
}

    .ws-busca-title h1 {
        font-size: 40px;
        font-weight: 800;
    }

.ws-busca-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    grid-auto-flow: row;
    margin-top: 50px;
}

.ws-small {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.pagination-busca {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

    .pagination-busca .page-item {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        color: #fff;
        background: #000;
        justify-content: center;
        border-radius: 10px;
    }

.dropup {
    position: relative;
}

.pagination-busca button {
    height: 40px;
    color: #fff;
    width: 100px;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

.pagination-busca ul {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -50px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

    .pagination-busca ul.active {
        display: block;
        background: #000;
        transform: translateY(90%);
    }


    .pagination-busca ul li {
        margin: 7px 0px;
    }

        .pagination-busca ul li a {
            font-size: 13px;
        }

.ws-clients-swipe,
.ws-tools-swipe {
    padding: 2px !important;
}

@media (max-width: 1250px) {
    .ws-busca-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1230px) {
    .ws-selo {
        width: 150px;
    }

    .ws-interna-title h1 {
        font-size: 40px;
    }

    .ws-interna-code {
        font-size: 30px;
    }

    .ws-interna-data {
        gap: 30px;
    }
}

@media (max-width: 1160px) {
    .ws-interna-description-txt {
        flex-direction: column;
    }

    .ws-selos {
        display: flex;
        gap: 15px;
    }

    .ws-slide-main, .ws-slide-aux {
        max-width: 480px;
    }

    .ws-interna-main {
        height: 480px;
    }
}

@media (max-width: 1360px) {
    .ws-wesco-card {
        min-height: auto;
    }
}

@media (max-width: 1300px) {
    .ws-catalog-text {
        padding-right: 40px;
    }

    .ws-catalog-wrapper img {
        left: -70px;
    }
}

@media (max-width: 1200px) {
    .ws-catalog-wrapper img {
        width: 600px;
    }

    .ws-cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1110px) {
    .ws-catalog-wrapper img {
        width: 500px;
    }

    .footer-wrap {
        gap: 50px;
    }
}

@media (max-width: 992px) {
    .nav {
        padding: 0 50px;
    }

    .ws-interna-overlay {
        display: none;
    }

    .ws-menu-mobile {
        display: block
    }

    .ws-locale {
        display: none;
    }

    .ws-links li:not(.ws-links-mobile, .ws-search-mobile) {
        display: none;
    }

    .ws-links-mobile button {
        width: 40px;
        height: 40px;
        background: var(--ws-btn-gradient);
        border-radius: 7px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .ws-links-mobile button svg {
            width: 25px;
            height: 25px;
        }

    .ws-links-mobile {
        display: block;
    }

    .ws-links {
        justify-content: flex-end;
    }

    .header {
        background: #000;
        position: relative;
    }

    #gradient {
        display: none;
    }

    .ws-header-mobile {
        display: block;
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: -100%;
        transition: all .2s ease-in-out;
        padding: 20px;
    }

        .ws-header-mobile.open {
            left: 0;
        }

    .ws-header-mobile-actions {
        padding: 10px 0px;
        text-align: end;
        display: flex;
        justify-content: flex-end;
    }

        .ws-header-mobile-actions button {
            width: 40px;
            height: 40px;
            background: var(--ws-btn-gradient);
            color: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .ws-header-mobile-actions button svg {
                width: 25px;
                height: 25px;
            }

    .ws-header-mobile-logo {
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }

    .ws-header-mobile-links {
        color: #fff;
    }

        .ws-header-mobile-links li {
            padding: 10px 20px;
            text-transform: uppercase;
            text-align: center;
        }

    .ws-wesco-card-wrapper {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .card-col p {
        font-size: 25px;
    }

        .card-col p span {
            display: inline;
        }

    .ws-wesco-title h1 {
        font-size: 45px;
    }

    .ws-tools-title h2,
    .ws-numbers-title h2,
    .ws-instagram-title h2,
    .ws-clients-title h2 {
        font-size: 40px;
    }

    .ws-numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ws-numbers-decorator {
        width: 85%;
        margin: 0 auto;
    }

    .ws-tools-slide,
    .ws-clients-slide {
        padding: 0 20px;
    }

    .ws-wesco-wrapper,
    .ws-numbers {
        padding: 50px 0px 80px 0px;
    }

    .ws-wesco-card-container {
        margin-top: 40px;
    }

    .ws-catalog-text {
        justify-content: start;
        padding: 50px;
    }

    .ws-catalog-wrapper img {
        right: 0;
        left: unset;
        width: 350px;
    }

    .ws-catalog-text h2 {
        font-size: 30px;
    }

    .ws-catalog-wrapper {
        height: 450px;
    }

    .ws-clients-slide {
        margin-bottom: 20px;
    }

    .footer-wrap {
        gap: 30px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links {
        border: 0;
        text-align: center;
    }

    .ws-group {
        flex-direction: column;
    }

    .ws-group-txt {
        text-align: center;
    }

    .ws-contato-form {
        margin-bottom: 0px;
    }

    .ws-contato-card img {
        display: none;
    }

    .ws-contato-wrapper {
        margin-top: 0px;
    }

    .ws-produto-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .ws-produto-wrapper {
        margin-top: 0;
        padding-top: 0;
    }

    .searchable-content {
        margin: 0 0 0 auto;
    }

    .ws-produto-flexis {
        width: 90%;
        margin: 0 auto;
    }

    .ws-interna-data {
        flex-direction: column;
        align-items: start;
    }

    .ws-interna {
        margin-top: 0;
    }

    .ws-interna-main {
        height: 400px;
    }

    .ws-interna-main {
        padding: 10px;
    }

    .ws-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ws-interna-content {
        width: 90%;
    }

    .ws-assistencia-cards {
        flex-direction: column;
        align-items: stretch;
        justify-content: stretch;
    }

    .ws-assistencia-wrapper {
        padding-top: 0;
    }

    .ws-busca-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1120px) {
    .ws-inst-card-wrapper,
    .ws-group {
        width: 90%;
    }

    .ws-inst-card-grid {
        padding: 0 30px;
    }

    .ws-inst-grid-item img {
        border-radius: 30px;
    }

    .ws-inst-card-wrapper {
        min-height: auto;
    }

    .ws-inst-card-grid {
        margin-top: 60px;
    }

    .ws-inst-card-grid {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .ws-inst-grid-item img {
        width: auto;
        max-width: 100%;
    }

    .ws-inst-text h1 {
        font-size: 40px;
    }

    .ws-inst-text {
        padding: 50px 0px;
    }

    .ws-inst-card-title h2 {
        font-size: 30px;
    }

    .ws-inst-card-grid {
        margin-top: 40px;
    }
}

@media (max-width: 802px) {
    .ws-catalog-wrapper img {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .ws-garantia-wrapper {
        width: 90%;
    }

    .ws-group-txt p,
    .ws-inst-description p {
        font-size: 18px;
    }

    .ws-group-txt h2 {
        font-size: 40px;
    }

    .ws-contato-wrapper {
        padding-top: 50px;
    }

    .ws-contato-card {
        padding: 30px 20px;
    }

    .ws-contato-info span {
        font-size: 22px;
    }

    .ws-flexis textarea {
        height: 200px;
    }

    .ws-produto-title h1 {
        font-size: 40px;
    }

    .ws-produto-card {
        padding: 20px;
    }

    .ws-bloco a {
        font-size: 15px;
    }

    .ws-assistencia-title h1 {
        font-size: 30px;
    }

    .ws-busca-title h1 {
        font-size: 30px;
    }
}


@media (max-width: 700px) {
    .ws-menu {
        gap: 15px;
        justify-content: center;
    }

    .ws-navigator-wrap {
        gap: 10px;
    }

    .nav {
        padding: 0 20px;
    }

    .ws-cat-grid {
        grid-template-columns: 100%;
    }

    .ws-busca-grid {
        grid-template-columns: 100%;
    }
}

@media (max-width: 560px) {
    .ws-search-mobile {
        display: block;
    }

        .ws-search-mobile .searchable-content {
            width: 100%;
        }

    .ws-searchable {
        display: none;
    }

    .ws-links {
        justify-content: space-between;
    }

    .ws-logo {
        margin: 0 auto;
    }

    .card-col a {
        width: 100%;
        font-size: 18px;
        padding: 10px 15px;
    }

    .card-col p {
        font-size: 20px;
        line-height: 1.2;
    }

    .ws-wesco-card-wrapper {
        padding: 25px;
    }

    .ws-wesco-card-decorator {
        display: none;
    }

    .ws-wesco-card-wrapper {
        margin-bottom: 0;
    }

    .ws-wesco-title h1 {
        font-size: 38px;
    }

    .ws-numbers-txt p {
        font-size: 20px;
    }

    .ws-numbers-txt span {
        font-size: 18px;
    }

    .ws-form .ws-flexis {
        flex-wrap: wrap;
    }

    .ws-interna-slide {
        width: 100%;
    }
}

@media (max-width: 581px) {
    .ws-interna-main {
        height: 300px;
    }
}

@media (max-width: 655px) {
    .ws-interna-title h1 {
        font-size: 25px;
    }

    .ws-interna-code {
        font-size: 20px;
    }

    .ws-interna-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ws-numbers-titlemx-wrap h2,
    .ws-instagram-title h2,
    .ws-clients-title h2,
    .ws-tools-title h2 {
        font-size: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .ws-contato-wrapper {
        width: 100%;
    }

    .ws-instagram-title h2 span {
        font-size: 25px;
    }

    .ws-numbers-titlemx-wrap {
        gap: 5px;
    }
}

.ws-interna-esp-item {
    margin-top: 25px;
}

.ws-interna-linha-item img {
    margin-top: 25px;
}

.ws-interna-esp-item img {
    width: 70px;
}

.ws-interna-linha-item img {
    width: 100%;
    height: 70px;
}

.notfound {
    padding: 20px;
    border: 1px solid #000;
    border-radius: 20px;
}

.notfound-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.notfound ul {
    margin-top: 20px;
    list-style: disc;
    margin-left: 40px;
}

.notfound li {
    margin: 10px 0px;
}

.notfound h2, 
.notfound strong {
    font-weight: 500;
}