@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,600;1,9..40,200;1,9..40,400&display=swap');

:root {
    --pading-container: 100px 0px;
    --color-title: white;
}

.border_box {
    grid-template-columns: 1fr 300px;
    display: grid;
}

body {
    font-family: DM Sans,sans-serif;
    background-color: #f4f7f3;
}

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--pading-container);
}

.hero {
    width: 100%;
    height: 80vh;
    min-height: 330px;
    max-height: 700px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #ffffff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000005e 10%, #0000009c 100% ), url('../images/officewallpaper.png');
    background-size: cover;
    z-index: -1;
}

/*Seccion de pestañas Hero*/
.hero-horoscopo {
    width: 100%;
    height: 80vh;
    min-height: 330px;
    max-height: 700px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #ffffff;
}

.hero-deporte {
    width: 100%;
    height: 80vh;
    min-height: 330px;
    max-height: 700px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #ffffff;
}

.hero-videojuego {
    width: 100%;
    height: 80vh;
    min-height: 330px;
    max-height: 700px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #ffffff;
}

.hero-horoscopo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000005e 10%, #2e15229c 100% ), url('../images/horoscopowallpaper.png');
    background-size: cover;
    z-index: -1;
}

.hero-videojuego::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000005e 10%, #2e15229c 100% ), url('../images/videojuegowallpaper.png');
    background-size: cover;
    z-index: -1;
}

.hero-deporte::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000005e 10%, #2e15229c 100% ), url('../images/deportewallpaper.png');
    background-size: cover;
    z-index: -1;
}

.nav {
    --pading-container: 0%;
}

/* Nav Section */

.nav {
    --pading-container: 0;
    height: 130px;
    padding: 20px;
    background: linear-gradient(to right,#161616 0%,#161616 40%,#1e1e1e 40%,#1e1e1e 106%) top/200% 200%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
}

.nav_items {
    list-style: none;
}

.nav_links {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
}

.nav_menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav_img {
    display: block;
    width: 30px;
}

.nav_close {
    display: var(--show, none)
}

/* Hero container */

.hero_container {
    max-width: 800px;
    display: grid;
    --padding-container:0;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 10%;
    text-align: center;
}

.hero_title {
    font-size: 3rem;
    border-bottom: 1px solid #FFFFFF;
}

.hero_paragraph {
    margin-bottom: 20px;
}

.cta {
    display: inline-block;
    background-color: #b00021;
    justify-self: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
}

/* About */

.about {
    text-align: center;
}

.about_maintitle {
    font-size: 3rem;
    margin-top: 80px;
    font-weight: bold;
    font-family: Rubik,Helvetica,Arial,sans-serif;
    color: #b00021;
    border-bottom: 1px solid #b00021;
    line-height: 4rem;
}

.about_main {
    padding-top: 30px;
    color: #FFFFFF;
    display: grid;
    width: 90%;
    margin: 40px auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}

.about_post1 {
    background-size: cover;
    margin: 20px;
    padding: 60px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0em 0.01rem 3px rgb(223 74 177);
    background-image: linear-gradient(180deg, #5a0c42ad 10%, #000000db 100% ), url(../images/horoscopopost.png);
}

.about_post2 {
    background-size: cover;
    margin: 20px;
    padding: 60px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0em 0.01rem 3px rgb(26 183 66);
    background-image: linear-gradient(180deg, #0d582094 10%, #000000db 100% ), url(../images/deportespost.png);
}

.about_post3 {
    background-size: cover;
    margin: 20px;
    padding: 60px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0em 0.01rem 3px rgb(102 94 217);
    background-image: linear-gradient(180deg, #1a165e87 10%, #000000db 100% ), url(../images/videojuegospost.png);
}

.subtitle {
    color: var(--color-title);
    font-size: 2rem;
    margin-bottom: 25px;
}

.about_paragraph {
    line-height: 1.7;
}

.content_link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
    box-sizing: border-box;
    cursor: pointer;
}

.content_links {
    display: inline-block;
    background-color: #b00021a1;
    justify-self: center;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 4px;
}

/* boxs */

.text-div {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    text-decoration: solid underline #b00021 2px;
    display: flex;
    flex-direction: column-reverse;
    height: 360px; 
    align-items: flex-end;
}

.subtext-div {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    text-decoration: solid underline #b00021 2px;
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    height: 180px;
    align-items: flex-end;
}

.div-submain {
    width: 70%;
    background-size: 100%;
    background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/Disney-invierte-mil-millones-en-Epic-Games-para-crear-un-Universo-de-Videojuegos.png);
    cursor: pointer;
}

.div-main {
    display: flex;
    padding: 40px 70px;
}

.div-submain-columna-1 {
    background-size: 50%;
    background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/Después-de-21-años-para-jugar-a-esta-saga-de-estrategia-y-ciencia-ficción,-decidieron-retrasar-su-lanzamiento.-Homeworld-3-necesita-tiempo-de-pulido.png);
    width: 280%;
    height: 200px;
    cursor: pointer;
}

.div-submain-columna-2 {
    background-size: 50%;
    background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/Demon-Slayer-To-The-Hashira-Training-se-Estrena-en-Latinoamérica,-Ofreciendo-un-Vistazo-Exclusivo-a-la-Próxima-Película.png);
    width: 280%;
    height: 200px;
    cursor: pointer;
}

