﻿@font-face {
    font-family: AmpleSoft-Light;
    src: url("fonts/gotham-rounded-light.otf") format("opentype");
}

@font-face {
    font-family: AmpleSoft-Pro-Regular;
    src: url("fonts/Ample Soft Pro.otf") format("opentype");
}

* {
    font-family: 'AmpleSoft-Pro-Regular';
    font-size: 15px;
    color: #717171;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    overflow-x: hidden;
}

p {
    text-align: justify;
}

a {
    color: #717171;
}

    a:hover {
        color: #f6cd60;
        text-decoration: none;
    }

.negrito {
    font-weight: bold;
}

#form1 {
    width: auto;
    height: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .col, [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
 }

.site {
    width: 98%;
    max-width: 1140px;
    margin: auto;
    padding: 0px;
    height: 100%;
}

#logo {
    width: 140px;
}

.texto-verde {
    color: #3da4ab;
}

.texto20 {
    font-size: 20px;
}

.texto24 {
    font-size: 24px;
}

.link_amarelo {
    color: #f6cd60;
}

    .link_amarelo:hover {
        color: #f6cd60;
        text-decoration: underline;
    }

.link_branco {
    color: white;
}

    .link_branco:hover {
        color: #f6cd60;
        text-decoration: underline;
    }

.link_verde20 {
    color: #3da4ab;
    font-size: 20px;
}

    .link_verde20:hover {
        color: #f6cd60;
    }

.link_verde18 {
    color: #3da4ab;
    font-size: 18px;
}

    .link_verde18:hover {
        color: #f6cd60;
    }

.texto-branco {
    color: white !important;
}

.red {
    color: #dc3545;
    font-weight: bold;
}



.rodape_mobile, #img_seta_esquerda, #div_seta_esquerda_mobile, #div_seta_direita_mobile, #box_assinar_mobile, #div_modelo_mobile, #img_modal_cupom1m, #img_modal_cupom2m, #banner2, #banner3, #banner4, #banner5 {
    display: none;
}

#modelo1 {
    display: block;
}

#modelo2, #modelo3, #modelo4, #modelo5, #modelo6, #modelo7, #modelo8, #modelo9, #modelo10 {
    display: none;
}

#btn_hamburguer {
    display: none;
    width: 50px;
    max-width: 50px !important;
}

#menu_mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    background-color: white;
    padding: 10px;
    z-index: 999;
    height: 100%;
}

#menu {
    width: 100%;
    background-color: #fe8a71;
    border-radius: 15px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    margin-bottom: 15px;    
}

#img_banner {
    border-radius: 30px;
}

#img_banner_mobile {
    border-radius: 20px;
}

#img_banner_analise {
    border-radius: 30px;
}

#img_banner_mobile_analise {
    border-radius: 20px;
}

.link_menu {
    font-size: 17px;
    color:white;  
    font-weight: bold;
}

    .link_menu:hover {
        text-decoration: none;
        color: #f6cd60;
    }

.link_menu_destaque {
    font-size: 17px;
    background-color: white;
    color: #fe8a71;
    padding: 5px;
    border-radius: 8px;
}

    .link_menu_destaque:hover {
        text-decoration: none;
        color: #3da4ab;
    }

.link_menu_ {
    font-size: 17px;
    color: #f6cd60;
    font-weight: bold;
}

    .link_menu_:hover {
        text-decoration: none;
        color: #f6cd60;
    }

.link_menu_mobile {
    font-size: 16px;
    color: #3da4ab;
}

    .link_menu_mobile:hover {
        text-decoration: none;
        color: #f6cd60;
    }

.link_menu_mobile_destaque {
    font-size: 16px;
    color: white;
    background-color: #3da4ab;
    border-radius: 8px;
    padding: 5px;
}

    .link_menu_mobile_destaque:hover {
        text-decoration: none;
        color: #f6cd61;
    }

.link_menu_mobile_ {
    font-size: 16px;
    color: #f6cd60;
}

    .link_menu_mobile_:hover {
        text-decoration: none;
        color: #f6cd60;
    }

.link_menu_mobile_seta {
    font-size: 24px;
    color: #f6cd60;
}

.texto_menu {
    font-size: 14px;
    color: #f6cd60;   
}

.texto_menu_mobile {
    font-size: 16px;
    color: #f6cd60;
}

.texto_preto_grande {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.texto_preto_enorme {
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.texto_preto_medio {
    color: black;
    font-size: 16px;
}

.texto_grande_branco {
    color: white;
    font-size: 26px;
}

.traco_amarelo {
    width: 100%;
    height: 13px;
    background-color: #f6cd61;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#botao_outros {
    background-color: #3da4ab;
    height: 30px;
    color: white;
    border-radius: 15px;
    font-size:18px;
}

#box_parceiro {
    height: 250px;
    background-color: #fe8a71;
    color:white;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#botao_saiba_como {
    background-color: white;
    width: 200px;
    height: 40px;
    font-size: 24px;
    font-weight: normal;
    color: #3da4ab;
    border-radius: 20px;
    margin: auto;
    padding-top: 2px;
}

.link_botao_saiba_como {
    font-size: 24px;
    font-weight: normal;
    color: #3da4ab;
}

    .link_botao_saiba_como:hover {
        color: #f6cd60;
    }

.botao_categoria {
    width: 286px;
    height: 174px;
    margin: auto;
}

.titulo_botao_categoria {
    background-color: rgba(255, 255, 255, 1);
    opacity: .8;
}

.banner {
    display: block;
    max-width: 100%;
}

.banner_mobile {
    display: none;
    max-width: 100%;
}

#rodape {
    color: #68a3a9;
    font-size: 14px;
    margin-top: 20px;
    background-color: #ededed;
    padding: 20px;
    width: 100%;
}

