* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: 1s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.container {
    max-width: 1240px!important;
    width: 100%;
}

.fixo .nav.menu {
    position: fixed;
    width: 100%;
    top: 0;
}
.fixo ul.nav,
.fixo .navbar-default,
.fixo .navbar-header .navbar-brand,
.fixo #bs-example-navbar-collapse-1 {
    height: 100px;
    background: #00448f;
}

.titulo-geral {
    color: #00448f;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #888888;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.btn-geral {
    font-size: 14px;
    color: #fff;
    display: table;
    background: #fb3c3a;
    padding: 7px 30px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.btn-geral:hover {
    color: #fff;
    background: #333367;
}
.size-responsive-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.topo {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 10px;
}
.topo img {
    width: 20px;
}
.topo .container {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
}
.topo .container:after,
.topo .container:before {
    display: none;
}
.topo p,
.topo a {
    font-size: 14px;
    color: #fff;
}
.topo a:hover {
    color: #fed954;
}
.topo span {
    width: 5px;
    height: 5px;
    background: #fed954;
    border-radius: 50px;
    display: inline-flex;
    margin: 0 5px;
}

header {
    position: absolute;
    top: 60px;
    z-index: 999;
    width: 100%;
}
ul.nav,
.navbar-default,
.navbar-header .navbar-brand,
#bs-example-navbar-collapse-1 {
    transition: .5s;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    border: none;
    transition: .5s;
}
.navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0!important;
    padding: 0;
    transition: .5s;
}
.navbar-header .navbar-brand .logo {
    transition: .5s;
    width: 200px;
}
#bs-example-navbar-collapse-1 {
    float: right;
    padding: 0;
    transition: .5s;
}
ul.nav {
    display: flex;
    align-items: center;
    transition: .5s;
}
ul.nav>li>a {
    font-size: 18px;
    color: #fff!important;
    padding: 10px 10px;
}
ul.nav>li>a:hover,
ul.nav>li>a:active,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    color: #fed954!important;
}

.vitrine img {
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.vitrine .conteudo {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vitrine .conteudo h1 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    max-width: 600px;
    margin: 0 0 20px;
}
.vitrine .conteudo p {
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
    color: #fff;
}
.vitrine .botoes {
    display: flex;
}
.vitrine .conteudo a.btn-orcamento {
    background: #fed954;
    margin-left: 20px;
}
.vitrine .conteudo a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
    margin-top: 30px;
}
.vitrine .conteudo a:hover {
    background: #173762;
}

.content-servico .card {
    border: .5px solid #a9a9a9;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 30px;
    width: 250px;
}
.content-servico .card img {
    height: 50px;
    margin-right: 10px;
}
.content-servico .card span {
    font-size: 15px;
}
.content-servico .card h2 {
    color: #00448f;
    font-size: 16px;
    margin: 5px 0 0;
}

.como-funciona .titulo-geral {
    margin-bottom: 10px;
}
.como-funciona p.subtitulo {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 16px;
    max-width: 580px;
}
.como-funciona h4 {
    text-align: center;
    font-weight: bold;
}
.como-funciona p {
    text-align: center;
    margin: 0;
}
.como-funciona .box {
    padding: 40px;
    background: #00448f;
    border-radius: 20px;
    margin-top: 60px;
}
.como-funciona .box h2 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin: 0;
}
.como-funciona .box span {
    color: #fed954;
}
.como-funciona .box p {
    color: #fff;
    text-align: center;
    margin: 20px auto;
    max-width: 580px;
}
.como-funciona .botoes {
    display: flex;
    justify-content: center;
}
.como-funciona .botoes a.btn-orcamento {
    background: #fed954;
    margin-left: 20px;
}
.como-funciona .botoes a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
}
.como-funciona .botoes a:hover {
    background: #173762;
}

.servico-locacao {
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000059;
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
    max-width: 911px;
    margin: 60px auto;
}
.servico-locacao img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}
.servico-locacao .locacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5%;
    padding-left: 2.5rem;
}
.servico-locacao .locacao h1 {
    color: #00448f;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 3%;
    text-align: start;
}
.servico-locacao .botoes {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.servico-locacao .botoes a.btn-orcamento {
    color: #00448f;
    background: #fed954;
    margin-left: 20px;
}
.servico-locacao .botoes a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    background: #173762;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
}
.servico-locacao .botoes a:hover {
    background: #00448f;
    color: #fff;
}

.visibilidade-garantida {
    background-color: #fed954;
    min-height: 300px;
}
.visibilidade-garantida-content {
    align-items: center;
    color: #00448f;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.visibilidade-garantida-content h1 {
    font-size: 44px;
    font-weight: 600;
    padding: 70px 0 40px;
    text-align: center;
    margin: 0;
}
.visibilidade-garantida-content p {
    font-size: 22px;
    padding: .5rem;
    text-align: center;
}

.pecas {
    flex-direction: row;
    padding: 60px 50px;
}
.pecas img {
    width: 50%;
}
.servico-locacao.pecas .locacao {
    margin-top: 0;
}

.sobre-nos .owl-stage-outer {
    padding: 20px 30px;
}
.sobre-nos .item {
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000059;
    display: flex;
    flex-direction: column;
    height: 250px;
    padding: 10px;
    width: 350px;
}
.sobre-nos .card-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.sobre-nos .card-header h1, .sobre-nos .card-header span {
    color: #00448f;
    font-size: 14px;
    margin: 0;
}
.sobre-nos .card-header img {
    width: 100px;
}
.sobre-nos .item p {
    align-items: center;
    color: #524f4f;
    display: flex;
    font-size: 14px;
    margin-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.sobre-nos .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
}
.sobre-nos .owl-nav img {
    width: 35px;
}
.sobre-nos .owl-prev img {
    position: absolute;
    left: -20px;
}
.sobre-nos .owl-next img {
    position: absolute;
    right: -30px;
}

section.treinamentos {
    padding-top: 50px;
}
.treinamentos .owl-stage-outer {
    padding: 20px 30px;
}
.treinamentos .item {
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000059;
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 350px;
}
.treinamentos img {
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}
.treinamentos .treinamentos-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
    padding: 20px;
    text-align: justify;
}
.treinamentos .treinamentos-header h1 {
    color: #00448f;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
.treinamentos .treinamentos-header p {
    margin: 5% 0 0;
}
.treinamentos .treinamentos-header span {
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10%;
}
.treinamentos .treinamentos-header span a {
    color: #00448f;
}
.treinamentos .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
}
.treinamentos .owl-nav img {
    width: 35px;
}
.treinamentos .owl-prev img {
    position: absolute;
    left: -20px;
}
.treinamentos .owl-next img {
    position: absolute;
    right: -30px;
}

.btn-outros {
    min-height: 150px;
}
.btn-outros-treinamentos-content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2%;
}
.btn-outros-treinamentos {
    background-color: #fed954;
    border-radius: 30px;
    color: #00448f;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
}

