* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: "Fredoka", sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
html {
    scroll-behavior: smooth;
    height: 100%;
    scroll-padding-top: 50px;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 0.5s;
}
b,
strong {
    font-weight: 700;
}
.main {
    flex: 1 1 0;
}

h1.titulo-geral {
    color: #01995d;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 40px;
}
h1.titulo-geral:after {
    content: "";
    display: table;
    background: url(../img/icons/borda-titulo-amarela.svg) no-repeat;
    width: 110px;
    height: 24px;
    margin: 5px auto 0;
}
.btn-geral {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: url(../img/icons/bg-btn-amarelo.svg) no-repeat;
    background-size: contain;
    background-position: center;
    padding: 15px 60px;
    display: table;
    margin: 30px auto 0;
}
.btn-geral:hover {
    color: #fff;
    font-weight: bold;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: transparent;
    border: 1px solid var(--d-9-b-79-a, #a68263);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.5s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 12px;
    height: 12px;
    background: var(--d-9-b-79-a, #a68263);
}

/* Header */
header {
    padding: 6px 0;
    box-shadow: none;
    height: 100px;
    background: #01995d;
}

.container-header {
    padding-left: 50px;
    padding-right: 50px;
}

header .navbar-brand img {
    transform: scale(1);
    margin-right: 30px;
    transition: all 200ms;
}
header .navbar-brand:hover img {
    transform: scale(1.05);
}
header .navbar {
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
header ul > li > .nav-link {
    color: #fff;
    font-size: 20px;
    transition: all 200ms;
}
header ul > li > .nav-link:hover {
    text-shadow: 1px 0 0 currentColor;
}

header.fixed {
    padding: 5px 0;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #01995d;
}
header.fixed .navbar-brand {
    height: 100%;
}
header.fixed .navbar-brand img {
    max-height: 100%;
}
header.fixed + .menu-blank-space {
    padding-top: 100px;
}

section.vitrine img {
    height: auto;
    max-height: 740px;
    object-fit: cover;
}

.webserie {
    padding: 40px 0;
}
.iframe-webserie-home {
    max-width: 800px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 10px;
    display: table;
}

.webserie img.img-1 {
    position: absolute;
    left: 0;
    height: 200px;
}
.webserie img.img-2 {
    position: absolute;
    left: 0;
    height: 200px;
    margin-top: -140px;
}
.webserie img.img-3 {
    position: absolute;
    right: 0;
    height: 200px;
    margin-top: -250px;
}

.section-inner-blog {
    padding: 64px 0;
    background-color: #01995d;
}
.section-inner-post {
    padding: 64px 0;
}

.section-inner-post__img {
    max-height: 40rem;
    display: table;
    margin: 0 auto 1.5rem;
}
.inner-post-content * {
    max-width: 100%;
}
.inner-post-content img {
    max-width: 100%;
    height: auto;
    max-height: 40rem;
    object-fit: contain;
    margin: 0.75rem auto;
}
.blog {
    padding: 64px 0;
    background: url(../img/bg-blog.png) no-repeat;
    background-size: cover;
    background-position: right;
}
.blog h1.titulo-geral,
.section-inner-blog h1.titulo-geral {
    color: #fff;
}
.blog h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-azul.svg) no-repeat;
}
.post-item__img-wrapper {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.post-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all ease-out 0.3s;
}
.post-item:hover .post-item__img {
    transform: scale(1.1);
}
.post-item__time {
    color: #fff;
    font-size: 14px;
}
.post-item__title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.post-item__text,
.post-item__text a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.blog .btn-geral {
    background: url(../img/icons/bg-btn-azul-claro.svg) no-repeat;
    background-size: contain;
    background-position: center;
    padding: 18px 80px;
    font-size: 16px;
}

.eusoueu {
    padding: 60px 0;
}
.eusoueu h1.titulo-geral {
    color: #01995d;
}
.eusoueu h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-azul-escuro.svg) no-repeat;
}
.eusoueu img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: 0 0 10px;
}
.eusoueu h4 {
    color: #01995d;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.eusoueu p {
    color: var(--Gray-2, #4f4f4f);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.eusoueu .btn-geral {
    background: url(../img/icons/bg-btn-azul-escuro.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.eusoueu img.img {
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    height: 200px;
    z-index: -1;
}

.jogos {
    padding: 0 0 60px;
}
.jogos h1.titulo-geral {
    color: #01995d;
}
.jogos h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-laranja.svg) no-repeat;
}
.jogo-img-wrapper {
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.jogo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.jogo-img-icon-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 15rem;
    height: auto;
    z-index: -1;
}
.jogos h4 {
    color: var(--Gray-2, #4f4f4f);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.jogos .btn-geral {
    background: url(../img/icons/bg-btn-laranja.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.sugestao {
    padding: 60px 0;
    background: url(../img/bg-sugestao.png) no-repeat;
    background-size: cover;
    background-position: right;
}
.sugestao h1.titulo-geral {
    color: #fff;
}
.sugestao h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-rosa.svg) no-repeat;
}
.sugestao input {
    color: var(--Gray-3, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 52px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 20px;
}
.sugestao textarea {
    color: var(--Gray-3, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 237px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 20px;
}
.sugestao .btn-geral {
    background: url(../img/icons/bg-btn-rosa.svg) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
}

.tea {
    padding: 20px 0 60px;
}
.tea h1.titulo-geral {
    color: #01995d;
}
.tea h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-azul-claro.svg) no-repeat;
}

.tea p {
    color: var(--Gray-2, #4f4f4f);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apoio {
    display: grid;
    place-items: center;
    padding: 0 40px;
}

.apoio p {
    text-align: justify;
    max-width: 800px;
    font-size: 1.25rem;
}

.faq {
    padding: 60px 0;
    background: url(../img/bg-faq.png) no-repeat;
    background-size: cover;
}
.faq h1.titulo-geral {
    color: #fff;
}
.faq h1.titulo-geral:after {
    background: url(../img/icons/borda-titulo-laranja.svg) no-repeat;
}
section.faq #accordion .card {
    border-radius: 50px;
    margin-bottom: 40px;
    border: none;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 9%);
}
section.faq .card-header:first-child {
    border-radius: 0;
}
section.faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
section.faq button.btn.btn-link {
    color: var(--Gray-2, #4f4f4f);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 25px 30px;
    width: 100%;
    display: block;
    justify-content: normal;
    text-align: left;
}
section.faq #accordion .card {
    border-radius: 50px;
    margin-bottom: 40px;
    border: none;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 9%);
}
section.faq #accordion .card-body p {
    color: var(--Gray-2, #4f4f4f);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
section.faq #accordion .card-header button[aria-expanded="true"]:after {
    font-family: fontawesome;
    content: "\f077";
    vertical-align: middle;
    position: absolute;
    right: 30px;
    color: #01995d;
}
section.faq #accordion .card-header button[aria-expanded="false"]:after {
    font-family: fontawesome;
    content: "\f078";
    vertical-align: middle;
    position: absolute;
    right: 30px;
    color: #01995d;
}
section.faq #accordion .card-header .btn.focus,
section.faq #accordion .card-header .btn:focus {
    box-shadow: none;
}
section.faq #accordion .card-body {
    padding: 0 30px 30px;
}

