@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap";

body {
    font-family: "Exo 2", sans-serif
}

body {
    background: #f3f3f4;
    font-family: "Exo 2", sans-serif
}

img {
    max-width: 100%
}

header {
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922)
}

a {
    text-decoration: none
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    color: #2a2c2e;
    border-left: 1px solid rgba(0, 0, 0, .1019607843);
    border-right: 1px solid rgba(0, 0, 0, .1019607843);
    padding: 16px 39px !important
}

.navbar-nav .nav-item:last-child .nav-link {
    border-left: none !important;
    border-right: none !important
}

.nav-link:hover {
    background: #0074cc;
    color: #fff !important
}

.dropdown-item {
    padding: 24px 16px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #f3f3f4
}

.navbar {
    padding: 16px 10px
}

.btn-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #1e9eff), to(#005799));
    background: linear-gradient(180deg, #1e9eff -6.52%, #005799 100%);
    -webkit-box-shadow: 0px -2px 2px 0px rgba(255, 255, 255, .5019607843) inset !important;
    box-shadow: 0px -2px 2px 0px rgba(255, 255, 255, .5019607843) inset !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, .5490196078) inset;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, .5490196078) inset;
    border-radius: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28.8px;
    letter-spacing: 0%;
    padding: 13px 33px;
    margin-left: 24px
}

.btn-blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #9dd5ff), to(#0069b9));
    background: linear-gradient(180deg, #9dd5ff -6.52%, #0069b9 100%)
}

.banner {
    position: relative
}

.banner .banner-item {
    position: relative
}

.banner .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px
}

.banner-info span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 20%;
    text-align: center
}

.banner-info h2 {
    font-weight: 700;
    font-size: 69px;
    line-height: 89.7px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0
}

.banner-info p {
    font-weight: 500;
    font-size: 35px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 41px
}

.banner-image img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #1e9eff), to(#005799));
    background: linear-gradient(180deg, #1e9eff -6.52%, #005799 100%);
    -webkit-box-shadow: 0px -2px 2px 0px rgba(255, 255, 255, .5019607843) inset !important;
    box-shadow: 0px -2px 2px 0px rgba(255, 255, 255, .5019607843) inset !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, .5490196078) inset;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, .5490196078) inset;
    border-radius: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28.8px;
    letter-spacing: 0%;
    padding: 13px 33px;
    margin-left: 24px
}

.btn-gray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #ffffff), to(#dedede));
    background: linear-gradient(180deg, #ffffff -6.52%, #dedede 100%);
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #2a2c2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 339px;
    height: 71px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-gray:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #ffffff), to(#e8e8e8));
    background: linear-gradient(180deg, #ffffff -6.52%, #e8e8e8 100%)
}

.btn-yellow2.btn-single {
    width: 298px
}

.btn-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #fffbdd), to(#ffe100));
    background: linear-gradient(180deg, #fffbdd -6.52%, #ffe100 100%);
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #2a2c2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 339px;
    height: 71px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-yellow2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #fffbdd), to(#ffe100));
    background: linear-gradient(180deg, #fffbdd -6.52%, #ffe100 100%);
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .1490196078);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3019607843);
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #2a2c2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 339px;
    height: 71px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-yellow:hover,
.btn-yellow2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.52%, #ffffff), to(#ffed66));
    background: linear-gradient(180deg, #ffffff -6.52%, #ffed66 100%)
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff
}

.sobre {
    padding: 96px 10px
}

.cards-about {
    gap: 20px;
    margin-top: 64px
}

.title h2 {
    max-width: 878px;
    margin: auto;
    font-weight: 500;
    font-size: 35px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2c2e
}

.title h2 strong {
    font-weight: 700
}

.blue {
    color: #0074cc;
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 5%;
    text-align: center
}

.cards-about .card {
    padding: 40px
}

.cards-about .card .card-body {
    padding: 0 !important
}

.icon-about {
    height: 112px
}

.cards-about .card-body h5 {
    font-weight: 700;
    font-size: 23px;
    line-height: 36.8px;
    letter-spacing: 0%;
    color: #2a2c2e
}

.cards-about .card-body .cards-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, .6)
}

.cards-about .card {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1019607843)
}