.footer {
    background-image: url(../images/fd_rodap%C3%A9.DLuJVmoV.png);
    min-height: 900px;
    position: relative;
}
.footer .content-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
}
.footer .content-footer h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 2%;
    margin-top: 5%;
}
.footer .list-container {
    max-width: 900px;
    width: 100%;
}
.footer .list-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.footer .list-content .pergunta {
    flex: 1 1 45%;
    margin-bottom: 20px;
}
.footer .list-content .pergunta .separator {
    border-top: 3.5px solid #005095;
    width: 100%;
}
.footer .pergunta p, .pergunta-title {
    border-radius: 5px;
    padding: 15px;
}
.footer .pergunta-title {
    align-items: center;
    display: flex;
    gap: 15px;
}
.footer .btn-fale-conosco {
    background-color: #fed954;
    border-radius: 30px;
    color: #00448f;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 60px;
    border: none;
    margin: 6% 0;
}
.footer .content-footer img {
    margin-bottom: 2%;
    margin-top: 2%;
}
.footer .flex-group {
    flex-direction: row;
    width: 900px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 6% 0;
}
.footer .content-footer .whatsapp-content {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 110px 0;
}
.footer .circle, .content-footer .media {
    align-items: center;
    display: flex;
}
.content-footer .media {
    gap: 10px;
}
.footer .circle {
    background-color: #fed954;
    border-radius: 20px;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.footer .panel {
    background-color: transparent;
}
.footer .panel-heading a.collapsed:after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: #FED954;
  transition: all 0.5s;
  transform: scale(1);
  margin-left: 10px;
}
.footer .panel-heading.active a:after {
  content: '-';
  font-size: 24px;
  font-weight: 300;
  color: #FED954;
  transition: all 0.5s;
  transform: scale(1);
  margin-left: 10px;
}
.footer .panel-heading.active a {
    color: #FED954;
}
.panel-heading {
    padding: 15px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.flex-group h2,
.flex-group span {
    font-size: 16px;
    margin: 0 0 5px;
}
.flex.flex-row.items-center {
    display: flex;
    align-items: center;
}
.flex.flex-row.items-center .email {
    margin-right: 15px;
}
.content-footer .media img {
    background-color: #fff;
    border-radius: 12px;
    cursor: pointer;
    height: 35px;
    padding: 5px;
    width: 35px;
}
.content-footer .media img:hover {
    background-color: #fed954;
}

.absolute-group {
    text-align: center;
    padding: .5rem;
    display: flex;
    align-self: center;
    justify-content: center;
    background: rgb(254 217 84);
}
.absolute-group span {
    color: rgb(0 68 143);
    font-size: 10px;
}

.pagina-interna .topo {
    position: relative;
    background: #00448f;
    top: auto;
    padding-top: 10px;
}
.pagina-interna header {
    position: relative;
    top: 0;
    background: #00448f;
    padding: 20px 0px;
}

.topo-interno {
    background: rgb(254, 217, 84);
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topo-interno a {
    color: #00448f;
    font-weight: 600;
    font-size: 30px;
}

.form-procura {
    padding: 60px 0 0;
}
.form-procura h2 {
    color: #00448f;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0 0 40px;
}
.form-procura p {
    color: #524f4f;
    text-align: center;
    font-size: 16px;
}
.form-procura a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
}
.form-procura .fa {
    color: #00448f;
    margin-right: 5px;
}
.form-procura select.form-control,
.form-procura input.form-control {
    color: #524f4f;
    font-size: 16px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}
.form-procura textarea.form-control {
    color: #524f4f;
    font-size: 16px;
    height: 200px;
    border-radius: 20px;
    font-size: 16px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}
.form-procura .form-control::placeholder {
    color: #524f4f;
    font-size: 16px;
}
.form-procura .form-control::-ms-input-placeholder {
    color: #524f4f;
    font-size: 16px;
}
.form-procura button {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 20px 40px;
    border-radius: 8px;
    border: none;
    border-radius: 50px;
    display: table;
}

.interna {
    padding-bottom: 100px;
}
.content-servico.demais-servicos .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-servico.demais-servicos .card {
    border: none;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    width: 100%;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    margin-bottom: 30px;
}
.content-servico.demais-servicos .card h2 {
    font-weight: bold;
}
.demais-servicos .link-listagem {
    color: #4b5563;
    margin-bottom: .5rem;
    text-align: center;
    display: block;
}
.demais-servicos .link-listagem:hover {
    text-decoration-line: underline;
    color: #005095;
}

.interna.saibamais .form-procura h2 {
    text-align: center;
    margin: 0 0 10px;
}
.interna.saibamais .form-procura p {
    font-size: 18px;
    text-align: center;
}
.interna.saibamais .form-procura a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
    margin: 0 auto;
}
.interna.saibamais .form-procura button {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 20px 20px;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    width: 50%;
    border: none;
    margin-top: 20px;
}

.listagem-produtos {
    padding-top: 100px;
}
.item-produto {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: .75rem;
    height: 320px;
    margin-bottom: 30px;
}
.img-produto {
    background-color: rgb(209 213 219);
    border-radius: .75rem;
    height: 190px;
}
.img-produto img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.conteudo-produto {
    font-weight: 700;
    padding: 1.25rem;
    color: #333;
}
.preco-produto {
    color: rgb(0 68 143);
    font-size: 22px;
    margin-top: 1.25rem;
}

.filtros select.form-control,
.filtros input.form-control {
    color: #524f4f;
    height: 40px;
    border-radius: 50px;
    font-size: 12px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
}
.filtros .form-control::placeholder {
    color: #524f4f;
    font-size: 12px;
}
.filtros .form-control::-ms-input-placeholder {
    color: #524f4f;
    font-size: 12px;
}
.filtros button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 10px 20px;
    border-radius: 50px;
    display: table;
    width: 100%;
    border: none;
    margin-top: 20px;
}

.interna.cadastro h1 {
    font-weight: 700;
    font-size: 22px;
}
.interna.cadastro .flex.flex-col.border-solid {
    margin-bottom: 30px;
}
.interna.cadastro h2 {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}
.interna.cadastro label {
    font-weight: 400;
}
.interna.cadastro .flex.flex-col.border-solid label {
    display: block;
    margin-bottom: 0;
}
.interna.cadastro .flex.flex-col.border-solid input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
}
.interna.cadastro .flex.w-\[80\%\].xl\:w-\[60\%\].mt-3.items-start {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.interna.cadastro .flex.w-\[80\%\].xl\:w-\[60\%\].mt-3.items-start label {
    font-weight: bold;
}
.interna.cadastro .flex.w-\[80\%\].xl\:w-\[60\%\].mt-3.items-start input {
    margin-right: 5px;
}
.interna.cadastro button {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 20px 20px;
    border-radius: 50px;
    display: table;
    width: 60%;
    border: none;
    margin: 30px auto 100px;
}
.interna.cadastro {
    padding-bottom: 0;
}

.lateral1 {
    border-right: 3px solid #fed954;
    padding-right: 30px;
}

.vitrine-blog {
    margin-top: 80px;
}
.interna.blog .listagem-produtos {
    padding-top: 10px;
}

.interna.blog .item-produto {
    height: auto;
}
.interna.blog .listagem-produtos img,
.interna.blog .img-produto {
    height: 250px;
}

.interna.blog .item-produto-maior .img-produto,
.interna.blog .item-produto-maior img {
    height: 525px;
    border-radius: .75rem;
}
.interna.blog .item-produto-maior .conteudo-produto {
    background-color: rgb(109 109 109);
    border-radius: .75rem;
    color: #fff!important;
    margin-top: -111px;
    position: relative;
    z-index: 9;
}
.interna.blog .item-produto-maior .conteudo-produto p.preco-produto {
    color: #fff;
}

.interna.blog .item-produto-menor  {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: .75rem;
    margin-bottom: 26px;
}
.interna.blog .item-produto-menor .img-produto {
    width: 20%;
    height: 110px;
}
.interna.blog .item-produto-menor .img-produto img {
    width: 100%;
    height: 111px;
    object-fit: cover;
}
.interna.blog .item-produto-menor a {
    display: flex;
}

.interna p {
    font-size: 16px;
}
.interna iframe {
    border-radius: .75rem;
    margin: 60px 0;
}
.interna.saibamais .como-funciona {
    padding-top: 0;
}
.como-funciona i.fa {
    font-size: 36px;
    color: #00448f;
    margin: 50px auto 10px;
    display: table;
}

.por-que {
    padding-top: 100px;
}
.por-que img {
    width: 100%;
    object-fit: cover;
    border-radius: .75rem;
}
.por-que a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #00448f;
    background: #fed954;
    padding: 10px 20px;
    border-radius: 8px;
    display: table;
    margin: 30px auto 0;
}

