/* GLOBAL */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-button:start:decrement,
 ::-webkit-scrollbar-button:end:increment {
    display: none;
}

 ::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

 ::-webkit-scrollbar-thumb:vertical {
    background-color: #666;
    -webkit-border-radius: 4px;
}

 ::-webkit-scrollbar-thumb:horizontal {
    background: #666;
    border-radius: 4px;
    width: 10px;
}

 ::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-moz-scrollbar-button:start:decrement,
 ::-moz-scrollbar-button:end:increment {
    display: none;
}

 ::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

 ::-moz-scrollbar-thumb:vertical {
    background-color: #666;
    -webkit-border-radius: 4px;
}

 ::-moz-scrollbar-thumb:horizontal {
    background: #efefef;
    border-radius: 4px;
    width: 10px;
}

 ::-scrollbar-button:start:decrement,
 ::-scrollbar-button:end:increment {
    display: none;
}

 ::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

 ::-scrollbar-thumb:vertical {
    background-color: #666;
    -webkit-border-radius: 4px;
}

 ::-scrollbar-thumb:horizontal {
    background: #efefef;
    border-radius: 4px;
    width: 10px;
}

* {
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

header.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.hide {
    display: none;
}

.text-blue {
    color: #163173;
}


/*  HOME / PRÉCADASTRO */

.blocoBanner {
    /* background-color: #FAFAFA; */
    background-image: url(./imagem-fundo-banner-home.png);
    background-repeat: no-repeat;
    background-position: 99% bottom !important;
}

.infoBanner {
    padding-top: 52px;
}

.infoBanner h1 {
    font-size: 1.5rem !important;
    color: #fff;
}

.full-bg {
    background: url(./bg.png) -160px top no-repeat !important;
    width: 100%;
    min-height: 430px;
}

.faixa_azul {
    background: url(./blue-background.png) no-repeat;
    margin-left: 0;
    height: 272px;
    background-position: 0 0;
    background-size: 100%;
}

.blocoVetor {
    padding-right: 8rem !important;
}

.logo-semar {
    display: none;
}

.carrinho {
    width: 400px;
    height: 400px;
    background: url(./carrinho.png) no-repeat center center;
    background-size: 86%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.moedas {
    width: 176px;
    height: 241px;
    background: url(./moedas.png) no-repeat center center;
    background-size: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.logo-carrinho {
    display: none;
}

@media screen and (min-width: 426px) and (max-width: 993px) {
    .blocoBanner {
        background-size: 50% auto;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoVetor img {
        width: 40px;
        height: auto;
    }
    .faixa_azul {
        /* background: none */
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 12px;
    }
    .moedas {
        display: none;
    }
    .carrinho {
        display: none;
    }
    .faixa_azul {
        background: none !important;
        margin-left: 0;
        height: 272px;
        background-position: -90% 0;
    }
    .infoBanner h1 {
        font-size: 1.8rem !important;
        color: #163173 !important;
    }
}

@media screen and (max-width: 425px) {
    .blocoBanner {
        background-size: 60% auto;
    }
    .faixa_azul {
        background: none
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 10px;
    }
    .moedas {
        display: none;
    }
    .carrinho {
        display: none;
    }
    .faixa_azul {
        background: url(./blue-background.png) no-repeat;
        margin-left: 0;
        height: 272px;
        background-position: -90% 0;
    }
    .infoBanner h1 {
        font-size: 1.8rem !important;
        color: #163173 !important;
    }
}

@media screen and (min-width: 768px) {
    .sectionInfoClubeSemar .blocoInfoClubeSemar {
        width: 33%;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 14px !important;
    }
    .blocoVetor {
        padding-right: 6.4rem !important;
    }
    .full-bg {
        background: url(./bg.png) left top no-repeat;
        width: 100%;
        min-height: 416px;
    }
    .faixa_azul {
        background: none;
    }
    .blocoBanner {
        background-position: right bottom;
    }
    .infoBanner {
        padding-top: 55px;
        padding-left: 20px;
    }
    .infoBanner h1 {
        font-size: 1.5rem !important;
        color: #163173 !important;
    }
}

@media screen and (min-width: 1200px) {
    .sectionInfoClubeSemar .blocoInfoClubeSemar {
        width: 28%;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 13px !important;
    }
    .blocoVetor {
        padding-right: 7rem !important;
    }
    .faixa_azul {
        background: url(./blue-background.png) no-repeat;
        margin-left: 0;
        height: 272px;
        background-position: -430px 0 !important;
    }
    .infoBanner h1 {
        font-size: 1.8rem !important;
        color: #163173 !important;
    }
}

@media screen and (min-width: 1201px) {
    .sectionInfoClubeSemar .blocoInfoClubeSemar {
        width: 28%;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 17px !important;
    }
    .blocoVetor {
        padding-right: 8rem !important;
    }
    .infoBanner h1 {
        font-size: 1.5rem !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 992px) {
    .sectionInfoClubeSemar .blocoInfoClubeSemar {
        width: 34%;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 12px !important;
    }
    .blocoVetor {
        padding-right: 4.6rem !important;
    }
    .faixa_azul {
        background: url(./blue-background.png) no-repeat;
        margin-left: 0;
        height: 272px;
        background-position: -90% 0;
    }
    .infoBanner h1 {
        font-size: 1.8rem !important;
        color: #163173 !important;
    }
}

@media screen and (max-width: 767px) {
    .sectionInfoClubeSemar .blocoInfoClubeSemar {
        width: 100%;
    }
    .sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
        font-size: 10px;
    }
    .blocoVetor {
        padding-right: 3rem !important;
    }
    .moedas {
        display: none;
    }
    .logo-semar {
        display: block;
    }
    .carrinho {
        display: none;
    }
    .faixa_azul {
        background: url(./blue-background.png) no-repeat;
        margin-left: 0;
        height: 272px;
        background-position: -90% 0;
    }
    .full-bg {
        background: url(./bg.png) left top no-repeat !important;
        width: 100%;
        min-height: 410px;
    }
    .blocoBanner {
        background-position: 100% bottom !important;
    }
    .infoBanner h1 {
        font-size: 1.8rem !important;
        color: #163173 !important;
    }
    .logo-carrinho {
        display: block;
        margin: 0 auto;
        max-width: 340px;
        width: 160px;
        height: 110px;
        background-image: url(./logo-carrinho.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    header.header {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #253471;
    }
}

.blocoBanner h1,
.blocoBanner h2,
.blocoBanner h3,
.blocoBanner h4,
.blocoBanner h5 {
    font-size: 2rem;
    font-weight: bold;
}

.btn-form-cadastre-se {
    background: #CD2B21;
    color: #fff;
    border-radius: 12px;
    padding: 10px 30px;
    font-weight: bold;
}

.btn-form-cadastre-se-promotor {
    background: #273472;
    color: #fff;
    border-radius: 126px;
    padding: 10px 30px;
    font-weight: bold;
}

.btn-form-cadastre-se:hover,
.btn-form-cadastre-se-promotor:hover {
    color: #efefef;
}

.sectionInfoClubeSemar .blocoInfoClubeSemar {
    padding: 30px;
    border-radius: 20px;
}

.bullet1 {
    background-image: url(./bullet1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
}

.bullet2 {
    background-image: url(./bullet2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
}

.bullet3 {
    background-image: url(./bullet3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
}

.sectionInfoClubeSemar .blocoInfoClubeSemar .blocoInfo p {
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 15px
}

.bloco2Home {
    background-color: #12418F;
    background-image: url(./bg-bloco2-home2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

.blocoForm {
    background: #2d3f89;
    border-radius: 15px;
}

.input-form-cadastro {
    width: 100%;
    height: auto;
    padding: 11px;
    border: 0;
    font-size: 14px;
    appearance: unset;
}

.p-checkbox {
    font-size: 12px;
    display: block;
}

.p-checkbox a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.btn-cadastrar-form {
    background: #e4251f;
    color: #fff;
    border: 0;
    padding: 13px 30px;
    border-radius: 25px;
    font-weight: 600;
}

.btn-cancelar-form {
    background: #4167a5;
    color: #fff;
    border: 0;
    padding: 13px 30px;
    border-radius: 25px;
    font-weight: 600;
}

form[name="form_cadastro"] input[type="radio"] {
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

form[name="form_cadastro"] input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 6px 0;
    margin-right: 5px;
}


/* FINALIZAÇÃO CADASTRO */

@media screen and (min-width: 768px) {
    .input-large {
        max-width: 73%;
    }
    .input-tiny {
        max-width: 24%;
    }
    .input-medium {
        width: 48%;
    }
    .input-small {
        width: 36%;
    }
}

@media screen and (max-width: 767px) {
    .input-form-cadastro+input,
    .input-form-cadastro+select {
        margin-top: 15px;
    }
}


/* CADASTRO PROMOTOR */

.linha-btn-radio {
    font-size: 12px;
}

.blocoLogin {
    border-radius: 15px;
    background: #CCCCCC;
}

.btn-login {
    background: #333;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    padding: 10px 45px;
    font-size: 14px;
}

.btn-login:hover {
    color: #eee;
}

.blocoLogin p a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}


/*  PAGINA ATIVADOR DE OFERTAS */

.bloco-produto-destaque {
    border: 1px solid #eee;
    box-shadow: #ccc 0px 0px 6px;
    border-radius: 2px;
}

@media screen and (min-width: 992px) {
    .bloco-produto-destaque .img-produto {
        width: 45%;
        height: auto;
    }
    .bloco-produto-destaque .info-produto .bloco-produto-ativado {
        right: 25px;
        bottom: 25px;
    }
    .bloco-produto-inativo .img-produto {
        width: 35%;
        height: auto;
    }
    .bloco-produto-inativo .info-produto {
        width: 65%;
    }
    .bloco-produto-inativo .img-produto img {
        max-width: 60%;
    }
    .bloco-produto-inativo .info-produto .btn-ativar-oferta {
        width: 93%;
    }
    .bloco-produto-inativo {
        width: 97%;
        margin-left: 1%;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .bloco-produto-destaque .img-produto {
        width: 60%;
        height: auto;
    }
    .bloco-produto-destaque .info-produto .bloco-produto-ativado {
        right: 15px;
        bottom: 15px;
    }
    .bloco-produto-inativo .img-produto {
        width: 35%;
        height: auto;
    }
    .bloco-produto-inativo .info-produto {
        width: 65%;
    }
    .bloco-produto-inativo .img-produto img {
        max-width: 60%;
    }
    .bloco-produto-inativo .info-produto .btn-ativar-oferta {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .bloco-produto-destaque .img-produto {
        width: 100%;
        height: auto;
    }
    .bloco-produto-destaque .info-produto .bloco-produto-ativado {
        right: 15px;
        bottom: 15px;
    }
    .bloco-produto-inativo .img-produto {
        width: 100%;
        height: auto;
    }
    .bloco-produto-inativo .info-produto {
        width: 100%;
    }
    .bloco-produto-inativo .img-produto img {
        max-width: 25%;
    }
    .bloco-produto-inativo .info-produto .btn-ativar-oferta {
        width: 100%;
    }
}

.bloco-produto-destaque .img-produto img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 275px;
}

.bloco-produto-destaque .info-produto .bloco-preco .de {
    color: #666;
    text-decoration: line-through;
    font-size: 16px;
}

.bloco-produto-destaque .info-produto .bloco-preco .por {
    color: #e21621;
    font-size: 22px;
}

.bloco-produto-destaque .info-produto {
    position: relative;
}

.bloco-produto-destaque .info-produto .data-oferta {
    font-size: 14px;
    color: #999;
}

.bloco-produto-destaque .info-produto .bloco-produto-ativado {
    position: absolute;
    background: #097D00;
    padding: 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.bloco-produto-inativo {
    border: 1px solid #eee;
    box-shadow: #ccc 0px 0px 6px;
    border-radius: 2px;
}

.bloco-produto-inativo .info-produto .titulo-produto {
    font-size: 17px;
}

.bloco-produto-inativo .info-produto .bloco-preco .de {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}

.bloco-produto-inativo .info-produto .bloco-preco .por {
    color: #e21621;
    font-size: 16px;
}

.bloco-produto-inativo .info-produto .btn-ativar-oferta {
    background: #273472;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 10px;
    border-radius: 14px;
}

.redes-sociais-rodape>a {
    padding: 10px;
    background-color: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
}

.redes-sociais-rodape {
    margin-bottom: 15px;
}

.redes-sociais-rodape>a.instagram {
    background: #E12F6D;
}

.redes-sociais-rodape>a.youtube {
    background: #D42428;
}

.redes-sociais-rodape>a.tiktok {
    background: #000;
}

.redes-sociais-rodape>a.facebook {
    background: #3B5998;
}

.coluna-produtos-inativo {
    overflow-y: auto;
    max-height: 89%;
}