.produtos {
    padding-top: 80px;
    padding-bottom: 128px
}

.titles h2 {
    margin-bottom: 72px;
    font-weight: 600;
    font-size: 55px;
    line-height: 71.5px;
    letter-spacing: 0%
}

.cards-products {
    gap: 24px
}

.cards-products .card {
    position: relative;
    padding: 0
}

.produto-tags {
    position: absolute;
    top: 6px;
    left: 10px
}

.produto-tags span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 10%;
    text-align: center;
    color: #2a2c2e;
    text-decoration: none;
    background: #ffe100;
    padding: 2px 8px;
    border-radius: 4px
}

.selo-gray span {
    background: #f3f3f4
}

.cards-products .card .card-body {
    background: #005799;
    padding: 12px 16px;
    min-height: 140px;
}

.absoulte-bg {
    position: absolute;
    right: 0;
    bottom: 0
}

.cards-products .card .card-body .card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #fff;
    max-width: 352px;
    margin-bottom: 20px
}

.cards-products .card .card-body .card-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #fff;
    max-width: 352px;
    margin-bottom: 20px
}

.cards-products .card:hover .card-body .card-title a {
    text-decoration: underline
}

.cards-products .card .card-body .card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin: 0
}

.cards-products .card {
    border: 2px solid rgba(0, 0, 0, .1019607843);
    border-radius: 8px
}

.cards-products .card {
    max-width: 379px
}

.cards-products .card .card-body {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.cards-products {
    padding-bottom: 65px
}

.thumb-spot {
    position: relative
}

.lupa {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    opacity: 0;
    border: none
}

.cards-products .card:hover .lupa {
    opacity: 1
}

.cards-products .card:hover {
    border: 2px solid #005799;
    cursor: pointer
}

.envio {
    background-image: url("../images/bg-envio.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px
}

.content-send {
    padding: 81px 10px;
    margin-left: 40px;
    max-width: 468px
}

.content-send .title .subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 5%;
    color: #99d3ff
}

.content-send .title h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 77px;
    letter-spacing: 0%;
    color: #fff;
    text-align: left
}

.content-send .title h2 .yellow {
    font-weight: 700;
    color: #ffed66
}

.content-send .desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 41px
}

.choose {
    padding-top: 128px;
    padding-bottom: 64px
}

.bg-yellow {
    background: #ffed66;
    padding: 95px 64px;
    position: relative;
    z-index: 20;
    border: 1px solid rgba(0, 0, 0, .3019607843);
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
    -webkit-box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, .0784313725);
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, .0784313725)
}

.absolute-yellow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.title-escolher h2 {
    margin-bottom: 32px !important
}

.desc-choose {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6);
    max-width: 403px;
    margin-bottom: 24px
}

.absolute-yellow-2 {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 100%
}

.absolute-yellow-2 img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%
}

.row-yellow.row>* {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.img-yellow {
    width: 100%;
    height: 659px
}

.topics {
    max-width: 358px
}

.topics>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, .1019607843);
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #2a2c2e
}

.bg-blue {
    background: #005799 !important
}

.yellow-color {
    color: #ffe100
}

.col-inmetro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.text-white {
    color: #fff
}

.inmetro {
    padding-top: 40px;
    padding-bottom: 80px
}

.banner-meio img {
    border-radius: 24px
}

.banner-meio h2 {
    font-weight: 500;
    margin-bottom: 41px
}

.banner-meio h2 p {
    margin: 0
}

.desconto {
    padding-bottom: 128px
}

.banner-meio {
    background: #ffed66;
    padding: 40px 88px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.meio-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-meio .line {
    height: 4px;
    width: 78px;
    background: #005799
}

.bg-silver img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.orcamento {
    padding: 40px 10px;
    position: relative;
    z-index: 20
}

.blue-100 {
    color: #99d3ff
}

.title-orcamento h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 61.6px;
    letter-spacing: 0%;
    margin-bottom: 12px
}

.title-orcamento h2 strong {
    font-weight: 700
}

.desc-orcamento {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    max-width: 478px;
    margin-bottom: 41px
}

.img-orcamento {
    position: absolute;
    bottom: 38px;
    right: 0
}