.planos i.fa {
    color: #00448f;
}
.planos .card {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: .75rem;
    padding: 40px 30px;
}

.faq .list-content .pergunta {
    flex: 1 1 45%;
    margin-bottom: 20px;
}
.faq .list-content .pergunta .separator {
    border-top: 3.5px solid #005095;
    width: 100%;
}
.faq .pergunta p, .pergunta-title {
    border-radius: 5px;
    padding: 15px;
}
.faq .pergunta-title {
    align-items: center;
    display: flex;
    gap: 15px;
}
.faq .panel {
    background-color: transparent;
}
.faq .panel-heading a.collapsed:after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: #FED954;
  transition: all 0.5s;
  transform: scale(1);
  margin-left: 10px;
}
.faq .panel-heading.active a:after {
  content: '-';
  font-size: 24px;
  font-weight: 300;
  color: #FED954;
  transition: all 0.5s;
  transform: scale(1);
  margin-left: 10px;
}
.faq .panel-heading.active a {
    color: #FED954;
}
.faq .list-container {
    padding: 60px;
    background: #00448f;
    border-radius: 20px;
    margin-top: 60px;
    color: #fff;
}
.faq .titulo-geral {
    color: #fff;
    margin: 0 0 60px; 
}

.perfil-box {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: .75rem;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 180px;
    display: flex;
}
.perfil-box-interno {
    justify-content: space-evenly;
    width: 100%;
    display: flex;
}
.perfil-img {
    background-color: rgb(220 220 220);
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
}
.perfil-dados {
    width: 70%;
}
.perfil-dados .font-bold {
    color: rgb(0 68 143);
    font-weight: 700;
}
.flex1 {
    gap: .5rem;
    align-items: center;
    display: flex;
}
.flex2 {
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    display: flex;
}
.flex3 {
    padding-right: .5rem;
    padding-left: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 20px;
}
.flex3 .text-white {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0 68 143);
    border-radius: 9999px;
    text-align: center;
    color: rgb(255 255 255);
    font-weight: 700;
    border: none;
}
.flex3 .text-white .fa {
    font-size: 16px;
    color: rgb(254 217 84);
    margin-right: 10px;
}
.flex3 .bg {
    background: rgb(234 51 56);
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 50px;
}
.perfil-box2 {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: rgb(0 68 143);
    border-radius: .75rem;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    margin-top: .75rem;
}
.perfil-box2-interno {
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.perfil-box2-interno2 {
    padding: 1.25rem;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
}
.box2-flex1 {
    gap: 1.25rem;
    display: flex;
}
.material-symbols-outlined {
    color: rgb(0 68 143);
    padding: 3px;
    background-color: rgb(254 217 84);
    border-radius: 9999px;
}
.box2-flex1 .font-bold {
    font-weight: bold;
}

.vitrine-internas h2 {
    text-align: left;
    border-bottom: 5px solid #e5e5e5;
    padding-bottom: 20px;
}
.vitrine-internas p {
    text-align: left;
}
h4.preco {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: #e5e5e5;
    padding: 15px;
    border-radius: 10px;
    margin: 30px 0 0;
}
.owl-internas {
    margin-top: 60px;
}
.owl-internas img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}
.interna.internas .flex.flex-col.border-solid textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    height: 100px;
}
.interna.internas .cadastro .btns-flex {
    display: flex;
    justify-content: center;
}
.interna.internas .cadastro button {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 40px;
    border-radius: 50px;
    display: table;
    width: auto;
    border: none;
    margin: 20px 5px 0;
}
.interna.internas .cadastro button.btn-voltar {
    color: #fed954;
    background: #00448f;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .topo p, .topo a {
        font-size: 10px;
        color: #fff;
    }
    .topo .container {
        display: table;
        text-align: center;
    }
    header {
        top: 70px;
    }
    .navbar-header .navbar-brand .logo {
        width: 150px;
    }
    .container>.navbar-header {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 0;
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 31px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #00448f;
        z-index: 300;
        position: relative;
        min-height: 320px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: -8px;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .fixo .navbar-default .navbar-toggle {
        margin-top: 40px;
    }
    div#bs-example-navbar-collapse-1 {
        height: 100% !important;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-nav>li>a {
        padding: 15px 10px!important;
    }
    .vitrine .conteudo h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    .vitrine .conteudo p {
        font-size: 14px;
        line-height: 20px;
    }
    .vitrine .conteudo a {
        margin-top: 0;
    }
    .vitrine .conteudo {
        height: 400px;
        justify-content: flex-end;
        padding-bottom: 20px;
    }
    .vitrine img {
        height: 400px;
    }
    .content-servico .card {
        margin: 0 auto 15px;
    }
    .servico-locacao .locacao h1 {
        text-align: center;
    }
    .pecas {
        flex-direction: column;
        padding: 60px 10px;
    }
    .sobre-nos .owl-nav,
    .treinamentos .owl-nav {
        display: none;
    }
    .sobre-nos .item,
    .treinamentos .item {
        width: 100%;
    }
    .sobre-nos .owl-stage-outer,
    .treinamentos .owl-stage-outer {
        padding: 20px 5px;
    }
    .footer .content-footer img {
        width: 90%;
    }
    .footer .flex-group {
        width: 100%;
        flex-direction: column;
    }
    .footer .content-footer .whatsapp-content {
        margin: 60px 0 40px;
    }
    .content-footer .media {
        margin-bottom: 40px;
    }
}

/* JS Distribuidora home */
body.site-home {
    background: #eaeaea;
    color: #28343b;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
}

body.site-home * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.site-home img {
    max-width: 100%;
}