#txt_busca {

    width:100%;
    height:45px;
    background-color: #ededed;
    color: #868686;
    font-size: 18px;
    border-radius: 20px 0px 0px 20px;
    border-color: none;
    margin: 0px;
}

#lupa {
    background-color: #fe8a71;
    width: 100%;
    height: 45px;
    border-radius: 0px 20px 20px 0px;
    padding-top: 8px;
    margin: 0px;
}

#box_categoria {
    background-color: #fe8a71;
    width: 180px;
    height: 34px;
    color: white;
    font-size: 20px;
    border-radius: 12px;
    padding-top: 2px;
}

.texto1, .link1 {
    font-size: 11px;
    color: #717171;
    font-weight: normal;
}

    .link1:hover {
        text-decoration: underline;
        color: #717171;
    }

.texto2, .link2 {
    font-size: 12px;
    color: #717171;
    font-weight: normal;
}

    .link2:hover {
            text-decoration: underline;
            color: #717171;
        }

.texto3 {
    font-size:24px;
    font-weight: bold;
}

.texto4, .link4 {
    font-size: 15px;
    color: white;
    font-weight: normal;
}

    .link4:hover {
        text-decoration: none;
        color: #717171;
    }

.texto5, .link5 {
    font-size: 15px;
    color: #717171;
    font-weight: normal;
}

    .link5:hover {
        text-decoration: none;
        color: #f6cd60;
    }

.texto6 {
    font-size: 13px;
    line-height: 13px;
}

.texto7 {
    font-size: 14px;
}

.texto8 {
    font-size: 18px;
    font-weight: bold;
}

.traco_vertical {
    height: 100%;
    background-image: url('images/traco.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 1px;
}

.titulo {
    font-size: 18px;
    font-weight: bold;
}

h1 {
    font-size: 18px !important;
    font-weight: bold !important;
}

.titulo1 {
    font-size: 18px;
    font-weight: bold;
}

.box_titulo {
    font-size: 22px;
    font-weight: bold;
}

.box_titulo2 {
    font-size: 30px;
    font-weight: bold;
}

.link_box_titulo {
    font-size: 22px;
    font-weight: bold;
    color: #717171;
}

    .link_box_titulo:hover {
        text-decoration: none;
        color: #ff8b70;
    }

.box_preco {
    font-size:13px;
    font-weight: bold;
}

.box_preco_home {
    font-size: 13px;    
}


.box_img_thumb1 {
    max-width: 200px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb2 {
    max-width: 200px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb3 {
    max-width: 200px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb4 {
    max-width: 150px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb5 {
    max-width: 120px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb6 {
    max-width: 100px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb7 {
    max-width: 90px;
    border-radius: 20px;
    padding: 3px;
}

.box_img_thumb8 {
    max-width: 80px;
    border-radius: 20px;
    padding: 3px;
}

#box_imagem_container {
    width: 704px;
}

#box_imagem {
    width: 640px;
    margin-left:-32px;
    z-index:-99;
}

#img_box_imagem {
    width: 640px;
    height: 400px;
    border-radius: 30px;
}

#box_seta_esquerda {
    width: 64px;
    height: 64px;
    margin-left: -32px;
}

#box_seta_direita {
    width: 64px;
    height: 64px;
    margin-left: -32px;
}

#box_thumbs {
    width: 640px;
    margin-left: 32px;
}

#box_direita {
    border-color: #00a5ad;
    width: 100%;
    padding: 15px;
}

#box_promocao {
    background-color: #00a5ad;
    color: white;
    padding: 15px;
    border-radius: 20px;
}

.botao_box_detalhes {
    background-color: #f6cd60;
    border-radius: 10px;
    height: 30px;
    color:white;
    padding: 5px;
}

.botao_box_detalhes_ {
    background-color: white;
    color: #717171;
    border-radius: 10px;
    height: 30px;
    padding: 5px;
}

#html_detalhe {
    width:100%;
    padding:5px;
    margin-right: 10px;
}

.espacador_mobile {
    height: 5px;
}

.icone {

}

#div_venda {

    display: none;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
}

.branco-venda {
    font-size: 20px;
    color: white;
}

.branco {
    color: white;
}

.fundo-verde {
    background-color: #67a1a9;
    color: white;
    padding: 30px;
    border-radius: 60px;
}

.fundo-vermelho {
    color: white;
    background-color: #dc3545;
    padding: 30px;
    border-radius: 60px;
}

.texto-verde {
    color: #3da4ab;
    font-size:24px;
    font-weight: bold;
}

.fundo-laranja {
    background-color: #e38871;
    color: white;
    padding: 30px;
    border-radius: 60px;
}

.fundo-laranja-endereco {
    background-color: #e38871;
    color: white;
    padding: 3px;
    border-radius: 6px;
}

.fundo-amarelo {
    background-color: #ebcc67;
    color: white;
    padding: 30px;
    border-radius: 60px;
}

.texto-amarelo {
    color: #ebcc67;
    font-size: 24px;
    font-weight: bold;
}

.fundo-cinza {
    background-color: #ededed;
    padding: 30px;
    border-radius: 60px;
    color: #717171;
}

#div_eduk {
    background-color: #ededed;
}

.box-interno-branco {
    border-radius: 20px;
    background-color: white;
    padding: 15px;
    height: 130px;
}

.box-interno-venda {
    height: 80px;
    color: white;
}

#lbl_micro_influenciadores {
    text-align: right;
}

.btn_assinar {
    background-color: #e38871;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 100%;
}

.btn_experimentar {
    background-color: #3da4ab;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 100%;
}

.btn_dar_presente {
    background-color: #f6cd61;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 100%;
}

.display_none {
    display: none;
}

hr {
    width: 100%;
    height: 2px;
    color: #3da4ab;
}

