@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,500;1,700;1,900&display=swap");

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-size: 18px;
}

/* unvisited link */
a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    line-height: 45px;
    padding: 0px 15px;
    margin: 0px !important;
}

section.section-topo {
    background: #3fafb0;
    line-height: 25px;
}

.box-top {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
}

.box-ultimas {
    display: flex;
    align-items: center;
}

.box-ultimas .box-slider {
    margin-left: 8px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    width: 735px;
    white-space: nowrap;
    overflow: hidden;
}

span.span-ultimas {
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
}

.box-data-hora-semana {
    display: flex;
    margin-right: 5%;
    background: #fff;
    padding: 0px 20px 0px 20px;
    font-weight: 400;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

p.dia-semana {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.box-data-hora-semana i {
    margin-right: 10px;
    line-height: inherit;
}

/* HEADER */
header.header-width {
    border-bottom: 1px solid #66666691;
    width: 98%;
    margin-left: 1%;
}

.slider>p>a {
    color: #fff;
}

.header-principal {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 15px 20px;
    justify-content: space-between;
    align-items: center;
}

ul.ul-nav-principal>li>a,
.ul-nav-footer>li>a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

ul.ul-nav-principal,
.ul-nav-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0px;
}

img.logo-header {
    width: 300px;
}

.header-principal-nav {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px 10px 20px;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #66666691;
    margin-top: 20px;
}

.box-pesquisa-menu {
    font-size: 30px;
}

nav.nav-principal {
    width: 100%;
}

.section-artigos-index {
    width: 96%;
    margin: 0 auto;
    max-width: 1800px;
}

.section-artigos-index>h1 {
    margin: 50px 0px !important;
}

.slider {
    display: flex;
}

.slider {
    position: relative;
    scroll-padding-bottom: 50px;
    right: 0;
    background: transparent;

    animation: anima 10s linear infinite;
}

@keyframes anima {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .box-ultimas .box-slider {
        width: 460px;
    }
}

@media screen and (max-width: 900px) {
    .box-top {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        align-content: stretch;
        align-items: center;
    }

    .box-data-hora-semana {
        margin-right: 0%;

        padding: 15px 20px 0px 20px;

        width: 200px;
    }

    .box-ultimas {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    span.span-ultimas {
        padding-top: 15px;
    }

    .box-ultimas .box-slide {
        width: 100%;
        height: 30px;
        white-space: nowrap;
        margin-top: 0px;
        overflow: hidden;
    }

    .box-slider {
        width: 96% !important;
        margin-left: 0px;
    }

    .slider p {
        margin: 10px 0px 15px 0px;
    }
}

@media screen and (max-width: 420px) {
    img.logo-header {
        width: 200px;
    }
}

/* ARTICLE BRANCO*/

.article-branco {
    width: 100%;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(232 232 232 / 94%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(232, 232, 232, 0.94);
    box-shadow: 0px 0px 18px 0px rgb(232 232 232 / 94%);
    background: rgb(246, 246, 246);
    background: linear-gradient(356deg, rgb(246 246 246) 0%, rgba(255, 255, 255, 1) 100%);
    color: #333;
}

.article-branco .canto-article {
    border-color: #3fafb0 #3babac transparent transparent;
    animation: efect-canto-quadro-branco 3s infinite;
}

@keyframes efect-canto-quadro-branco {
    50% {
        border-color: #3babac #3fafb0 transparent transparent;
    }
}

.article-branco .bolls-sorteio {
    border: 1px solid #ffffff;
    background-color: #3fafb0;
    box-shadow: inset -10px -10px 10px #2a8889, inset 3px 3px 5px #3babac;
    animation: efect-boll-rotate 1s ease, efect-boll-branca 3s infinite;

    color: #fff;
}

@keyframes efect-boll-branca {
    50% {
        box-shadow: inset -5px -10px 10px #83b4b4, inset 10px 3px 5px #51ced0;
    }
}

@keyframes efect-boll-rotate {
    20% {
        transform: rotateY(60deg);
    }

    40% {
        transform: rotateY(100deg);
    }

    60% {
        transform: rotateY(180deg);
    }

    80% {
        transform: rotateY(100deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

/* FIM ARTICLE BRANCO */

/* ARTICLE VERDE */
.article-verde {
    width: 48%;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(232 232 232 / 94%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(232, 232, 232, 0.94);
    box-shadow: 0px 0px 18px 0px rgb(232 232 232 / 94%);
    background: rgb(246, 246, 246);
    background: linear-gradient(0deg, rgb(63 175 176) 356%, rgb(48 159 160) 100%);
    color: #ffffff;
}

.article-verde .canto-article {
    border-color: #fcfcfc #f7f7f7 transparent transparent;
    animation: efect-canto-quadro-verde 3s infinite;
}

@keyframes efect-canto-quadro-verde {
    50% {
        border-color: #f7f7f7 #fcfcfc transparent transparent;
    }
}

.article-verde .bolls-sorteio {
    border: 1px solid #ffffff;
    background-color: #fcfcfc;
    box-shadow: inset -10px -10px 10px #e7e6e6, inset 3px 3px 5px #e6e6e6;
    animation: efect-boll-verde 3s infinite, efect-boll-rotate 1s ease;
    color: #333;
}

@keyframes efect-boll-verde {
    50% {
        box-shadow: inset -10px -10px 10px #c8c7c7, inset 3px 3px 5px #d1c5c5;
    }
}

/* FIM ARTICLE VERDE */

/* EFEITOS BOLLS */

.span-boll {
    animation: efect-boll-um-verde 1.5s;
}

@keyframes efect-boll-um-verde {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* FIM EFEITOS BOLLS */
ul.ul-nav-principal>li>a:hover {
    color: #3fafb0;
}

.article-index {
    position: relative;
}

article.article-index {
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
}

article.article-index.article-branco.article-prox-concurso:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -36px;
    background-color: #f3f3f3;
    width: 100%;
    height: 1px;
}

article.article-index h3,
article.article-index h2,
article.article-index h1 {
    margin: 15px 0px;
}

article.article-index h2 {
    font-size: 30px;
}

article.article-index h3 {
    font-size: 28px;
}

.canto-article-left {
    position: absolute;
    margin: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 30px solid !important;
    color: #fff;
    text-align: center;
    transform: rotate(180deg);
    bottom: 0px !important;
    top: inherit !important;
}

.article-branco .canto-article {
    border-color: #3fafb0 #3babac transparent transparent !important;
    animation: efect-canto-quadro-branco 3s infinite;
}

.canto-article {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 60px solid;
    color: #fff;
    text-align: center;
}

.box-artigos-index {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

img.img-canto-artigo {
    position: absolute;
    top: -50px;
    width: 40px;
    right: -50px;
    animation: efect-img-logo-marca 3s infinite;
    opacity: 1;
}

@keyframes efect-img-logo-marca {
    50% {
        opacity: 0.7;
    }
}

.bolls-sorteio {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
}

section.box-bolls {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25px;
    margin-bottom: 25px;
}

a.link-mais-detalhes {
    color: #3fafb0;
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 10px;
    text-decoration: underline;
    letter-spacing: 2px;
}

article.article-index {
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
    padding: 15px 0px;
    width: 95%;
    min-height: 200px;
    padding-bottom: 50px;
}

article.article-index h3 {
    font-size: 22px;
    font-weight: 400;
}

article.article-index h1 {
    margin-top: 70px !important;
    font-size: 28px;
    color: #3fafb0;
    font-weight: 700;
}

article.article-index h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px !important;
}

span.aviso-article {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    padding: 10px;
    border-bottom-right-radius: 5px;
    background: #3babac;
    color: #fff;
}

h3>span {
    font-weight: 600;
    line-height: 50px;
    font-size: 30px;
}

p.data-por-ext {
    font-size: 20px;
}

p.p-premiacoes>span {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.box-premiacoes>p {
    line-height: 32px;
}

.box-premiacoes {
    margin: 15px;
}

p.aviso-acumulou {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    background: #3fafb0;
    border-radius: 5px;
    padding: 5px 10px;
}

/* DIV HR */
.linha-hr {
    display: block;
    /* background: red; */
    height: 30px;
    width: 100%;
    margin-top: 50px;
    max-width: 95%;
    border-top: 1px solid #f3f3f3;
    border-radius: 8px;
}

/* PAGINAÇÂO */
.box-link-paginacao {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
    padding: 15px 0px;
    width: 95%;
    margin-bottom: -60px;
    border-top: 1px solid #f3f3f3;
}

.box-link-paginacao>a {
    color: #3babac;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid #3fafb0;
}

.box-link-paginacao>a:hover {
    /* color: red; */
    border-bottom: 1px solid #3fafb0;
    font-weight: 500;
}

article.article-index.article-verde {
    display: none;
}

/* FOOTER */
footer {
    width: 100%;
    background: #3fafb0;
    margin: 0px;
    padding: 25px 0px;
    margin-top: 100px;
}

img.img-logo-rodape:hover {
    box-shadow: 0px 0px 18px 0px rgb(45 102 102 / 57%);
}

ul.ul-nav-footer li a img {
    width: 50px;
}

ul.ul-nav-footer {
    margin: 0;
}

ul.ul-nav-footer li {
    margin: 0px;
    padding: 0px 0px;
}

ul.ul-nav-footer li a {
    color: #fff;
}

ul.ul-nav-footer li a:hover {
    color: #202020;
}

i.fa.fa-search {
    background: #3fafb0;
    padding: 10px 11px;
    margin-left: -3px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    font-size: 28px;
}

button {
    background: no-repeat;
    border: none;
}

.form_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-redes-footer {
    margin-top: 0px;
}

@media screen and (max-width: 1024px) {

    ul.ul-nav-principal>li>a,
    .ul-nav-footer>li>a {
        font-size: 18px;
        letter-spacing: 0em;
    }
}

@media screen and (max-width: 780px) {
    .box-redes {
        margin-bottom: 15px !important;
    }

    .box-redes-footer {
        margin-top: 25px !important;
    }

    ul.ul-nav-principal li,
    .ul-nav-footer li {
        margin: 10px;
        border-bottom: 1px solid #55555547;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }

    ul.ul-nav-footer li {
        margin: 0px;
        padding: 10px 0px;
    }

    ul.ul-nav-principal>li>a,
    .ul-nav-footer>li>a {
        font-size: 20px;
    }

    ul.ul-nav-principal,
    .ul-nav-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        list-style: none;
        padding: 0px;
        flex-direction: column;
    }

    .bolls-sorteio {
        width: 70px;
        height: 70px;
        font-size: 36px;
    }

    article.article-index h1 {
        font-size: 24px;
    }

    .header-principal {
        display: flex;
        flex-direction: column;
    }

    .box-logo-principal {
        margin: 10px 0px 20px 0px;
    }

    .box-pesquisa-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    article.article-index h1 {
        margin-top: 100px !important;
        line-height: 35px;
    }

    .box-link-paginacao {
        display: flex;
        flex-direction: column;
    }

    a#a-prox-concurso {
        margin: 20px 0px 20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .bolls-sorteio {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    ul.ul-nav-principal>li>a,
    .ul-nav-footer>li>a {
        font-size: 18px;
    }
}