:root{
    --swiper-theme-color: #fff !important;
}
@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Regular.ttf");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}
@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Bold.ttf");
    font-display:auto;
    font-style:normal;
    font-weight:600;
    font-stretch:normal;
}
@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Black.ttf");
    font-display:auto;
    font-style:normal;
    font-weight:800;
    font-stretch:normal;
}
html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family:lato, sans-serif;
    font-weight: 400;
    color: #858585;
    display: block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none;
    overflow-x: hidden;
}
div{
    width: 100%;
    height: 100%;
    position: relative;
}
a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
  }
input{
    width: 250px;
    height: 40px;
    color: #323232;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #CFCFCF;
    outline-color: #10069F;
    outline-offset: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select{
    max-width: 130px;
    height: 30px;
    border: 1px solid #C7CACC;
    border-radius: 5px;
    outline: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color:#323232;
    padding-left: 5px;
}
textarea{
    width: 305px;
    max-width: 960px;
    height: 100%;
    max-height: 150px;
    min-height: 80px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #C7CACC;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    color: #323232;
    font-family:lato, sans-serif;
    font-weight: 400;
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #323232;
    opacity: 0.4;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #323232;
    opacity: 0.4;
}
.h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
}
.h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
.h2-v{
    font-weight: 600;
    font-size: calc(14px + 2.3vmin);
    line-height: calc(32px + 0.65vw);
}
.h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}
.h4{
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.h4-v{
    font-weight: 600;
    font-size: calc(16px + 1vmin);
    line-height: calc(20px + 0.65vw);
}
.h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.h6{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}
.h7{
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}
.h8{
    font-weight: 800;
    font-size: 12px;
    line-height: 12px;
}
.h9{
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
}
.body-xxlg{
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
.body-xlg{
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}
.body-xlg-v{
    font-size: calc(13px + 2.1vmin);
    line-height: 32px;
    font-weight: 400;
}
.body-lg{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.body-lg-v{
    font-size: calc(13px + 1vmin);
    line-height: calc(24px + 0vw);
    font-weight: 400;
}
.body-rg{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.body-md{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.body-sm{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.body-xsm{
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
.label{
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}
.link-xlg{
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.link-reg{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}
.link-sm{
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}
.link-xsm{
    font-weight: 800;
    font-size: 10px;
    line-height: 16px;
}



.riscado{
    text-decoration: line-through;
}




.bg-azul{
    background-color: #10069F;
}
.bg-azulL5{
    background-color: #F1F5FE;
}
.bg-rosa{
    background-color: #F72D93;
}
.bg-vermelho{
    background-color: #E01D1D;
}
.bg-laranja{
    background-color: #FE7B14;
}
.bg-azulC{
    background-color: #14DBF7;
}
.bg-verde{
    background-color: #00CC6F;
}
.bg-amarelo{
    background-color: #F7E345;
}
.bg-preto{
    background-color: #0D0D0D;
}
.bg-branco{
    background-color: #fff;
}
.bg-pretoL4{
    background-color: #EBEBEB;
}
.bg-azul-transp-7{
    background-color: rgba(8,39,104,0.07);
}
.bg-roxo{
    background-color: #7412E6;
}





.color-pretoL1{
    color:#323232;
}
.color-pretoL2{
    color:#858585;
}
.color-pretoL3{
    color:#CFCFCF;
}
.color-branco{
    color:#fff;
}
.color-azul{
    color: #10069F;
}
.color-rosa{
    color: #F72D93;
}
.color-verde{
    color: #00CC6F;
}
.color-verdeD1{
    color: #07BA6D;
}
.color-vermelho{
    color:#E01D1D;
}
.color-laranja{
    color:#FE7B14;
}


.hover-deg-facebook{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
}
.hover-deg-instagram{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
}
.hover-deg-twitter{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
}
.hover-deg-facebook:hover,.hover-deg-instagram:hover,.hover-deg-twitter:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}




.opacity-1{
    opacity: 1;
}


.d-none{
    display: none !important;
}




.rotate-180{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}





.pointer{
    cursor: pointer;
}
.pointer:active{
    opacity: 0.5;
}
.pointer2{
    cursor: pointer;
}
.pointer2:hover{
    color: #10069F;
}
.pointer2:active{
    opacity: 0.5;
}

.c-pointer{
    cursor: pointer;
}

.no-user-select{
    -ms-user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.user-select-all{
    -ms-user-select:all;
    -o-user-select:all;
    -moz-user-select:all;
    -webkit-user-select:all;
    user-select:all;
}
.user-select{
    -ms-user-select:text;
    -o-user-select:text;
    -moz-user-select:text;
    -webkit-user-select:text;
    user-select:text;
}
.valign{
    height:100%;
    width:100%;
    position:relative;
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    text-align: center;
    align-items:center;
    overflow:visible;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
}
.valignV{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.valignC{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.valignVC{
    position: absolute;
	top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.transition-opacity-150{
    -moz-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}
.transition-all-150{
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
} 
.botao{
    width: 155px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    -ms-user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    white-space: nowrap;
}
.botao:active{
    opacity: 0.5;
}
.mirror-effect{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

.overflow-pers{
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-pers::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.overflow-pers::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.overflow-pers::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}

.overflow-pers2{
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-pers2::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}
.overflow-pers2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.overflow-pers2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}


.w-auto{
    width: auto;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.w-33{
    width: 33.333333333%;
}
.w-70p{
    width: 70px;
}
.wh-a{
    width: auto;
    height: auto;
}
.wh-100{
    width: 100%;
    height: 100%;
}
.wh-100-a{
    width: 100%;
    height: auto;
}
.wh-a-100{
    width: auto;
    height: 100%;
}
.h-auto{
    height:auto;
}
.h-50{
    height: 50%;
}
.min-h-100{
    min-height: 100%;
}
.min-w-50{
    min-width: 50%;
}
.max-w-500{
    max-width: 500px;
}
.max-w-250{
    max-width: 250px;
}



.z-index-100{
    z-index: 100;
}



.t-align-left{
    text-align: left;
    align-items: start;
}
.t-align-right{
    text-align: right;
    align-items: end;
}
.t-align-center{
    text-align: center;
    align-items: center;
}




.box-sizing{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.space-nowrap{
    white-space: nowrap !important;
}



.link{
    user-select: none;
    cursor: pointer;
}
.link:hover{
    text-decoration: underline;
}
.link:active{
    opacity: 0.5;
}



.overflow-h{
    overflow: hidden;
}
.overflow-in{
    overflow: initial !important;
}
.overflow-auto{
    overflow-y: auto;
}




.d-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
.h-align{
    -webkit-justify-content:center;
    justify-content:center;
}
.v-align{
    -webkit-align-items: center;
    align-items: center;
}
.gap-5{
    gap:5px;
}
.gap-15{
    gap:15px;
}
.gap-25{
    gap:25px;
}
.gap-30{
    gap:30px;
}
.flex-column{
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}
.align-stretch{
    align-items: stretch;
}
.d-inline-block{
    display: inline-block;
}





.d-grid{
    display:-webkit-grid;
    display:-ms-grid;
    display:-webkit-grid;
    display:grid;
}
.grid-gap-15{
    grid-gap:15px;
}
.grid-gap-30{
    grid-gap:30px;
}
.grid-self-align-v{
    -webkit-align-self: center;
    align-self: center;
}
.grid-self-align-h{
    -webkit-justify-self: center;
    justify-self: center;
}


.mg-t-5{
    margin-top: 5px;
}
.mg-t-10{
    margin-top: 10px;
}
.mg-t-20{
    margin-top: 20px;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-t-40{
    margin-top: 40px;
}
.mg-t-60{
    margin-top: 60px;
}
.mg-t-70{
    margin-top: 70px;
}
.mg-t-90{
    margin-top: 90px;
}
.mg-b-5{
    margin-bottom: 5px;
}
.mg-b-10{
    margin-bottom: 10px;
}
.mg-b-20{
    margin-bottom: 20px;
}
.mg-b-30{
    margin-bottom: 30px;
}
.mg-b-40{
    margin-bottom: 30px;
}
.mg-b-50{
    margin-bottom: 50px;
}
.mg-b-60{
    margin-bottom: 60px;
}
.mg-l-auto{
    margin-left: auto;
}

.pd-lr-10{
    padding: 0 10px;
}
.pd-lr-15{
    padding: 0 15px;
}
.pd-lr-20{
    padding: 0 20px;
}
.pd-15{
    padding:15px;
}
.pd-20{
    padding:20px;
}
.pd-tb-10{
    padding: 10px 0;
}
.pd-tb-15{
    padding: 15px 0;
}
.pd-tb-20{
    padding: 20px 0;
}
.pd-t-15{
    padding-top: 15px;
}
.pd-t-20{
    padding-top: 20px;
}
.pd-t-25{
    padding-top: 25px;
}
.pd-t-50{
    padding-top: 50px;
}
.pd-b-15{
    padding-bottom: 15px;
}
.pd-b-20{
    padding-bottom: 20px;
}
.pd-b-30{
    padding-bottom: 30px;
}
.pd-b-45{
    padding-bottom: 45px;
}
.pd-r-15{
    padding-right: 15px;
}
.pd-r-5{
    padding-right: 5px;
}
.pd-l-5{
    padding-left: 5px;
}



.tl-0{
    top: 0;
    left: 0;
}
.left-0{
    left: 0;
}
.right-0{
    right: 0;
}
.bottom-0{
    bottom: 0;
}






.pos-absolute{
    position: absolute;
}




.stroke-l4{
    border: 1px solid #EBEBEB;
}
.stroke-azul{
    border: 1px solid #10069F;
}




.b-radius-14{
    border-radius: 14px;
}
.b-radius-100{
    border-radius: 100%;
}




.sombra-card{
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
}
.sombra-card-hover{
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.sombra-card-hover:hover{
    -moz-box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
}
.sombra-menu-profile{
    -moz-box-shadow: -2px 0px 14px 0px rgb(0 0 0 / 17%);
    -webkit-box-shadow: -2px 0px 14px 0px rgb(0 0 0 / 17%);
    box-shadow: -2px 0px 14px 0px rgb(0 0 0 / 17%);
}
.sombra1{
    -moz-box-shadow: 0px 0px 11px 4px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 0px 11px 4px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 11px 4px rgb(0 0 0 / 40%);
}





.container,.container2,.w-1000{
    width: 1000px;
}


.card-container{
    width: 155px;
    height: 205px;
    border-radius: 14px;
    cursor: pointer;
}
.card-container-disable{
    opacity: 0.5;
    cursor: auto;
}
.card-container-enable:active{
    opacity: 0.7;
}


.style1{
    width: 110px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 11px;
    display: block;
}
.style2{
    width: 190px;
}
.style3{
    height: 45%;
    padding:0 10px;
}
.style4{
    width: 75px;
    border-radius: 3px;
}
.style5{
    width: 100%;
    height: 10%;
}
.style6{
    width: 250px;
    margin-left: auto;
}
.style7{
    width: 152px;
}
.style8{
    grid-template-columns: repeat(auto-fit, minmax(0, min(100%/1, max(157px, 157px/3))));
}
.style9{
    grid-template-columns: auto;
    grid-template-rows: repeat(3,auto);
    padding-bottom: 20px;
}
.style10{
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    max-width: 1000px;
}
.style11{
    max-width: 400px;
}
.style12{
    width: 400px;
    height: 365px;
}
.style13{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 8px;
    z-index: 100;
}
.style13:hover{
    opacity: 0.5;
}
.style13:active{
    opacity: 1;
}
.style14{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999;
}
.style15{
    position: fixed;
    z-index: 450;
    top: 0;
    left: 0;
}
.style16{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 11px;
    right: 15px;
    border-radius: 100%;
}
.style17{
    width: 280px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 600;
}
.style18{
    width: 190px;
    height: 190px;
    border-radius: 100%;
}
.style18 > img{
    width: 100%;
    height: 100%;
}
.style19{
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    color: #10069F;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction: row;
    min-height: 40px;
}
.style20{
    width: 20px;
    height: 20px;
}
.style21{
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.style22{
    position: absolute;
    z-index: 90;
    border-radius: 14px;
}
.style23{
    background: none !important;
}
.style24{
    background: #fff;
    border-radius: 100%;
}
.style25{
    width: 130px;
    height: auto;
}
.style26{
    width: 400px;
    height:455px;
}
.style27{
    position: absolute;
    text-align: right;
}
.style28{
    right: -50px;
    top: -10px;
}
.style29{
    width: 154px;
    height: 51px;
    bottom: 0;
}
.style30{
    flex-direction: row;
}
.style30-2{
    flex-direction: row;
}
.style31{
    width: 100%;
    height: 55px;
    border-radius: 14px;
    padding-right: 55px;
}
.style32{
    width: 780px;
    margin-top: 20px;
    height: 55px;
    padding: 0 15px;
}
#buscar-container .style32{
    position: absolute;
    top: 0;
    z-index: 99999991;
}
.style33{
    padding-left: 0;
    white-space: nowrap;
}
.style34{
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}
.style35{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    background: #ffffff;
}
.style35 > div{
    padding-top: 8px;
}
.style36{
    overflow-y: auto;
    padding-bottom: 160px;
}
.style35 > .d-flex:nth-child(1),.style35 > .d-flex:nth-child(3){
    border-top: 1px solid #EBEBEB;
}
.style35 > .d-flex:nth-child(2){
    padding-bottom: 8px;
}
.style37{
    border-bottom: 1px solid #EBEBEB;
}






#body-principal{
    height: auto;
    min-height: 100%;
    margin-top: 61px;
}
#lupa-buscar{
    width: 55px;
    right: 15px;
    top: 0;
}
#lupa-buscar > img{
    width: 25px;
    height: auto;
}
#botao-fechar-tela-login-inicial,#botao-fechar-esqueci-inicial{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 5px;
    z-index: 50;
}
#botao-fechar-menu-profile-inicial{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    z-index: 50;
    background: #ffffff;
    padding-bottom: 0;
}
#botao-fechar-menu-profile-inicial > img{
    width: 35px;
    height: 35px;
}

#botao-fechar-tela-login-inicial{
    display: none;
}
#menu-botao-login{
    width: 110px;
}
#menu-botao-carrinho{
    width: auto;
}
#input-login-usuario-inicial,#input-esqueci-email-inicial{
    text-transform: lowercase;
}
#fundo-titulo{
    background: rgba(0, 0, 0, 0.75);
}

.carrinho_add_anim{
    position: fixed;
    height: auto;
    z-index: 365;
    -webkit-animation: carrinho_add 1200ms forwards;
    -moz-animation: carrinho_add 1200ms forwards;
    animation: carrinho_add 1200ms forwards;
}

.banner-swiper{
    padding-top: 0px;
}
.head-tt-inicio{
    position: absolute;
}



.custom_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.custom_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c7c7c7;
}
.custom_scroll2::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.custom_scroll2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.custom_scroll2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}







.poupup_container{
    position: fixed;
    top: 0;
    z-index: 99999999999;
    width: 1000px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.poup_sucesso{
    background: #00CC6F !important;
}
.poup_erro{
    background: #E01D1D !important;
}
.poup_mensagem_body{
    width: 1000px;
    height: auto;
    margin-top: 7px;
    border-radius: 10px;
    color: #fff;
    background: #7412E6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 65px 15px 20px;
    position: relative;
    word-wrap: break-word;
    display: none;
    text-align: left;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.21);
}
.fecha_poup_cont{
    position: absolute;
    right: 19px;
    top: 0;
    width: auto;
    height: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.fecha_poup_cont:hover{
    opacity: 0.5;
}
.fecha_poup_cont:active{
    opacity: 1;
}
.botao_fechar_poupup{
    width: 27px;
    height: auto;
}
.coming-balloon{
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px 15px;
    opacity: 1;
    border-radius: 10px;
    right: -10px;
    -ms-transform: rotateZ(19deg);
    -moz-transform: rotateZ(19deg);
    -o-transform: rotateZ(19deg);
    -webkit-transform: rotateZ(19deg);
    transform: rotateZ(19deg);
    top: 0;
    z-index: 99;
}
.footer-col{
    width: 33%;
}
.footer-logo{
    width: 155px;
}
.footer-link{
    cursor: pointer;
}
.footer-link:hover{
    text-decoration: underline;
}
.footer-link:active{
    opacity: 0.5;
}
#footer-container{
    background: url('../imgs/footer-background2.svg') no-repeat no-repeat;
    background-size: 100% 100%;
}
.footer-copyright{
    margin: 20px 0;
}
.footer-style1{
    max-width: 1000px;
    margin-top: 175px;
}
.footer-style2{
    max-width: 430px;
    min-width: 430px;
}
.footer-redes-sociais-container{
    height: 70px;
    margin-top: 100px;
}
.footer-botoes-redes-sociais{
    width: 45px;
    height: 45px;
    border-radius: 999px;
    cursor: pointer;
}
.footer-contato-row{
    margin-top: 9px;
}
.footer-contato-row > div:nth-child(1){
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.footer-contato-row img{
    width: 17px;
    height: auto;
}
.whatsapp-balloon-container{
    position: fixed;
    z-index: 320;
    right: 80px;
}
.whatsapp-balloon{
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    bottom: 90px;
    cursor: pointer;
}
.whatsapp-balloon:active{
    opacity: 0.8;
}
.whatsapp-logo{
    width: 55%;
}
.input-erro{
    border-color: #E01D1D;
}
.loader{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999999;
}
.loader-fixed{
    position: fixed;
}
.img-loader{
    width: 70px;
    height: auto;
}
.loader2{
    position: relative;
    background: none;
    width: 40px;
}
.img-loader2{
    width: 40px;
    height: auto;
}
.menu{
    height: 60px;
    border: 0px solid #EBEBEB;
    border-bottom-width: 1px;
    position: fixed;
    z-index: 375;
}
.menu-logo-container{
    width: auto;
    position: absolute;
    left: 15px;
    z-index: 20;
}
.menu-logo{
    cursor: pointer;
    height: 60%;
    width: auto;
}
.menu-desc{
    flex-direction: row;
    z-index: 1;
}
.menu-botoes-container{
    position: absolute;
    z-index: 20;
    width: auto;
    right: 15px;
    top: 0;
}
.menu-botoes-container > .botao,#menu-botao-login,#foto-profile-inicial{
    height: 40px;
}
.menu-botoes-carrinho-logo{
    height: 60%;
    width: auto;
}

.menu-cat-catalogos-container{
    height: auto;
    width: calc(100% - 30px);
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin: 0 15px;
    margin-top: 20px;
}
.menu-cat-catalogos-container > div:nth-child(1){
    padding-left: 15px;
}
.menu-cat-catalogos{
    padding: 10px 0;
}
.menu-cat-flecha{
    position: absolute;
    right: 15px;
    top: 0;
    height: 44px;
}
.grid-conteudos-main{
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 14px;
    -moz-box-shadow:0px 0px 14px 4px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow:0px 0px 14px 4px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.11);

}





.img-lumen-destaque{
    width: 154px;
    height: 154px;
}
.destaque-div-alinhamento-1{
    display: none;
}
.linha-sep{
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
}
.cards-container{
    width: 100%;
    height: auto;
    display:-webkit-grid;
    display:-ms-grid;
    display:-webkit-grid;
    display:grid;
    grid-gap: 19px;
    grid-template-columns: repeat(auto-fill,minmax(218px, 1fr));
    margin-top: 30px;
}
.cards-container > div{
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    border-radius: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.produto-card-content{
    width: 235px;
    height: auto;
    border-radius: 14px;
    background-color: #10069F;
    z-index: 340;
    position: absolute;
    top: -44px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    padding: 0;
    color: #ffffff;
    outline: 5px solid #10069F;
}
.produto-card-titulo{
    width: 100%;
    height: auto;
    padding: 15px 5px;
    padding-right: 30px;
    display: block;
    position: relative;
}
.produto-card-titulo-mais{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 15px;
}
.produto-card-titulo-mais-img{
    width: 10;
    height: auto;
}
.produto-card-foto{
    height: auto;
    position: relative;
}
.produto-card-foto-base{
    width: 100%;
    padding-bottom: 100%;
}
.produto-card-foto-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    cursor: pointer;
}
.produto-card-valores{
    white-space: nowrap;
    height: auto;
    padding: 15px;
}
.produto-card-qnt-container{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}
.produto-card-qnt-botao{
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.produto-card-tamanho-bobina{
    width: auto;
    height: auto;
    position: absolute;
    padding: 3px 15px;
    border-radius: 100px;
    outline: 2px solid #fff;
    bottom: 8px;
    color: #fff;
    z-index: 25;
}
.produto-card-infs{
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #10069F;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 0 10px;
    padding-bottom: 15px;
    text-align: left;
    white-space: nowrap;
    z-index: 100;
    color: #ffffff;
}
.produto-card-infs-1-1 > div,.produto-card-infs-1-2 > div,.produto-card-infs-2-1 > div,.produto-card-infs-2-2 > div{
    padding: 5px 0;
}
.produto-card-infs-1-1,.produto-card-infs-2-1{
    width: 35%;
}
.produto-card-infs-1-2,.produto-card-infs-2-2{
    width: 65%;
}
.produto-card-fecha-content{
    display: none;
    position: absolute;
    width: 40px;
    height: 30px;
    background: #fff;
    right: 1px;
    bottom: -30px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-box-shadow:0px 8px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:0px 8px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.22);
}
.produto-card-fecha-content > img{
    height: 70%;
    width: auto;
}
.produto-card-destaque{
    -ms-transform: rotateZ(-27deg);
    -moz-transform: rotateZ(-27deg);
    -o-transform: rotateZ(-27deg);
    -webkit-transform: rotateZ(-27deg);
    transform: rotateZ(-27deg);
    position: absolute;
    left: -8%;
    top: -1%;
    width: 42%;
    min-width: 60px;
    z-index: 310;
}
.produto-submenu{
    position: absolute;
    width: 128px;
    height: auto;
    z-index: 300;
    padding-left: 10px;
    padding-right: 5px;
    max-height: calc(100% - 40px);
    overflow-y: auto;
    top: 20px;
    left: -132px;
}
.produto-submenu > div{
    padding: 3px 0;
}
.produto-submenu-fixo{
    position: fixed;
    top: 20px;
    left: calc(((100% - 1000px)/2) - 140px);
}
.produto-submenu::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.produto-submenu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.produto-submenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #EBEBEB;
}
.produto-submenu-mobile{
    position: fixed;
    height: auto;
    background: #fff;
    top: 0;
    left: 0;
    border-bottom: 1px solid #CFCFCF;
    z-index: 350;
    height: 60px;
}
.produto-submenu-mobile-menu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
    width: auto;
}
.fonte-produto-submenu{
    font-size: 14px;
    line-height: 20px;
}
.fonte-produto-submenu-bold{
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}
.mostra-mais-seta{
    width: auto;
    height: 40%;
    padding-top: 5px;
}
.img-tela-cheia-container{
    position: fixed;
    z-index: 9999999999999;
}
.img-tela-cheia{
    width: 100%;
    height: auto;
    max-width: 600px;
}
.img-tela-cheia-botao-fechar{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 10;
}
.destaques-container{
    width: 1000px;
    height: 170px;
    border-radius: 14px;
}
.destaques-efeito-bg{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background: url('../imgs/efeito_fundo_transp_P20.svg') no-repeat no-repeat;
    background-position-y: bottom;
}
.destaques-conteudo{
    position: absolute;
    z-index: 10;
    flex-direction: row;
}
.destaques-conteudo-1{
    width: 405px;
}
.destaques-conteudo-2{
    width: 595px;
}
.destaques-conteudo-efeito-titulo{
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    left: 0;
    z-index: 2;
}
.destaques-titulo{
    z-index: 10;
}
.destaques-conteudo-2-1,.destaques-conteudo-2-2{
    width: 50%;
}
.destaques-imgs{
    width: 119px;
    height: auto;
    border-radius: 14px;
}
.destaques-conteudo-2-1 > img:nth-child(1){
    left: 0;
}
.destaques-conteudo-2-1 > img:nth-child(2){
    right: 17px;
}
.destaques-conteudo-2-2 > img:nth-child(1){
    left: 17px;
}
.destaques-conteudo-2-2 > img:nth-child(2){
    right: 0;
}
.destaques-conteudo-2 > div{
    flex-direction: row;
}
.card-img-container{
    position: absolute;
    top: 0;
    left: 0;
}
.container2{
    margin-bottom: 80px;
}
.tag-quantidade-container{
    position: absolute;
    border-radius: 31px;
    z-index: 315;
    top: -19px;
    right: -19px;
    border: 5px solid #fff;
    max-width: 62px;
    max-height: 62px;
    width: 42%;
    height: 42%;
    min-width: 50px;
    min-height: 50px;
}