.preco {
    font-size: 30px;
}

.botao_quero_esse {
    background-color: #3da4ab;
    color:white;
    border-radius: 15px;
}

.botao_quero_esse_ {
    background-color: #a0a0a0;
    color: #c0c0c0;
    border-radius: 15px;
}


.borda-direita {
    border-right: 1px solid #3da4ab;
}

#div_cep1 {
    flex: 0 0 75px;
    margin-left: 10px;
}

#div_cep0 {
    flex: 0 0 12px;
    align-items: center;
}

#div_cep2 {
    flex: 0 0 60px;
}

#div_cep3 {
    flex: 0 0 60px;
    margin-left: 10px;
}

.btn-logado {
    color: #3da4ab;
    border-color: #3da4ab;
    width: 100px;
    margin-bottom: 5px;
}

.btn-logado :hover {

}

.btn-logado-parceiros {
    color: white;
    border-color: white;
    width: 100px;
    margin-bottom: 5px;
    padding: .5rem .4rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: .2rem;
}

.btn-logado-parceiros:hover, .btn-logado-parceiros:focus {
    color: #f6cd61;
    border-color: #f6cd61;
    background-color: transparent;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .5rem .4rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: .2rem;
}

    .btn-xs:hover, .btn-xs:focus, .btn-xs:active, .btn-xs.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3da4ab;
        border-color: #f6cd61;
    }

.btn-group-xs > .btn, .btn-xsred {
    padding: .5rem .4rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: .2rem;
}

    .btn-xsred:hover, .btn-xsred:focus, .btn-xsred:active, .btn-xsred.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.width250 {
    width: 250px;
}

.mtop20 {
    margin-top: 20px
}

.col-endereco {
    width: 145px;
}

#btn_cesta {
    width: 30px;
    max-width: 30px !important;
    text-align: right;
    margin-right: 12px;
}

#itens_cesta {
    background-color: red;
    color: white;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0px;
    width: 26px;
    height: 26px;
    padding: 2px;
    text-align: center;
}

.link_itens_cesta {
    color: white;
}

.img-cesta {
    /*max-width: 180px;*/
    width: 100%;
    border-radius: 10px;
}

.width-categoria {
    max-width: 330px;
}

.img-round {
    border-radius: 20px;
}

.recorrente {
    background-color: #85d5ef;
    color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}

.cobranca-unica {
    background-color: #f6cd61;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}

.unico {
    background-color: #ffb134;
    color: black;
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
}

.img-box {
    border-radius: 30px;
    max-width: 290px;
}

.img-modelo {
    border-radius: 30px;
}

.vermelho {
    color: #dc3545;
}

.alerta {
    background-color: #dc3545;
    color: white;
    padding: 10px;
    width: auto;
    border-radius: 10px;
    line-height: 32px;
    margin-top: 10px;
}

.alerta1 {
    background-color: #dc3545;
    color: white;
    padding: 10px;
    width: auto;
    border-radius: 10px;
    margin-top: 10px;
}

.alerta_ok {
    background-color: #3da4ab;
    color: black;
    padding: 10px;
    width: auto;
    border-radius: 10px;
    line-height: 16px;
}

label {
    padding-left: 5px !important;
}

div.message {
    padding-left: 7px;
}

div.error {
    color: white;
    background-color: #dc3545;
    padding: 5px;
}

.botao_verde {
    background-color: #3da4ab;
    color: white;
    border-radius: 10px;
}

.botao_vermelho {
    background-color: #dc3545;
    color: white;
    border-radius: 10px;
}

.botao_laranja {
    background-color: #e38871;
    border-radius: 10px;
    color: white;
}

.botao_amarelo {
    background-color: #f4cc68;
    border-radius: 10px;
    color: white;
}

.brand-carousel {
    margin-top: 10px;
}

.owl-carousel {
    z-index: 0 !important;
}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #e38871 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

    .owl-dot.active {
        background-color: #3da4ab !important;
    }

.msg {
    background-color: black;
    color: white;
}

#img_seta_esquerda_mobile {
    display: none;
    width: 32px;
}

#img_seta_direita_mobile {
    width: 32px;
}

#cupom {
    width: 200px;
}

.largura1  {
    width:100px;
}

.botao_modelo_mobile {
    text-align: center;
    background-color: #f6cd61;
    border-radius: 16px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 4px;
    font-weight: bold;
}

.botao_modelo_mobile_ {
    text-align: center;
    background-color: #f6cd61;
    border-radius: 16px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 4px;
    font-weight: bold;
    border: 2px solid black;
}

.botao_pagamento_mobile {
    text-align: center;
    background-color: #3da4ab;
    border-radius: 16px;
    height: 32px;
    padding-top: 4px;
    color: white;
}

.botao_quero_esse_mobile {
    background-color: #e38871;
    color: white;
    border-radius: 15px;
    font-weight: bold;
}

.botao_quero_esse_mobile_ {
    background-color: #a0a0a0;
    color: #c0c0c0;
    border-radius: 15px;
}

/*
.li-center {
    list-style-position: inside;
}
*/

#botao_categoria1 {
    background-image: url("images/botao_categoria_1.png");
}

#botao_categoria2 {
    background-image: url("images/botao_categoria_2.png");
}

#botao_categoria3 {
    background-image: url("images/botao_categoria_3.png");
}

#botao_categoria4 {
    background-image: url("images/botao_categoria_13.png");
}

#botao_categoria5 {
    background-image: url("images/botao_categoria_4.png");
}

#botao_categoria6 {
    background-image: url("images/botao_categoria_5.png");
}

#botao_categoria7 {
    background-image: url("images/botao_categoria_6.png");
}

#botao_categoria8 {
    background-image: url("images/botao_categoria_7.png");
}

