/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema filho para o Hello Elementor - Versão Responsiva
Author: Seu Nome
Template: hello-elementor
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* ===== RESET E CONFIGURAÇÕES BÁSICAS ===== */
* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    background-color: #ffffff;
    margin: 0;
    overflow-x: hidden;
}

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

.container {
    
}

/* ===== SEÇÕES PRINCIPAIS ===== */
.section {
    width: 100%;
}

.section__1dobra {
    width: 1200px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    margin: 0 auto;
    margin-top: 2.2rem;
    align-items: start;
    gap: 1rem;
    transition: all 0.5s ease;
}

.section__1dobra__foco__destaques {
    grid-template-columns: 1fr 1fr;
}

.section__2dobra {
    width: 1200px;
    margin: 0 auto;
    margin-top: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

/* ===== SLIDES DE NOTÍCIAS ===== */
.slide__news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    transition: all 0.5s ease;
}

.slide__news__foco__1 {

    grid-template-columns: 1.7fr 1fr;

}

.slide__news__foco__2 {

    grid-template-columns: 1fr 1.7fr;

}

.img__slide__1 {
    min-height: 31rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    border: none;
    border-radius: 0.9rem;
    display: flex;
    align-items: end;
    cursor: pointer;
}

.bloco__slide__2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.img__slide__2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    border: none;
    border-radius: 0.9rem;
    display: flex;
    align-items: end;
    width: 100%;
    transition: width .35s ease;
    overflow: hidden;
    cursor: pointer;
}

.img__slide__2:hover {
    width: 110%;
}

.bloco__descricao__slide {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem 1rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    border-radius: 0 0 0.9rem 0.9rem;
}

.titulo__slide__news__1 {
    font-size: 2rem;
    color: #ffffff;

}

.titulo__slide__news__2 {
    font-size: 1.5rem;
    color: #ffffff;

}

.lh__slide1 {
    line-height: 2.6rem;
}

.lh__slide2 {
    line-height: 2rem;
}

/* ===== FUNDOS DOS TÍTULOS ===== */
.fundo__titulo__slide__noticias,
.fundo__titulo__slide__apps,
.fundo__titulo__slide__toplistas,
.fundo__titulo__slide__dinheiroonline,
.fundo__titulo__slide__tendencias,
.fundo__titulo__slide__tutoriais {
    padding: 0 .25rem .1rem .25rem;
    font-family: "Inter", sans-serif;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: .15rem;
}

.mais__recentes__svg {
    color: rgba(72, 41, 159, .85);

}

.fundo__titulo__slide__noticias {
    background: rgba(122, 201, 18, 0.85);
}

.fundo__titulo__slide__apps {
    background: rgba(18, 174, 201, 0.85);
}

.fundo__titulo__slide__toplistas {
    background: rgba(202, 89, 18, 0.85);
}

.fundo__titulo__slide__dinheiroonline {
    background: rgba(119, 0, 255, 0.85);
}

.fundo__titulo__slide__tendencias {
    background: rgba(230, 215, 5, .85);
}

.fundo__titulo__slide__tutoriais {
    background: rgba(18, 87, 201, 0.85);
}

.seta__titulo {
    font-weight: 400;
}

/* ===== SEÇÃO DESTAQUES ===== */
.container__destaques {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 0;
    border-radius: 0.62rem;
    min-height: 25rem;
    padding: 1.8rem 1.5rem;
    border: 1px solid #e5e3e7d9;
}


