@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: #06578b;
}
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: #06578b;
    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: #06578b;
    padding: 50px 0;
}
.superman-footer-img{
    width: 120px;
    height: auto;
    margin: 0 auto;
}
/*****************/
/*****************/
/*****************/
.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: "Oswald", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 5px solid #ffd31c;
    border-right: 3px solid #ffd31c;
}
.superman-top{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 60px;
}
.superman-top-wraper{
    padding-bottom: 80px;
    background-image: url("/assets/images/superman-bg-01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.superman-top-logo{
    width: 255px;
    height: auto;
    position: absolute;
    left: calc(50% - 127.5px);
    top: -45px;
}
.superman-top-logo IMG{
    width: 100%;
    height: auto;
}
.superman-top-name{
    width: 500px;
    height: auto;
    position: relative;
    padding-top: 280px;
    margin: 0 auto;
}
.superman-top-text1{
    width: 500px;
    height: auto;
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
}
.superman-top-text2{
    width: 500px;
    height: auto;
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
}
.superman-top-text2 P{
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
}
.superman-top-button{
    text-align: center;
    padding-top: 50px;
}
.superman-top-legal{
    position: absolute;
    right: 100px;
    bottom: 40px;
    width: 300px;
    height: auto;
}

@media screen and (max-width: 1050px) {
    .superman-top-wraper{
        background-image: url("/assets/images/superman-bg-01-mobile.webp");
    }
}
@media screen and (max-width: 767px) {
    .superman-top-wraper {
        padding-bottom: 120px;
    }
    .superman-top{
        padding-top: 40px;
    }
    .superman-top-logo{
        width: 180px;
        left: calc(50% - 90px);
        top: -35px;
    }
    .superman-top-name{
        width: 280px;
        padding-top: 170px;
    }
    .superman-top-text1{
        width: 280px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .superman-top-text2{
        width: 320px;
        padding-top: 10px;
        padding: 10px;
        background-color: rgba(255,255,255,0.6);
        border-radius: 10px;
    }
    .superman-top-text2 P{
        font-weight: bold;
    }
    .superman-top-button{
        padding-top: 20px;
    }
    .superman-top-legal{
        right: calc(50% - 125px);
        bottom: 75px;
        width: 250px;
    }
}
/*************/
.superman-middle, .superman-faq-header-top{
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-top: -60px;
    background-image: url("/assets/images/superman-middle.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.superman-middle-img{
    width: 40%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 70px;
}
.superman-middle-text{
    width: 100%;
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.superman-middle-text-cont{
    position: relative;
    width: 45%;
}
.superman-middle-text-cont P{
    font-size: 2.5rem;
    line-height: 3rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 5rem;
}
.superman-middle-bar, .superman-faq-header-bar{
    width: 100%;
    position: relative;
    min-height: 70px;
    background-color: #06578b;
    filter: drop-shadow(0px 11px 10px #000000);
    margin-bottom: 50px;
}
.superman-middle-dc{
    width: 100px;
    height: auto;
    position: absolute;
    right: 70px;
    bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .superman-middle{
        min-height: 300px;
    }
    .superman-middle-img{
        width: 60%;
        left: -20%;
    }
}
@media screen and (max-width: 767px) {
    .superman-middle{
        margin-top: -40px;
        min-height: 200px;
    }
    .superman-middle-text{
        min-height: 200px;
    }
    .superman-middle-img{
        width: 50%;
        left: -10%;
        bottom: 50px;
    }
    .superman-middle-text-cont{
        width: 60%;
        padding-bottom: 2rem;
    }
    .superman-middle-text-cont P{
        font-size: 1.3rem;
        line-height: 1.7rem;
        padding-bottom: 1rem;
    }
    .superman-middle-bar{
        min-height: 50px;
    }
    .superman-middle-dc{
        width: 70px;
        right: 30px;
        bottom: 10px;
    }
}
@media screen and (max-width: 567px) {
    .superman-middle-img{
        width: 75%;
        left: -20%;
        bottom: 70px;
    }
}
/*************/
/************************/

.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 {
    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 #06578b;
    border-radius: 10px;
    padding: 3rem;
    width: calc(100% - 6rem);
}
.guest-form H4, .logged-form H4 {
    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 #06578b;
    color: #06578b;
}
.guest-form SELECT, .logged-form SELECT, .logged-form INPUT {
    -webkit-appearance: none;
    width: 100%;
}

.guest-form INPUT::placeholder {
    color: #06578b;
    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: #06578b;
    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;
}
/***/
.superman-faq-header-top{
    min-height: 380px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.superman-faq-header-top h4{
    font-size: 3.5rem;
    color: #ffffff;
    padding-top: 80px;
}
@media screen and (max-width: 1500px) {
    .superman-faq-header-top{
        min-height: 250px;
    }
}
@media screen and (max-width: 767px) {
    .superman-faq-header-top{
        min-height: 200px;
    }
}
/*****/
/*****/
INPUT[type="file"] {
    display: none;
}
LABEL.input-file {
    position: relative;
    display: inline-block;
    background-color: #06578b;
    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;
    }
}
/**********************/
/**********************/
