@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff3df;
    fill-rule: evenodd;
}

.path {
    fill: #fff3df;
    stroke: #fff3df;
}

a {
    color: inherit;
}

html {
    scroll-behavior: smooth;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #292526;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

body.active {
    margin-top: 80px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 1000;
    width: 100%;
    background: #292526;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    background: #393637;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #FEC07E;
}

h1, .title.general {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 32px;
    text-align: center;
}
h1 span {
    color: #FEC07E;
}

h2, .title.high, h3, .title.middle {
    font-size: 32px;
    line-height: 40px;
}

h4, .title.small {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.button {
    min-width: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FFA06D));
    background: -webkit-linear-gradient(#FEC882, #FFA06D);
    background: -moz-linear-gradient(#FEC882, #FFA06D);
    background: -o-linear-gradient(#FEC882, #FFA06D);
    background: linear-gradient(#FEC882, #FFA06D);
    color: #292526;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding: 15.5px 30px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.button.outline {
    color: #FEC07E;
    border: 1px solid #FEC07E;
    background: transparent;
    padding: 14.5px 30px;
}

.button.outline:hover {
    background: #FEC07E;
    color: #292526;
}



/* header */

/* first */

.content.header__content {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    border: none;
    min-height: 80px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-width: none;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -moz-box-flex: 0;
    flex: 0 1 120px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__buttons > .button:first-child {
    background: transparent;
    padding: 6px 15px;
    border: 1.5px solid #FEC07E;
    color: #FEC07E;
    min-width: 110px;
}

.header__buttons > .button:first-child:hover {
    background: #FEC07E;
    color: #292526;
}

.header__buttons > .button:nth-child(2) {
    padding: 7.5px 30px;
    margin-left: 7px;
    min-width: 170px;
}

.header__button.button {
    font-size: 16px;
}

.header__language {
    margin-left: 20px;
    height: 24px;
}

.header__language img {
    margin: auto;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 40px;
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: right;
    overflow: hidden;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 12.5px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #94897A;
}

.header__menu > ul a:hover {
    color: #fff;
}

.header__menu > ul li + li {
    margin-left: 70px;
}

.header__menu > ul li + li:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -52.5px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.header__expand-menu {
    display: none;
    margin-bottom: 50px;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #fff;
    font-weight: 700;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.header__expand-menu > *:nth-child(2) li:nth-child(n + 2) a:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -webkit-calc(50% - 17.5px);
    left: -moz-calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    top: -17px;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}






/* prime */

.prime {
    overflow: hidden;
}

.content.prime__content {
    padding: 108px 0;
    overflow: visible;
    background: transparent;
    text-align: center;
}

.prime__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.prime__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.prime__wrap {
    z-index: 100;
    max-width: 610px;
    width: 70%;
    margin-right: 0;
    margin-left: auto;
}

.prime__wrap > * + * {
    margin-top: 8px;
}

.prime__image {
    position: absolute;
    bottom: 0;
    left: 90px;
    z-index: 50;
    height: 100%;
}

.prime__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.prime__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.prime__button.button {
    font-size: 20px;
}

.prime__decor > span {
    font-weight: 700;
    padding: 0 120px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.prime__decor > span:before, .prime__decor > span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.prime__decor > span:before {
    background-image: url(../images/first-bonus-left.svg);
    left: 0;
}

.prime__decor > span:after {
    background-image: url(../images/first-bonus-right.svg);
    right: 0;
}




/* preface */

.preface__content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}





/* main info */

.article table {
    text-align: left;
}

.wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #94897A;
}

table {
    width: 100%;
    z-index: 10;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

table a {
    color: #fff;
}

table a:hover {
    text-decoration: underline;
}

table tr td {
    padding: 12px 15px;
    border: 1px solid #94897A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.main-info__table tr td {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.main-info__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
    min-width: 220px;
    font-weight: 700;
}

.main-info__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    flex: 0 1 75%;
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
}

.main-info__desc {
    border: 1px solid #94897A;
    text-align: center;
    font-weight: 700;
    padding: 12px 15px;
    z-index: 10;
}

.wrap__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wrap__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.article .wrap__image.image img {
    max-width: none;
}



table img {
    display: block;
    margin: auto;
}


table thead tr {
    font-weight: 700;
}



/* processo */

.processo__content > * + * {
    margin-top: 16px;
}

.processo__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.processo__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 60%;
    object-position: 60%;
}

.processo__wrap {
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.processo__button.button {
    width: 100%;
    margin-top: 8px;
}


.list {
    z-index: 100;
}

.list li + li {
    margin-top: 8px;
}

.list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.list li span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48px;
    -moz-box-flex: 0;
    flex: 0 1 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #FEC07E;
    font-weight: 700;
    margin-right: 16px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/list.svg);
}

.list li span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 48px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 48px - 16px);
}

.processo__list {
    text-transform: uppercase;
}



.aplicativo__content > * + * {
    margin-top: 16px;
}




.slots__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.slots__table thead span {
    display: block;
}

.slots__table {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/slots.png);
}






/* pros */

.pros__content > * + * {
    margin-top: 16px;
}

.pros__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.pros__wrapper > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
}

.pros__wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292526;
    padding: 16px 20px;
    border: 1px solid #94897A;
}

.pros__title {
    margin-bottom: 16px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    color: #94897A;
    font-weight: 400;
}

.pros__list li {
    padding-left: 32px;
    display: block;
}

.pros__list li + li {
    margin-top: 8px;
}

.pros__list.first li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 4.5px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/pros.svg);
}

.pros__list.second li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/cons.svg);
}








/* bonus */

.bonus__content.content {
    padding: 20px;
    overflow: hidden;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 30px #FEC07E;
    -moz-box-shadow: 2px 2px 30px #FEC07E;
    box-shadow: 2px 2px 30px #FEC07E;
}