/* Reels */

.reel_position {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 10px 40px;
    padding: 40px 40px;
}

.text_order {
    font-size: 1.6em;
    font-weight: 600;
    text-align: left;
    text-decoration: solid underline #b00021 2px;
    color: #212121;
    border-left: 40px solid rgb(230 232 229);
    border-radius: 5px;
    background: #bfbfbf42;
    box-shadow: -5px 0 0 0 rgb(176 0 33), 5px 0 0 0 rgb(176 0 33);
    padding: 5px 0px;
}

.text_order:hover {
    background: #b0002145;
    border-left: 40px solid #e2b4ba;
}

.text_order::before {
    content: url("../images/chevron.svg");
    height: 30px;
    width: 30px;
    float: left;
    display: block;
    margin-left: -30px;
}

/*Publish*/

.container_publish {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

iframe {
    border: none;
    width: 100%;
    height: 110vh;
    display: flex;
}

.template_noticias {
    width: 100%;
    height: 780px;
}

.noti-subrec {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 10px 40px;
    padding: 35px 40px;
    background: #FFF;
}

.noti-rec {
    font-size: 1.8em;
    font-weight: 600;
    color: #212121;
    background: #FFF;
    padding-top: 40px;
}

.noti-rec::before {
    content: "—";
    height: 20px;
    width: 40px;
    border-radius: 2px;
    float: left;
    display: block;
    color: #b00021;
    text-align: center;
}

.background_post {
    background: #161616;
}

.columna_articulo {
    margin: 0% 0% 0% 2%;
    background: #fff;
    padding: 5% 2%;
    border-right: 4px solid #b5b5b5;
    border-left: 4px solid #b5b5b5;
}

.imagesize {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 2em;
    border-left: 10px solid #b00021;
    border-right: 10px solid #b00021;
}

.quien_hora {
    color: #4c4c4c;
    margin: 20px 2px;
}

.subtitulo {
    font-size: 1.5rem;
    padding: 2% 0%;
    font-weight: 600;
    text-decoration: solid underline #b00021 2px;
}

.text_art {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0px;
    color: #101010;
}

.articulos {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1;
}

.subarticulos {
    font-size: 1.2rem;
    padding: 2% 0%;
    border-bottom: 1px solid #b5b5b5;
}
.articulos_title {
    font-size: 3.1rem;
    text-align: center;
    font-weight: 800;
}

/* Footer */

.template_footer {
    background: #FFF;
    width: 100%;
    height: 678px;
}

.footer {
    margin-top: 0em;
    background-color: #161616;
    height: 100%;
}

.footer_title {
    background-image: url(../images/logo.png);
    height: 90px;
    width: 284px;
    background-size: cover;
}

.footer_newsletter {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 100px;
    font-size: 12px;
    font-family: DM Sans,sans-serif;
}

.footer_copyright {
    color: white;
    font-size: 10px;
    font-family: DM Sans,sans-serif;
    border-bottom: 1px solid #FFF;
    font-weight: 400;
}
/* Diseño de Categorías */

.columna {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    grid-gap: 10px;
}

.informes {
    margin: 20px;
    background: #cfcfcf;
    padding: 30px;
    border-radius: 4px;
}

.main_title {
    text-decoration: none;
}

.informes_fecha {
    text-align: right;
    font-size: 80%;
    font-weight: 600;
}

/* Compartir */

.share {
    background: #00c307;
    margin: 15px;
    text-align: right;
    width: 22%;
    font-size: 115%;
    display: flex;
    border-radius: 8px;
    border-left: 40px solid #00c307;
    font-weight: 600;
}

.share::before {
    content: url(../images/whatsapp.svg);
    height: 30px;
    width: 30px;
    float: left;
    display: block;
    margin-left: -30px;
}

.whatsapp {
    padding: 16px;
    text-decoration: none;
    color: #FFFFFF;
}

/*** MIEMBROS DE EVOLVET NOTICIAS ***/

.cuadro_en {
    padding-top: 10px;
    color: #FFFFFF;
    display: grid;
    width: 90%;
    margin: 20px auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    justify-content: center;
    align-content: space-around;
    align-items: center;
    justify-items: end;
}

.aokmine {
    background-size: cover;
    margin: 20px;
    padding: 100px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    width: 75%;
    box-shadow: 0 0em 0.01rem 3px rgb(56 40 71);
    background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/miembros/aokmine.png);
}

