@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/******************/
/******************/
* {
    margin: 0;
    padding: 0;
}
.big-shoulders, .alike-regular {
    font-family: "Oswald", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-style: normal;
    color: #4f4f4f;
}
HTML {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 15px;
    background-color: #ffffff;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 13px;
    }
}
BODY {
    width: 100%;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #4f4f4f;
    background-color: #ffffff;
}
a {
    outline: 0;
    color: inherit;
    cursor: pointer;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
BUTTON:hover {
    text-decoration: none;
}
IMG {
    border: none;
}
FIELDSET {
    border: none;
    border-color: transparent;
}
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
/******************/
/******************/
/**********************/
@media screen and (max-width: 1200px) {}
/* TABLETS */
@media screen and (max-width: 970px) {}
/* SMARTPHONES */
@media screen and (max-width: 767px) {}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
.mobile_only-f {
    display: none !important;
}
.desk_only-f {
    display: flex !important;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
    .mobile_only-f {
        display: flex !important;
    }
    .desk_only-f {
        display: none !important;
    }
}
.main {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.img_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.img_res {
    width: 100%;
    height: auto;
}
.no_margin {
    margin: 0% !important;
}
/************************/
/************************/
section {
    width: 100%;
    height: auto;
    position: relative;
}
.block {
    width: 100%;
    height: auto;
    position: relative;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_table {
    display: flex;
    flex-wrap: nowrap;
}
.block-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.block_90 {
    width: 90%;
    margin-left: 5%;
}
.block_95 {
    width: 95%;
    margin-left: 2.5%;
}
.block_80 {
    width: 80%;
    margin-left: 10%;
}
.full_height {
    min-height: 100vh;
}
.wraper {
    width: calc(100% - 30px);
    max-width: calc(1260px - 30px);
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.block_row {
    width: 100%;
    height: auto;
    position: relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col {
    position: relative;
    float: left;
    min-height: 20px;
}
.espaco_80 {
    padding: 40px 0;
}
.block_75 {
    width: 75%;
}
.block_66 {
    width: 66.66%;
}
.block_50 {
    width: 50%;
}
.block_33 {
    width: 33.33%;
}
.block_25 {
    width: 25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .block_75 {
        width: 66.66%;
    }
    .block_66 {
        width: 50%;
    }
    .block_25 {
        width: 33.33%;
    }
    .block_50.breackTablet {
        width: 100%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80 {
        width: 100%;
        margin-left: 0;
    }
    .block_95 {
        width: 100%;
        margin-left: 0;
    }
    .block_90 {
        width: 100%;
        margin-left: 0;
    }
    .block_75 {
        width: 100%;
    }
    .block_66 {
        width: 100%;
    }
    .block_50 {
        width: 100%;
    }
    .block_33 {
        width: 100%;
    }
    .block_25 {
        width: 50%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25 {
        width: 100%;
    }
}
.flex {
    display: flex;
}
/***/
.flex-hl-left {
    justify-content: flex-start;
}
.flex-hl-center {
    justify-content: center;
}
.flex-hl-right {
    justify-content: flex-end;
}
.flex-hl-space {
    justify-content: space-between;
}
.flex-hl-space-eq {
    justify-content: space-evenly;
}
/***/
.flex-vl-top {
    align-items: flex-start;
}
.flex-vl-center {
    align-items: center;
}
.flex-vl-bottom {
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid-eq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
    content: "";
    flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex {
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp {
    margin-top: 100px;
}
.ba-mgn-80-tp {
    margin-top: 80px;
}
.ba-mgn-801-tp {
    margin-top: 80px;
}
.ba-mgn-60-tp {
    margin-top: 60px;
}
.ba-mgn-40-tp {
    margin-top: 40px;
}
/*****/
.ba-mgn-100-bt {
    margin-bottom: 100px;
}
.ba-mgn-80-bt {
    margin-bottom: 80px;
}
.ba-mgn-60-bt {
    margin-bottom: 60px;
}
.ba-mgn-40-bt {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp {
        margin-top: 90px;
    }
    .ba-mgn-80-tp {
        margin-top: 70px;
    }
    .ba-mgn-60-tp {
        margin-top: 50px;
    }
    .ba-mgn-40-tp {
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 30px;
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp {
        margin-top: 80px;
    }
    .ba-mgn-80-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 40px;
    }
    .ba-mgn-40-tp {
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 20px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp {
        margin-top: 60px;
    }
    .ba-mgn-80-tp {
        margin-top: 40px;
    }
    .ba-mgn-801-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 25px;
    }
    .ba-mgn-40-tp {
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 10px;
    }
}
.alert-success {
    color: #238418;
}
/************************/
/************************/
/************************/
header {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 2rem 0;
}
/************************/
/************************/
footer {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    background-color: #000000;
    padding: 20px 0;
    background-image: url("/assets/images/ladybug-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}
.promocao-footer-img{
    padding-bottom: 1rem;
}
.promocao-footer-img IMG{
    width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.promocao-footer-copy P{
    font-size: 0.8rem;
    color: #0dcaf0;
    text-align: center;
}
/*****************/
/*****************/
/*****************/
.titulo {
    padding: 4rem 0;
    background-color: #f5f5f5;
}
.titulo H2 {
    font-size: 5rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.titulo H3 {
    font-size: 1.3rem;
    font-weight: 300;
    padding-bottom: 0.8rem;
}

.form-alert-msg{
    width: 90%;
    max-width: 300px;
    display: block;
    position: relative;
    padding: 1rem;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    text-align: center;
    margin: 0 auto;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    margin-bottom: 1rem;
}
.form-alert-msg.success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.form-alert-msg.danger{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.form-alert-msg.warning{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.form-alert-msg LI{
    list-style-type: none;
    padding-bottom: 0.5rem;
}
.form-alert-msg li:last-child{
    padding-bottom: 0;
}
/***********************/
/***********************/
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
/***********************/
/***********************/
LABEL.error, SPAN.invalid-feedback {
    padding-left: 10px;
    width: 80%;
    max-width: calc(100% - 10px);
    font-size: 0.8rem;
    color: #B4292B;
    font-style: italic;
}
/************************/
/************************/
/************************/
/************************/

.hp-button {
    /*background-color: #06578b;*/
    border: none;
    border-color: transparent;
    border-radius: 50px;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-family: "carbon", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
    /*border-bottom: 5px solid #00bce8;*/
    /*border-right: 3px solid #00bce8;*/
    background: linear-gradient(
        to right,
        #d3d7d9 0%,
        #94a1a9 100%  /* cinza mais escuro no final */
    );
    /*border: 1px solid #aaa;      !* borda para reforçar o efeito metálico *!*/
    /*box-shadow: inset 0 1px 2px rgba(255,255,255,0.6),*/
    /*inset 0 -1px 2px rgba(0,0,0,0.3);*/
    filter: drop-shadow(5px 5px 5px #00bce8);
}
.hp-button-g {
    padding: 1.5rem 3rem;
    font-size: 2rem;
}
.promocao-top{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("/assets/images/ladybug-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.promocao-top-pers{
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 85%;
}
.promocao-top-pers-left{
    background-image: url("/assets/images/ladybug-cn.webp");
    background-position: bottom left;
}
.promocao-top-pers-right{
    background-image: url("/assets/images/ladybug-lb.webp");
    background-position: bottom right;
}
.promocao-top-grad{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;   /* garante que nada saia da área da div */
}
.promocao-top-grad::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px; /* altura do degradê */
    background: linear-gradient(to bottom, transparent, black);
    pointer-events: none; /* para não atrapalhar cliques */
}
.promocao-top-copy{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 100%;
    max-width: 380px;
    z-index: 20;
}
/***/
.promocao-top-wraper{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 600px;
}
/***/
.promocao-top-content{
    padding-bottom: 3rem;
}
.promocao-top-logo{
    padding-top: 4rem;
}
.promocao-top-logo IMG{
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
.promocao-top-title{

}
.promocao-top-button{
    text-align: center;
}
.promocao-top-descr{

}
/***/
@media screen and (max-width: 767px) {
    .hp-button-g {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
    .promocao-top{
        overflow: hidden;
    }
    .promocao-top-pers{
        background-size: auto 50%;
    }
    .promocao-top-pers-left{
        background-image: url("/assets/images/ladybug-cn.webp");
        background-position: -25% bottom;
    }
    .promocao-top-pers-right{
        background-image: url("/assets/images/ladybug-lb.webp");
        background-position: 135% bottom;
    }
    .promocao-top-copy{
        max-width: 300px;
    }
    .promocao-top-content{
        padding-bottom: 2rem;
    }
    .promocao-top-logo{
        padding-top: 2rem;
    }
    .promocao-top-logo IMG{
        max-width: 70%;
    }
    .promocao-top-descr{
        padding-bottom: 4rem;
    }
    .promocao-top-descr IMG{
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }
}
/*************/
.promocao-middle{
    position: relative;
    width: 100%;
}
.metallic-bar {
    background: linear-gradient(
        to right,
        #eeeeee 0%,   /* cinza claro no topo */
        #cccccc 20%,  /* transição suave */
        #f5f5f5 40%,  /* reflexo claro */
        #bbbbbb 60%,  /* cinza médio */
        #e0e0e0 80%,  /* outro reflexo */
        #999999 100%  /* cinza mais escuro no final */
    );
    border: 1px solid #aaa;      /* borda para reforçar o efeito metálico */
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.6),
    inset 0 -1px 2px rgba(0,0,0,0.3);
}
.promocao-middle-bar, .promocao-faq-header-bar{
    width: calc(100% - 2px);
    position: relative;
    min-height: 70px;
    filter: drop-shadow(0px 11px 10px #000000);
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .promocao-middle-bar, .promocao-faq-header-bar{
        min-height: 35px;
    }
}
/*************/
/************************/

.top-text{
	position: relative;
	width: 100%;
}
.top-text h5{
	font-size: 2.8rem;
	line-height: 3.3rem;
	margin-bottom: 1rem;
	text-align: justify;
	font-weight: 300;
}
.top-text p{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.top-text h5{
		font-size: 2.0rem;
		line-height: 2.3rem;
	}
	.top-text p{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}
/************************/
/************************/
.hp-guest, .hp-logged {
    background-color: #ffffff;
}
H3.title {
    text-transform: uppercase;
    font-family: "carbon", sans-serif;
    font-weight: 700;
    padding-top: 2rem;
    font-size: 2.7rem;
}
.hp-guest-msg {}
.form-cont {
    position: relative;
    width: 100%;
}
.form_auth, .form_logged {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    padding: 3rem 0 4rem 0;
}
.guest-form, .logged-cont {
    position: relative;
    display: block;
    border: 2px solid #4f4f4f;
    border-radius: 10px;
    padding: 3rem;
    width: calc(100% - 6rem);
}
.guest-form H4, .logged-form H4 {
    text-transform: uppercase;
    font-family: "carbon", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.guest-form INPUT[type=text], .guest-form INPUT[type=email], .guest-form INPUT[type=password], .guest-form SELECT, .logged-form INPUT[type=text], .logged-form INPUT[type=email], .logged-form INPUT[type=password], .logged-form SELECT {
    width: calc(100% - 24px);
    padding: 12px;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1px solid #4f4f4f;
    color: #4f4f4f;
}
.guest-form SELECT, .logged-form SELECT, .logged-form INPUT {
    -webkit-appearance: none;
    width: 100%;
}

.guest-form INPUT::placeholder {
    color: #4f4f4f;
    opacity: 0.7;
    text-transform: capitalize;
}

/***/
.logged-data {}
.logged-data h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.logged-data h4 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #666666;
}
.hp-coupons{
	position: relative;
	width: 100%;
}
.hp-coupons P{
    font-size: 1.1rem;
    color: #666666;
	margin-bottom: 1rem;
	font-weight: bold;
}
.hp-coupons UL{
	list-style-type: none;
}
.hp-coupons UL LI{
	margin-bottom: 1rem;
	color: #777;
	font-size: 1.1rem;
	width: 100%;
}
.hp-coupons UL LI.fail{
	color: #7F0D0F;
}
.hp-cupon-wating{
    color: #BF9B1F;
}
.hp-cupon-error{
    color: #842029;
}
.hp-cupon-success{
    color: #477E25
}
/***/
.form_register {}
.form_login {}
.form-row {
    padding-bottom: 10px;
}
.form-row-l {
    padding-bottom: 20px;
}
.form-title {
    padding-bottom: 1rem;
    font-size: 2rem;
}
.logged-form-form h3{
	margin-bottom: 0.7rem
}
.logged-form-form P{
    font-size: 1rem;
}
/***/
.logged-form-cont P {
    font-size: 1.2rem;
}
.logged-form-cont P SPAN {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
h4.no-confirmed {
    color: #8F6A25;
}
.hp-download{
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
	justify-content: space-between;
}
a.email-resend {}
@media screen and (max-width: 767px) {
	.hp-download BUTTON, .hp-download A{
		margin-bottom: 1rem;
	}
    .form_auth, .form_logged {
        grid-template-columns: 1fr;
    }
    .guest-form, .logged-form, .logged-data {
        width: calc(100% - 3rem);
        padding: 1.5rem;
    }
}
/******/
/******/
.hp-faq {
    background-color: #ffffff;
}
.faq-content {
    padding: 2rem 0;
}
.faq-content H3 {
    padding-bottom: 2rem;
    font-size: 2.7rem;
}
.faq-content H4 {
	font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    /*
    font-size: 1.5rem;
    padding-bottom: 0.7rem;*/
}
.faq-content P {
    color: #4f4f4f;
    padding-bottom: 1.3rem;
    max-width: 80%;
}
.faq-content-inner {
    width: 100%;
    height: auto;
    position: relative;
}
.faq-content-inner H4 {
    padding: 1rem 0 0.8rem 0;
    font-size: 1.3rem;
    cursor: pointer;
    text-transform: uppercase;
}
.faq-content-inner P {
    padding-bottom: 2rem;
    font-size: 1.2rem;
    display: none;
    color: #999;
}
/******/
.hp-logout-button {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    height: auto;
    width: auto;
    padding: 0.7rem;
    text-align: center;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #999;
}
.faq-footer {
    padding-top: 2rem;
    font-size: 1.2rem;
}
.faq-footer-small {
	/*font-size: 0.85rem;*/
    color: #666666;
}
/***/
.promocao-faq-header-top{
    min-height: 380px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/assets/images/ladybug-bar-faq.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.promocao-faq-header-top h4{
    font-size: 5rem;
    color: #ffffff;
    font-family: "carbon", sans-serif;
    font-weight: 700;
    font-style: normal;
    filter: drop-shadow(5px 5px 5px #00bce8);
}
@media screen and (max-width: 1500px) {
    .promocao-faq-header-top{
        min-height: 250px;
    }
}
@media screen and (max-width: 767px) {
    .promocao-faq-header-top{
        min-height: 100px;
    }
    .promocao-faq-header-top h4{
        font-size: 4rem;
    }
    .faq-content P {
        max-width: 100%;
    }
}
/*****/
/*****/
INPUT[type="file"] {
    display: none;
}
LABEL.input-file {
    position: relative;
    display: inline-block;
    background-color: #4f4f4f;
    border-radius: 50px;
    padding: 15px 60px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
}
.form-input-row {
    padding: 2rem 0 1.5rem 0;
}
.img-cupom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
}
#imgPreview {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-left: 20px;
    border: 2px solid #E50003;
    display: none;
}
.code-question {
    position: absolute;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    top: 7px;
    right: 5px;
    padding: 5px;
    border: 2px solid #E50003;
    color: #E50003;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.8rem;
}
.code-question-a {
    display: none;
}
@media screen and (max-width: 767px) {
    .img-cupom {
        width: 100%;
        padding: 15px 0;
    }
    #imgPreview {
        margin-left: 0;
    }
    #code{
        max-width: 80%;
    }
    .code-question {
        width: 13px;
        height: 13px;
        line-height: 13px;
        right: 0;
        padding: 5px;
    }
}
/**********************/
/**********************/
