/* framework css */
@import url(../lib-css/bootstrap.css);

/* ÍCONES */
@import url(../lib-css/fontawesome.css);
@import url(../lib-css/lineawesome.css);

/* UTILIÁRIOS */
@import url(../lib-css/owl.carousel.css);
@import url(../lib-css/navbar-fixed.css);
@import url(../lib-css/glightbox.css);
@import url(../lib-css/carrinho.css);
@import url(../lib-css/painel-pedido.css);
@import url(../lib-css/modal-validation.css);
@import url(../lib-css/menu-mobile.css);
@import url(../lib-css/sobrescrita-estilo.css);


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* CORES */
:root {
    /*cores Inga*/
    --cor-inga-um: #11336e;
    --cor-inga-um-hover: #091661;
    --cor-inga-dois: #8fb650;
    --cor-inga-tres: #6daea2;
    --cor-inga-tres-hover:  #579ba1;
    --branco: #fff;
    --preto: #2c2c2d;
    --verde-claro: #e5f0ee;
    --cinza-claro: #f0f2f3;
    --cinza: #c9c9c9;

     /*cores Aço Forte*/
     --cor-aco-um:  #ffb02d;
     --cor-aco-um-hover: #000000;
     --cor-aco-um-escuro:#e98d25 ;
     --cor-aco-dois: #ff001a;
     --cor-aco-tres: #e5f0ee;
     --cor-aco-tres-hover: #bacac9;
     --branco: #fff;
     --preto: #2c2c2d;
     --verde-claro: #e5f0ee;
     --cinza-claro: #f0f2f3;
     --cinza: #c9c9c9;

      /*cores Em Casa Tem*/
    --cor-ect-um: #692160;
    --cor-ect-um-hover: #45123f;
    --cor-ect-dois: #de204a;
    --cor-ect-tres: #e5f0ee;
    --cor-ect-tres-hover: #bacac9;
    --branco: #fff;
    --preto: #2c2c2d;
    --verde-claro: #e5f0ee;
    --cinza-claro: #f0f2f3;
    --cinza: #c9c9c9;
}

html, body {
    overflow-x: hidden;
}

/* AJUSTES GERAIS */
* {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;

}
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
.active{
    color: var(--cor-um-hover) !important;
}
.main-title {
    font-weight: 800;
    color: var(--cor-um);
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: unset;
}

.section-wrapper:not(:last-of-type) {
    margin-bottom: 3rem;
}
.manutencao-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.manutencao-wrapper h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    color: #979797;
    padding: 12rem 2rem;
    border: 1px solid #979797;
    border-radius: 2.4rem;
    min-width: 700px;
    text-align: center;
}


.banner-wrapper {
    /* height: 550px; */
    background: linear-gradient(to right,  #e7eaed 0%,#dedede 50%,#e6e9eb 100%);
    overflow: hidden;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 1000px 550px;
    display: flex;
    align-items: center;
}
@keyframes skeletonKeyframes {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: -100% 0%;
    }
    100% {
        background-position: -200% 0%;
    }
}
.section-intro-ajusts p{
    font-size: .9rem;
    line-height: 1.5rem;
}
.section-intro-ajusts h1{
    font-size: 2.5rem;
    color: var(--cor-dois);
}
.spinner-group {
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
    border: solid 1px #cfcfcf;
    border-radius: 20px;
    padding: 0.8px;
}
.spinner {
    display: flex;
    align-items: center;
    right: 11rem;
    position: relative;
    top: 2.4rem;
    display: flex;
    align-items: center;
}

