/* 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 {
    --cor-um: #07446b;
    --cor-um-hover: #146496;
    --cor-dois: #ed6b2b;
    --cor-dois-hover: #cd6937;
    --branco: #fff;
    --preto: #2c2c2d;
    --cinza: #a8a8a8;
    --cinza-claro: #e4e4e4;
}


/* AJUSTES GERAIS */
* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.main-title {
    font-weight: 800;
    color: var(--cor-um);
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: unset;
}

.content-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.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%;
    }
}

.spinner-group .btn-spinner {
    background: var(--cor-dois);
    color: #fff;
    outline: none;
    border: none;
    padding: 0.375rem 0.75rem;
}

.spinner-group .btn-spinner:hover {
    background-color: var(--cor-dois-hover);
    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] {
    background-color: #fff;
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.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.6em;
}

.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;
}


/* NAVBAR */
.main-nav-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.main-navbar-ajust .logo-wrapper {
    flex: 0 0 20%;
    max-width: 17%;
}

.tiny-navbar {
    padding: 0.5rem;
    background: var(--cor-dois);
}

.tiny-navbar-ajust,
.main-navbar-ajust {
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.social-nav {
    display: flex;
    align-items: center;
}

.tiny-navbar a:hover,
.social-nav a:hover {
    color: var(--cor-um);
    transition: all 0.5s;
}

.tiny-navbar-ajust a,
.social-nav a {
    font-size: 0.97rem;
    color: #fff;
}

.social-nav a {
    display: block;
}

.social-nav a:not(:last-child) {
    margin-right: 0.5rem;
}

.navigation-area {
    display: flex;
    align-items: center;
}

.navigation-area>li>a {
    display: block;
    color: var(--cor-um);
    line-height: 4.5rem;
    font-weight: 500;
    padding: 0.3rem;

}

.navigation-area li a:hover {
    color: var(--cor-dois-hover);
    transition: all 0.3s ease;
}

.navigation-area .qtd-badge {
    padding: 0.3rem;
}

.navigation-area .mega-dropdown-conteudo a {
    color: var(--branco);
    font-weight: 400;
}

.navigation-area .mega-dropbtn:hover {
    background-color: var(--cor-dois);
    color: var(--branco);
}

.navigation-area>li:not(:last-of-type) {
    margin-right: 10px;
}

.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;
    top: -14px;
    right: -5px;
    font-size: 0.7rem;
}

.form-nav-wrapper {
    position: relative;
}

.form-wrapper {
    width: 43%;
}

.form-nav-wrapper .form-control {
    border-radius: 0;
}

.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;
}

/* DROPDOWN NOVO */
.new-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    background: var(--cor-dois);
    box-shadow: 0px 13px 20px -2px black;
    z-index: 1000;
    flex-wrap: wrap;
    padding: 15px;
}

.mega-dropdown:hover section.new-dropdown {
    display: flex;
}

section.new-dropdown ul.col-auto h5 {
    font-weight: 600;
    text-decoration: underline;
}

section.new-dropdown ul.col-auto a {
    color: white;
    font-size: 0.9rem;
    width: 100%;
    display: flex;
}

.mega-dropdown:hover {
    background-color: var(--branco);
}

.mega-dropdown:hover .mega-dropbtn {
    background-color: var(--cor-dois);
    color: var(--branco);
}

.mega-dropdown .mega-dropbtn {
    border: none;
    outline: none;
    color: var(--cor-um);
}

.new-dropdown li {
    padding-left: 6px;
    padding-right: 2px;
    width: 100%;
}

.new-dropdown li:hover {
    background-color: var(--cor-dois-hover);
    text-decoration: underline;
}

/* ------------------- */

/* 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
}



/* 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: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 0.8rem;
}

.product-card-wrapper:hover {
    box-shadow: 0px 10px 14px -1px rgba(137, 137, 137, 0.254);
    transition: all 0.5s;
}

.product-card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 230px;
    max-height: 230px;
    background-color: #fff;
}

.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;
}

.product-card-wrapper:hover .product-card-head img {
    transform: scale(1.05);
}

.product-card-body p {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15rem;
}

.product-card-body .product-description {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-body p,
.product-card-body h6 {
    margin: 0;
    color: var(--cor-um);
}

.product-card-body h6 {
    margin: 0;
    font-weight: 400;
}

.spinner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.spinner-container .input-group {
    width: 60%;
}

.spinner-container .btn {
    border-radius: 0 !important;
    width: 25%;
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    height: calc(1.9em + 0.75rem + 2px);
    display: flex;
    justify-content: center;
    align-items: center;
}


/* PRODUTOS */
.product-img-wrapper {
    border: 1px solid #dee2e6 !important;
}

.product-info-wrapper h3,
.product-info-wrapper p {
    color: var(--cor-um);
}

.product-info-wrapper .title-area h3,
.product-info-wrapper .title-area p {
    margin: 0;
}

.product-info-wrapper .title-area h3 {
    font-weight: 800;
    font-size: 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%;
}

.shop-group-single {
    width: 85%;
}

.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: 60%;
}

.shop-area .add-to-cart i {
    font-size: 0.85rem;
    margin-right: 0.4rem;
}

.produto-thumb {
    margin-top: 1.4rem;
    display: flex;
}

.produto-thumb .produto-thumb-item {
    border: 1px solid #dee2e6;
    width: 25%;
    padding: 0 !important;
}

.produto-thumb .produto-thumb-item img {
    width: 100%;
}

.produto-thumb .produto-thumb-item.active {
    border: 1px solid var(--cor-dois);
}

.produto-thumb .produto-thumb-item:hover {
    border: 1px solid var(--cor-dois);
    transition: all 0.3s;
}

.produto-thumb .produto-thumb-item:hover {
    cursor: pointer;
}

.produto-thumb .produto-thumb-item:not(:last-child) {
    margin-right: 0.3rem;
}

.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;
}


/* FOOTER */
.footer-wrapper {
    padding: 3rem 0 3rem 0;
    background-color: var(--cor-um);
}

.main-footer-wrapper h6 {
    color: #fff;
}

.main-footer-wrapper ul li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 200;
}

.newsltetter-box {
    position: relative;
}

.newsltetter-box .form-control {
    border-radius: 0;
}

.social-footer {
    margin-top: 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;
}

.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;
}

.main-footer-wrapper img {
    width: 205px;
    margin-bottom: 0.8rem;
}

.main-footer-wrapper p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 200;
    line-height: 1.1rem;
    letter-spacing: 1px;
    text-align: justify;
}

.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 */
}

.whatsapp {
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #008000;
    font-size: 2rem;
    box-shadow: 0 10px 18px #0000005c;
    z-index: 15;
}

.whatsapp:hover {
    color: #fff;
    background-color: #0f5c0f;
    transition: all 0.5s;
    box-shadow: none;
}

.nav-link:hover,
.nav-link:focus {
    color: rgb(94, 94, 94);
    outline: none;
}