#carrinho-container{
    position: fixed;
    width: 1000px;
    height: calc(100% - 61px);
    right: 0;
    top: 61px;
    background: #ffffff;
    z-index: 430;
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
}
.carrinho-titulo-container{
    height: 60px;
}
.carrinho-titulo-img{
    height: auto;
    width: 28px;
    padding-left: 10px;
}
.carrinho-botao-fechar{
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.carrinho-itens-container{
    height: calc(100% - 150px - 60px);
}
.carrinho-botoes-container{
    height: 150px;
}
.carrinho-itens-titulo{
    height: 30px;
}
.carrinho-itens-1{
    min-width: 65px;
    max-width: 85px;
}
.carrinho-itens-2{
    min-width: 50px;
}
.carrinho-itens-3{
    min-width: 180px;
}
.carrinho-itens-4{
    min-width: 100px;
}
.carrinho-itens-5{
    min-width: 100px;
}
.carrinho-itens-6{
    min-width: 50px;
}
.carrinho-itens-7{
    min-width: 90px;
}
.carrinho-itens-8{
    min-width: 100px;
    width: 95px;
    margin-left: 10px;
}
.carrinho-itens-9{
    min-width: 90px;
}
.carrinho-itens-10{
    min-width: 50px;
}
.carrinho-lista-itens{
    height: calc(100% - 30px);
    overflow-y: auto;
}
.carrinho-lista-itens-container{
    height: 65px;
    position: relative;
    margin: 5px 0;
}
.carrinho-lista-itens-foto{
    width: 65px;
    height: 65px;
    border-radius: 14px;
}
.carrinho-lista-itens-botao-excluir{
    width: 20px;
    height: auto;
}
.carrinho-subtotal{
    height: 65px;
    padding: 0 15px;
    border-top: 1px solid #EBEBEB;
}
.carrinho-botoes-content{
    height: 85px;
}
.carrinho-botoes-content > div > .botao{
    width: 170px;
}
.carrinho-lista-detalhes-1-2{
    max-width: 165px;
}
.carrinho-lista-botao-remove-item{
    max-width: 40px;
}
.carrinho-lista-botao-adiciona-item,.carrinho-lista-botao-remove-item{
    max-width: 40px;
    min-width: 25px;
    width: 25px;
    height: 25px;
    border-radius: 999px;
}
.carrinho-lista-botao-esvaziar,.carrinho-lista-botao-esvaziar,.carrinho-lista-botao-pdf{
    right: 20px;
}
.carrinho-lista-botao-esvaziar > .color-branco,.carrinho-lista-botao-pdf > .color-branco{
    margin-top: -3px;
}
.carrinho-lista-carrinho-vazio-img{
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}
.carrinho-lista-botao-adiciona-item-img,.carrinho-lista-botao-remove-item-img{
    width: 10px;
    height: auto;
}
.carrinho-itens-2,.carrinho-itens-3,.carrinho-itens-4,.carrinho-itens-5{
    word-break: break-all;
}
.carrinho-container-content,.carrinho-container-content-2{
    position: absolute;
    top: 0;
    left: 0;
}
.carrinho-container-content-2{
    background-color: #fff;
    z-index: 5;
}
.carrinho-cond-pagamento{
    height: 95px;
}
.carrinho-cond-pagamento-a-vista-container{
    margin-left: auto;
}
.carrinho-cond-pagamento-a-prazo-container{
    margin-left: 0;
}
.carrinho-cond-pagamento-a-vista-container,.carrinho-cond-pagamento-a-prazo-container{
    width: 145px;
    border-radius: 14px;
}
.carrinho-cond-pagamento-a-vista-container > div > .body-sm{
    margin-top: 5px;
}
.carrinho-cond-pagamento-a-prazo-container > div > .body-sm{
    margin-top: 5px;
}
.carrinho-cond-pag-hover{
    background: #EBEBEB;
}
.carrinho-cond-pag-selecionado{
    background-color: #FE7B14;
}
.carrinho-textarea-container{
    width: auto;
    height: auto;
}
.carrinho-lista-botao-enviar-pedido{
    width: 170px;
    margin-bottom: 17.5px;
}
.carrinho-cond-pag-radio{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    top: 10px;
    left: 10px;
    border: 1px solid #EBEBEB;
    background: #fff;
}
.carrinho-cond-pag-radio > div{
    width: 8px;
    height: 8px;
    border-radius: 999px;
}
.carrinho-botao-pdf-2{
    width: 50px;
    height: 50px;
    border-radius: 999px;
    margin-left: auto;
}
.carrinho-botao-pdf-2 > div > div > div.body-xsm{
    margin-top: -2px;
}
.style35 > div:nth-child(4){
    gap: 30px;
}




#buscar-container{
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    z-index: 435;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.botao-fechar-busca{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 19px;
    z-index: 20;
    display: none;
}
.botao-fechar-busca > img{
    width: 100%;
    height: 100%;
}
.botao-fechar-busca > div{
    top: -7px;
}
.busca-container-itens{
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
    padding-top: 70px;
}
.busca-container-resultados{
    width: 780px;
    background: #ffffff;
    height: 665px;
    border-radius: 14px;
    top: 51px;
    overflow: hidden;
    max-height: 100%;
    position: absolute;
    z-index: 10;
}
.buscar-titulo{
    padding: 0 !important;
    border-radius: 0 !important;
    background: none;
    height: 50px !important;
    position: absolute;
}
.busca-container-princ{
    height: calc(100% - 85px);
    width: calc(100% - 3px);
    margin-top: 85px;
}
.backgrond-buscar-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#buscar-container-resultado-body{
    width: 100%;
    height: 100%;
}