#botao_categoria9 {
    background-image: url("images/botao_categoria_11.png");
}

#botao_categoria10 {
    background-image: url("images/botao_categoria_8.png");
}

#botao_categoria11 {
    background-image: url("images/botao_categoria_9.png");
}

#botao_categoria12 {
    background-image: url("images/botao_categoria_10.png");
}

.video30 {
    width: 30%;
    height: auto;
    margin: auto;
}

.video50 {
    width: 50%;
    height: auto;
    margin: auto;
}

.video400 {
    width: 400px;
}

.video-youtube {
    width: 560px;
    min-height: 315px;
    height: 315px;
    margin: auto;
}

.video-youtube-modelo {
    width: 400px;
    min-height: 315px;
    height: 315px;
}

#cupomModal {
    max-width: 600px;
    padding: 0px;
}

a.close-modal {
    position: relative;
    left: 575px !important;
    top: -5px !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #e38871 !important;
}

#div_email_cupom {
    position:absolute;
    top:220px;
    left:32px;
    width:90%;
}

.regiao_exclusiva {
    position: absolute;
    top: 0px;
    left: 250px;
    background-color: black;
    color: white;
    width: 40px;
    text-align: center;
    border-radius: 5px;
}

.regiao_exclusiva1 {
    position: absolute;
    top: 0px;
    left: 230px;
    background-color: black;
    color: white;
    width: 60px;
    text-align: center;
    border-radius: 5px;
}

.regiao_exclusiva2 {
    position: absolute;
    top: 0px;
    left: 200px;
    background-color: black;
    color: white;
    width: 90px;
    text-align: center;
    border-radius: 5px;
}

.regiao_exclusiva3 {
    position: absolute;
    top: 0px;
    left: 170px;
    background-color: black;
    color: white;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

.max320 {
    max-width: 320px;
}

.texto-icones {
    font-size: 24px !important;
    line-height: 18px !important;
    color: #e38871;
}

.espaco-icones {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#banner-home-nova2 {
    margin-bottom: 10px;
}

#banner-home-nova3 {
    margin-top: 10px;
}

.texto-categorias {
    font-size: 18px !important;
    line-height: 16px !important;
}

.texto-titulo-categorias {
    font-size: 24px;
    padding: 10px; 
}

.titulo-boxes-home-verde {
    font-size: 26px;
    color: #3da4ab;
}

.titulo-boxes-home-laranja {
    font-size: 26px;
    color: #e38871;
}

.img-box-novo {
    max-width: 95%;
    border-radius: 30px;
}

.div-clubes {
    display: table;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.div-clubes-mobile {
    display: none;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.div-clubes-linha {
    display: table-row;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.div-clubes4 {
    display: table;
    max-width: 100% !important;
}

.clubes-seta-esquerda {
    display: table-cell;
    width: 20px;
}

.clubes-seta-direita  {
    display: table-cell;
    width: 20px;
}

.col-clube {
    display: table-cell;
    width: 25%;
    text-align: left;
    padding: 10px;
}

.col-clube-mobile {
    display: table-cell;
    width: 50%;
    text-align: left;
    padding: 5px;
}

#lst_busca {
    width: 100% !important;
    max-width: 100% !important;
}

.ajuste-traco {
    padding-top: 13px;
}

.filtro-clubes {
    margin-top: 15px;
    margin-bottom: 15px;
}

#home_nova_gif1 {
    content: url(https://hubhomebox.com.br/images/home_nova_gif1.gif);
    margin-bottom: 20px;
}

#home_nova_gif2 {
    content: url(https://hubhomebox.com.br/images/home_nova_gif2.gif);
}

#home_nova_gif3 {
    content: url(https://hubhomebox.com.br/images/home_nova_gif3.gif);
}

#banner-venda-sua-box {
    content: url(https://hubhomebox.com.br/images/banner-venda-sua-box.jpg);
}

#banner_whitelabel {
    border-radius: 30px;
}

#banner_whitelabel_mobile {
    display: none;
    border-radius: 30px;
}

#box_contato {
    border-radius: 30px;
    background-color: #3da4ab;
    padding: 20px;
    color: white;
}

.titulo-box-contato {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.box_venda {
    padding: 30px;
    color: white;
    background-color: #3da4ab;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

#venda_sua_box_mobile, #umano_mobile {
    display: none;
}

#umano_footer {
    background-color: #ff8774;
    color: white;
    width: 100%;
    padding: 20px;
    text-align: center;
}

#umano_footer a {
    color: white;
}

.img-box-feedback {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

.div-feedback1 {
    width: 92%;
    border: 3px solid #f6cd61;
    border-radius: 10px;
    padding: 16px;
    margin: 16px;
    min-height: 480px;
    position: relative;
}

.img-abre-aspas {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 32px !important;
    max-width: 32px !important;
}

.img-fecha-aspas {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 32px !important;
    max-width: 32px !important;
}

.feedback1-clube {
    font-size: 16px;
    color: #f6cd61;
    font-weight: bold;
}

.div-feedback2 {
    width: 92%;
    border: 3px solid #3da4ab;
    border-radius: 10px;
    padding: 16px;
    margin: 16px;
    min-height: 480px;
    position: relative;
}

.feedback2-clube {
    font-size: 16px;
    color: #3da4ab;
    font-weight: bold;
}

.div-feedback3 {
    width: 92%;
    border: 3px solid #fe8a71;
    border-radius: 10px;
    padding: 16px;
    margin: 16px;
    min-height: 480px;
    position: relative;
}

.feedback3-clube {
    font-size: 16px;
    color: #fe8a71;
    font-weight: bold;
}

.div-imprensa {
    padding: 40px;
    background-image: url("./images/imprensa.png");
    max-width: 200px;
    min-height: 246px;
    position: relative;
    margin: auto;
}

.div-veiculo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 110px;
    height: 110px;
}