.contato {
    padding: 60px 0;
}
.contato input {
    color: var(--Gray-3, #828282);
    border-radius: 30px;
    background: #fff;
    border: 1px solid #01995d;
    margin-bottom: 20px;
    padding: 14px 28px;
    height: auto;
}
.contato textarea {
    color: var(--Gray-3, #828282);
    border-radius: 30px;
    background: #fff;
    border: 1px solid #01995d;
    margin-bottom: 20px;
    padding: 14px 28px;
}
.contato .btn-geral {
    background: url(../img/icons/bg-btn-verde.svg) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
}

footer {
    width: 100%;
    height: 100px;
    background: url(../img/bg-footer.png) no-repeat;
    background-size: cover;
}

.btn-whatsapp {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.btn-whatsapp img {
    width: 200px;
}

.post-image {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: 10px 0;
    border-radius: 5px;
}

.btn-ler-mais {
    background-color: #f0ffff00;
    border: none;
}

.nav-item .nav-link {
    padding: 0;
    margin-bottom: 7px;
}

@media (max-width: 1400px) {
    header {
        padding: 2px 0;
        height: auto;
        background: #01995d;
    }
    header .navbar {
        height: auto;
    }
    header a.navbar-brand img {
        width: 100px;
    }
    header .btn-geral {
        font-size: 10px;
        padding: 10px 20px;
    }
    header.fixed .navbar-nav {
        background: #01995d;
    }
    header ul > li > .nav-link {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-top: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
    .btn-geral {
        font-size: 12px;
        padding: 10px 40px;
        margin: 10px auto 0;
    }
    header {
        position: sticky;
        top: 0;
        z-index: 99;
    }
    header.fixed .navbar-brand img {
        height: 35px;
        object-fit: contain;
    }
    header.fixed {
        position: sticky;
    }

    h1.titulo-geral {
        font-size: 24px;
        margin: 0 auto 30px;
    }
    section.vitrine img {
        max-height: 220px;
    }
    .webserie {
        padding: 30px 0;
    }

    .webserie img.img-1 {
        height: 70px;
        z-index: -1;
    }
    .webserie img.img-2 {
        height: 70px;
        margin-top: 0;
        z-index: -1;
    }
    .webserie img.img-3 {
        height: 70px;
        margin-top: -40px;
        z-index: -1;
    }
    .blog {
        padding: 30px 0;
        background: url(../img/bg-blog.png) no-repeat;
        background-size: cover;
        background-position: left;
    }
    .post-item__img-wrapper {
        height: 100px;
    }

    .post-item__time {
        font-size: 10px;
    }
    .post-item__title {
        font-size: 12px;
    }
    .post-item__text {
        font-size: 10px;
    }
    .blog .btn-geral {
        background: url(../img/icons/bg-btn-azul-claro.svg) no-repeat;
        background-size: contain;
        background-position: center;
        padding: 10px 20px;
        font-size: 10px;
    }
    .eusoueu {
        padding: 30px 0;
    }
    .eusoueu img.img {
        height: 100px;
    }
    .eusoueu img {
        height: 250px;
    }
    .eusoueu h4 {
        font-size: 12px;
    }
    .eusoueu p {
        font-size: 10px;
    }

    section.playlist img {
        /*height: 200px;*/
        object-fit: cover;
    }

    .jogos {
        padding: 0 0 30px;
    }
    .jogo-img-wrapper {
        height: 10rem;
    }
    .jogo-img-icon-inner {
        max-width: 10rem;
    }
    .jogos h4 {
        font-size: 12px;
    }

    .sugestao {
        padding: 30px 0;
    }
    .sugestao input {
        height: 40px;
        margin-bottom: 10px;
    }
    .sugestao textarea {
        height: 100px;
        margin-bottom: 10px;
    }
    .tea img {
        height: 250px;
    }
    .tea p {
        font-size: 10px;
    }
    .tea {
        padding: 10px 0 30px;
    }
    .faq {
        padding: 30px 0;
    }
    section.faq button.btn.btn-link {
        font-size: 12px;
        padding: 20px 20px;
    }
    section.faq #accordion .card {
        margin-bottom: 10px;
    }
    section.faq #accordion .card-body p {
        font-size: 12px;
    }
    .contato {
        padding: 30px 0;
    }
    .contato input {
        margin-bottom: 10px;
    }
    .contato textarea {
        margin-bottom: 10px;
    }
    .btn-whatsapp {
        right: 5px;
        bottom: 5px;
    }
    .btn-whatsapp img {
        width: 100px;
    }
    .apoio {
        display: grid;
        place-items: center;
        padding: 0 40px;
    }

    .apoio p {
        text-align: justify;
        font-size: 1rem;
    }
    .sugestao {
        padding: 60px 0;
        background: url(../img/bg-faq.png) no-repeat;
        background-size: cover;
        background-position: right;
    }
    .sugestao .btn-geral {
        background: url(../img/icons/bg-btn-rosa.svg) no-repeat;
        background-size: contain;
        background-position: center;
        border: none;
        margin-top: 40px;
    }
}