.pre-carrega-icones{
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    opacity: 0;
}
.pre-carrega-icones > img{
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}






.confirmacao-container,.background-primeiro-acesso{
    position: fixed;
    z-index: 999999999;
    background-color: rgba(13, 13, 13, 0.9);
}
.confirmacao-caixa,.container-primeiro-acesso{
    width: 380px;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 14px;
}
.container-primeiro-acesso{
    padding: 20px;
}
.container-primeiro-acesso input{
    width: 100%;
}
.container-primeiro-acesso .d-flex{
    gap:5px;
    height: 45px;
}
.container-botao-adiciona-input-PA{
    width: 40px;
}
.botao-adiciona-input-PA{
    width: 30px;
    height: 30px;
}
.botao-adiciona-input-PA > img{
    width: 25px;
    height: 25px;
}



.logo-menu-login{
    position: absolute;
    width: 100px;
    top: 20px;
    left: 20px;
    z-index: 100;
}


#input-muda-foto{
    display: none;
}
.botao-icone-trocar-foto-container{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.botao-icone-trocar-foto{
    width: 100%;
    height: 100%;
}




.botao-inativo{
    opacity: 0.2 !important;
    cursor: auto;
}
.botao-inativo2{
    opacity: 0.1 !important;
    cursor: auto;
}
.botao-inativo:hover{
    opacity: 0.2 !important;
}
.botao-inativo:active{
    opacity: 0.2 !important;
}



.menu_anim_show{
    -webkit-animation: menu_show 300ms forwards;
    -moz-animation: menu_show 300ms forwards;
    animation: menu_show 300ms forwards;
}
.menu_anim_hide{
    -webkit-animation: menu_hide 300ms forwards;
    -moz-animation: menu_hide 300ms forwards;
    animation: menu_hide 300ms forwards;
}

.swiper-botao-paginacao{
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.5);
    border-radius: 999px;
}