.bg_cahsbox_pontos {
    padding-top: 35px;
    padding-left: 50px;
    background-image: url("./images/bg_cashbox_pontos.png") !important;
    max-width: 320px;
    min-height: 325px;
    font-size: 72px !important;
    color: white !important;
    margin: auto;
    text-align: center;
}

.item-banner {
    width: 100% !important;
}

.thumb-categoria {
    width: 120px !important;
}

.img-categoria {
    width: 90px;
    max-width: 90px;
    margin-right: 15px;
}

.txt-categoria {
    width: 90px;
    max-width: 90px !important;
    margin: auto !important; 
}

.text-up-home {
    font-size: 26px;
}

.text-left-quiz-club {
    color: #e38871;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-link-quiz {
    background-color: #e38871;
    height: 60px;
    color: white;
    border-radius: 15px;
    font-size: 20px;
    text-transform: uppercase;
}


#topo_mochileiros {
    background-color: #6c9b96;
    padding:35px;
}

#logo_parceiros {

    width: 160px;
}

#txt_parceiros {
    color: white;
    padding-top:25px;        
}


#topo_emporio {
    background-color: #282728;
    padding:35px;
}


#btn_cesta_modelo {
    width: 30px;
    max-width: 30px !important;
    text-align: right;
    
}

#txt_parceiros_mobile {
    display: none;
}

#topo_miss_sophia {
    background-color: #e8daff;
    padding: 35px;
    
}

#txt_miss_sophia {
    color: #351672;
    padding-top: 25px;
    font-size: 18px;
}

#btn_miss_sophia {
    width: 150px;
    max-width: 150px !important;
    text-align: right;
}

#topo_mae_terra {
    background-color: #4a8b2c;
    padding: 35px;
}

#txt_mae_terra {
    color: white;
    padding-top: 40px;
    padding-left: 25px;
    font-size: 20px;   
}

#primeiro_nome_parceiros {
    color: white;
}     
    

#txt_mobile_miss_sophia {
    display: none;
}

#lbl_complemento {
    margin-left: 16px;
}

#btn_frete {
    background-color: #fe8a71;
    color: white;
}

#btn_Continuar {
    background-color: #fe8a71;
    color: white;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    font-size: 20px;
}

.login_div_text {
    background-color: #fe8a71;
    color: white;
    height: 60px;
    border-radius: 8px;
    padding: 10px;
}

.botao_cadastro {
    background-color: #3da4ab;
    color: white;
    border-radius: 15px;
    width: 150px;
}

.text-center-login{
    text-align:center;
    color:white;
}

.botao_cadastro_login {
    background-color: #fe8a71;
    color: white;
    height: 60px;
    border-radius: 8px;
    margin-left: 0;
    text-align:center;
    width: 100%;
}

.table-basket > tbody > tr > td {
    vertical-align: middle;
}

.menu_mobile_b2b {
    background-color: #67a1a9 !important;
    border-radius: 15px;
    color: white !important;
    padding: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.link_b2b {
    vertical-align: text-top;
    padding-top: 8px;
}

/*@media screen and (max-width: 600px) {

    .margem-col {
       padding: 20px;
       background-color: black;
    }  
   
}*/

/*Cesta 2022 - Inicio*/
.cart-table-container {
    margin-bottom: 2.5rem;
}

    .cart-table-container .input-group .form-control {
        height: 25px;
        border-color: rgba(0, 0, 0, 0.09);
    }

    .cart-table-container .btn-shop,
    .cart-table-container .btn-sm {
        border: none;
        background-color: #f4f4f4;
        color: #222529;
    }

        .cart-table-container .btn-shop:hover,
        .cart-table-container .btn-sm:hover {
            color: #fff;
            background-color: #08c;
        }

.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
    vertical-align: middle;
}

.table.table-cart tr th,
.table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 500;
    line-height: 2rem;
    font-size: 14px;
    text-transform: uppercase;
}

.table.table-cart tr td,
.table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}

    .table.table-cart tr td.product-col,
    .table.table-wishlist tr td.product-col {
        padding: 2rem 0.8rem 1.8rem 0;
    }

.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0;
}

.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .product-title,
.table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
    font-size: 16px;
}

    .table.table-cart .product-title a,
    .table.table-wishlist .product-title a {
        color: inherit;
        text-decoration: none;
    }

.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
    font-size: 16px;
}

.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
    right: 15px;
    font-size: 1.1rem;
}

.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}

.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
    font-size: 14px;
    padding: 0px 25px;
}

    .table.table-cart tfoot .btn + .btn,
    .table.table-wishlist tfoot .btn + .btn {
        margin-left: 1rem;
    }

.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}

.table-cart tr th {
    padding: 1rem;
}

    .table-cart tr th.thumbnail-col {
        width: 16%;
    }

    .table-cart tr th.product-col {
        width: 33%;
    }

    .table-cart tr th.price-col {
        width: 14%;
    }

.table-cart td {
    padding: 1rem 1rem !important;
}

i.cart-empty {
    font-size: 100px;
    color: #d3d3d4;
}


.qty-col {
    min-width: 98px;
}