.bonus__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bonus__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 20%;
    object-position: 20%;
}

.bonus__wrap {
    text-align: center;
    z-index: 100;
    color: #fff;
    max-width: 610px;
    width: 70%;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bonus__title.title.high {
    font-size: 48px;
    line-height: 56px;
    font-style: normal;
    text-transform: capitalize;
}

h2.bonus__title {
    color: #fff;
}

.bonus__wrap > * + * {
    margin-top: 16px;
}

.bonus__desc > span {
    font-weight: 700;
    padding: 0 120px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.bonus__desc > span:before, .bonus__desc > span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bonus__desc > span:before {
    background-image: url(../images/first-bonus-left.svg);
    left: 0;
}

.bonus__desc > span:after {
    background-image: url(../images/first-bonus-right.svg);
    right: 0;
}

.bonus__content.content:hover .bonus__button {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bonus__footnote {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.bonus__image {
    position: absolute;
    right: 711px;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}





/* support */






/* article  */


article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 52px;
    display: block;
    text-align: left;
    color: #FEC07E;
}

article li span, .article li span {
    font-weight: 700;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #FEC07E;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 27px;
    top: -webkit-calc(50% - 4.5px);
    top: -moz-calc(50% - 4.5px);
    top: calc(50% - 4.5px);
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article .image img {
    width: 100%;
    max-width: 610px;
}


.article li ul li {
    margin-top: 10px;
    margin-left: 10px;
}

.article li ul li:before {
    color: #94897A;
}



/* faq */

.faq__content > * + * {
    margin-top: 16px;
}


.faq__item {
    display: block;
    cursor: pointer;
    background: #393637;
    border: 1px solid #94897A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background border-color 0.2s linear;
    -o-transition: background border-color 0.2s linear;
    -moz-transition: background border-color 0.2s linear;
    transition: background border-color 0.2s linear;
}

.faq-item__title.middle.title {
    padding: 12px 60px 12px 20px;
    position: relative;
    color: #94897A;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
}

.faq-item__title.middle.title:before {
    content: url(../images/faq.svg);
    position: absolute;
    right: 16px;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    height: 32px;
}

.faq-item__title.middle.title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #FEC07E;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    right: 31px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq__item.active .faq-item__title.middle.title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item + .faq__item {
    margin-top: 8px;
}

.faq__item.active {
    background: #292526;
    border-color: #292526;
}

.faq-item__answer {
    padding: 0 20px 12px;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}




/* avaliacao */

.avaliacao__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}




/* footer */

.footer__content:before {
    content: url(../images/faq-decor.svg);
    position: absolute;
    top: 40px;
    left: -webkit-calc(50% - 620px);
    left: -moz-calc(50% - 620px);
    left: calc(50% - 620px);
}

.footer__content.content {
    padding: 120px 10px 60px;
    background: transparent;
    border: none;
    overflow: hidden;
    color: #94897A;
    font-weight: 500;
}

.footer__payment {
    margin-left: -5px;
    text-align: center;
    margin-top: 15px;
}

.footer__payment img {
    display: block;
}

.footer__payment li {
    vertical-align: middle;
    margin-top: 9px;
    margin-left: 5px;
}

.footer__content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#FEC07E), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -moz-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -o-linear-gradient(left, transparent, #FEC07E, transparent);
    background: linear-gradient(to right, transparent, #FEC07E, transparent);
}




/* app */

.app__content.content {
    padding: 68px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    background: transparent;
    background: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.app__link {
    display: block;
    z-index: 100;
    margin: auto 60px;
}

.app__link img {
    display: block;
    margin: auto;
}

.app__link:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.app__button:hover:before {
    background: #1a1919;
}

.app__button {
    background: #292526;
    width: 240px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 14px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FFA06D));
    background: -webkit-linear-gradient(#FEC882, #FFA06D);
    background: -moz-linear-gradient(#FEC882, #FFA06D);
    background: -o-linear-gradient(#FEC882, #FFA06D);
    background: linear-gradient(#FEC882, #FFA06D);
}

.app__button:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #292526;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.app__button + .app__button {
    margin-top: 36px;
}

.app__button > span > span {
    display: block;
}

.app__button > span:first-child {
    margin-right: 16px;
    width: 32px;
}

.app__button > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 16px);
    text-align: left;
}

.app__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.app__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}



/* depositos */

.depositos__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% / 6);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 6);
}

.depositos__table {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/depositos.png);
}




/* promotions */

.promotions__content > * + * {
    margin-top: 16px;
}

.promotions__list > * + * {
    margin-top: 16px;
}

.promotions-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    min-height: 328px;
    border: 1px solid #94897A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 330px;
}

.promotions-item__wrap {
    max-width: 610px;
    width: 70%;
    text-align: center;
    z-index: 10;
}

.promotions-item__wrap > * + * {
    margin-top: 16px;
}

.promotions-item__button.button {
    font-size: 20px;
}

.promotions-item__title.title.high {
    color: #fff;
}

.promotions-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promotions-item__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 40%;
    object-position: 40%;
}

.promotions-item__image {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.promotions-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.promotions-list__item:nth-child(1) .promotions-item__image {
    left: 168px;
}

.promotions-list__item:nth-child(2) .promotions-item__image {
    left: 88px;
}

.promotions-list__item:nth-child(3) .promotions-item__image {
    left: 88px;
}




/* feedback */

.feedback__content > * + * {
    margin-top: 16px;
}

.feedback__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.feedback__list > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    margin-top: 20px;
    background: #292526;
    border: 1px solid #94897A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 20px;
    display: block;
}

.feedback__list > li > span {
    display: block;
}

.feedback__list li > span:first-child {
    margin-bottom: 16px;
    color: #94897A;
}
