
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

:root {
    --color-primary: #004380;
    --color-secondary: #00294e;
    --color-tertiary: #00ffea;
    --color-quaternary: #051938;
    --color-quinary: #000000;
    --color-senary: #ffffff;
    --bs-border-color: #ededee;
}

body {
    font-family: 'Google Sans', sans-serif;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff !important;
    padding: 0;
    margin: 0;
}
.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    color: #0057a7 !important;

}
.w-90 {
    width: 82% !important;
}

body,
ul li,
ol li,
p {
    font-family: "Google Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;

}
h1 {
    font-size: 34px;

    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1.18px;
    margin-top: 0;
    margin-bottom: 0.4em;
}
h2 {
    font-size: 57px;

    line-height: 1.055em;
}

.container {
    max-width: 1700px !important;
}

.navbar-dark {
    background-color: #efefef !important;
}

.logo {
    width: 180px;
    height: auto;
    margin-right: 80px;
}

.banner {
    margin-top: 00px;
}

.rounded {
    border-radius: 20px !important;
}

.nav-link {
    color: #083783 !important;
    font-weight: 600;
    font-size: 14px;

    padding: 0.5rem 1rem;

    transition: all 0.3s ease;

    &:hover {
        color: #04fbe6 !important;
    }
}

/* Wrapper do header para sticker + nav fixarem juntos ao rolar */
.header-sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.sticker {
    flex-direction: row;
    padding: 0;
    border-bottom: 0;
    height: 40px;
    background-color: #fff !important;
}

.menuSub {
    font-size: 0.875rem !important;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;

    &:hover {
        color: #051938 !important;
    }
}


.icones {
    font-size: 25px !important;
    color: #00ffea !important;
    transition: all 0.3s ease;
    font-weight: 700;

    &:hover {
        color: #051938 !important;
    }
}


.telefone,
.email {
    display: flex;
    align-content: center;
    align-items: flex-start;
    height: 20px;
    gap: 8px;
}

.btnIcones {

    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
    background-color: transparent;
    padding: 8px 24px 8px 12px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
        background-color: #004380 !important;
        color: #fff !important;
    }

    &:active {
        background-color: #004380 !important;
        color: #fff !important;
    }

    &:focus {
        background-color: #004380 !important;
        color: #fff !important;
    }
}

.texto-boas-vindas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    line-height: 14px;
}

.rBlry {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    padding: 14px 98px 14px 16px;
    background: rgb(255, 255, 255);
    border-radius: 999px;
    border: 1px solid transparent;
    color: rgb(48, 48, 48);
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    outline: none;
    text-align: left;
    box-sizing: border-box;
    height: 40px;
}

.navbar-dark {
    background-color: #0157a6 !important;
    border-bottom: none
}


.box-produto {
    position: relative;
    overflow: hidden;
}

.box-produto-overlay {
    position: absolute;
    display: flex;
    flex-direction: row;
    inset: 0;
    background: rgb(255 255 255 / 85%);

    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.box-produto:hover .box-produto-overlay {
    opacity: 1;
}

.btn-overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #696969;
    color: #696969;
    padding: 20px;
    border-radius: 10px;
}

.btn-overlay svg {
    flex-shrink: 0;
}

.btn-overlay.btn-carrinho:hover,
.btn-overlay.btn-ver:hover {
    background: #fff;
    color: var(--color-primary);
    border-color: #fff;
}

.btn-overlay.btn-carrinho {
    background: #000000;
    color: #ffffff !important;
    border-color: #000000;
}

.btn-overlay .las {
    font-size: 24px;
}

.btn-overlay.btn-carrinho:hover {
    background: #fff;
    color: var(--color-primary) !important;
    border-color: #fff;
}

.box-produto-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ffffff
}

.box-produto-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.padding-150 {
    padding: 150px 0 50px 0;
}

.padding-50 {
    padding: 80px 0 50px 0;
}

small {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.08em;
}



h6 {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.18px;
    margin-top: 0;
    margin-bottom: 0.4em;
}



.info-section {
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    border: 1px solid var(--bs-border-color);
}

.info-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* text-align: center; */
    padding: 0;
    gap: 15px;
}

.info-img {
    width: 50%;
    margin-top: 8px;
}

.info-content {
    margin-top: 9px;
}

.h3,
h3 {
    font-size: 1.3rem;
    font-weight: 600;

    margin-bottom: 0;
}

h2 {
    font-size: 39px;
    line-height: 1.055em;
    letter-spacing: -3px;
}

.titulo-produto {
    font-size: 19px;
    line-height: 1.055em;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
}

.box-produto-content {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price {
    font-size: 16px;
    font-weight: 600;
    color: rgb(104, 192, 192);
}

.price-desconto {
    font-size: 16px;
    font-weight: 600;
    color: rgb(197 197 197);
    text-decoration: line-through;
}

.categoria-produto {
    color: #c7c7c7 !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0px 0px 7px 0px;
    font-weight: 500;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.nav-link {
    color: #f7f7f7 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 0.5rem 10px 0 20px;
    transition: all 0.3s ease;
}
.sub-menu .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: none;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: #0000000d !important;
    border-bottom: solid 1px #0000000d !important;
}

.sidebar-loja .categoria-link {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    color: #515151;
    margin-bottom: 20px;
}

.sidebar-loja .categoria-link:hover {
    color: #000000 !important;
}

.sidebar-loja .subcategoria-link:hover {
    color: #838383;
}

.sidebar-loja .list-group-item {
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
}

.form-control-filtros {

    padding: 8.5px 14px!important;
    height: 50px!important;
}
.sub-menu .dropdown-menu {
    margin-top: 29px !important;
    border-radius: 0 0 0.25rem 0.25rem !important;
    margin-left: -20px !important;
    background: #0157a8;
}
.btn-primary {
    background-color: #ffe600 !important;
    fill: #000 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0em;
    padding: 18px 40px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
        background-color: #d3be00 !important;

    }
}

.fontPrecos-box {
    font-size: 1em;
    font-weight: 800;
}
.btn-outline-secondary {
    background-color: #00000000 !important;
    color: #000000 !important;



    border-radius: 10px;
    border: solid 1px #000000;
    cursor: pointer;
    padding: 18px 40px;
    transition: all 0.3s ease;

    &:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        border-color: #ffffff;
    }
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: #000000 !important;
    border: solid 1px #000000 !important;
    border-right: none !important;
    border-left: none !important;
}
.border-secondary-subcategoria {
    --bs-border-opacity: 1;
    /* border-color: #000000 !important; */
    border: solid 1px #ededed00 !important;
    border-right: none !important;
    border-left: none !important;
    background-color: #003667;
}

.logoFooter{
    width: 300px;
    margin-bottom: 40px;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgb(139 139 139) !important;
}

.icone-social-footer {

        font-size: 50px !important;
        color: #ffffff !important;
        transition: all 0.3s ease;
        font-weight: 400;


    &:hover {
        color: #009dff !important;
    }
}

.padding-footer {
    padding: 170px 0;
margin-top: 100px;
}

.bg-light {

    background-color: rgb(235 237 234) !important;
}