.superelis {
    background-size: cover;
    margin: 20px;
    padding: 100px;
    width: 75%;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0em 0.01rem 3px rgb(56 40 71);
    background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/miembros/superelis.png);
}

/***************************** Dispositivos Móviles ************************************/

@media only screen and (max-width: 600px){
    .text-div {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1;
        color: #FFF;
        text-decoration: solid underline #b00021 2px;
        display: flex;
        flex-direction: column-reverse;
        height: 178px;
        align-items: flex-end;
    }

    .subtext-div {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1;
        color: #FFF;
        text-decoration: solid underline #b00021 2px;
        width: 50%;
        display: flex;
        flex-direction: row-reverse;
        height: 90px;
        align-items: flex-end;
    }
    .div-submain {
        width: 100%;
        background-size: 100%;
        background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/boxs/calles.jpeg);
        cursor: pointer;
    }

    .div-main {
        display: flex;
        padding: 0px;
    }

    .div-submain-columna-1 {
        background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/boxs/ancianos.jpeg);
        width: 200%;
        height: 100px;
        cursor: pointer;
    }
    
    .div-submain-columna-2 {
        background-image: linear-gradient(180deg, #00000033 10%, #000000db 100% ), url(../images/boxs/policias.jpeg);
        cursor: pointer;
        width: 200%;
        height: 100px;
    }

    .nav_menu {
        display:block;
    }

    .nav_link--menu {
        position: fixed;
        background-color: #000000db;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .2s opacity;
        flex-wrap: nowrap;
        align-content: flex-start;    
    }

    .nav_link--show {
        --show: block;
        opacity: 1;
        pointer-events: unset;
    }

    .nav_close {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }

    .hero_title {
        font-size: 2.5rem;
    }

    .about_main {
        gap: 2em;
    }

    .reel_title {
        font-size: 25px;
        padding: 2px;
    }

    .imgreel {
        aspect-ratio: 3/2;
    }

    .footer_container {
        flex-wrap: wrap;
    }

    .nav--footer {
        width: 100%;
        justify-items: center;
    }

    .columna {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .informes {
        margin: 20px;
        background: #cfcfcf;
        padding: 0px;
        border-radius: 4px;
    }
    .noti-rec {
        font-size: 1.8em;
        font-weight: 600;
        color: #212121;
        background: #FFF;
        padding-top: 40px;
    }
    
    .noti-subrec {
        display: grid;
        grid-gap: 10px 25px;
        background: #FFF;
    }

    .noti-rec::before {
        content: "—";
        height: 20px;
        width: 40px;
        border-radius: 2px;
        float: left;
        display: block;
        color: #b00021;
    }

    .columna_articulo {
        margin: 0%;
        background: #fff;
        padding: 5% 2%;
        border-right: 4px solid #b5b5b5;
        border-left: 4px solid #b5b5b5;
    }

    .text_art {
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.5;
        color: #101010;
    }

    .articulos {
        font-size: 2.1rem;
        font-weight: 600;
        line-height: 1;
    }

    .text_order {
        font-size: 1.1em;
        font-weight: 600;
        text-align: left;
        text-decoration: solid underline #b00021 2px;
        color: #212121;
        border-radius: 5px;
        padding: 5px 0px;
        border-left: 0px solid;
        background: #21212100;
        box-shadow: 0 0 0 0 rgb(176 0 33), 0 0 0 0 rgb(176 0 33);
    }

    .template_noticias {
        width: 100%;
        height: 840px;
    }

    .template_footer {
        background: #FFF;
        width: 100%;
        height: 760px;
    }

    .share {
        background: #00c307;
        margin: 15px;
        text-align: right;
        width: 45%;
        font-size: 115%;
        display: flex;
        border-radius: 8px;
        border-left: 40px solid #00c307;
        font-weight: 600;
    }

    .container_publish {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .nav {
        --pading-container: 0;
        height: 133px;
        width: 100%;
        padding: 11px;
        background-color: #0000008f;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .reel_position {
        display: grid;
        grid-template-columns: 3fr 3fr;
        grid-gap: 10px 28px;
        padding: 25px 25px;
    }

    .text_order:hover {
        background: #b0002145;
        border-left: 0px solid #e2b4ba;
    }

    .border_box {
        grid-template-columns: 1fr 0px;
        display: grid;
    }
}