footer {
    padding: 80px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1019607843);
    position: relative
}

.btn-back {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 9999;
    cursor: pointer
}

.sociais {
    padding-left: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.title-with-line {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 23px;
    line-height: 36.8px;
    letter-spacing: 0%;
    color: #2a2c2e;
    margin-bottom: 29px
}

.title-with-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59px;
    height: 2px;
    background-color: #ffe100
}

.boxes ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.boxes ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.rodape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 34px 10px;
    font-family: "Rajdhani", sans-serif
}

.sobre-page {
    padding-top: 128px;
    padding-bottom: 128px
}

.title-sobre h2 {
    margin-bottom: 32px
}

.desc-sobre p {
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6);
    max-width: 481px
}

.valores {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(92.04deg, #fff18a -1.34%, #f0d400 29.15%, #ffe100 100.33%);
    margin-bottom: 128px
}

.cards-valores {
    margin-top: 0
}

.cards-valores .card {
    padding-top: 56px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .3019607843);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .3019607843);
    -webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .1490196078)
}

.icon-valores {
    margin-bottom: 40px
}

.cards-valores .card-body h5 {
    font-weight: 600;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: 0%;
    text-align: center;
    color: #005799;
    margin-bottom: 32px
}

.cards-valores .card-body .card-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2c2e;
    padding-left: 24px;
    padding-right: 24px
}

.cards-valores .card {
    position: relative
}

.absolute-valores {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    height: 39px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.assistencia,
.perguntas {
    padding-top: 128px;
    padding-bottom: 128px
}

.desc-assistencia {
    margin-bottom: 40px
}

.topics-tools {
    margin-bottom: 40px
}

.topics-tools p {
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    text-decoration: underline;
    color: #2a2c2e
}

.topics-tools>div {
    border: 1px solid rgba(0, 0, 0, .1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2c2e;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    max-width: 511px;
    margin-bottom: 12px;
    padding: 8px 12px
}

.desc-assistencia p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    max-width: 511px;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 40px
}

.title-perguntas h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0%;
    margin-top: 12px
}

.faq-item {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px
}

.faq-question {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 23px;
    line-height: 36.8px;
    letter-spacing: 0%
}

.faq-question span {
    max-width: 500px
}

.faq-answer {
    display: none;
    padding: 10px;
    color: #444
}

.toggle {
    font-size: 18px;
    font-weight: bold
}

.produtos-page {
    padding-top: 80px;
    padding-bottom: 168px
}

.title-page h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 44.8px;
    letter-spacing: 0%;
    text-align: left;
    color: #000;
    margin-bottom: 24px
}

.filter-buttons {
    overflow: auto
}

.filter-btn {
    height: 36px;
    padding: 0px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    text-align: center;
    color: #005799;
    border: 1px solid #005799;
    border-radius: 200px;
    position: relative;
    width: auto;
    white-space: nowrap
}

.filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .5019607843);
    margin-bottom: 64px
}

.filter-btn.active {
    background: #005799;
    color: #fff;
    position: relative
}

.filter-clear {
    display: none
}

.filter-btn.active .filter-clear {
    position: absolute;
    top: -1px;
    right: 6px;
    font-size: 8px;
    display: block
}

.modal-prod {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    place-items: center
}

.modal-content-prod {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 80vh;
    height: 80vh;
    overflow: hidden
}

.modal-image-prod {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block
}

.close-modal-prod {
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 30px;
    color: #000;
    cursor: pointer
}

.carrossel-prod {
    position: relative
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    border-radius: 8px
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper {
    width: 80%;
    height: 514px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

.mySwiper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0
}

.mySwiper2 {
    margin-left: 100px
}

.mySwiper .swiper-slide {
    width: 91px;
    height: 91px !important;
    opacity: .4;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    border-radius: 4px
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1
}

.single-prod {
    padding-top: 80px;
    padding-bottom: 48px
}

.seals span {
    color: #005799;
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.84%, rgba(80, 80, 80, 0.13)), color-stop(79.22%, rgba(80, 80, 80, 0)));
    background: linear-gradient(0deg, rgba(80, 80, 80, 0.13) 4.84%, rgba(80, 80, 80, 0) 79.22%);
    border-radius: 200px;
    padding: 4px 12px;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #01477d -1.22%, rgba(255, 255, 255, 0.8) 39.78%, rgba(73, 73, 73, 0.5) 67.28%, rgba(217, 217, 217, 0.8) 98.78%)
}