.slideIn{
    -webkit-animation: slideRL 150ms forwards;
    -moz-animation: slideRL 150ms forwards;
    animation: slideRL 150ms forwards;
}
.slideOut{
    -webkit-animation: slideLR 150ms forwards;
    -moz-animation: slideLR 150ms forwards;
    animation: slideLR 150ms forwards;
}
.slideIn-reverse{
    -webkit-animation: slideRLR 150ms forwards;
    -moz-animation: slideRLR 150ms forwards;
    animation: slideRLR 150ms forwards;
}
.slideOut-reverse{
    -webkit-animation: slideLRR 150ms forwards;
    -moz-animation: slideLRR 150ms forwards;
    animation: slideLRR 150ms forwards;
}
@keyframes slideRL{
    0%{
        opacity: 0;
        margin-left:200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@keyframes slideLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:200px;
    }
}
@keyframes slideRLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:-200px;
    }
}
@keyframes slideLRR{
    0%{
        opacity: 0;
        margin-left:-200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@keyframes menu_show{
    0%{
        opacity: 0;
        top:-61px;
    }
    100%{
        opacity: 1;
        top:0px;
    }
}
@keyframes menu_hide{
    0%{
        opacity: 1;
        top:0px;
    }
    100%{
        opacity: 0;
        top:-61px;
    }
}
@keyframes carrinho_add{
    0%{
        opacity: 1;
        margin-top: 0px;
    }
    100%{
        opacity: 0;
        margin-top: -85px;
    }
}








@media screen and (min-width: 1280px) {
    .h4-v{
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
    }
    .body-lg-v{
        font-size: 20px;
        line-height: 24px;
    }
    .body-xlg{
        font-size: 28px;
        line-height: 32px;
    }
  }
  @media screen and (max-width: 1279px) {
    .produto-submenu-fixo{
        left: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: #fff;  
        display: none;  
        z-index: 340;
    }
    .produto-submenu-fixo > div{
        height: auto;
        padding: 13px 0;
    }
    .fonte-produto-submenu{
        font-size: 20px;
        line-height: 24px;
    }
    .fonte-produto-submenu-bold{
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
    .whatsapp-balloon-container{
        right: auto;
        left: 20px;
    }
  }
@media screen and (max-width: 1030px) {
    .poupup_container{
        width: calc(100% - 30px);
    }
    .poup_mensagem_body{
        width: 100%;
    }
    .style30{
        flex-direction: column;
    }
    .style30-1{
        margin-top: 30px;
        -webkit-align-self: center;
        align-self: center;
    }
    .style30-1 > div > .w-33{
        width: auto;
    }
    .style30-1 > div{
        -webkit-justify-content:center;
        justify-content:center;
    }
    .style30-2{
        flex-direction: column-reverse;
    }
    .style30-2-2{
        -webkit-align-self: center;
        align-self: center;
    }
    .style30-2-1{
        -webkit-align-self: center;
        align-self: center;
        padding-top: 20px;
    }
    .style30-2-1 > div:nth-child(2){
        height: 70px;
    }
    .style30-2-2 > div > .w-33{
        width: auto;
    }
    .style30-2-2 > div{
        -webkit-justify-content:center;
        justify-content:center;
    }
    .container2{
        width: 100%;
    }
    .container2 > div:nth-child(1){
        padding: 10px 15px;
    }
    .cards-container{
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        grid-template-columns: repeat(auto-fill,minmax(190px, 1fr));
    }
    .style33{
        padding: 0 15px;
    }
    .produto-card-content{
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
        position: fixed;
        background: #fff;
        color:#323232;
        outline: none;
        z-index: 440;
    }
    .produto-card-infs{
        background: #ffffff;
    }
    .produto-card-valores-metro{
        color: #858585;
    }
    .produto-card-infs-2-1,.produto-card-infs-1-1{
        color: #323232;
    }
    .produto-card-infs-2-2,.produto-card-infs-1-2{
        color: #858585;
    }
    .produto-card-titulo-mais > img{
        content:url("../imgs/chevron_down_cinza.svg");
    }
    .produto-card-fecha-content{
        display:-webkit-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
    }
    .destaques-container{
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        height: auto;
    }
    .destaques-conteudo{
        flex-direction: column;
        position: relative;
    }
    .destaques-conteudo > div{
        height: auto;
    }
    .destaques-conteudo-1{
        width: 100%;
        padding: 30px 0;
        padding-top: 20px;
    }
    .destaques-conteudo-2{
        width: 100%;
    }
    .destaques-conteudo-2 > div{
        height: 150px;
        padding:0;
    }
    .destaques-conteudo-2-1 > img:nth-child(1){
        left: calc((200% - 476px)/5);
    }
    .destaques-conteudo-2-1 > img:nth-child(2){
        right: calc(((200% - 476px)/5)/2);
    }
    .destaques-conteudo-2-2 > img:nth-child(1){
        left: calc(((200% - 476px)/5)/2);
    }
    .destaques-conteudo-2-2 > img:nth-child(2){
        right: calc((200% - 476px)/5);
    }
    .destaques-conteudo-1 > img{
        content:url("../imgs/../imgs/efeito_quadrado2_transp_B94.svg");
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        height: 97px;
        width: 40%;
        min-width: 270px;
    }
    .destaques-titulo{
        font-weight: 600;
        font-size: calc(16px + 1vmin);
        line-height: calc(20px + 0.65vw);
    }
    #carrinho-container{
        width: 100%;
    }
    textarea{
        max-width: calc(100% - 40px);
    }
    .carrinho-textarea-container > div.t-align-left{
        padding-left: 10px;
    }
    .busca-container-itens{
        width: 100%;
        padding-top: 70px;
    }
    .busca-container-princ{
        width: 100%;
    }
    .grid-conteudos-main{
        padding: 20px 0px;
    }
    .carrinho_add_anim{
        z-index: 445;
    }
}
@media screen and (max-width: 1100px) {
    #footer-container{
        background: url('../imgs/footer-background.svg') no-repeat no-repeat;
        background-size: auto 100%;
        background-position-x: 90%;
    }
}
@media screen and (max-width: 900px) {
    .carrinho-lista-detalhes-1-1{
        flex-direction: column;
        padding-left: 5px;
    }
    .carrinho-lista-detalhes-1-2{
        flex-direction: column-reverse;
        max-width: 100px;
        min-width: 90px;
    }
    .carrinho-lista-detalhes-1-1 > .carrinho-itens-2,.carrinho-lista-detalhes-1-1 > .carrinho-itens-4,.carrinho-lista-detalhes-1-1 > .carrinho-itens-5,.carrinho-lista-detalhes-1-1 > .carrinho-itens-6,.carrinho-lista-detalhes-1-1 > .carrinho-itens-7{
        display: none;
    }
    .carrinho-itens-1{
        max-width: 65px;
    }
    .carrinho-itens-3{
        min-width: 0px;
    }
    .carrinho-itens-titulo{
        display: none;
    }
    .carrinho-lista-itens-container{
        padding:0 5px;
    }
    .carrinho-botao-fechar{
        width: 50px;
    }
    .carrinho-botao-fechar > img{
        width: auto;
        height: 20px;
    }
    .carrinho-titulo-container{
        height: 45px;
    }
    .carrinho-itens-container{
        height: calc(100% - 125px - 45px);
    }
    .carrinho-titulo-img{
        width: 22px;
    }
    .carrinho-botoes-content{
        height: 60px;
    }
    .carrinho-lista-itens{
        height: 100%;
    }
    .carrinho-lista-detalhes-1-2 > .carrinho-itens-10{
        align-items: end;
    }
    .carrinho-lista-detalhes-container{
        color: #323232;
    }
    .carrinho-lista-itens-botao-excluir{
        margin-right: 5px;
    }
    .carrinho-lista-botao-esvaziar,.carrinho-lista-botao-pdf{
        right: 10px;
    }
    .produto-card-content{
        z-index: 440;
    }
    .carrinho-lista-botao-enviar-pedido{
        margin-bottom: 5px;
    }
    .footer-style1{
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .footer-style1 > div:nth-child(2), .footer-style1 > div:nth-child(3){
        text-align: center !important;
        width: 250px;
    }
    .footer-style2{
        min-width: 0;
    }
}
@media screen and (max-width: 550px) {
    .style12,.style26{
        width: 100%;
        height: 100%;
        position: fixed;
        border-radius: 0;
    }
    .style17{
        width: 100%;
        top: 0;
        left: 0;
        right: auto;
    }
    .style22{
        border-radius: 0;
    }
    #botao-fechar-tela-login-inicial{
        display: block;
    }
    #botao-login-fechar-inicial{
        display: none;
    }
    .container{
        width: 100%;
    }
    .style30 > div:nth-child(1),.style30-2-1{
        width: 100%;
        padding: 0 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .style30 > div:nth-child(2),.style30-2-2{
        width: 100%;
    }
    .style30 > div:nth-child(2) > div,.style30-2-2 > div{
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .style30 > div:nth-child(2) > div > .w-33:nth-child(1),.style30-2-2 > div > .w-33:nth-child(1){
        width: 20%;
        padding-left: 5px;
    }
    .style30 > div:nth-child(2) > div > .w-33 > img,.style30-2-2 > div > .w-33 > img{
        width: 100%;
        height: auto;
    }
    .style30 > div:nth-child(2) > div > .w-33:nth-child(1) > img,.style30-2-2 > div > .w-33:nth-child(1) > img{
        width: auto;
        height: auto;
    }
    .destaque-div-alinhamento-1{
        width: 10%;
        display: block;
    }
    .style30-2-2 > div > .w-33:nth-child(2) > img:nth-child(1){
        right: -45%;
        width: 80%;
    }
    .style30-2-1{
        padding: 0 15px;
        margin-top: 20px;
    }
    .style32{
        width: 100%;
    }
    .destaques-conteudo-2 > div{
        flex-direction: column;
        height: 300px;
    }
    .destaques-conteudo-2-1,.destaques-conteudo-2-2{
        width: 100%;
    }
    .destaques-conteudo-2-1 > img:nth-child(1),.destaques-conteudo-2-2 > img:nth-child(1){
        left: calc((100% - 238px)/3);
    }
    .destaques-conteudo-2-1 > img:nth-child(2),.destaques-conteudo-2-2 > img:nth-child(2){
        right: calc((100% - 238px)/3);
    }
    .destaques-efeito-bg{
        background-size: auto 60%;
    }
    .carrinho-botao-pdf-2{
        margin-left: 0;
    }
    .carrinho-lista-botao-enviar-pedido{
        margin-left: auto;
    }
    .style35 > div:nth-child(4){
        gap: 0;
    }
    .logo-menu-login{
        left: auto;
        right: 20px;
    }
  }
@media screen and (max-width: 850px){
    .cards-container{
        grid-template-columns: repeat(auto-fill,minmax(170px, 1fr));
    }
    .style32{
        width: calc(100% - 30px);
    }
    #buscar-container .style32{
        align-self: start;
        width: calc(100% - 40px - 20px);
    }
    .busca-container-resultados{
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
    }
    .botao-fechar-busca{
        right: 20px;
        left: auto;
        display: block;
    }
}
@media screen and (max-width: 770px){
    .cards-container{
        grid-template-columns: repeat(auto-fill,minmax(135px, 1fr));
    }
    
}
@media screen and (max-width: 630px){
    .cards-container{
        grid-template-columns: repeat(auto-fill,minmax(115px, 1fr));
    }
    #fundo-titulo{
        background-image: #10069f;
        background-image: -moz-linear-gradient(45deg, #10069f, #7412E6);
        background-image: -webkit-linear-gradient(45deg, #10069f, #7412E6);
        background-image: linear-gradient(45deg, #10069f, #7412E6);
    }
    .head-tt-inicio{
        position: relative;
    }
    .swiper-botao-paginacao{
        width: 50px;
        height: 50px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 20px;
    }
    .head-tt-inicio > .pd-20{
        padding: 10px !important;
    }
}

@media screen and (max-width: 575px){
    .cards-container{
        grid-template-columns: repeat(auto-fill,minmax(95px, 1fr));
    }
}
@media screen and (max-width: 500px){
    /* .cards-container{
        grid-template-columns: repeat(auto-fill,minmax(80px, 1fr));
    } */
    .style33 > b{
        white-space: normal;
    }
    .carrinho-textarea-container{
        width: 100%;
    }
    textarea{
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 400px){
    #menu-botoes-carrinho-valor{
        display: none;
    }
    .confirmacao-caixa,.container-primeiro-acesso{
        width: 100%;
        border-radius: 0;
    }
    .style35 > div:nth-child(4) > div:nth-child(1){
        width: auto;
    }
    .style35 > div:nth-child(4) > div:nth-child(2){
        width: 100%;
    }
}
@media screen and (max-width: 360px){
    .confirmacao-caixa > .flex-row{
        flex-direction: column !important;
    }
    .botao.confirmacao-botao-fechar{
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px){
    .carrinho-cond-pagamento{
        gap: 0;
    }
}
@media screen and (max-width: 300px){
    .destaques-conteudo-1 > img{
        min-width: 230px;
        height: 83px;
    }
}
@media screen and (min-aspect-ratio: 9/16) and (max-width: 1030px){
        .produto-card-content > .max-w-250{
            max-width: 160px;
        }
}

@media(hover: hover) and (pointer: fine) {
    .botao:hover {
        opacity: 0.5;
    }
    .botao:active {
        opacity: 1;
    }
    .pointer:hover{
        opacity: 0.5;
    }
    .pointer:active{
        opacity: 1;
    }
    .whatsapp-balloon:hover{
        opacity: 0.8;
    }
    .whatsapp-balloon:active{
        opacity: 1;
    }
}