body.site-home a,
body.site-home button {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

body.site-home a,
body.site-home a:hover,
body.site-home a:focus {
    text-decoration: none;
}

body.site-home button {
    border: 0;
    font-family: inherit;
}

body.site-inner button {
    border: 0;
    font-family: inherit;
}

body.site-home button:focus,
body.site-inner button:focus,
body.site-home input:focus,
body.site-inner input:focus,
body.site-inner select:focus,
body.site-inner textarea:focus {
    outline: none;
}

body.site-home .container,
.site-footer .container {
    max-width: 1640px;
    width: calc(100% - 120px);
    padding-left: 0;
    padding-right: 0;
}

header.site-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 50;
    width: 100%;
    padding-top: 8px;
    background: #185e80;
}

header.site-header.fixo {
    position: relative;
    padding-top: 8px;
    background: #185e80;
}

.site-header__shell {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 112px;
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 18px 34px;
    background: #fff;
    border-radius: 7px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-logo img {
    display: block;
    width: 92px;
}

.site-search {
    position: relative;
    flex: 0 1 330px;
    min-width: 230px;
    margin: 0;
}

.site-search input,
.site-mobile-menu__search input,
.site-footer__newsletter input {
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

.site-search input {
    height: 42px;
    padding: 0 42px 0 0;
    color: #20262b;
    border-bottom: 1px solid #242b31;
    background: transparent;
    font-size: 15px;
}

.site-search input::placeholder,
.site-mobile-menu__search input::placeholder,
.site-footer__newsletter input::placeholder {
    color: #4c555a;
    opacity: 1;
}

.site-search button {
    position: absolute;
    top: 50%;
    right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #1b607f;
    background: transparent;
    transform: translateY(-50%);
}

.site-main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.site-main-nav a {
    color: #202830;
    font-size: 15px;
    font-weight: 500;
}

.site-main-nav a.active,
.site-main-nav a:hover,
.site-main-nav a:focus {
    color: #df7908;
}

.site-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    flex: 1 1 auto;
    min-width: 0;
    color: #202830;
}

.site-action,
.site-login,
.site-boleto {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #202830;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.site-action i,
.site-login i,
.site-boleto i {
    color: #1b607f;
    font-size: 17px;
}

.site-action--cart strong {
    color: #df7908;
    font-weight: 700;
}

.site-action:hover,
.site-login:hover,
.site-boleto:hover {
    color: #df7908;
}

.site-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.site-social a,
.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #fff;
    background: #1b607f;
    border-radius: 50%;
    font-size: 13px;
}

.site-social a:hover,
.site-social a:focus {
    background: #df7908;
    color: #fff;
}

.site-mobile-tools,
.site-mobile-menu {
    display: none;
}

.site-category-bar {
    background: #185e80;
}

.site-category-inner {
    display: flex;
    align-items: center;
    gap: 31px;
    max-width: 1640px;
    width: calc(100% - 120px);
    min-height: 80px;
    margin: 0 auto;
}

.site-all-categories {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 225px;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-all-categories span,
.site-menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor, 0 -8px 0 currentColor;
}

.site-category-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    flex: 1;
    overflow: hidden;
}

.site-category-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.site-category-nav a:hover,
.site-category-nav a:focus {
    color: #f5a33d;
}

.home-main {
    background: #eaeaea;
}

.home-hero {
    position: relative;
    overflow: hidden;
    background: #185e80;
}

.home-hero__slide {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.home-hero__slide picture,
.home-hero__slide img {
    display: block;
    width: 100%;
}

.home-hero__slide img {
    height: 560px;
    object-fit: cover;
}

.home-hero__content {
    position: absolute;
    top: 50%;
    right: 15.6%;
    width: 440px;
    transform: translateY(-45%);
}

.home-hero__content h1 {
    margin: 0 0 34px;
    color: #185e80;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.16;
}

.home-hero__content h1 strong {
    display: block;
    color: #185e80;
    font-weight: 800;
}

.btn-circle,
.mini-link,
.price-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    white-space: nowrap;
}

.btn-circle {
    min-width: 226px;
    min-height: 58px;
    padding: 7px 7px 7px 22px;
    color: #fff;
    background: #df7908;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
}

.btn-circle span,
.mini-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    color: #df7908;
    background: #fff;
    border-radius: 50%;
}

.btn-circle .fa,
.mini-link .fa {
    transform: rotate(45deg);
}

.btn-circle:hover,
.btn-circle:focus {
    color: #fff;
    background: #185e80;
}

.home-hero .owl-dots,
.jsd-brand-carousel .owl-dots,
.jsd-feature-carousel .owl-dots,
.jsd-product-carousel .owl-dots,
.jsd-promo-carousel .owl-dots,
.jsd-category-carousel .owl-dots,
.jsd-kits-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 25px;
}

.home-hero .owl-dots {
    position: absolute;
    right: 15.5%;
    bottom: 34px;
    margin: 0;
}

.home-hero .owl-dot,
.jsd-brand-carousel .owl-dot,
.jsd-feature-carousel .owl-dot,
.jsd-product-carousel .owl-dot,
.jsd-promo-carousel .owl-dot,
.jsd-category-carousel .owl-dot,
.jsd-kits-carousel .owl-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    background: rgba(24, 94, 128, .32);
}

.home-hero .owl-dot {
    background: rgba(24, 94, 128, .38);
}

.home-hero .owl-dot.active,
.jsd-brand-carousel .owl-dot.active,
.jsd-feature-carousel .owl-dot.active,
.jsd-product-carousel .owl-dot.active,
.jsd-promo-carousel .owl-dot.active,
.jsd-category-carousel .owl-dot.active,
.jsd-kits-carousel .owl-dot.active {
    background: #df7908;
}

.home-band {
    padding: 86px 0 80px;
    background: #eaeaea;
}

.home-band--first {
    padding-top: 72px;
}

.home-band--last {
    padding-bottom: 95px;
}

.section-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.section-heading h2 {
    max-width: 620px;
    margin: 0;
    color: #185e80;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.12;
}

.section-heading h2 strong {
    color: #df7908;
    font-weight: 800;
}

.section-heading--compact {
    margin-bottom: 24px;
}

.section-heading--compact h2 {
    max-width: 470px;
    font-size: 25px;
    line-height: 1.2;
}

.section-heading--white h2,
.section-heading--white h2 strong {
    color: #fff;
}

.jsd-brand-carousel,
.jsd-feature-carousel,
.jsd-product-carousel,
.jsd-promo-carousel,
.jsd-category-carousel,
.jsd-kits-carousel {
    position: relative;
}

.jsd-brand-carousel {
    margin-bottom: 54px;
}

.jsd-brand-carousel .owl-stage,
.jsd-feature-carousel .owl-stage,
.jsd-product-carousel .owl-stage,
.jsd-promo-carousel .owl-stage,
.jsd-category-carousel .owl-stage,
.jsd-kits-carousel .owl-stage {
    display: flex;
}

.brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 16px 21px;
    background: #fff;
    border: 1px solid #e0e2e3;
    border-radius: 7px;
}

.brand-card img {
    display: block;
    width: auto !important;
    max-height: 54px;
    object-fit: contain;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
}

.jsd-brand-carousel .owl-nav,
.jsd-product-carousel .owl-nav,
.jsd-promo-carousel .owl-nav,
.jsd-kits-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.jsd-kits-carousel .owl-nav {
    top: -65px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin: 0 !important;
    color: #185e80 !important;
    background: #fff !important;
    border: 1px solid #d2d5d7 !important;
    border-radius: 50% !important;
    font-size: 15px !important;
}