.seals {
    margin-bottom: 24px
}

.blue-single {
    color: #005799;
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 5%;
    margin-bottom: 8px
}

.title-single h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0%;
    color: #2a2c2e;
    max-width: 550px
}

.btns-single {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 16px
}

.msg-adicional p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%
}

.msg-adicional p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6)
}

.msg-adicional p .underline {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-decoration: underline;
    color: rgba(0, 0, 0, .6)
}

.tab-container {
    border: 1px solid rgba(0, 0, 0, .1019607843);
    background: #fff;
    border-radius: 8px
}

.tab-menu li {
    font-weight: 600;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #2a2c2e;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1019607843);
    position: relative
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    opacity: .2;
    position: relative
}

.tab.active {
    font-weight: bold;
    opacity: 1
}

.tab.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0090ff
}

.tab-content-container {
    padding: 32px 24px;
    border: 1px solid #ddd
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block;
    opacity: 1
}

.tab-content p {
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%
}

.tab-content p strong {
    font-weight: 600;
    color: #2a2c2e
}

.archive-content {
    padding-top: 80px;
    padding-bottom: 80px
}

.banner-generico {
    background-image: url("../images/bg-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 269px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: bottom
}

.banner-generico .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-generico h2 {
    color: #fff;
    margin-bottom: 17px
}

@media(min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px
    }
}

@media(max-width: 1999px) {
    .banner-meio h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media(max-width: 1024px) {
    .img-orcamento {
        display: none
    }
}

@media(min-width: 992px) {
    .mySwiper {
        width: 100px
    }
}

@media(max-width: 992px) {
    .text-prod {
        margin-top: 50px
    }

    .modal-content-prod {
        width: 100%;
        height: auto
    }

    .btn-blue,
    .btn-gray,
    .btn-yellow,
    .btn-yellow2 {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 55px;
        padding: 20px
    }

    .banner-meio {
        padding: 40px
    }

    .banner-meio h2 {
        font-size: 34px !important;
        line-height: 40px !important
    }

    .filter-buttons {
        overflow: auto
    }

    .titles h2,
    .title-orcamento h2 {
        font-size: 45px;
        line-height: 50px
    }

    .btn-blue {
        margin-left: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .navbar-nav .nav-item .nav-link {
        border-left: none;
        border-right: none
    }

    .envio {
        height: auto
    }

    .absolute-yellow-2 img {
        height: 30px
    }

    .img-yellow {
        height: auto
    }

    .orcamento {
        padding: 64px
    }

    .col-inmetro {
        margin-bottom: 50px
    }

    .cards-products {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media(max-width: 769px) {
    .tab-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tab-menu li {
        border-bottom: 1px solid #000
    }

    .orcamento {
        padding: 64px 10px
    }

    .img-oracamento {
        display: none
    }

    .banner-meio img {
        display: none
    }
}

@media(max-width: 600px) {
    .mySwiper2 {
        margin-left: 0
    }

    .swiper {
        width: 100%
    }

    .mySwiper {
        position: static;
        height: 100px !important
    }
}

@media(max-width: 500px) {

    .btn-blue,
    .btn-gray,
    .btn-yellow,
    .btn-yellow2 {
        padding: 8px;
        font-size: 15px
    }

    .bg-silver img {
        height: 30px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

#cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 300px;
    display: none;
    z-index: 999999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.cookie-buttons {
    margin-top: 10px;
    text-align: right
}

.cookie-buttons button {
    background: linear-gradient(180deg, #fffbdd -6.52%, #ffe100 100%);
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px
}

.cookie-buttons button.reject {
    background: red
}

.img-thumb-prod img {
    max-width: 350px;
    max-height: 300px;
    object-fit: cover;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination span,
.pagination a {
    padding: 5px 10px;
    background: #f0d400;
    border-radius: 4px;
    color: #000;
}

.breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

.breadcrumb a{
    color: #000;
}