.spinner-group .btn-spinner {
    background-color: var(--cor-aco-um);
    color: white;
    outline: none;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 2rem;
    position: relative;
}
.spinner-group .btn-spinner:hover {
    background-color: var(--cor-aco-um-escuro);
    color: var(white);

    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.spinner-group .form-control:focus {
    box-shadow: none;
    border:1px solid #ced4da;
}
.spinner-group .form-control:disabled,
.spinner-group .form-control[readonly] {
    text-align: center;
    background: none;
    border: none;
}
.owl-nav {
    position: absolute;
    top: -14%;
    left: 95%;
    right: 0;
}
.owl-nav-2 {
    position: absolute;
    top: 45%;
    left: 1%;
    right: 0;
    display: none;
}
.owl-prev-2 {
    border: none;
    background: transparent;
    background-color: var(--cor-dois);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: white;
    margin-right: -18px;
    float: right;
}
.owl-next-2 {
    border: none;
    background: transparent;
    background-color: var(--cor-dois);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: white;
    margin-left: -24px;
}
.owl-prev-2:hover,
.owl-prev-2:focus,
.owl-prev-2:active,
.owl-prev-2:visited {
    border: none !important;
}
.owl-next-2:hover,
.owl-next-2:focus,
.owl-next-2:active,
.owl-next-2:visited {
    border: none !important;
}
.arrow-left-carousel, .arrow-right-carousel{
    color: var(--cor-um)  !important;
}
.carousel-wrapper h3{
    color: var(--cor-aco-um);
    padding-bottom: 1rem;
    padding-top: 2rem;
    font-weight: 700;
}
 .destaque-bg {
    background-color: #f5f5f5;
 }
/* .lojas-topo img {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
} */
.lojas-right-box {
    background-color: var(--cor-dois);
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.lojas-left-box {
    background-color: var(--cor-dois);
}
.lojas-left-box-prod {
    background-color: var(--cor-dois);
}
.lojas-right-box-prod {
    background-color: var(--cor-dois);
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    height: 18rem;
}
.lojas-right-box-prod h1{
    color: white;
    padding: 1rem 0rem 0rem 0rem;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
}
.lojas-right-box-prod h1 span{
    color: #5dbfff;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.lojas-right-box-prod p {
    color: white;
    padding: 0rem 4rem 0rem 2rem;
    font-weight: 400;
    font-size: 1.1rem;
}
.lojas-left-img {
    height: 18rem !important;
}
.content-wrapper {
    margin-top: 10.6rem !important;
    padding: 0px !important;
}
.custom-container-prod{
    width: 85%;
    margin-left: 0 !important;
    padding: 0;
}
.lojas-right-box h1{
    color: white;
    padding: 1rem 0rem 1rem 0rem;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
}

.lojas-right-box h1 span{
    color: #5dbfff;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.lojas-right-box p {
    color: white;
    padding: 0rem 4rem 0rem 2rem;
    font-weight: 400;
    font-size: 1.1rem;
}

.lojas-prod-img{
    margin-left: 0rem;
}
.padding-ajust p {
    padding: 0rem 7rem 0rem 0rem;
}
.lojas-right-box button {
    padding: 0.2rem .4rem .2rem .6rem !important;
    font-size: .9rem !important;
    margin-left: 5rem !important;
    margin-top: 1rem !important;
    background-color: #29aaff;
    margin-bottom: 2rem;
}
.lojas-left-box-prod {
    background-color: var(--cor-dois);
}
.lojas-right-box-prod {
    background-color: var(--cor-dois);
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    height: 18rem;
}
.lojas-right-box-prod h1{
    color: white;
    padding: 1rem 0rem 0rem 0rem;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
}

.lojas-right-box-prod h1 span{
    color: #5dbfff;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.lojas-right-box-prod p {
    color: white;
    padding: 0rem 4rem 0rem 2rem;
    font-weight: 400;
    font-size: 1.1rem;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    font-size: 2.1rem !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    color: white;
    font-size: 0.4em;
}
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
    outline: 0 !important;
    border: 0 !important;
}
.owl-nav .owl-prev {
    left: -25px;
}
.owl-nav .owl-next {
    right: -25px;
}
.tiny-ajust-owl{
   margin-top: 0rem !important;
   background-color: #f5f5f5;
}

/* NAVBAR */
.text-nav-1{
    color:var(--cor-aco-um-hover);
    font-size: .8rem;
    align-items: start !important;
    margin: 0 auto !important;
    font-weight: 500;
    position: relative;
}

.ajust-nav-alert{
    margin-right: auto;
}
.alert-img {
    width: 4%;
}
.ajust-banner{
    margin-top: 10.6rem !important;
}
.main-navbar{
    background-color: var(--cor-aco-um-hover);
    padding: 10px 10px 0;
}
.main-nav-wrapper {
    background-color: #fff;
    position: fixed;
    z-index: 2;
    width: 100%;
    top:0px;
}
.main-navbar-ajust .logo-wrapper {
    flex: 0 0 20%;
    max-width: 13%;
    padding: .8rem 0 .8rem;
    position: relative;
}
.tiny-navbar {
    padding: 0.5rem;
    background: var(--cinza);
}
.tiny-navbar-ajust,
.main-navbar-ajust {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.social-nav {
    display: flex;
    align-items: center;
}
.tiny-navbar a:hover {
    color: #77c6ff;
    transition: all 0.5s;
}
.tiny-navbar-ajust a {
    font-size: 0.97rem;
    color: #fff;
}
.social-nav a {
    display: block;
}
.social-nav a:not(:last-child) {
    margin-right: 0.5rem;
}
.social-nav li{
    list-style: none;
    text-decoration: underline;
    padding-left: 1rem;
    font-size: 0.9rem;
    color: var(--cor-aco-um-hover);
    cursor: pointer;
}
.whats-link{
    margin-left: 0;
    color: #525252;
    font-size: .9rem;
}
.navigation-area ,.mob-wtts{
    color: #15973d
}
.cart-user p{
    color: white;
    text-decoration: underline;
    margin: 0;
    font-size: 14px;
}
.mob-wts{
    color: #ffffff
}

.navigation-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenuWrapper{
    display: block;
}

.navigation-area li a {
    color: var(--branco);
    padding: 17px;
    font-weight: 400;
    list-style: none;
    font-size: 15px;
    padding-top: 17px;
    cursor: pointer;
}
.navigation-area li a:hover {
    color: var(--cor-aco-um);
    transition: all 0.3s;
}


/* SAC*/
.info-area-sac a{
    color: var(--cor-um);
}

/***** DROPDOWN *****/
.dropdown-menu.show#drop2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    width: 500px;
}
.dropdown-menu.show#drop3 {
    width: auto;
    left: 98.5%;
    max-height: 100%;
    box-shadow: black -4px 0px 18px -9px;
}
.dropdown-menu.show#drop3::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}
.dropdown-menu.show#drop3::-webkit-scrollbar-thumb {
    background-color: var(--cor-aco-um);
    border: 1px solid #00000030;
}
.dropdown-menu.show#drop3::-webkit-scrollbar-track {
    background-color: var(--cor-aco-um-escuro);
}
.dropdown-item {
    padding: 0.2rem !important;
}
li.dropdown-submenu,
li.dropdown-submenu a {
    /* flex: 1 1 30%; */
    font-size: 0.75rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-weight: 450;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color:var(--cor-aco-um-escuro);
    color: white;
    font-weight: bold;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-menu {
    background-color: var(--cor-aco-um);
    padding: 0.2rem !important;
    margin: 0;
    border: none;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-submenu a::after {
    /* transform: rotate(-90deg); */
    position: absolute;
    left: 50%;
    top: 100px;
}
.dropdown-submenu a::after {
    /* transform: rotate(-90deg); */
    position: absolute;
    left: 50%;
    top: 100px;
}
.dropdown-submenu .dropdown-menu {
    top: 0px;
    position: absolute;
    /* width: 330px; */
    left: 96.9%;
    margin-left: .1rem;
    margin-right: .1rem;
}
/*******************/

/* NAVBAR 2  (ÍCONES DE PRODUTOS)*/
.navbar-2-overlay {
    margin-top: 3.8rem;
    z-index: -1;
    position: absolute;
    width: 85%;
    height: 13%;
    align-items: center;
    -webkit-box-shadow: 0px 2px 57px -27px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 57px -27px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 57px -27px rgba(0,0,0,0.3);
    border-radius: 1em;
    padding: 2em;
}
.navbar-2-icons-custom {
    text-align: center;
}
.circle{
    width: 100px; /* Ajuste o tamanho do círculo conforme necessário */
    height: 100px;
    border-radius: 50%;
}
.navbar-2-icons-custom img {
    width: 100%;
    height: auto;
    padding: 1rem 1rem 1rem 1rem;
    padding: 22px 7px 2px 9px;
}
.navbar-2-icons-custom span {
    display: block;
    margin-top: 5px; /* Espaço entre a imagem e o texto */
    margin-top: 30px;
    line-height: 20px;
    font-weight: 600;
}
.bars{
    margin-left: 15px;
    color: var(--cor-aco-um);
}
.user{
    color: var(--cor-aco-um);
    width: 1rem;
    font-size: 1.6rem;
}
.banner-car{
    padding-right: 0;
    padding-left: 0;
    height: 1rem;
}
.fa-brands{
    color: var(--cor-aco-um-hover);
}
.fa-magnifying-glass{
    color: var(--cor-aco-um);
    font-size: 1.4rem;
}
.login-cad{
    margin: 1rem;
}

.menu-mobile {
    display: none;
    font-size: 1.4rem;
}
.menu-mobile a,
.menu-mobile a:hover {
    color: var(--cor-dois) !important;
    cursor: pointer;
}
.cart-area {
    position: relative;
}
.qtd-badge {
    position: absolute;
    font-size: 0.2rem;
}
.cart-badge-box {
    color: var(--branco);
    height: 40px;
    width: fit-content;
    border-radius: 0.5rem;
    padding-right: 1rem;
}
.ajust-col-badge {
    max-width: 5%;
    padding: 0;
}
.cart-icon {
     padding-left: 10px;
    /* position: absolute;
    right: 100px; */
}
.qtd-badge {
    position: absolute;
    top: 6px;
    left: 30px;
    width: 14px;
    display: flex;
    justify-content: center;
    font-size: .8rem;
    line-height: 0;
    color: #ffffff;
}
.navba{
background-color: var(--cor-aco-um);
}
.form-nav-wrapper {
    position: relative;
    width: 100%;
}
.form-nav-wrapper .form-control {
    border-radius: .5rem;
    border: none;
    height: 3rem;
    width: 100%;
}
.form-nav-wrapper .form-control:focus {
    box-shadow: unset !important;
    border: 1px solid #ced4da;
}
.form-nav-wrapper button {
    background-color: transparent;
    border: 0 !important;
    color: var(--cor-um);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 0.6rem;
}
.form-nav-wrapper button:hover {
    color: var(--cor-dois);
    transition: all 0.5s;
}
.form-nav-wrapper button:focus {
    border: 0 !important;
    outline: none !important;
}

/* MOSAICO INDEX */
.img-card {
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-card,
.secondary-card {
    overflow: hidden;
}
.img-card .card-text-area p {
    color: var(--branco);
    text-transform: uppercase;
    margin: 0;
}
.main-card {
    height: 100%;
}
.secondary-card {
    height: 385px;
}
.img-card .card-text-area {
    bottom: 7px;
    /* left: 7px; */
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 1rem;
}
.img-card .text-area-head {
    height: 30px;
}
.img-card .text-area-head h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--branco);
    text-transform: uppercase;
    letter-spacing: 2px
}
.menu{
    background-color: white;
}
.corpo-capsula-pedidos .btn-primario{
    background-color: var(--cor-aco-um) !important;
}
.recuperar-senha-capsula p a {
    color: var(--cor-aco-dois);
}
.categoria-area {
    margin-bottom: 1rem !important;
}
/* catalogo home page */
.box-catalogo{
    background-color: var(--cor-dois);
    border-radius: .5rem;
    padding: 2rem;
}
.box-catalogo p{
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0rem 0 0 8.5rem;
}
.catalogo-img{
    margin-left: 12rem;
    margin-bottom: 3.4rem;
}
.img-outside {
    position: absolute;
    top: -1.1rem;
    transform: translateY(-54%);
    right: -134px;
}
.img-outside-mao{
    position: absolute;
    top: 2.5rem;
    transform: translateY(-50%);
    right: 120px
}

/* CARD INDEX */
.card {
    border-radius: 0 !important;
    background-color: #fafafa;
    border: none;
}
.card-body {
    padding: 5rem;
}
.card-title {
    margin-bottom: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--cor-um);
}
.card-text {
    color: var(--cor-um);
}