tbody .product-col {
    font-size: 15px;
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.product-col .product-image img {
    border: 1px solid #ccc;
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.cart-discount {
    margin-bottom: 2rem;
}

    .cart-discount h4 {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .cart-discount form {
        max-width: 420px;
    }

    .cart-discount .input-group-append {
        margin-left: 3px;
    }

.cart-summary {
    margin-bottom: 1.6rem;
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

    .cart-summary h3 {
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: -0.01em;
    }

.product-image img {
    width: 100px;
    height: 100px;
}

.quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .quantity-wrapper label {
        font-weight: 300;
        color: #666666;
        font-size: 15px;
        margin-bottom: 0;
    }

    .quantity-wrapper .input-group {
        width: 100px;
        margin: 0 10px;
    }

    .quantity-wrapper input {
        width: 35px !important;
        pointer-events: none;
        padding: 0;
        border: 0;
        text-align: center;
        margin-left: auto !important;
        position: initial !important;
    }

    .quantity-wrapper .input-group-btn {
        border: 1px solid #d5d5d5;
        border-radius: 50px !important;
        display: flex;
    }

    .quantity-wrapper .btn {
        padding: 0;
        height: 28px;
        width: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        box-shadow: none;
    }

    .quantity-wrapper .bx {
        font-size: 16px;
    }

.promo-code-area h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.apply-coupon-btn {
    background-color: #4f1fff;
    color: #fff;
}

    .apply-coupon-btn:hover {
        color: #fff;
    }

.cart-discount input {
    box-shadow: none !important;
    outline: none !important;
}

.table-totals tfoot tr td:last-child {
    text-align: right;
}

.checkout-methods {
    text-align: center;
}

.btn-remove {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    color: #474747;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    text-align: center;
    line-height: 2rem;
}

.icon-cancel {
    text-decoration: none;
}

.icon-cancel:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}


@media screen and (max-width: 600px) {
        table.table-cart {
            border: 0;
        }

        table.table-cart caption {
            font-size: 1.3em;
        }

        table.table-cart thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.table-cart tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.table-cart td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: right;
        }

        table.table-cart td.button-col {
            text-align: center;
        }

        table.table-cart td.button-col button{
            height: 30px;
            width: 80px;
        }

        table.table-cart td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }

        table.table-cart td:last-child {
            border-bottom: 0;
        }
}

/*Cesta 2022 - Fim*/


/*Checkout 2022 - Inicio*/

    .width-100 {
        width: 140px;
    }

    .esqueci-senha a {
        font-size: 12px;
    }

    .checkout-container > div > div {
        flex: 1;
        padding: 5px;
    }

    .checkout-container > div > div > div {
        border: 1px solid #ccc;
        padding: 16px;
    }

    .checkout-container > div > div > div.step {
        background-color: #e3e3e3;
    }

    .checkout-container > div > div > div .table thead th {
        border-bottom: none;
    }

    .checkout-container > div > div > div > p:first-of-type {
        display: inline-block;
    }

    .checkout-container > div > div > div > p:first-of-type,
    .checkout-container > div > div > div > span:first-of-type {
        font-size:16px;
        font-weight: 900;
       /* margin-bottom: 16px;*/
    }

    .checkout-container > div > div > div > p {
        font-weight: 500;
        font-size: 14px;
        /*margin-bottom: 0;*/
    }

    .checkout-container > div > div > div > span.number {
        width: 30px;
        height: 30px;
        background: #e3e3e3;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #3da4ab;
        float: left;
        margin-right: 8px;
        color: #3da4ab;
    }

@media screen and (max-width: 720px) {
    .checkout-container > div {
        flex-direction: column;
    }    
}

/*Checkout 2022 - Fim*/


@media screen and (max-width: 1024px) {

   .login_div_text {
        background-color: #3da4ab;
        color: white;
        width: 435px;
        height: 60px;
        border-radius: 8px;
        margin-left:0;
 
    }

    #btn_Continuar {
        background-color: #3da4ab;
        color: white;
        width: 120px;
        height: 35px;
        font-size: 15px;
        margin-right: 70px;
        margin-top: 15px;
    }

    #txt_parceiros, #btn_cesta {
        display: none;
    }

    #txt_mae_terra {
       display: none;
    }
    
    #txt_parceiros_mobile {
        display:block;    
        color:white;
        
    }

    #txt_mobile_miss_sophia {
        color: #351672;
        display: block;
    }

    #txt_miss_sophia {
       
        display: none;
    }

    #topo_emporio {
        background-color: #282728;
        padding: 30px;
    }

    #topo_mochileiros {
        background-color: #6c9b96;
        padding: 30px;
    }

    #logo_parceiros {        
        width: 140px;
    }

    #txt_mochileiros {
        display:none;
 
    }   

    #btn_cesta_modelo {
        width: 19px;
        max-width: 30px !important;        
    }

    
    .site {
        padding-left: 5px;
        padding-right: 5px;
    }

    #rodape {
        padding: 10px;
    }

    #logo {
        width: 100px;
    }

    #box_categoria {
        width: 100% !important;
    }

    .width-categoria {
        width: 100%;
        max-width: 100% !important;
    }

    .img-box {
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
    }

    
    #btn_vale_presente, #btn_cupons, #btn_venda_sua_box, #menu, #filtros, #menu_migalhas, #box_direita,
    #micro_influenciadores, #logo_experience, #termos_uso, #politica_privacidade, #div_detalhe_categoria, #div_categoria_esquerda, #div_carrossel_thumbnails,
    #box_seta_esquerda, #box_seta_direita, .img-cesta, #primeiro_nome, #primeiro_nome_parceiros, .rodape_desktop, #div_modelo_desktop, #img_modal_cupom1, #img_modal_cupom2,
    #btn_para_sua_empresa, .thumbnail-col, .thumbnail-row {
        display: none;
    }    

    #btn_cadastro_mobile, #btn_hamburguer {
        display: flex;
    }

    #div_seta_esquerda_mobile, #div_seta_direita_mobile, #box_assinar_mobile, #div_modelo_mobile, #img_modal_cupom1m, #img_modal_cupom2m {
        display: block;
    }

    .rodape_mobile {
        display: block;
    }

    .traco_amarelo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #img_login, #img_hamburguer, #img_favoritos {
        height: 35px !important;
        max-height: 35px !important;
    }

    .banner {
        display: none;
    }

    .banner_mobile {
        display: block;
    }

    .espacador_mobile {
        height: 10px;
    }

    #box_imagem_container {
        max-width: 100%;
        width: 100%;
    }

    #box_imagem {
        max-width: 100%;
        margin-left: 0px;
        z-index: -99;
    }

    #img_box_imagem {
        max-width: 100%;
        width: 100%;
        height: unset;
    }

    .box-interno-branco {
        height: auto;
    }

    .box-interno-venda {
        color: white;
        height: auto;
    }

    #lbl_micro_influenciadores {
        text-align: left;
    }

    #div_cadastro {
        margin-right: 10px;
    }

    #div_categorias {
        text-align: center;
        width: 100% !important;
    }

    .img-modelo {
        border-radius: 20px;
        max-width: 99%;
    }

    .preco {
        font-size: 24px;
        line-height: 20px;
    }

    #btn_alterar_endereco {
        font-size: 12px;
    }

    #btn_cesta {
        align-content: flex-start !important;
        text-align: left !important;
    }

    #itens_cesta {
        right: 0px;
    }

    .botao_quero_esse {
        margin-bottom: 10px;
    }

    .borda-direita {
        border-right: 1px solid #3da4ab;
        margin-top: 10px;
    }

    .td_periodicidade, .td_destinatario, .td_frete {
        display: none;
    }

    .img_edit_icon {
        width: 20px;
    }

    #html_detalhe {
        margin-right: 0px;
    }

    #botao_categoria1 {
        background-image: url("images/botao_categoria_1_.png");
    }

    #botao_categoria2 {
        background-image: url("images/botao_categoria_2_.png");
    }

    #botao_categoria3 {
        background-image: url("images/botao_categoria_3_.png");
    }

    #botao_categoria4 {
        background-image: url("images/botao_categoria_13_.png");
    }

    #botao_categoria5 {
        background-image: url("images/botao_categoria_4_.png");
    }

    #botao_categoria6 {
        background-image: url("images/botao_categoria_5_.png");
    }

    #botao_categoria7 {
        background-image: url("images/botao_categoria_6_.png");
    }

    #botao_categoria8 {
        background-image: url("images/botao_categoria_7_.png");
    }

    #botao_categoria9 {
        background-image: url("images/botao_categoria_11_.png");
    }

    #botao_categoria10 {
        background-image: url("images/botao_categoria_8_.png");
    }

    #botao_categoria11 {
        background-image: url("images/botao_categoria_9_.png");
    }

    #botao_categoria12 {
        background-image: url("images/botao_categoria_10_.png");
    }

    .video30, .video50, .video-youtube, .video-youtube-modelo, .video400 {
        width: 100%;
        height: auto;
    }

    #cupomModal {
        width: 100%;
        max-width: 320px !important;
    }

    a.close-modal {
        position: absolute;
        left: 92% !important;
        top: -5px !important;
    }

    #email_cupom {
        width: 160px;
    }

    #div_email_cupom {
        position: absolute;
        top: 160px;
        left: 15px;
        width: 100%;
    }

    .texto_preto_enorme {
        color: black;
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }

    .max320 {
        max-width: 100%;
    }

    #div-banners {
        max-width: 100%;
    }

    #banner-home-nova2 {
        margin: 10px 0px 10px 0px;
        padding: 0px;
    }

    #banner-home-nova3 {
        margin: 10px 0px 10px 0px;
    }

    .texto-icones {
        font-size: 16px !important;
        line-height: 15px;
        color: #e38871;
    }

    .espaco-icones {
        margin-top: -5px !important;
        margin-bottom: 5px !important;
    }

    .icone-home {
        padding: 15px;
    }

    .img-box-novo {
        max-width: 100%;
        border-radius: 15px;
    }

    .titulo-boxes-home-verde {
        font-size: 20px;
        line-height: 20px;
    }

    .titulo-boxes-home-laranja {
        font-size: 20px;
        line-height: 20px;
    }

    .ajuste-traco {
        padding-top: 1px;
    }

    .div-clubes {
        display: none;
    }

    .div-clubes-mobile {
        display: table;
    }

    .display_none_mobile {
        display: none;
    }

    #home_nova_gif1 {
        content: url(https://hubhomebox.com.br/images/home_nova_gif1_mobile.gif);
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #home_nova_gif2 {
        content: url(https://hubhomebox.com.br/images/home_nova_gif2_mobile.gif);
    }

    #home_nova_gif3 {
        content: url(https://hubhomebox.com.br/images/home_nova_gif3_mobile.gif);
    }

    .texto-titulo-categorias {
        font-size: 20px;
    }

    #banner-venda-sua-box {
        content: url(https://hubhomebox.com.br/images/banner-venda-sua-box-mobile.jpg);
    }

    #banner_whitelabel {
        display: none;
    }

    #banner_whitelabel_mobile {
        display: block;
    }

    .texto9 {
        margin-top: -70px;
    }

    #box_contato {
        margin-top: 15px;
    }

    .box_venda {
        padding: 10px;
        color: white;
        background-color: #3da4ab;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    #venda_sua_box, #umano {
        display: none;
    }

    #venda_sua_box_mobile, #umano_mobile {
        display: inline-block;
    }

    #botao-quiz {
        margin-top: 38px;
    }

    .thumb-categoria {
        width: 100px !important;
    }

    #lbl_complemento {
        margin-left: 0px;
    }

}


