body{
    font-family: 'Varela Round';
}
body#page1{
    background: transparent !important;
}
html:not(#html-iframe){ 
    background-repeat: no-repeat !important;
}
.wrapper{
    max-width: 1185px;
    margin: auto;
}
.container{
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    background: transparent !important;
}
.cupons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-content: flex-start;
}
.cupons > div:not(.navegacao-produtos){
    border: solid 1px #c6c6c6;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    box-shadow: 1px 1px 20px #d1d1d1;
    width: 100%;
    max-width: 800px;
    max-height: 110px;
    height: 110px;
    min-width: 800px
}
.cupons > div p{
    font-size: 14px;
    color: #FF5722;
}
.cupons > div .tag-discount{
    position: absolute;
    bottom: 0;
    left: 70px;
    color: #FF5722;
    text-align: left;
    display: flex;
}
.cupons > div span{
	margin-top: 28px;
    font-weight: 500;
    width: 430px;
    font-size: 16px !important;
    text-align: left;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cupons > div img{
    max-width: 90px;
    margin: auto;
    max-height: 90px;

}
.categorias{
    width: 100%;
    display: flex !important;
    gap: 10px;
    height: 145px;
    justify-content: center;
    flex-wrap: nowrap;
}
.slick-prev {
    left: 0 !important;
}
.categoria{
    border-radius: 8px;
    width: 140px !important;
    height: 110px !important;
    text-align: center;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 11px !important;
    margin-right: 6px !important;

}
.categoria > a > img{
    width: 80px;
    height: 80px;
    margin: auto;
}
.div-img{
    width: 140px;
}
.div-titulo  span{
    font-weight: 100;
    color: white;
    font-size: smaller;
}
button{
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background-color: #1B998B;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    position: absolute;
    left: 0;
    z-index: 2;
}
button:hover{

}
.slick-prev:before, .slick-next:before{
    color: black !important;
    font-size: 30px !important;
}
button.slick-arrow{
    background-color: white !important;
}
.slick-prev, .slick-next{
    position: relative !important;
    top: 45% !important;
    
}
.div-btn-cupom{
    width: 150px;
    height: 55px;
    position: relative;
}
.parceiros{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.parceiro{
    background-color: #FFF;
    color: #333;
    max-width: 170px;
    max-height: 170px;
    margin: 0 10px;
    box-shadow: 2px 2px 10px #d5d5d5;
}
.parceiro > a > img{
    height: auto;
    width: 120px;
}

.div-btn-cupom:after{
    position: absolute;
    top: 4px;
    right: -11px;
    z-index: 3;
    content: "";
    width: 38px;
    height: 58px;
    background: rgb(34,193,195);

    background: linear-gradient(280deg, rgba(34,193,195,1) 33%, rgba(27,153,139,1) 80%);

    border-radius: 10px 3px 2px 10px;
    transform: rotate(-19deg);
    transition: all .125s cubic-bezier(0.5, 0.5, 1, 1);
}
.div-btn-cupom:hover{
    transition: all .175s cubic-bezier(0.5, 0.5, 1, 1);
    width: 140px;
    filter: contrast(120%);
}
.div-btn-cupom:hover::after {
    width: 45px;
    top: 5px;

}
.parceiro.categoria > span{
    font-size: smaller;
}
.site-topbar{
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#fff 0,#dfdfdf 100%);
    width: 100%;
    height: 60px;
    z-index: 99999;
    justify-content: center;
}
.logotipo{
    max-height: 55px !important;
}
.pesquisasite{
    margin-top: 0px !important;
}
div span.pagepr, div span.pageant{
    color: #FF5722;
    cursor: pointer;
    font-size: 18px !important;
}
.navegacao-produtos{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagepr:hover, .pageant:hover{
    text-decoration: underline;
}
.home-list{
    margin-top: 0;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}
.div-cupom{
    position: fixed;
    width: 500px;
    height: 400px;
    background: white;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    display: none;
    padding: 20px;
    border-radius: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.div-cupom .titulo{
    font-size: 20px;
    font-weight: 500;
    color: #FF5722;
}
.codigo-cupom{
    z-index: 1;
    border: dashed 4px #1B998B;
    border-radius: 10px;
    color: #1B998B;
    font-size: 20px;
    padding: 10px;
    background: #e5fffc;
} 
.cupom-img > img{
	max-height: 162px;
    max-width: 200px;
}
.div-cupom .codigo-cupom, .div-cupom a{
    border: solid 1px #d6f1ee;
    padding: 10px 25px;
    border-radius: 15px 0 0 15px;
    border-right: none;
    font-size: 16px;
    font-weight: 700;
}
.div-cupom a{
    border-radius: 15px;
    background: #1B998B;
    color: white;
    margin-left: -15px;
    z-index: 2;
    font-weight: 100;
}
@media screen and (max-width: 700px){
    .cupons > div span{
        width: auto;
    }
    button, .div-btn-cupom{
        width: 100%;
    }

}

.fundocat{
	background: linear-gradient(90deg, #0a5793 31%, rgb(12 95 132) 73%) ;

}
.bgcupom1{
	width: 160px;height: 44px;position: absolute;z-index: 1; left: 10px;border: dashed 4px #1B998B;border-radius: 10px; color: #1B998B;font-size: 20px;padding-right: 15px;background: #e5fffc;
	
}
.marcador{
    margin: 0 !important;
    padding: 0 !important;
    background: unset !important;
}
.rodape-sublinhado{
    border-bottom: solid 3px #ffc800;
    margin: 10px 0 20px 0;
    width: 60px;
}

h2 {
    margin-top: 28px!important;
    font-weight: 500 !important;
    width: 430px !important;
    font-size: 16px !important;
    text-align: left !important;
    color: #666 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