.product-card-wrapper {
    border: 2px solid #b8c2d3;
    overflow: hidden;
    padding: 0.8rem;
    border-radius:20px;
    background-color: white;
    width: 100%;
}
.product-card-wrapper:hover {
    box-shadow: 0px 10px 14px -1px rgba(137, 137, 137, 0.254);
    transition: all 0.5s;
    border: 2px solid var(--cor-aco-um-hover);
}
.product-card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 230px;
    max-height: 230px;
    background-color: #fff;
}
.produtos-destacados .owl-nav button.owl-next i{
    color: var(--cor-aco-um-hover) !important;
    position: relative;
    left: 8rem;
}
.produtos-destacados .owl-nav button.owl-prev {
 display: none;
}

.category-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; /* Ajuste conforme necessário */
    border-radius: .5rem;
}

.category-card-wrapper:hover {
    border-radius: .5rem !important;
    border: #00b1eb  !important;
}

.category-card-head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.category-card-head a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    border-radius: .5rem !important;

}
.category-card-head img {
    border-radius: .8rem;
    border: 1px solid transparent;
}
.category-card-head:hover img {
    border-radius: .8rem;
}
.categoria-body-owl p {
    color: white;
    font-weight: 500;
    padding: 0px 0px 17px 20px;
    margin-top: auto;
}
.categoria-body-owl{
    display: flex;
    height: 4.5rem !important;
    position: absolute !important;
    width: 99.6% !important;
    overflow: hidden;
    align-items: center;
    border-bottom-right-radius: .8rem;
    border-bottom-left-radius: .8rem;
    margin-left: 1px;
}
.categoria-body-owl-ajust p {
    color: white;
    font-weight: 500;
    padding: 7px 0px 17px 20px;
    margin-top: auto;
}
.img-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.img-top .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #07446bc2;
    height: 100%;
}
.img-top h3 {
    position: absolute;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--cor-dois);
    font-size: 3rem;
}
.product-card-head img {
    transition: transform 0.4s;
    height: 12rem;
}
.product-card-wrapper:hover .product-card-head img {
    transform: scale(1.05);
}
.product-card-body p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15rem;

}