.promo-section .owl-nav button.owl-prev,
.promo-section .owl-nav button.owl-next,
.kits-panel .owl-nav button.owl-prev,
.kits-panel .owl-nav button.owl-next {
    color: #fff !important;
    background: #185e80 !important;
    border-color: #185e80 !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    color: #fff !important;
    background: #df7908 !important;
    border-color: #df7908 !important;
}

.feature-card {
    display: flex;
    min-height: 325px;
    overflow: hidden;
    background: #fff;
    border-radius: 13px;
}

.feature-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 48%;
    padding: 36px 28px;
}

.feature-card h3 {
    margin: 0 0 5px;
    color: #185e80;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.feature-card p {
    margin: 0 0 30px;
    color: #185e80;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.12;
}

.feature-card > img {
    width: 52% !important;
    object-fit: cover;
}

.feature-card--blue {
    background: #185e80;
}

.feature-card--orange {
    background: #df7908;
}

.feature-card--blue h3,
.feature-card--blue p,
.feature-card--orange h3,
.feature-card--orange p {
    color: #fff;
}

.mini-link {
    min-height: 44px;
    color: #185e80;
    font-size: 14px;
    font-weight: 800;
}

.mini-link:hover,
.mini-link:focus {
    color: #df7908;
}

.mini-link--orange {
    color: #fff;
}

.mini-link--orange span {
    color: #fff;
    background: #df7908;
}

.mini-link--white {
    color: #fff;
}

.mini-link--white span {
    color: #df7908;
    background: #fff;
}

.product-card {
    height: 100%;
    color: #28343b;
}

.product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 308px;
    padding: 26px;
    margin-bottom: 19px;
    background: #fff;
    border-radius: 13px;
}

.product-card__image img {
    width: auto !important;
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.favorite {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #185e80;
    background: #f4f5f5;
    border-radius: 50%;
    font-size: 17px;
}

.favorite:hover,
.favorite:focus,
.favorite.is-active {
    color: #fff;
    background: #df7908;
}

.scan-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    background: #df7908;
    border-radius: 50%;
    font-size: 19px;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .16);
}

.product-card h3 {
    min-height: 48px;
    margin: 0 0 11px;
    color: #28343b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.product-card p {
    margin: 0 0 20px;
    color: #6d7479;
    font-size: 14px;
    font-weight: 400;
}

.price-button {
    width: 100%;
    min-height: 52px;
    padding: 0 15px 0 21px;
    color: #fff;
    background: #185e80;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.price-button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #185e80;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.price-button:hover,
.price-button:focus,
.price-button--orange {
    color: #fff;
    background: #df7908;
}

.price-button--orange i {
    color: #df7908;
}

.price-button--blue {
    color: #fff;
    background: #185e80;
}

.promo-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 90px;
    background: #df7908;
}

.promo-section:before,
.category-section:before {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.promo-section:before {
    right: -190px;
    bottom: -230px;
    width: 620px;
    height: 620px;
    border: 58px solid rgba(255, 255, 255, .18);
}

.promo-section .container,
.category-section .container {
    position: relative;
    z-index: 1;
}

.product-card--promo h3,
.product-card--promo p {
    color: #fff;
}

.product-card--promo .product-card__image {
    background: #fff;
}

.discount-tag {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 33px;
    padding: 0 12px;
    color: #fff;
    background: #185e80;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.discount-tag i {
    font-size: 13px;
}

.category-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0 98px;
    background: #eaeaea;
}

.category-section:before {
    right: -250px;
    top: -280px;
    width: 690px;
    height: 690px;
    border: 60px solid rgba(24, 94, 128, .08);
}

.category-tile {
    position: relative;
    display: block;
    min-height: 282px;
    overflow: hidden;
    color: #fff;
    background: #185e80;
    border-radius: 13px;
}

.category-tile:hover,
.category-tile:focus {
    color: #fff;
    transform: translateY(-2px);
}

.category-tile img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    opacity: .78;
}

.category-tile:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(24, 94, 128, .82) 100%);
}

.category-tile--blue:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(24, 94, 128, .92) 100%);
}

.category-tile span {
    position: absolute;
    left: 18px;
    bottom: 67px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #df7908;
    border-radius: 50%;
    font-size: 18px;
}

.category-tile span.is-orange {
    color: #df7908;
    background: #fff;
}

.category-tile strong {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.kits-section {
    padding: 0 0 92px;
    background: #eaeaea;
}

.kits-panel {
    display: grid;
    grid-template-columns: minmax(360px, 41%) 1fr;
    overflow: hidden;
    background: #fff;
    border: 3px solid #df7908;
    border-radius: 15px;
}

.kits-panel__cover {
    position: relative;
    min-height: 558px;
    overflow: hidden;
    background: #df7908;
}

.kits-panel__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
}

.kits-panel__cover:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(223, 121, 8, .9) 0%, rgba(223, 121, 8, .52) 48%, rgba(223, 121, 8, 0) 100%);
}

.kits-panel__cover h2 {
    position: absolute;
    left: 48px;
    bottom: 52px;
    z-index: 1;
    max-width: 330px;
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.08;
}

.kits-panel__cover h2 strong {
    display: block;
    font-weight: 800;
}

.kits-panel__products {
    position: relative;
    padding: 70px 55px 46px;
    min-width: 0;
}

.kits-panel .product-card h3,
.kits-panel .product-card p {
    color: #28343b;
}

.store-map {
    position: relative;
    overflow: hidden;
    background: #eaeaea;
}

.store-map picture,
.store-map img {
    display: block;
    width: 100%;
}

.store-map img {
    height: auto;
}

.whatsapp-float {
    position: absolute;
    left: 6.2%;
    bottom: 12%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    color: #fff;
    background: #2eba52;
    border: 5px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    background: #239842;
}

.site-footer {
    padding: 74px 0 36px;
    color: #fff;
    background: #185e80;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(150px, .65fr)) minmax(265px, .95fr);
    gap: 38px;
    align-items: start;
}

.site-footer__brand img {
    display: block;
    width: 130px;
    margin-bottom: 24px;
}

.site-footer__brand p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.65;
}