/*owl-carousel parceiros*/

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
   
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}

.owl-carousel .nav-button {
    height: 65px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 15px !important;   
    
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.owl-carousel .owl-prev {
    left: -6px;
}

.owl-carousel .owl-next {
    right: -6px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fe8a71;
    font-size: 42px;
    background: white;
    border-radius: 3px;
    font-weight: bold;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;    
}

.owl-carousel .next-carousel:hover {
    background-position: -14px -53px;   
}


/*Carousel Bootstrap*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
   
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 42px;
        color: #dc3545;
       /* background-color: grey;*/
        font-weight: bold
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 42px;
        color: #dc3545;
       /* background-color: grey;*/
        font-weight: bold
    }

/*Modal Roleta*/

#modal_roleta {
    max-width: 80%;
    width: auto;    
}

#modal_result_roleta {
    max-width: 80%;
    width: auto;
}

.btn-roleta {
    margin-top: 10px;
    margin-left: 100px;
    margin-bottom: 15px;
    width: 210px;
    height: 60px;
    border-radius: 18px;
}

.bg-roleta {
    background-color: #f4f4f4;
    border-radius: 10px;
   
}

.img-roleta {
    margin-top: 10px;   
}

.input-roleta {
    margin-left: 40px;
    font-size: 20px;
    font-weight: bold;
   
}