.product-card-body .product-description {
    height: 100px;
    color: var(--cor-aco-um-hover);
    margin-bottom: 20px;
}
.product-card-body p,
.product-card-body h6 {
    margin: 0;
    margin-top: 0rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-body h6 {
    margin: 0;
    font-weight: 600;
    color:#787878 !important;
}

.product-card-body h5 {
    color: var(--cor-aco-um);
    font-weight: 700;
    padding-bottom: 1.7rem;
}

.spinner-container {
    display: inline-block;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.form-control {
    height: 100%;
}
.spinner-container .btn {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--cor-aco-um-escuro);
    position: relative;
    bottom: -0px;
    border-radius: 8px !important;
    color: var(--cor-aco-um-hover) !important;
    font-weight: 600;
    margin-top: 20px;
}

.spinner-container .btn:hover,
.spinner-container .btn:active {
    background-color: var(--cor-aco-um) !important;
    color: white !important;
    border: 1px solid var(--cor-aco-um-escuro);
}


/* PRODUTOS */
.product-img-wrapper {
    border: none;
    border-radius: .5rem;
    background: transparent;
    display: block;
    border: solid 3px #F5F5F5F5;
}

.product-info-wrapper p {
    color: #7d7d7d;
}
.product-info-wrapper h3{
    color: var(--cor-dois);
}
.product-info-wrapper .title-area h3,
.product-info-wrapper .title-area p {
    margin: 0;
}
.product-info-wrapper .title-area h3 {
    font-weight: 600;
    font-size: 2.3rem;
    color: var(--cor-aco-um-hover);
    margin-bottom: 2rem;
}
.product-info-wrapper .title-area p {
    font-size: 1.2rem;
}
.product-info-wrapper .info-area {
    margin: 1.4rem 0;
}
.product-info-wrapper .info-area p {
    margin: 0;
    font-size: 1.2rem;
}
.shop-group {
    width: 100%;
    padding-bottom: 16px;
}
.shop-group-single {
    width: 77%;
}
.shop-group .btn-wpp {
    width: 100%;
}
.shop-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.shop-area .input-group {
    width: 56%;
    border-radius: .5rem;
    height: 40px;
}
.shop-area .add-to-cart i {
    font-size: 0.85rem;
    margin-right: 0.4rem;
}
.btn-icon-cart{
    width: 32px !important;
}
.prod-cart:hover {
    background-color: var(--cor-aco-um-hover) !important;
}
.h6-cart{
    font-size: .9rem;
}
.gradient-container {
    height: 100px;
    position: absolute;
    background: linear-gradient(to bottom, #f0f0f0, #ffffff);
    z-index: -1;
}
.breadcrumb-item a{
    color: var(--cor-aco-um-hover) !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--cor-aco-um) !important; /* Cor padrão do separador do breadcrumb */
}
.breadcrumb-item.active {
    color: var(--cor-aco-dois) !important;
    font-weight: 500;
}
.breadcrumb-wrapper {
    position: relative;
    right: 10px;
    padding-top: 10px !important;
}
.produto-thumb {
    margin-top: 1.4rem;
    display: flex;
    border-radius: .5rem;
    width: 58%;
}
.produto-thumb .produto-thumb-item {
    border: 1px solid #dee2e6;
    width: 25%;
    border-radius: .5rem;
    padding: 0 !important;
}
.produto-thumb .produto-thumb-item img {
    width: 80%;
    border-radius: .5rem;
}
.produto-thumb .produto-thumb-item.active {
    border: 1px solid #d6d6d6;
    border-radius: .5rem;
}
.produto-thumb .produto-thumb-item:hover{
    border: 1px solid #d6d6d6;
    border-radius: .5rem;
    transition: all 0.3s;
}
.produto-thumb .produto-thumb-item:hover {
    cursor: pointer;
}
.produto-thumb .produto-thumb-item:not(:last-child){
    margin-right: 0.3rem;
    border-radius: .5rem;
}
.color-tumbs-wrapper {
    display: flex;
    margin-bottom: 1rem;
}
/* bolinhas de cor do produto */
.color-tumbs-wrapper a span {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.color-tumbs-wrapper a:not(:last-child) span {
    margin-right: 0.3rem;
}

/* LAST MODULES */
.last-module-bg {
    background-color: #f1f1f1;
    padding: 1.5rem 0rem 2rem 0rem;
}
.input-email{
    height: 45px;
    border-top: 1px solid var(--cor-dois);
    border-bottom: 1px solid var(--cor-dois);
}
.input-group-prepend{
    border-top: 1px solid var(--cor-dois);
    border-bottom: 1px solid var(--cor-dois);
    border-left: 1px solid var(--cor-dois);
    border-bottom-left-radius: .5rem !important;
    border-top-left-radius: .5rem !important;
}
.input-group-append button {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}
.input-group-text {
   border: none;
   background-color: transparent;
}
.last-module-text h3{
    color: var(--cor-aco-um-hover);
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: 2rem;
}
.last-module-text p{
    color: var(--cor-aco-um-hover);
    font-size: .9rem;
    bottom: 1.7rem;
    position: relative;
    font-weight: 400;
}
.tiny-ajust-last-module-text p{
    line-height: .3rem;
}
.politica-text{
    font-size: .8rem;
    color: #8c8c8c;
}
.politica-text a {
    color: #003a78;
}

/* FOOTER */
.footer-wrapper {
    padding: 0rem 0 0rem 0;
    background-color: var(--cor-dois);
}
footer .container {
    padding-top: 5%;
}
.footer-principal {
    display: flex;
    align-items: center;
    gap: 6%;
}

footer h5 {
    color: var(--cor-dois);
    font-weight: 700;
    position: relative;
    width: 200px;
}

.footer-local{
    font-size: .8rem;
    line-height: .2rem;
    color: var(--cor-dois);
    font-weight: 500;
}
.footer-local a{
    color: var(--cor-dois) !important;
    font-weight: 500;
}
footer li span {
    line-height: 1.8rem;
    font-size: .9rem;
    font-weight: 500;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 6%;
    margin-bottom: 5%;
    justify-content: center;
}
.footer-logo img {
    width: 100px;
}
.footer-hr{
    border: 0;
    height: 1px; /* Ajuste a espessura conforme necessário */
    background:  var(--cinza-claro);
    width: 100%;
}
.footer-bottom {
    text-align: center;
    margin: 0px;
    font-size: .8rem;
    padding: 0;
}
.footer-bottom p {
    margin: 0px;
    padding: 0;
}
.footer-bottom img {
    width: 60px; /* Ajuste o tamanho da imagem conforme necessário */
    height: 60px; /* Ajuste o tamanho da imagem conforme necessário */

}
footer ul li a {
    color: var(--cor-dois-hover) !important;
    line-height: 2em;
}
footer ul li a:hover {
    color: var(--cor-um-hover) !important;
    transition: all 0.3s !important;
    line-height: 2em !important;
    font-weight: 400 !important;
}

.footer-container {
    width: 70% !important;
    margin: 0 auto !important;
}
.social-icons a {
    color: var(--cor-dois);
    margin: 4px 4px 0px 4px;
    padding: 0px 27px 0px 0px;
    text-decoration: none;
    font-size: 1.2rem;
}
.main-footer-wrapper h6 {
    color: #fff;
}
.main-footer-wrapper ul li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 200;
}
.social-bg{
    background-color: var(--cor-dois);
    padding: 3.5rem 0rem 3.5rem 0rem;
}
.social-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.social-footer a {
    color: #fff;
    margin-right: 0.5rem;
}
/* form small {
    color: #fff;
    text-align: justify;
    display: block;
    line-height: 0.95rem;
    font-weight: 200;
    letter-spacing: 1px;
    margin-top: 1rem;
    font-size: 0.7rem;
} */
.tiny-footer {
    margin-top: 2rem;
    padding-bottom: 4%;
}
/* .newsltetter-box input:focus {
    border:1px solid #fff;
    box-shadow: none;
}
.newsltetter-box button,
.newsltetter-box button:focus {
    outline: none !important;
    background-color: transparent;
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 0.7rem;
    color: var(--cor-um);
    font-size: 0.8rem;
} */
.main-footer-wrapper-ajust {
    justify-content: space-between;
    padding-top: 10%;
}
.main-footer-wrapper img {
    width: 205px;
    margin-bottom: 0.8rem;
}
.main-footer-wrapper p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.1rem;
    letter-spacing: 1px;

}
.tiny-footer-ajust {
    justify-content: space-between;
}
.tiny-footer p {
    color: #fff;
    font-weight: 200;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.hide-desktop {
    display: none !important; /* Esconde por padrão */
}

.banner-home .item {
    display: flex;
    align-items: center;
    height: 100%;
}
.banner-home .banner-content {
    display: flex;
    width: 100%;
    height: 100%;
}
.banner-home .text-section {
    flex: 1;
    text-align: start;
    background-color:#E5E5E5 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.text-section .text-box {
    padding-left: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 460px;
}
.banner-home .text-section h1 {
    color: var(--cor-dois);
    text-align: start;
    font-weight: 700;
}
.banner-home .text-section h3 {
    color: var(--cinza);
    font-weight: 380;
}
.banner-home .text-section p {
    color: var(--cinza);
    font-weight: 350;
}
.banner-home .text-section a {
    position: relative;
}
.banner-home .image-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f0f0f0;
}
.banner-home .image-section a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.banner-home .image-section img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    max-width: 100%;
}
.banner-home .image-section img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.banner-home .btn {
    display: inline-block;
    background-color: var(--cor-dois);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 20px;
}
.banner-home .owl-nav {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}
.footer {
    background-color: var(--cor-aco-um-hover);
    color: white;
    padding: 20px 0;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: none;
}
.footer .social-icons a {
    margin-right: 10px;
}
  .custom-carousel .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px; /* Altura do banner */
    position: relative;
  }
  .custom-carousel .text-content {
    background-color: var(--cor-aco-um);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
  .custom-carousel .text-content h2 {
    font-size: 2.5rem;
    margin: 0;
  }
  .custom-carousel .text-content p {
    font-size: 1.2rem;
  }
  .custom-carousel .text-content .btn {
    margin-top: 10px;
  }
  .custom-carousel .image-content {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .custom-carousel .image-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .owl-nav {
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Desabilita o ponteiro para evitar interferência no conteúdo do carrossel */
  }
  .owl-nav button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: black;
    padding: 10px;
    cursor: pointer;
    pointer-events: all; /* Habilita o ponteiro apenas nos botões */
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .owl-nav button:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .owl-nav button.owl-prev {
    left: -105rem;
    background: none !important;
    border:none !important;
    color: var(--branco);
  }
  .owl-nav button.owl-next {
    right: 97%;
    background: none !important;
    border: none !important;
    color: var(--branco);
  }
  .owl-dots {
    display: none;
  }
  .container-fluid, .row {
    padding: 0;
    margin: 0;
  }
  .image-container {
    position: relative;
    width: 100%;
    height: 28rem;
    padding-left: 0px;
  }
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .image-container img:hover {
    transform: scale(1.02);
    transition: transform 0.3s, filter 0.3s; /* Animação suave para o hover */
    cursor: pointer;
}
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  /* .footer-social-icon a{
    color: white;
  } */
  .logo-bar {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .logo-bar img {
    max-height: 50px; /* Ajuste o tamanho conforme necessário */
    filter: grayscale(100%); /* Remove a cor das imagens */
    transition: transform 0.3s, filter 0.3s; /* Animação suave para o hover */
  }
  .logo-bar img:hover {
    transform: scale(1.1); /* Efeito de zoom no hover */
    filter: grayscale(0%); /* Restaura a cor no hover */
    cursor: pointer;
  }


  .btn-big {
    background-color: var(--cor-aco-um);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 6px !important;
    border: none;
  }

  .btn-big:hover {
    background-color: var(--cor-aco-um-hover);
  }

  .newsletter-section {
    padding: 20px;
    border-radius: 5px;
    padding-top: 85px;
}
.newsletter-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #343a40;
}
.newsletter-subtitle {
    color: #6c757d;
    margin-bottom: 10px;
}
.newsletter-input {
    width: 285px !important;
    margin-right: 23px;
    border-radius: 10px;
    border: 2px solid #c4c4c4;
    height: 3rem;
}
.btn-newsletter {
    background-color: var(--cor-aco-um);
    color: white;
    border-radius: 9px;
    height: 3rem;
    width: 11rem;
}
.btn-newsletter:hover {
    background-color: var(--cor-aco-um-escuro);
    color: white;
}
.News {
    color: var(--cor-aco-um-hover);
    font-size: 3rem;
    top: -1rem;
    position: relative;
    left: -0.2rem;
    font-weight: 500;
}
.catalog-section {
    padding: 45px 0;
    margin-top: -3rem;
}
.catalog-img {
    max-width: 100%;
    height: auto;
    size: 1rem;
    box-shadow: 20px 18px 20px 14px #e4e9ee;
}
.catalog-text {
    background-color: var(--cor-aco-um-hover); /* Cor de fundo do texto */
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 200px;
    box-shadow: 20px 18px 20px 14px #e4e9ee;
}
.catalog-button {
    margin-top: 20px;
    background: none;
    color: white;
    width: 23rem;
}

.prod-2 {
    margin: 0px !important;
    bottom: 3rem;
    position: relative;
    padding-top: 2rem;
}
.produtos-destacados {
    margin-bottom: 2rem;
}
.titulo-logo {
    color: var(--cor-aco-um);
    padding-bottom: 2rem;
    font-weight: 700;
}
.nov {
    font-weight: 700;
    color: var(--cor-aco-um);
}
.img-1 {
 width: 100%;
}

.img-2 {
    padding-right: 0rem;
}
.lupa-2 {
    margin-left: -3rem;
    position: absolute;
    bottom: 0.9rem;
}
.user2 i {
    color: var(--cor-aco-um);
    font-size: 1.7rem;
    position: relative;
}
.user2 p {
    position: relative;
    /* margin: 0; */
}
.cart-icon2{
    position: absolute;
}
.qnt {
    position: absolute;
}
.form-footer {
    border-top-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
}

.catalog-text h2 {
    font-size: 2rem;
    color: var(--cor-aco-um)
}

.catalog-text span {
    font-size: 5rem;
    color: white;
    font-weight: 600;
}

.text-footer1 {
    padding-top: 4rem;
    width: 29rem;
}

.text-footer3 {
    position: relative;
    left: 35rem;
    top: 5rem;
    font-size: 15px;
    width: 23rem;
}

.text-footer4 {
    position: relative;
    left: 15rem;
    line-height: 3rem;
    margin-top: 14.7rem;
    padding: 1rem;
    height: 5px !important;
    top: 18rem;
    font-size: 14px;
}
.bg-pd {
    background-color: #f5f5f5;
    padding: 0rem;
    margin-top: 0rem;
}
.custom-button {
    border-radius: 19px !important;
    background-color: var(--cor-aco-dois);
    padding: 2rem;
    font-size: 30px;
    font-weight: 600;
    color: white;
    position: relative;
    top: 0rem;
    padding-left: 6rem;
    padding-right: 5rem;
    left: 4rem;
    height: 7rem;
    width: 62rem;
}
.hr-footer-mobile {
    border-top: 1px solid rgb(255, 255, 255);
}
.contact-button {
    background-color: #fff;
    color: var(--cor-aco-um-hover);
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    margin-left: 55px;
    position: relative;
    left: 30rem;
    bottom: 3.8rem;
}
.fa-trophy, .fa-award {
    color: var(--cor-aco-um);
    font-size: 40px !important;
}

.contact-button i {
    margin-right: 5px; /* Espaçamento entre o ícone e o texto */
}

.contact-button:hover {
    background-color: #e7f0ff; /* Cor de fundo ao passar o mouse */
}

.rep-parte {
    color: var(--cor-aco-um-hover);
    margin-bottom: -4rem;
    margin-top: 0rem !important;
}
.rep-parte i {
        font-size: 1.5rem;
        padding-right: 1rem;
}
.rep-parte h1 {
    padding-left: 2rem;
    padding-top: 2rem;
}
.rep-parte p {
    width: 22rem;
    padding-bottom: 3rem;
}
.rep-parte h2 {
    font-weight: 700;
    font-size: 24px;
}
.up-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .up-carousel-card {
    width: 100%;
    height: 100px;
    border: 1px solid #b8c2d3;
    border-radius: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .up-carousel-card img {
    width: 75px !important;
    height: 65px;
    margin-right: 10px;
  }
  .up-carousel-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: var(--cor-aco-um-hover);
  }
  .up-carousel-card:hover {
    cursor: pointer;
    transition: color 0.15s ease-in-out;
    box-shadow: #002D72;
    border: 1px solid var(--cor-aco-um-hover);
  }

.badge-prod {
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: var(--cor-aco-um);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
  }
  .footer-bottom {
    text-align: center;
    margin: 0px;
    font-size: .8rem;
    padding: 0;

}
.footer-bottom p {
    margin: 0px;
    padding: 0;
}
.footer-bottom img {
    width: 60px; /* Ajuste o tamanho da imagem conforme necessário */
    height: 60px; /* Ajuste o tamanho da imagem conforme necessário */
}
.oferta-catalog {
    bottom: 2rem !important;
    position: relative;
}
.em-casa-btn {
    background-color: var(--cor-aco-um);
    color: white;
}
.em-casa-btn:hover {
    background-color: var(--cor-aco-um-escuro);
    color: white;
}
/* Aumentar a largura do container */
.container.prod-container {
    max-width: 1700px; /* Aumentado para 1400px */
    padding: 0 15px;   /* Ajuste de espaçamento horizontal */
    padding-top: 2rem;
}

/* Aumentar espaçamento entre as colunas */
.row.custom-row > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Estilizar a numeração de paginação */
.pagination {
    justify-content: center; /* Centralizar a paginação */
    padding: 20px 0;         /* Adicionar espaçamento superior e inferior */
    color: var(--cor-aco-um);

}
.page-item.active .page-link {
    color: white;
    background-color: var(--cor-inga-tres);
}
.pagination .page-link {
    border-radius: 50%; /* Tornar os botões redondos */
    margin: 0 5px;      /* Adicionar espaçamento entre os botões */
    width: 40px;        /* Definir largura fixa */
    height: 40px;       /* Definir altura fixa */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
}
.page-item.disabled .page-link {
    color: var(--cor-um);
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: none;
}
/* Adicionar espaçamento dentro dos botões */
.pagination .page-link i {
    margin: 0; /* Remover margens adicionais do ícone */
}
.category-list h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--cor-aco-um);
    padding-top: 15px;
}
.category-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--cor-aco-um);
}