.head__destaques {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.titulo__head__destaques {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.titulo__destaques {
    font-size: 1.6rem;
    color: #90A1B9;
}

.fogo__destaques {
    color: #90A1B9;
    transition: all 1s ease;
}

.fogo__destaques__foco {
    color: #7700ff;
    width: 1.5rem;
    height: auto;
}



.mais__head__destaques {
    display: flex;
    gap: 0.5rem;
}

.mais__texto__head {
    color: #89A9B7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mais__texto__head:hover {
    color: #3B82F6;
}

.bloco__destaques {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.article__destaques {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
}

.link__conteudo {
    text-decoration: none;
    display: flex;
    padding: 0 1.5rem;
    transition: all 0.7s ease;
    border-radius: 0.5rem;
}

.link__conteudo__foco {
    padding: 1rem;
}

.link__conteudo:hover {
    opacity: 0.9;

}

.numeracao__destaques {
    color: #D1D5DB;
    font-size: 2rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    font-weight: 700;
}

.titulo__artigo__destaques {
    color: #3a3a3a;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-weight: 500;
    line-height: 1.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.data__article__destaques {
    font-size: 0.8rem;
    color: #6B7290;
}

/* ===== SEÇÃO MAIS RECENTES ===== */
.mais__recentes {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.titulo__mais__recentes {
    color: rgba(53, 41, 83, 0.85);
    font-size: 1.8rem;
    margin: 0 0 -0.3rem 0;
}

.artigos__mais__recentes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.link__artigo__padrao {
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link__artigo__padrao:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.artigo__padrao {
    border: 1px solid #90959e5e;
    border-radius: 0.62rem;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 29px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.artigo__padrao:hover {
    border-color: #3B82F6;
}

.img__artigo__padrao {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    display: block;
    border-radius: 0.62rem 0.62rem 0 0;
    transition: transform 0.3s ease;
}

.link__artigo__padrao:hover .img__artigo__padrao {
    transform: scale(1.05);
}

.bloco__descricao__padrao {
    padding: 0 25px 25px 25px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.titulo__artigo__padrao {
    color: #3A3A3A;
    font-size: 1.15rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.link__artigo__padrao:hover .titulo__artigo__padrao {
    color: #3B82F6;
}

.bloco__details__padrao {
    display: flex;
    justify-content: space-between;
}

.details__artigo__padrao {
    color: #90959E;
    font-size: 12px;
}

.tempo__leitura__mais__padrao {
    font-size: 13px;
    color: #90959E;
}

.space {
    min-height: 350px;
}

/* ===== OUTROS ELEMENTOS ===== */
.marcador__slide__news {
    margin-top: 2rem;
    align-self: center;
}

.article__slide__news {
    border-radius: 0.62rem;
}

.link__slide__news {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 2.9rem;
}

.img__slide__news {
    width: 39rem;
    height: 18rem;
    object-fit: cover;
    display: block;
    border-radius: 0.62rem 0.62rem 0 0;
}

.titulo__slide__news {
    font-size: 1.5rem;
    color: #3A3A3A;
}

.excerpt__slide__news {
    font-size: 1rem;
    color: #3A3A3A;
    font-weight: 400;
}

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

.acessar__slide__news {
    color: #3B82F6;
    font-size: 1.1rem;
}

.details__article {
    font-size: 0.7rem;
    color: #C1C4C9;
    padding: 0 1.5rem;
}

.container__2dobra {
    display: flex;
    gap: 0.5rem;
}

.google__and__wpp {
    margin: 0 auto;
    width: 1200px;
    padding: 0 0;
}

/* ===== MEDIA QUERIES PARA RESPONSIVIDADE ===== */

/* Desktop Medium (992px - 1199px) */
@media (max-width: 1199px) {

    body {
        overflow-x: hidden;
    }

    .section__1dobra,
    .section__2dobra,
    .google__and__wpp {
        width: 95%;
        max-width: 1000px;
        padding: 0 1rem;
    }

    .artigos__mais__recentes {
        gap: 2rem;
    }

}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {

    .section__1dobra {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 1.5rem;
    }

    .slide__news {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .bloco__slide__2 {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .img__slide__1 {
        min-height: 25rem;
    }

    .img__slide__2 {
        min-height: 12rem;
    }

    .img__slide__2:hover {
        width: 100%;
    }

    .titulo__slide__news__1 {
        font-size: 2.3rem;
        padding: 0 2rem 1rem 1rem;
    }



    .titulo__slide__news__2 {
        font-size: 1.2rem;
        padding: 0 2rem 1rem 1rem;
    }

    .lh__slide1 {
        line-height: 3.1rem;
    }

    .lh__slide2 {
        line-height: 1.6rem;
    }

    .container__destaques {
        padding: 1.5rem 1rem;
    }

    .head__destaques {
        padding: 0;
    }

    .titulo__destaques {
        font-size: 1.4rem;
    }

    .titulo__artigo__destaques {
        font-size: 1.1rem;
    }

    .numeracao__destaques {
        font-size: 1.5rem;
        min-width: 2rem;
        max-width: 2rem;
    }

    .artigos__mais__recentes {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .titulo__mais__recentes {
        font-size: 1.6rem;
    }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .section__1dobra,
    .section__2dobra {
        margin-top: 1rem;
        gap: 1.5rem;
    }

    .bloco__slide__2 {
        grid-template-columns: 1fr;
    }

    .img__slide__1 {
        min-height: 20rem;
    }

    .img__slide__2 {
        min-height: 15rem;
    }

    .img__slide__2:hover {
        width: 100%;
    }

    .titulo__slide__news__1 {
        font-size: 1.5rem;
    }

    .titulo__slide__news__2 {
        font-size: 1.1rem;
    }

    .lh__slide1 {
        line-height: 0.7rem !important;
    }

    .lh__slide2 {
        line-height: 1.4rem;
    }

    .bloco__descricao__slide {
        padding: 0 0.5rem 0.8rem 0.8rem;
    }

    .container__destaques {
        padding: 1rem 0.8rem;
        gap: 1.5rem;
    }

    .titulo__destaques {
        font-size: 1.2rem;
    }

    .titulo__artigo__destaques {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .numeracao__destaques {
        font-size: 1.2rem;
        min-width: 1.5rem;
        max-width: 1.5rem;
    }

    .data__article__destaques {
        font-size: 0.7rem;
    }

    .artigos__mais__recentes {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .titulo__mais__recentes {
        font-size: 1.4rem;
    }

    .artigo__padrao {
        gap: 20px;
    }

    .bloco__descricao__padrao {
        padding: 0 20px 20px 20px;
        gap: 18px;
    }

    .titulo__artigo__padrao {
        font-size: 1rem;
    }

    .img__artigo__padrao {
        height: 8rem;
    }

    .mais__texto__head,
    .link__conteudo,
    .link__artigo__padrao {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

/* Mobile Medium (480px - 575px) */
@media (max-width: 575px) {

    body {
        overflow-x: hidden;
    }

    .img__slide__1 {
        min-height: 18rem;
    }

    .img__slide__2 {
        min-height: 12rem;
    }

    .img__slide__2:hover {
        width: 100%;
    }

    .titulo__slide__news__1 {
        font-size: 1.3rem;
    }

    .titulo__slide__news__2 {
        font-size: 1rem;
    }

    .container__destaques {
        padding: 0.8rem 0.6rem;
    }

    .link__conteudo {
        padding: 0 0.8rem;
    }

    .titulo__artigo__destaques {
        font-size: 0.95rem;
    }

    .bloco__descricao__padrao {
        padding: 0 15px 15px 15px;
        gap: 15px;
    }

    .titulo__artigo__padrao {
        font-size: 0.95rem;
    }

    .img__artigo__padrao {
        height: 7rem;
    }

    .article__destaques {
        padding: 0.5rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .article__destaques:last-child {
        border-bottom: none;
    }
}

/* Mobile Small (até 479px) */
@media (max-width: 479px) {

    body {
        overflow-x: hidden;
        
    }

    .section__1dobra,
    .section__2dobra {
        padding: 0 0.5rem;
    }

    .img__slide__1 {
        min-height: 25rem;
    }

    .mais__head__destaques {
        align-items: center;

    }

    .head__destaques {
        padding: 0 1rem;
    }


    .img__slide__2 {
        min-height: 15rem;
    }

    .img__slide__2:hover {
        width: 100%;
    }

    .titulo__slide__news__1 {
        font-size: 1.7rem;
    }

    .titulo__slide__news__2 {
        font-size: 1.3rem;
    }

    .lh__slide1 {
        line-height: 2.3rem !important;
    }

    .lh__slide2 {
        line-height: 1.8rem !important;
    }

    .bloco__descricao__slide {
        padding: 0 0.4rem 0.6rem 0.6rem;
    }

    .container__destaques {
        padding: 1rem 1rem;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .titulo__destaques {
        font-size: 1.5rem;
    }

    .titulo__artigo__destaques {
        font-size: 1.2rem;
        line-height: 1.3rem;
        gap: 0.6rem;
    }

    .numeracao__destaques {
        font-size: 1.5rem;

    }

    .data__article__destaques {
        font-size: 0.65rem;
    }

    .link__conteudo {
        padding: 0 0.6rem;
    }

    .titulo__mais__recentes {
        font-size: 1.5rem;
    }

    .mais__recentes {
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .artigos__mais__recentes {
        gap: 1rem;
    }

    .artigo__padrao {
        gap: 15px;
    }

    .bloco__descricao__padrao {
        padding: 0 12px 12px 12px;
        gap: 12px;
    }

    .titulo__artigo__padrao {
        font-size: 1.2rem;
    }

    .img__artigo__padrao {
        height: 15rem;
    }

    .details__artigo__padrao,
    .tempo__leitura__mais__padrao {
        font-size: 10px;
    }

    .space {
        min-height: 200px;
    }
}

/* Landscape em mobile */
@media (max-width: 767px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .img__slide__1 {
        min-height: 12rem;
    }

    .img__slide__2 {
        min-height: 8rem;
    }

    .img__slide__2:hover {
        width: 100%;
    }

}

/* Preferências de acessibilidade */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {

    .titulo__artigo__destaques,
    .titulo__artigo__padrao {
        color: #000000;
    }
}