.site-footer h2 {
    margin: 0 0 21px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.site-footer__menu,
.site-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__menu a,
.site-footer__contact a,
.site-footer__contact span {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.35;
}

.site-footer__menu a:hover,
.site-footer__contact a:hover,
.site-footer__menu a:focus,
.site-footer__contact a:focus {
    color: #f5a33d;
}

.site-footer__newsletter form {
    position: relative;
    margin-bottom: 20px;
}

.site-footer__newsletter input {
    height: 52px;
    padding: 0 57px 0 19px;
    color: #28343b;
    background: #fff;
    border-radius: 999px;
    font-size: 14px;
}

.site-footer__newsletter button {
    position: absolute;
    top: 50%;
    right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    background: #df7908;
    border-radius: 50%;
    transform: translateY(-50%);
}

.site-footer__newsletter button:hover,
.site-footer__newsletter button:focus {
    background: #185e80;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 9px;
}

.site-footer__social a {
    width: 35px;
    height: 35px;
    color: #185e80;
    background: #fff;
    font-size: 15px;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
    color: #fff;
    background: #df7908;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 58px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.site-footer__bottom div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-footer__bottom span,
.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.site-footer__bottom div img {
    display: block;
    width: 188px;
}

.site-footer__credit img {
    display: block;
    width: 73px;
}

@media (max-width: 1500px) {
    body.site-home .container,
    .site-footer .container,
    .site-category-inner {
        width: calc(100% - 72px);
    }

    .site-header__shell {
        gap: 18px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-main-nav {
        gap: 16px;
    }

    .site-actions {
        gap: 11px;
    }

    .site-action,
    .site-login,
    .site-boleto,
    .site-main-nav a,
    .site-category-nav a {
        font-size: 13px;
    }

    .site-search {
        flex-basis: 278px;
    }

    .home-hero__content {
        right: 3%;
        width: 390px;
    }

    .home-hero__content h1 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .site-header__shell {
        min-height: 98px;
    }

    .site-search {
        display: none;
    }

    .site-actions {
        flex: 0 0 auto;
    }

    .site-category-nav {
        gap: 15px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .feature-card {
        min-height: 285px;
    }

    .product-card__image {
        min-height: 280px;
    }

    .kits-panel {
        grid-template-columns: 38% 1fr;
    }

    .kits-panel__products {
        padding-left: 34px;
        padding-right: 34px;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.site-home .container,
    .site-footer .container,
    .site-category-inner {
        width: calc(100% - 42px);
    }

    .site-main-nav,
    .site-actions,
    .site-category-bar {
        display: none;
    }

    .site-mobile-tools {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-left: auto;
    }

    .site-mobile-search,
    .site-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        color: #185e80;
        background: transparent;
        font-size: 22px;
    }

    .site-menu-toggle {
        flex-direction: column;
        gap: 5px;
    }

    .site-menu-toggle span {
        width: 31px;
        height: 3px;
        box-shadow: none;
        border-radius: 2px;
    }

    .site-mobile-menu {
        position: absolute;
        top: calc(100% + 0px);
        left: 8px;
        right: 8px;
        z-index: 55;
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        background: #fff;
        border-radius: 0 0 7px 7px;
        box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
        opacity: 0;
        transition: max-height .25s ease, opacity .2s ease, padding .2s ease;
    }

    .site-menu-open .site-mobile-menu {
        max-height: 580px;
        padding-top: 18px;
        padding-bottom: 18px;
        opacity: 1;
    }

    .site-mobile-menu a {
        display: block;
        padding: 12px 0;
        color: #202830;
        border-bottom: 1px solid #edf0f1;
        font-size: 15px;
        font-weight: 700;
    }

    .site-mobile-menu a:hover,
    .site-mobile-menu a:focus {
        color: #df7908;
    }

    .site-mobile-menu__search {
        position: relative;
        margin: 0 0 8px;
    }

    .site-mobile-menu__search input {
        height: 46px;
        padding: 0 45px 0 15px;
        border: 1px solid #dde1e3;
        border-radius: 999px;
        font-size: 14px;
    }

    .site-mobile-menu__search button {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 36px;
        height: 36px;
        padding: 0;
        color: #fff;
        background: #185e80;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .home-hero__content {
        right: 48px;
        width: 350px;
    }

    .home-hero__content h1 {
        font-size: 30px;
    }

    .kits-panel {
        grid-template-columns: 1fr;
    }

    .kits-panel__cover {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    body.site-home {
        background: #eaeaea;
    }

    body.site-home .container,
    .site-footer .container {
        width: calc(100% - 34px);
    }

    header.site-header,
    header.site-header.fixo {
        padding-top: 8px;
    }

    .site-header__shell {
        min-height: 82px;
        width: calc(100% - 16px);
        padding: 8px 18px 8px 22px;
        gap: 16px;
    }

    .site-logo img {
        width: 83px;
    }

    .site-mobile-tools {
        gap: 12px;
    }

    .site-mobile-search,
    .site-menu-toggle {
        width: 35px;
        height: 35px;
    }

    .site-mobile-search {
        font-size: 20px;
    }

    .home-hero {
        background: #eaeaea;
    }

    .home-hero__slide {
        min-height: 650px;
        background: #eaeaea;
    }

    .home-hero__slide img {
        height: 505px;
        object-position: center top;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .home-hero__content {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        min-height: 205px;
        padding: 0 34px 55px;
        text-align: center;
        transform: none;
    }

    .home-hero__content h1 {
        max-width: 360px;
        margin: 0;
        color: #185e80;
        font-size: 25px;
        line-height: 1.18;
    }

    .home-hero__content h1 strong {
        display: inline;
    }

    .btn-circle {
        position: absolute;
        top: -204px;
        right: 30px;
        min-width: 156px;
        min-height: 50px;
        gap: 8px;
        padding-left: 13px;
        font-size: 13px;
    }

    .btn-circle span {
        width: 35px;
        height: 35px;
    }

    .home-hero .owl-dots {
        right: 0;
        left: 0;
        bottom: 23px;
    }

    .home-band {
        padding: 54px 0 58px;
    }

    .home-band--first {
        padding-top: 46px;
    }

    .home-band--last {
        padding-bottom: 64px;
    }

    .section-heading,
    .section-heading--compact {
        margin-bottom: 23px;
    }

    .section-heading h2,
    .section-heading--compact h2 {
        max-width: 300px;
        font-size: 24px;
        line-height: 1.15;
    }

    .jsd-brand-carousel {
        margin-bottom: 36px;
    }

    .brand-card {
        min-height: 78px;
        padding: 13px 15px;
    }

    .brand-card img {
        max-height: 45px;
    }

    .feature-card {
        min-height: 314px;
        border-radius: 12px;
    }

    .feature-card__text {
        width: 50%;
        padding: 28px 20px;
    }

    .feature-card > img {
        width: 50% !important;
    }

    .feature-card h3 {
        font-size: 30px;
    }

    .feature-card p {
        margin-bottom: 22px;
        font-size: 17px;
    }

    .mini-link {
        gap: 9px;
        font-size: 12px;
    }

    .mini-link span {
        width: 35px;
        height: 35px;
    }

    .product-card__image {
        min-height: 330px;
        margin-bottom: 17px;
        padding: 28px;
        border-radius: 12px;
    }

    .product-card__image img {
        max-height: 274px;
    }

    .product-card h3 {
        min-height: auto;
        font-size: 17px;
    }

    .price-button {
        min-height: 52px;
    }

    .promo-section {
        padding: 56px 0 66px;
    }

    .promo-section:before {
        right: -250px;
        bottom: -270px;
        width: 520px;
        height: 520px;
        border-width: 42px;
    }

    .category-section {
        padding: 58px 0 66px;
    }

    .category-tile {
        min-height: 226px;
        border-radius: 12px;
    }

    .category-tile span {
        bottom: 59px;
        width: 41px;
        height: 41px;
        font-size: 16px;
    }

    .category-tile strong {
        bottom: 20px;
        font-size: 17px;
    }

    .kits-section {
        padding-bottom: 62px;
    }

    .kits-panel {
        border-width: 2px;
        border-radius: 13px;
    }

    .kits-panel__cover {
        min-height: 342px;
    }

    .kits-panel__cover h2 {
        left: 28px;
        bottom: 30px;
        max-width: 260px;
        font-size: 31px;
    }

    .kits-panel__products {
        padding: 28px 18px 34px;
    }

    .kits-panel .product-card__image {
        min-height: 286px;
    }

    .store-map img {
        min-height: 168px;
        object-fit: cover;
    }

    .whatsapp-float {
        left: 26px;
        bottom: 16px;
        width: 54px;
        height: 54px;
        border-width: 4px;
        font-size: 24px;
    }

    .site-footer {
        padding: 46px 0 28px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer__brand img {
        width: 122px;
        margin-bottom: 18px;
    }

    .site-footer h2 {
        margin-bottom: 13px;
        font-size: 17px;
    }

    .site-footer__menu a,
    .site-footer__contact a,
    .site-footer__contact span {
        margin-bottom: 9px;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 34px;
        padding-top: 24px;
    }

    .site-footer__bottom div {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .site-footer__bottom div img {
        width: 178px;
    }

    .site-footer__newsletter button {
        right: 12px;
    }

    .site-footer__newsletter form {
        max-width: 360px;
        width: calc(100% - 24px);
    }
}

@media (max-width: 420px) {
    .home-hero__slide {
        min-height: 632px;
    }

    .home-hero__slide img {
        height: 492px;
    }

    .home-hero__content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .btn-circle {
        top: -194px;
        right: 20px;
    }

    .product-card__image {
        min-height: 305px;
    }

    .feature-card {
        min-height: 288px;
    }
}

/* JS Distribuidora internal pages */
body.site-inner {
    background: #eaeaea;
    color: #28343b;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    overflow-x: hidden;
}

body.site-inner * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.site-inner a,
body.site-inner a:hover,
body.site-inner a:focus {
    text-decoration: none;
}

body.site-inner .container {
    max-width: 1640px;
    width: calc(100% - 120px);
    padding-left: 0;
    padding-right: 0;
}

.inner-page {
    background: #eaeaea;
}

.inner-hero {
    padding: 72px 0 64px;
    background: #eaeaea;
}

.inner-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
    gap: 44px;
    align-items: stretch;
}

.inner-hero .container:before,
.inner-hero .container:after,
.catalog-layout .container:before,
.catalog-layout .container:after,
.split-section .container:before,
.split-section .container:after,
.dashboard-section .container:before,
.dashboard-section .container:after {
    content: none;
    display: none;
}

.inner-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 420px;
    padding: 58px 64px;
    color: #fff;
    background: #185e80;
    border-radius: 14px;
}

.inner-hero__content > span,
.inner-eyebrow,
.inner-section__heading span,
.featured-post span,
.post-grid article span {
    display: inline-block;
    margin-bottom: 13px;
    color: #df7908;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.inner-hero__content h1 {
    max-width: 790px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.08;
}

.inner-hero__content p {
    max-width: 670px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.6;
}

.inner-hero__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    min-height: 420px;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
}

.inner-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-hero--compact .inner-hero__content {
    min-height: 330px;
}

.inner-hero--compact .inner-hero__media {
    height: 330px;
    min-height: 330px;
    padding: 38px;
}

.inner-hero--compact .inner-hero__media img {
    width: auto;
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
}

.inner-hero--catalog .inner-hero__media img,
.inner-hero--work .inner-hero__media img,
.inner-hero--about .inner-hero__media img {
    object-fit: cover;
}

.inner-search {
    position: relative;
    width: min(100%, 520px);
    margin: 6px 0 0;
}

.inner-search input {
    width: 100%;
    height: 58px;
    padding: 0 62px 0 22px;
    color: #28343b;
    background: #fff;
    border: 0;
    border-radius: 999px;
    outline: none;
    font-family: inherit;
    font-size: 15px;
}

.inner-search button {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    padding: 0;
    color: #fff;
    background: #df7908;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.inner-section {
    padding: 74px 0;
}

.inner-section__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.inner-section__heading h2,
.split-section__copy h2,
.inner-form-card h2,
.account-card h2,
.featured-post h2,
.product-info-grid h2 {
    margin: 0;
    color: #185e80;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.14;
}

.inner-section__heading span,
.inner-eyebrow,
.featured-post span,
.post-grid article span {
    color: #df7908;
}

.inner-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #185e80;
    font-weight: 800;
}

.inner-link:hover,
.inner-link:focus {
    color: #df7908;
}

.inner-button,
.inner-form button,
.catalog-filter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 26px;
    color: #fff;
    background: #df7908;
    border: 0;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
}

.inner-button:hover,
.inner-button:focus,
.inner-form button:hover,
.inner-form button:focus,
.catalog-filter button:hover,
.catalog-filter button:focus {
    color: #fff;
    background: #185e80;
}

.inner-button--outline {
    color: #185e80;
    background: #fff;
    border: 1px solid #d5dadd;
}

.inner-button--outline:hover,
.inner-button--outline:focus {
    color: #fff;
    border-color: #185e80;
}

.inner-button--light {
    color: #185e80;
    background: #fff;
}

.inner-button--light:hover,
.inner-button--light:focus {
    color: #fff;
    background: #185e80;
}

.catalog-layout .container {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

.catalog-filter {
    position: sticky;
    top: 18px;
    padding: 28px;
    background: #fff;
    border-radius: 12px;
}

.catalog-filter h2 {
    margin: 0 0 20px;
    color: #185e80;
    font-size: 23px;
    font-weight: 800;
}

.catalog-filter label {
    display: block;
    margin: 18px 0 8px;
    color: #49545a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-filter select,
.inner-form input,
.inner-form select,
.inner-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    color: #28343b;
    background: #fff;
    border: 1px solid #d8dee1;
    border-radius: 8px;
    outline: none;
    font-family: inherit;
    font-size: 14px;
}

.catalog-filter button {
    width: 100%;
    margin-top: 24px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 28px;
}

.catalog-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-product .product-card__image {
    min-height: 280px;
}

.catalog-product .product-card__image img {
    max-height: 225px;
}

.stats-grid,
.value-grid,
.post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.stat-card,
.value-grid article,
.post-grid article,
.account-card,
.inner-form-card,
.featured-post,
.product-info-grid article,
.dashboard-sidebar,
.dashboard-content {
    background: #fff;
    border-radius: 12px;
}

.stat-card {
    padding: 28px;
}

.stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #df7908;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.stat-card span {
    color: #185e80;
    font-size: 15px;
    font-weight: 800;
}

.split-section .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
    gap: 46px;
    align-items: center;
}

.split-section__copy {
    max-width: 760px;
}

.split-section__copy p,
.inner-form-card p,
.account-card p,
.featured-post p,
.post-grid article p,
.product-info-grid p {
    color: #5f696e;
    font-size: 16px;
    line-height: 1.65;
}

.check-list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 13px;
    color: #37434a;
    font-size: 15px;
    line-height: 1.45;
}

.check-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #df7908;
    border-radius: 50%;
    font-size: 11px;
}