.category-list label{
    color: var(--cor-aco-um);
    font-weight: 500;
    padding-left: 10px;
}
/* skin 2 */
.skin-2 .num-in {
	background: var(--cor-inga-tres);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	height: 40px;
	width: 110px;
  float: left;
}

.skin-2 .num-in	span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
		float: left;
		width: 20%;
		height: 40px;
		border: none;
		text-align: center;
        color: white;
        background: var(--cor-inga-tres);
}
.skin-2 .num-in span:hover {
    background-color: var(--cor-inga-tres-hover);
    border-radius: 5px;
}
.btn-2 {
    background-color: var(--cor-aco-um);
}
.sideMenu::-webkit-scrollbar {
  width: 10px;
}
.sideMenu::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.sideMenu::-webkit-scrollbar-track {
  background-color: #eee;
}
.sideMenu > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sideMenu h5{
    color: var(--cor-aco-um-hover);
}
.sideMenu > ul > li {
  width: fit-content;
}
.sideMenu > ul > li button {
  outline: none;
  border: none;
  width: fit-content;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  padding: 5px 6px;
  background-color: transparent;
  color: var(--cor-aco-um-escuro);
}
.sideMenu > ul > li button a {
    color: var(--cor-aco-um-escuro);
}
.sideMenu > ul > li button a:hover {
    color: var(--cor-aco-um-escuro);
    text-decoration: underline !important;
}
.sideMenu > ul > li button i {
  font-size: 10px;
}
.sideMenu ul > li > ul {
  transition: 200ms ease;
  list-style: none;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 10px;
}
.sideMenu ul > li > ul > li {
  border-left: 2px solid #ccc;
  width: 100%;
  transition: 200ms ease;
}
.sideMenu ul > li > ul > li a {
  text-decoration: none;
  transition: 100ms ease;
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  padding: 3px 8px;
  color: var(--cor-aco-um-hover);
  text-transform: capitalize;
}
.sideMenu ul > li > ul > li:hover {
  border-left: 2px solid var(--cor-aco-um);
}
button.active {
  color: var(--cor-aco-um) !important;
}
.sideMenu ul > li > ul > li a:hover {
    color: var(--cor-aco-um-escuro);
}
.info-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th {
    font-weight: normal;
    color: #5e6a82;
    padding: 10px;
    text-align: left;
    width: 130px;
    background-color: #f1f1f1;
}

