@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

:root {
    -webkit-tap-highlight-color: rgba(239, 113, 59, 0.4);
    --escuro-tema: #171717;
    --ratio-width: 1440;
    --laranja-tema: #dd5522;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    background-color: var(--escuro-tema);
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

img.as-background-image {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.icone-block {
    display: block;
}

.icone-block--center {
    margin-left: auto;
    margin-right: auto;
}

.acoes--common {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.acoes--common .assistir {
    color: white;
    text-decoration: none;
}

.acoes--common .assistir .play {
    margin-right: 5px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icone {
    height: auto;
}

/* #region Cards*/
.cartao.escolhido,
.card.escolhido {
    box-shadow: 0px 0px 0px 0.35vw white;
}

.cartoes .cartao {
    margin: 0;
    width: 17.089vw;
    position: relative;
    text-align: center;
    padding-bottom: 23.74424vw;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

/* #endregion */

.titulo__secao--common {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.67vw;
    font-weight: bold;
    padding: 0 5%;
    margin: 0;
}

@media only screen and (min-width: 1025px) {

    button .stroke-to-orange,
    a .stroke-to-orange {
        transition: stroke .3s ease;
    }

    button .fill-to-orange,
    a .fill-to-orange {
        transition: fill .3s ease;
    }

    button:hover .stroke-to-orange,
    a:hover .stroke-to-orange {
        stroke: #dd5522;
    }

    button:hover .fill-to-orange,
    a:hover .fill-to-orange {
        fill: #dd5522;
    }

    .acoes--common .assistir {
        font-size: calc(calc(12 / var(--ratio-width)) * 100vw);
    }

    .acoes--common .assistir .play {
        width: calc(calc(50/var(--ratio-width)) * 100vw);
    }

    .icone.ratio-29 {
        width: calc(calc(29 / var(--ratio-width)) * 100vw);
    }

    .icone.ratio-24 {
        width: calc(calc(24 / var(--ratio-width)) * 100vw);
    }

    .icone.ratio-32 {
        width: calc(calc(32 / var(--ratio-width)) * 100vw);
    }

    .icone.ratio-50 {
        width: calc(calc(50 / var(--ratio-width)) * 100vw);
    }

    .acoes--common .more-info {
        /* display: none; */
        color: white;
    }

    .acoes--common .direita {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .desktop {
        display: block;
    }

    .mobile,
    .tablet {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .icone.ratio-29 {
        width: 29px;
    }

    .icone.ratio-24 {
        width: 24px;
    }

    .icone.ratio-32 {
        width: 32px;
    }

    .icone.ratio-50 {
        width: 50px;
    }

    .acoes--common {
        text-align: center;
    }

    .acoes--common .inline-block__children>* {
        display: block;
    }

    .acoes--common .more-info__label {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: none;
    }

    .tablet {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    .cartoes .cartao {
        /* width: 28.8%;
        padding-bottom: 41.76%; */
        border-radius: 6px;
        width: 28.8vw;
        padding-bottom: 41.7573vw;
    }
}

.inline-block__children>* {
    display: inline-block;
    vertical-align: middle;
}

.social .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.loading::after {
    content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%220%200%2032%2037%22%3E%3Cpath%20d%3D%22M29.35%2031.63c.6-1.06.91-2.48.91-4.23V2.73c0-.58-.47-1.05-1.04-1.05h-8.13c-.57%200-1.04.47-1.04%201.05v27.22c0%20.79-.4%201.41-1.2%201.87-.8.45-1.76.68-2.86.68-1.07%200-2.02-.23-2.84-.68-.81-.45-1.22-1.08-1.22-1.87V2.73c0-.58-.46-1.05-1.04-1.05H2.78c-.57%200-1.04.47-1.04%201.05V27.4c0%201.75.3%203.16.9%204.18.96%201.7%203.01%202.83%206.09%203.37%201.52.24%203.89.36%207.25.36%203.42%200%205.79-.12%207.25-.36%203.1-.51%205.16-1.63%206.12-3.32z%22%20fill%3D%22%23FFF%22%20class%3D%22st0%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.22%200h-8.13c-1.5%200-2.72%201.23-2.72%202.73v27.22c0%20.1%200%20.21-.35.41-.54.31-1.22.46-2.02.46-.79%200-1.45-.15-2.01-.47-.36-.2-.36-.32-.36-.4V2.73c0-1.51-1.22-2.73-2.72-2.73H2.78C1.28%200%20.06%201.23.06%202.73V27.4c0%202.08.37%203.72%201.13%205.03%201.22%202.14%203.66%203.55%207.24%204.19h.02c1.62.26%204.08.39%207.52.39%203.51%200%205.98-.13%207.53-.39%203.62-.6%206.08-2%207.31-4.15.75-1.31%201.13-3.02%201.13-5.06V2.73C31.95%201.23%2030.72%200%2029.22%200zm1.88%2027.4c0%201.9-.34%203.46-1.02%204.65-1.09%201.92-3.35%203.18-6.72%203.74-1.51.25-3.93.38-7.39.38-3.4%200-5.82-.12-7.39-.37C5.25%2035.19%203%2033.92%201.91%2032%201.24%2030.85.89%2029.3.89%2027.4V2.73c0-1.04.84-1.89%201.88-1.89h8.13c1.04%200%201.88.85%201.88%201.89v27.22c0%20.32.09.74.79%201.13.68.38%201.5.57%202.42.57.95%200%201.77-.19%202.44-.57.69-.39.77-.81.77-1.14V2.73c0-1.04.84-1.89%201.88-1.89h8.13c1.04%200%201.88.85%201.88%201.89V27.4z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E');
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.4);
    animation: zoomIn .4s ease 0s 1 normal forwards, blinkLogo .5s ease 0s infinite alternate;
    z-index: 1;
    width: 25%;
}

.loading::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background-color: rgba(69, 69, 69, 0.3);
}

.to-top {
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
    width: 2.5em;
    height: 2.5em;
    background-color: #121212;
    position: fixed;
    bottom: -2.5em;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.65);
    right: 1.5em;
    transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 50em;
    display: block;
}

.to-top.show {
    bottom: 1.5em
}

.to-top:active {
    transform: scale(.8);
}

.to-top:hover svg path,
.to-top:focus svg path {
    fill: #dd5522
}

.to-top svg {
    transform: rotate(180deg);
    width: 100%;
    height: auto
}

.to-top svg path {
    transition: fill .2s ease
}

@keyframes blinkLogo {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes zoomIn {
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
.sai-daqui {
    opacity: 0;
}
.sai-daqui:hover ~ .texto,
.sai-daqui:hover ~ .arrow-down {
    color: #dd5522
}