.split-section__image {
    overflow: hidden;
    border-radius: 14px;
}

.split-section__image img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-grid article {
    padding: 34px;
}

.value-grid article > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    color: #fff;
    background: #185e80;
    border-radius: 50%;
    font-size: 21px;
}

.value-grid h3,
.post-grid h3 {
    margin: 0 0 12px;
    color: #185e80;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.brand-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.brand-strip img {
    width: 100%;
    height: 92px;
    padding: 18px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e0e2e3;
    border-radius: 8px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 22px 26px;
    background: #fff;
    border-radius: 10px;
}

.faq-list summary {
    color: #185e80;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}

.faq-list p {
    margin: 14px 0 0;
    color: #5f696e;
    line-height: 1.65;
}

.inner-form-card {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: 44px;
    padding: 42px;
}

.inner-form {
    display: grid;
    gap: 18px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.inner-form textarea {
    min-height: 130px;
    padding-top: 16px;
    resize: vertical;
}

.inner-form button {
    justify-self: start;
}

.choice-row,
.form-checks,
.form-row-between {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.choice-row label,
.form-checks label,
.form-row-between label {
    color: #3b464c;
    font-weight: 600;
}

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

.form-row-between a {
    color: #185e80;
    font-weight: 800;
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 28px;
}

.account-card {
    padding: 38px;
}

.account-card--accent {
    color: #fff;
    background: #df7908;
}

.account-card--accent h2,
.account-card--accent p,
.account-card--accent .inner-eyebrow,
.account-card--accent .check-list li {
    color: #fff;
}

.account-card--accent .check-list i {
    color: #df7908;
    background: #fff;
}

.featured-post {
    display: grid;
    grid-template-columns: minmax(300px, .55fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding: 24px;
    margin-bottom: 36px;
}

.featured-post img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-grid article {
    overflow: hidden;
    padding-bottom: 24px;
}

.post-grid article img {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 22px;
    object-fit: cover;
}

.post-grid article span,
.post-grid article h3,
.post-grid article p {
    margin-left: 24px;
    margin-right: 24px;
}

.breadcrumb-line {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: #6b7479;
    font-size: 14px;
}

.breadcrumb-line a {
    color: #185e80;
    font-weight: 800;
}

.product-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
    gap: 42px;
    align-items: start;
}

.product-gallery__main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    padding: 50px;
    background: #fff;
    border-radius: 14px;
}

.product-gallery__main img {
    max-height: 420px;
    object-fit: contain;
}

.product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.product-gallery__thumbs button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 12px;
    background: #fff;
    border: 1px solid #d9dee1;
    border-radius: 10px;
}

.product-gallery__thumbs img {
    max-height: 78px;
    object-fit: contain;
}

.product-summary {
    padding: 40px;
    background: #fff;
    border-radius: 14px;
}

.product-summary h1 {
    margin: 0 0 18px;
    color: #185e80;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
}

.product-summary p {
    color: #5f696e;
    line-height: 1.65;
}

.product-meta {
    display: grid;
    gap: 10px;
    margin: 28px 0;
    padding: 22px;
    background: #f4f6f7;
    border-radius: 10px;
}

.quantity-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.quantity-row label {
    color: #185e80;
    font-weight: 800;
}

.quantity-row input {
    width: 92px;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #d8dee1;
    border-radius: 8px;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.product-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
}

.product-info-grid article {
    padding: 34px;
}

.dashboard-section .container {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.dashboard-sidebar {
    padding: 24px;
}

.dashboard-profile {
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    background: #185e80;
    border-radius: 10px;
}

.dashboard-profile span,
.dashboard-profile strong,
.dashboard-profile p {
    display: block;
}

.dashboard-profile strong {
    font-size: 21px;
}

.dashboard-profile p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .78);
}