.info-table td {
    font-weight: bold;
    color: #1a2b57;
    padding: 10px;
    text-align: left;
}

.info-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.info-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table tr {
    border-bottom: 1px solid #e9ecef;
}
.title-area h5 {
    color: #787878;
    font-weight: 400;
    line-height: 0px;
}
.title-area h5 span {
    color: var(--cor-aco-um);
}
/* Estilizando o vídeo para ser responsivo e centralizado */
.video-wrapper {
    width: 100%;
    max-width: 800px; /* Limita o tamanho máximo do vídeo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player {
    width: 100%; /* Responsivo */
    height: auto;
    border-radius: 8px; /* Adiciona bordas arredondadas (opcional) */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adiciona uma leve sombra */
}

/* Ajuste de margem e espaçamento em telas menores */
@media (max-width: 768px) {
    .video-wrapper {
        max-width: 100%; /* Garante que o vídeo ocupe toda a largura da tela */
    }
}

.showroom-section .item {
    position: relative;
    overflow: hidden;
}

.showroom-section .item img {
    width: 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.item-overlay h3 {
    font-size: 15px !important;
}
.showroom-section .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

.showroom-section .item-overlay h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.showroom-section .item:hover img {
    transform: scale(1.1);
    filter: blur(4px);
}

.showroom-section .item:hover .item-overlay {
    opacity: 1;
}

.ti-prod {
    color: var(--cor-aco-um-hover);
    padding-top: 2rem;
}
.bg-prod {
    background-color: #f5f5f5;
}


.menuLicen {
    position: relative;
}
.menuLicen .owl-nav {
    position: absolute;
    top: 41%;
    width: 100%;
}
.menuLicen .owl-nav i {
    font-size: 1.9rem;
    display: none;
}
.menuLicen .owl-nav .owl-prev,
.menuLicen .owl-nav .owl-next {
    position: absolute;
}
.menuLicen .owl-nav .owl-prev {
    left: -26px;
}
.menuLicen .owl-nav .owl-next {
    right: -26px;
}
.navbarWrapper.navbar-fixed .submenuWrapper .megaMenu,
.navbarWrapper.navbar-fixed .submenuWrapper .megaMenu .megaMenuItem img{
    z-index: 0;
    visibility: hidden;
}
.navbarWrapper.navbar-fixed .submenuWrapper:hover .megaMenu,
.navbarWrapper.navbar-fixed .submenuWrapper:hover .megaMenu .megaMenuItem img {
    z-index: 15;
    visibility: visible;
}
.submenuWrapper .megaMenu {
    position: absolute;
    top: 101%;
    width: 100%;
    left: 0;
    z-index: 1050;
    background-color: #f7f3f3;
    padding: 0px 1rem;
    visibility: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.29);
}
.submenuWrapper:hover .megaMenu,
.submenuWrapper:hover .megaMenu .megaMenuItem .imgWrapper img {
    z-index: 15;
    visibility: visible;
}
.submenuWrapper .megaMenu .megaMenuItem {
    height: 133px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.submenuWrapper .megaMenu .megaMenuItem .imgWrapper {
    overflow: hidden;
    transform: scale(0.40);
    width: 100%;
}
.submenuWrapper .megaMenu .megaMenuItem .imgWrapper img {
    filter: grayscale(1);
    transform: scale(1.05);
    z-index: 0;
    visibility: hidden;
    padding: 5px;
}
.submenuWrapper .megaMenu .megaMenuItem .imgWrapper:hover img {
    transition: .7s;
    filter: grayscale(0);
    transform: scale(1.1);
}

.ICON1 {
    border-radius: 20%;
    width: 40%;
    height: 45%;
}
.ICON1:hover {
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer;
}
.valores h5 {
    padding-top: 1rem;
    font-weight: 700;
    color: var(--cor-aco-um);
}

.cabeçalho {
    border-radius: 5rem;
}
.texto-sobre {
    padding-left: 2rem;
    padding-top: 2rem;
    color: var(--cor-aco-um-hover);
}
.texto-sobre h2 {
    font-weight: 600;
    color: var(--cor-aco-dois);
}
.texto-sobre span {
    color: var(--cor-aco-um);
    font-weight: 600;
}
.news-l {
    background-color: #f5f5f5;
}
.titulo-2 h2{
    color: var(--cor-aco-um);
    font-weight: 700;
}
.showroom {
    color: var(--cor-aco-um);
    font-weight: 600;
}
.brands2 {
    width: 200px; /* Largura fixa para a coluna de marcas */
    border-right: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto; /* Rolagem vertical se necessário */
}

.brands2 a{
    color: var(--cor-aco-um) !important;
    font-weight: 600;
}
.footer-logo2 {
    width: 145px;
}
.btn-text {
    width: 31rem !important;
    padding-bottom: 0px !important;
    font-weight: 600;
}

.content-wrapper {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.prod-head {
    background: rgb(255, 255, 255);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.product-img-wrapper img {
    width: 100%;
    height: auto;
}

.produto-thumb-item img {
    width: 60px;
    height: auto;
    margin: 5px;
    cursor: pointer;
}

.title-area h3 {
    font-size: 24px;
    margin: 0;
}

.titulo-prod {
    font-size: 20px;
    color: var(--cor-aco-um-escuro);
}

.title-area p {
    font-size: 16px;
    color: #6c757d;
}

.info-area p {
    font-size: 16px;
    color: #6c757d;
}

.color-wrapper span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #ddd;
}

.shop-area input {
    width: 60px;
    padding: 5px;
    margin-right: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.btn-primary {
    border: none;
}

.btn-primary:hover {
    background-color: var(--cor-aco-um-escuro);
}

.carousel-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.produtos-destacados,
.linhas-destacadas {
    display: flex;
    gap: 10px;
}

.produtos-destacados .produto-card,
.categorias-destacadas .categoria-card {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 0 0 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* .product-actions {
    border-radius: 16px;
    padding-right: 1rem;
    margin-top: 3rem !important;
    padding-bottom: 0rem;
} */

.adc-car {
    border-radius: 5px;
    background: var(--cor-aco-um);
    font-weight: 700;
}

.adc-car::after {
    background: var(--cor-aco-um);
}

.adc-car:hover {
    background: var(--cor-aco-um);
}

.product-actions p {
    color: var(--cor-aco-um-hover) !important;
    position: relative;
    left: 4.9rem;
    font-weight: 600;
}

.cont {
    background: var(--cor-aco-um-hover) !important;
    font-weight: 600;
    border-radius: 5px !important;
    margin-bottom: 1rem;
}

.prod-shop {
    padding-left: 0px;
}
.prod-rec-contet {
    padding: 0px 2px;
}

.prod-cart {
    border-radius: 10px !important;
    position: relative;
    left: 16rem;
    bottom: 3.2rem;
    height: 47px;
    background-color:var(--cor-aco-um);
}
.prod-car:active {
    background-color: var(--cor-aco-um);
}
.table-striped {
    color: var(--cor-aco-um-hover);
}

.table-striped td {
    font-weight: 600;
}

.tabela {
    position: relative;
    right: 2rem;
}
.aviso-capsula {
    background-color: var(--cor-aco-um);
    padding: 1rem;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
}
#modal_validation .modal-footer .btn-primary {
    background-color: var(--cor-aco-um) !important;
    border: 1px solid var(--cor-um) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}
#modal_validation .modal-footer .btn-primary:hover {
    background-color: var(--cor-aco-um-hover) !important;
}
.capsula-carrinho {
    margin-top: 2rem;
}
.info-area-sac p{
    margin-bottom: 0px !important;
}
.contato-text2 {
    color: var(--cor-aco-um-hover);
}
.contato-text2 a{
    color: var(--cor-aco-um);
    font-weight: 500;
}
.contato-text2 p{
    font-weight: 600;
}
.contato-text, .texto-aviso-contato {
    color: var(--cor-aco-um-hover);
}
.bg-rep {
    background-color: #f5f5f5;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contato-text {
    padding: 40px;
    border-radius: 10px;
    background-color: white;
}
.texto-aviso-contato  {
    font-size: 12px;
    line-height: 17px;
}
.area-form {
    padding-top: 90px;
    background: white;
    border-radius: 10px;
    height: 24rem;
    margin-top: 7px;
}
.area-form2 {
    padding-top: 70px;
    background: white;
    border-radius: 10px;
    height: 36rem;
    margin-top: 7px;
}
#areaCarrinho .cabecalho-carrinho {
    background-color: var(--cor-aco-um-hover);
}
#areaCarrinho .corpo-carrinho .spinner-capsula .btn-deletar:hover {
    background-color: var(--cor-dois-hover);
    border: 1px solid var(--cor-dois-hover);
    transition: all 0.5s;
    color: var(--cor-inga-tres);
}
#areaCarrinho .corpo-carrinho .spinner-capsula {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    left: 16px;
    position: relative;
}
.rodape-carrinho .capsula-fechamento .btn-carrinho {
    background-color: var(--cor-aco-dois);
    border: 1px var(--cor-aco-dois);
}
.rodape-carrinho .capsula-fechamento .btn-carrinho:hover {
    background-color: #bb0e1f !important;
    border: 1px solid #bb0e1f !important;
}
.capsula-descricao p {
    color: var(--cor-aco-um-hover) !important;
}
.texto-final-orca  {
    color: var(--cor-aco-um-hover) !important;
}
#orc-final button {
    background-color: var(--cor-aco-dois);
    border: 1px solid var(--cor-aco-dois);
}
#orc-final button:hover {
    background-color: #bb0e1f !important;
    border: 1px solid #bb0e1f !important;
}
#orc-final input{
    border: 1px solid var(--cor-aco-um-hover);
}
.categoria-area .owl-next {
    color: var(--cor-aco-um) !important;
    position: absolute !important;
    left: 4rem;
}
.produtos-semelhantes {
    color: var(--cor-aco-um);
    font-weight: 600;
}
.showroom-section .owl-next {
    color: var(--cor-aco-um) !important;
    position: absolute;
    left: 5rem;
}
@media (max-width: 576px) {
    .prod-rec-contet {
      margin: 0 auto; /* Centralizar os cartões */
      flex: 0 0 50%;
    }
  }

  @media (min-width: 992px) {
    .prod-rec-contet {
      margin-bottom: 2rem; /* Espaçamento maior em telas grandes */
    }
  }
  .cabeca-capsula-pedidos h3 {
    color: var(--cor-aco-um-hover);
  }