.texto-desconto {
    margin-top: -6%;
    color: #fcb678;
    font-size: 53px;
    font-weight: bold;
    margin-left: 100px;
}
.texto-cupom {
    color: white;
    font-size: 40px;
    font-weight: bold;
    background-color: black;
    margin-bottom: 15px;
    margin-left: 20px;
    width: 360px;
    text-align: center;
}
.texto-cupom-checkout {
    font-size: 25px;
    color: black;
    margin-left: 40px;
}

#icone_vale_presente {
    display: none;
}

@media screen and (max-width: 700px) {   

    .texto-desconto {
        margin-top: 0%;
        color: #fcb678;
        font-size: 35px;
        font-weight: bold;
        
    }

    .texto-cupom {
        color: white;
        font-size: 30px;
        font-weight: bold;
        background-color: black;
        margin-bottom: 15px;
        margin-left: 35px;
        width: 250px;
        text-align: center;
    }

    .texto-cupom-checkout {
        font-size: 20px;
        color: black;
       
    }

    .btn-roleta {
        margin-top: 10px;
        margin-left: 50px;
        width: 210px;
        height: 50px;
        border-radius: 18px;
    }
    
}

#data_evento {
    margin-top: 22px;
    margin-right: 35px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 1024px) {
    #data_evento {
        margin-top: 17px;
        margin-right: 25px;
        font-size: 17px;
    }

    #icone_vale_presente {
        display: inline-block;
    } 

}

@media screen and (max-width: 700px) {
    #data_evento {
        margin-top: 7px;
        margin-right: 15px;
        font-size: 16px;
    }
}


/*Inicio Modal Upsell*/

#modal-upsell {
    text-align: center;
    border-radius: 20px;
}

#btn-upsell {
    margin-bottom: 12px;
    font-size: 18px;
    background-color: #fe8a71;
    border-radius: 10px;
    color: white;
    text-align: center;
}

    #btn-upsell:hover {
        background-color: #e38871;
    }

#experiencia-upsell {
    font-size: 20px;
    color: white;
    margin-top: 5px;
}

#experiencia-borda-upsell {
    background-color: #3ca5ab;
    border-radius: 8px;
    border-style: none;
    height: 40px;
    margin-bottom: 12px;
}

    #experiencia-borda-upsell:hover {
        background-color: #328a8f;
    }

.experiencia-desktop {
    display: block;
}

.experiencia-mobile {
    display: none;
}

.upsell-mobile {
    display: none;
}

.texto-upsell-desktop {
    margin: auto;
}

.texto-upsell2 {
    margin: auto;
}

.texto-upsell-mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .upsell-desktop {
        display: none;
    }

    .upsell-mobile {
        display: block;
    }

    .experiencia-desktop {
        display: none;
    }

    .experiencia-mobile {
        display: block;
    }

    .upsell-mobile {
        display: block;
    }

    #experiencia-borda-upsell {
        height: 70px;
        margin-bottom: 20px;
    }

    #experiencia-borda-upsell {
        width: 350px;
    }

    .texto-upsell-desktop {
        display: none;
    }

    .texto-upsell-mobile {
        display: block;
        margin: auto;
    }
}
/*Fim Modal Upsell*/

/*Fim Modal Upsell*/

/*Upsel box*/
.titulo-upsell-box {
    border-radius: 16px;
    border-style: none;
    height: 60px;
    margin-bottom: 12px;
    margin-top: 20px;
  }


.texto-upsell-box {
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

#experiencia-box {
    background-color: #3ca5ab;
}

#outros-comprarm-box {
    background-color: #e38871;
}

#frete-gratis-box {
    background-color: #ebcc67;
}

@media screen and (max-width: 700px) { 

    .texto-upsell-box {       
        font-size: 18px;        
        margin-top: 18px;
    }
}

/*WhatsApp */
.float-whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float-whatsapp {
	margin-top: 16px;
}

.bg-100opcoes-home {
    background-color: #3da4ab;
    border-radius: 20px;
}

.texto-100opcoes-home {
    font-size: 20px;    
}

.img-nota-estrelas {
    width: 5px; 
    height: auto;
}

/*Cronômetro banner  semana do consumidor*/
/*#semana-consumidor {
    position: relative;
    margin-right: 0 auto;
    top: -136px;
    right: 125px;
    float: right;
    color: #f60379;
    font-size: 40px;
    font-weight: bold;
    background-color: white;
    padding-left: 9px;
    padding-right: 9px;
}

@media screen and (max-width: 700px) {

    #semana-consumidor {
        top: -80px;
        right: 76px;
        font-size: 23px;
        padding: 2px;
        width: 170px;
    }
}*/
/*******************************/







 

    