.dashboard-sidebar a {
    display: block;
    padding: 13px 0;
    color: #185e80;
    border-bottom: 1px solid #e8ecee;
    font-weight: 800;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.dashboard-sidebar a:focus {
    color: #df7908;
}

.dashboard-content {
    padding: 32px;
}

.order-list {
    display: grid;
    gap: 14px;
}

.order-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    background: #f4f6f7;
    border-radius: 10px;
}

.order-list strong,
.order-list span {
    display: block;
}

.order-list strong {
    color: #185e80;
    font-size: 17px;
}

.order-list span,
.order-list em {
    color: #697277;
    font-style: normal;
}

@media (max-width: 1500px) {
    body.site-inner .container {
        width: calc(100% - 72px);
    }

    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .inner-hero .container,
    .split-section .container,
    .product-detail__grid {
        grid-template-columns: 1fr;
    }

    .inner-hero__content,
    .inner-hero__media,
    .inner-hero--compact .inner-hero__content,
    .inner-hero--compact .inner-hero__media {
        min-height: 300px;
    }

    .catalog-layout .container,
    .dashboard-section .container {
        grid-template-columns: 1fr;
    }

    .catalog-filter {
        position: static;
    }

    .stats-grid,
    .brand-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.site-inner .container {
        width: calc(100% - 42px);
    }

    .inner-hero__content {
        padding: 42px;
    }

    .inner-hero__content h1 {
        font-size: 38px;
    }

    .catalog-grid,
    .catalog-grid--compact,
    .value-grid,
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .inner-form-card,
    .account-grid,
    .featured-post,
    .product-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.site-inner .container {
        width: calc(100% - 34px);
    }

    .inner-hero {
        padding: 42px 0 30px;
    }

    .inner-hero .container {
        gap: 18px;
    }

    .inner-hero__content {
        min-height: 0;
        padding: 31px 24px;
        border-radius: 12px;
    }

    .inner-hero__content h1 {
        font-size: 29px;
        line-height: 1.14;
    }

    .inner-hero__content p {
        font-size: 15px;
    }

    .inner-hero__media,
    .inner-hero--compact .inner-hero__media {
        min-height: 220px;
        border-radius: 12px;
    }

    .inner-section {
        padding: 44px 0;
    }

    .inner-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }

    .inner-section__heading h2,
    .split-section__copy h2,
    .inner-form-card h2,
    .account-card h2,
    .featured-post h2,
    .product-info-grid h2 {
        font-size: 25px;
    }

    .catalog-grid,
    .catalog-grid--compact,
    .value-grid,
    .post-grid,
    .stats-grid,
    .brand-strip,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .catalog-product .product-card__image {
        min-height: 305px;
    }

    .catalog-filter,
    .inner-form-card,
    .account-card,
    .dashboard-content,
    .dashboard-sidebar,
    .product-summary,
    .product-info-grid article,
    .value-grid article {
        padding: 24px;
    }

    .split-section__image img,
    .featured-post img {
        min-height: 260px;
        height: 260px;
    }

    .brand-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-gallery__main {
        min-height: 355px;
        padding: 32px;
    }

    .product-gallery__main img {
        max-height: 280px;
    }

    .product-gallery__thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-summary h1 {
        font-size: 27px;
    }

    .product-actions,
    .choice-row,
    .form-checks,
    .form-row-between,
    .order-list article {
        align-items: stretch;
        flex-direction: column;
    }

    .inner-button,
    .inner-form button {
        width: 100%;
    }

    .order-list article {
        gap: 10px;
    }
}
