@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

*{
box-sizing: border-box;
padding: 0;
margin: 0;
}

/* HEADER */
header{
    background: #441568;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5em;
    gap: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 50px;
 figure img{
    width: 90%;
    height: 90%;
    object-fit: contain;
    display: block;
 }
 figure{
    width: 100%;
    height: 15vh;
    margin-top: 0.5em;
    object-fit: contain;
 }
}

/* MENÚ */
header nav ul li{
    justify-content: space-between;
    align-items: center;
    list-style:none;
    width: 30%;
    margin: 2em;
}
header nav ul li a{
    text-decoration: none;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}
nav{
    position: relative;
    margin-right: 0.5em;
}
.menu-icon{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../imagenes/menu-aqua.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 101;
    position: relative;
    padding: 2rem;
}
nav ul{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    margin: 0; /* Añadir esto */
    padding: 0; /* Añadir esto */
}

/* MENÚ ACTIVO */
nav ul.active{
    display: flex;
}
body{
    margin: 0;
    background: linear-gradient(180deg, #1c0837 40%, #491567 100%);
    color: #fff;
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}
h2{
    color: #2abce1 ;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform:uppercase;
    font-size: 1.6em;
    text-align: center;
    margin: 0.7em;
    margin-bottom: -10px;
}

/* BOTONES */
.botoncontainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.boton-interactivo{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    width: 90%;
    padding: 10px;
    margin: 0.5rem;
    border-radius: 20px;
    border-color: #2ae1c1;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    align-self: center;
    background-color: #2ae1c1;
    color: #101b37;
    a{
        text-decoration: none;
        color: #101b37;
    }
}
.boton-interactivo:hover{
    background-color: #000;
    color: #fff;
    border-color: #2ae1c1;
    border-style: solid;
    border-width: 5px;
    a{
        color: #2ae1c1;
    }
}

/* NOTICIAS DESMENTIDAS */
article {
    color: #fff;
    padding: 1.5em;
    margin: 1em;
    border-radius: 15px;
    text-align: left;
    a{
        text-decoration: none;
        color: #2abce1;
        font-family: "Poppins", sans-serif;
        font-size: 0.8em;
        font-weight: 700;
        margin: 0.9em;
        text-transform: uppercase;;
        display: block;
        text-align: right;
    }
}
h3{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.3em;
}
p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
}
.mas-info{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    align-content: center;
    height: 7em;
    margin: -40px;
    margin-top: -1.5em;
}
#flecha{
    background-image: url("../imagenes/chevrons-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: -30px;
}
    /* IMAGENES NOTICIAS */
.noticia{
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 100%;
    border-radius: 15px;
}

/* NOTICIAS COMPLETAS*/
.hora-fecha{
    font-size: 0.7em;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-areas: "fecha hora";
    gap: 5.6rem;
    margin: -30px;
}
.noticia-completa{
    margin: 20px;
    margin-bottom: -20px;
}
.noticias-recomendaciones{
    margin-top: -40px;

}
#chamuyo-cartel{
    background-image: url("../imagenes/chamuyo2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    margin: 15px;
    margin-bottom: -25px;
    rotate: 10deg;
}
#posta-cartel{
    background-image: url("../imagenes/posta2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35%;
    margin: 10px;
    margin-bottom: -25px;
    rotate: 10deg;
}
.titulo-noticia-completa{
    border-radius:15px;
    border-color: #551917d0;
    background-color: #5519179d;
    border-style: solid;
    border-width: 10px;
    padding: 20px;
}
.titulo-noticia-completa-verdadero{
    border-radius:15px;
    border-color: #1e683e9d;
    background-color: #1e683e9d;
    border-style: solid;
    border-width: 10px;
    padding: 20px;
}
.recomendaciones{
    background-color: #1c0837;
    border-radius: 20px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
    margin: 10px;
    img{
        width: 110px;
        border-radius: 15px;
    }
    a{
        font-size: 0.7em;
        text-align: left;
        text-decoration: none;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
    }
}


/* NOTICIAS Y CONSEJOS COLORES */
.falso{
    background-color: #5519179d ;
    color: #fff;
}
.verdadero{
    background-color: #1e683e9d ;
    color: #fff;
}

/* CONSEJOS DE SEGURIDAD */
.consejos ul{
    list-style: none;
    li{
     font-size: 1.2em;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-style: normal;
     text-transform: uppercase;
    }
    p{
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 0.8em;
     padding: 0.5em;
    }
}

/* OBJETIVO */
#mujer-objetivo{
    background-image: url("../imagenes/mujer-ia.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
    color: #00000000;
    height: 12em;
}
video{
    border: #b9bfcf 5px solid;
    border-radius: 20px;
    margin-top: -40px;
    height: auto;
    width: 100%;
}
.reglas ul li{
        align-items: center;
        list-style: disc;
        margin: 1em;
        text-decoration: none;
        color: #fff;
        text-align: left;
        font-family: "Poppins", sans-serif;
        font-size: 0.9em;
        font-weight: 400;
        text-align: left;   
}

/* PONTE A PRUEBA - JUEGO */

.imagenes-juego{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 2rem;
    padding: 2rem;
}
.juego-ejemplos{
    img{
        width: 100%;
    }
 }
 /* IMAGEN ANIMAL-POSTA*/
 .juego-ejemplos:first-of-type{
    img{
        rotate: -5deg;
    }
}
 /* IMAGEN HUMANO-CHAMUYO*/
 .juego-ejemplos:last-of-type{
    img{
        rotate: 5deg;
    }
}

/* SUBI TU ARCHIVO */
span{
    p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    font-style: italic;
    color: #2abce1;
    text-align: center;
    }
}
.enlace-posteo{
    font-family: "Poppins", sans-serif;
    font-weight:200;
    font-style: normal;
    font-size: 1em;
    padding: 20px;
    margin:15px;
    border-radius: 20px;
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: 60px;
    color: #000000;
}
.subir-archivo{
    background-color: #00000036;
    border-radius: 35px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    padding: 25px;
    margin: 6%;
    align-items: center;
    div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1em;
        img{
            height: 150px;
            width: 150px;
            margin: -20px;
        }
    }
}

/* CREA UN POSTEO */
.crea-posteo{
    background-color: #00000036;
    border-radius: 21px;
    padding: 5%;
    margin: 5%;
    border-color:#fff;
    border-style: solid;
    border-width: 6px;
    margin-bottom: 250px;
}
h4{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    padding: 3%;
    margin: 3%;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #2abce1;
    text-align: center;
}
/* INPUT */
.titulo-posteo{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    border-radius: 35px;
    border-color: #2abce1;
    color: #ffffff;
    background-color: #00000036;
    border-style: solid;
    border-width: 5px;
    padding: 4%;
    margin: 5%;
}
.escribir-posteo{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    border-radius: 35px;
    border-color: #2abce1;
    color: #ffffff;
    background-color: #00000036;
    border-style: solid;
    border-width: 5px;
    padding: 5%;
    margin: 5%;
    min-height: 30%;
    resize: vertical;
}
/* BOTONES IMG */
.boton-posteo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 2rem;
    img{
        height: 40px;
    }
}

/* INICIAR SESIÓN */
/* INPUT */
.iniciar-sesion{
    font-family: "Poppins", sans-serif;
    font-weight:300;
    font-style: normal;
    font-size: 1em;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: left;
    background-color: #fff;
    width: 80%;
    color: #000000;
}
.datos-inicio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* H6 contraseña */
.olvidar-contraseña{
    font-size: 0.8em;
    text-align: center;
    margin-left: 0%;
}

/* MI PERFIL */
.mi-perfil{
    background-color: #00000036;
    border-radius: 35px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    padding: 5%;
    margin: 10%;
    margin-top: 25px;
    height: auto;
    width: 80%;
    text-align: center;
    div img{
        height: 20px;
        width: 20px;
    }
}
.editar-perfil{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
    margin: -40px;
}

/* CREAR CUENTA */
/* INPUT */
.datos-cuenta{
    font-family: "Poppins", sans-serif;
    font-weight:300;
    font-style: normal;
    font-size: 1em;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    background-color: #fff;
    width: 90%;
    color: #000000;
    margin-left: 5%;
    margin-bottom: 10px;
}

/* FORO */
.aportes-comunidad{
    background-color: #00000036;
    border-radius: 35px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    padding: 25px;
    margin: 6%;
    align-items: center;
    h6{
        margin-bottom: 20px;
    }
}
.titulo-comunidad{
    padding: 0;
    margin: -10px;
}
.aporte-usuario{
    padding-bottom: 2em;
    margin-top: -15px;

}
.aporte-usuario2{
    padding-bottom: 2em;
    margin-bottom: -15px;
    margin-top: -10px;
}
.aporte-usuario4{
    padding-bottom: 2em;
    margin-bottom: -15px;
    margin-top: -15px;
}

/* ACTIVIDAD RECIENTE */
.aportes-perfil{
    background-color: #00000036;
    border-radius: 35px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    padding: 20px;
    margin: 20px;
    margin-top: 35px;
    align-content: center;
    align-items: center;
    align-self: center;
}
.fecha-posteo{
    color: #fff;
    font-size: 1em;
}
.actividad-posteo{
    border-block-end: solid 3px #2abce1;
    padding-bottom: 1em;
    margin: 10px;
}
.actividad-posteo2{
    border-block-end: solid 3px #2abce1;
    padding-bottom: 1em;
    margin: 10px;
}
.actividad-posteo3{
    margin: 10px;
    margin-bottom: 0px;
}
.puntuacion{
    text-align: left;
    margin: 10%;
}
.aportes{
    color: #fff;
    font-size: 1.5em;
    margin: 2%;
    text-align: left;
}
.circulo-actividad{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 15px;
}
.puntuacion-usuario{
    display:grid;
    grid-template-areas: "circulo-actividad puntuacion-usuario usuario";
    align-items:center;
    justify-content: center;
    margin: -15%;
    gap: 1rem;
}
.usuario-lara{
    figure img{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-top: -25px;
    }
}
.usuario{
    display: flex;
    align-items: center;
    justify-content: left;
    figure img{
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }
}
.usuario4{
    display: flex;
    align-items: center;
    justify-content: left;
    border-block-start: #2abce1 solid 3px;
    figure img{
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }
}
.usuario-comenta{
    display: flex;
    margin: -30px;
    margin-left: 20px;
    figure img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
}
h5{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    background-color: #2abce1;
    border-radius: 15px;
    margin: 5%;
    padding: 3%;
    color: #000;
    height: 35px;
    width: 150px;
    text-align: center;
    justify-content: center;
}
/* USUARIO COMENTA */
h6{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2abce1;
    margin-left: 15px;
    margin-top: 2px;
    a{
        text-decoration: none;
        color: #2abce1;    
    }
}
h6 span{
    font-weight: 400;
    font-size: 0.8em;
    color: #fff;
    font-size: 1.1em;
}

/* FOOTER */
footer{
    background-color: #101b37;
    color: #ffffff;
    padding: 1em;
    text-align: left;
    font-size: 0.1em;
    height: auto;
    a{
        text-decoration: none;
        color: #2abce1;
        font-family: "Poppins", sans-serif;
        font-size: 10em;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        text-align: center;
        height: 30px;
    }
}
footer ul li {
    list-style: none;
    a{
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 8em;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
}
.footercontainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: -20px;
}
.contacto{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8em;
    text-align: center;
    color: #fff;
}

.info-footer{
    font-size: 10em;
    color: #2abce1;
    font-weight: 700;
    text-align: center;
    margin: 10px;
}

/* RESPONSIVE MOBILE CELULAR*/
@media screen and (max-width: 600px) {
    header{
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    header img{
        min-width: 100%;
        max-width: 100%;
    }
    header nav ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    div{
        padding: 2rem;
    }
    .menu-icon {
        display: block;
        width: 35px;
        height: 35px;
        scale: 90%;
        background-image: url('../imagenes/menu-aqua.svg');
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 101;
        position: relative; /* Añadir esto */
    }
    section{
        padding: 5%;
        align-items: center;
    }
    .botoncontainer{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: max-content;
        padding:0;
        gap: 0px;
    }

    .datos-inicio{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: max-content;
        padding:0;
        gap: 0px;
    }
    .verdadero{
        height: auto;
    }
    
    .falso{
        height: auto;
    }
    .boton{
        width: 40px;
    }
    .boton-noticia{
    padding: 0%;
    }
    .aportes-tablet{
        margin: 0%;
        padding: 0%;
    }
}

/* RESPONSIVE TABLET */
@media screen and (min-width: 768px) {
    header{
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 97%;
        gap: 20em;
        figure{
            height: 130%;
            width: 130%;
            object-fit: contain;
            justify-content: left;
        }
    }
    .menu-icon {
        display: block;
        width: 35px;
        height: 35px;
        margin-right: 20px;
        scale: 110%;
        background-image: url('../imagenes/menu-aqua.svg');
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 101;
        position: relative;
    }
    section{
        padding: 2%;
        align-items: center;
    }
    p{
        margin: 0.5em;
        font-size: 1em;
    }
    .botoncontainer{
        display: flex;
        flex-direction: column;
        justify-self: center;
        width: 50%;
        height: max-content
        x-content;
        padding:0;
        margin-bottom: 30px;
    }
    .mas-info{
     gap: 0.6rem;
     margin-right: -20px;
     a{
        font-size: 1.4em;
     }
    }
    #flecha {
        width: 50px;
        height: 50px;
    }
    .boton{
        width: 50px;
    }
    .imagenes-juego{
        padding: 5rem;
        margin-bottom: -40px;
    }
    /* NOTICIAS COMPLETAS */
    #chamuyo-cartel{
        height: 20em;
        width: 19.7em;
        position: relative;
        top: -7em;
        right: -50%;
        z-index: 1;
    }
    #posta-cartel{
        height: 20em;
        width: 19.7em;
        position: relative;
        top: -7em;
        right: -50%;
        z-index: 1;
    }
    .titulo-noticia-completa{
        margin-top: -10em;
        margin-bottom: -1em;
        position: relative;
        height: auto;
        width: 24em;
        justify-self: center;
    }
    .titulo-noticia-completa-verdadero{
        margin-top: -10em;
        margin-bottom: -1em;
        position: relative;
        height: auto;
        width: 24em;
        justify-self: center;
    }
    .noticia-completa{
        padding: 3em;
        margin-bottom: -4em;
    }
    .hora-fecha{
        margin: 1em;
        gap: 25rem;
    }
    .noticias-recomendaciones{
        margin-top: -3em;
    }
    .recomendaciones{
        width: 35em;
        justify-self: center;
        justify-content:left;
        img{
            margin-left: 1.5em;
        }
        a{
            font-size: 1em;
        }
    }

    /* OBJETIVO */
    video{
        height: auto;
        width: 100%;
        scale: 90%;            
        object-fit: cover;
    }
    #mujer-objetivo{
        height: 25em;
    }
    /*SUBI TU ARCHIVO*/
    .subir-archivo{
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .enlace-posteo{
        margin-bottom: 3em;
    }
    .reglas{
        margin: 1em;
        font-size: 1.1em;

    }

    /*CREAR POSTEO*/
    .archivos-posteo{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 2rem;
    }
    input{
        font-size: 1.3em;
    }
    textarea{
        font-size: 1.3em;
    }

    /* FORO */
    h5{
        height: 50px;
    }
    .aportes-comunidad{
        margin-top: -5px;
        h6{
            margin-bottom: 3em;
            font-size: 0.8em;
        }
    }
    .usuario{
        margin: 20px;
        margin-top: -30px;
    }
    .usuario4{
        margin: 20px;
    }
    .usuario-comenta{
        margin-top: 20px;
        margin-left: 80px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .aporte-usuario{
        font-size: 1em;
    }
    .aporte-usuario2{
        font-size: 1em;
    }
    .aporte-usuario4{
        font-size: 1em;
    }

    /*INICIAR SESION*/
    .datos-inicio{
        width: 80%;
        justify-self: center;
        align-self: center;
        margin-top: 10px;
        margin-bottom: -20px;
    }

    /* MI PERFIL */
    .mi-perfil{
        height: auto;
        width: 50%;
        display: block;
        justify-self: center;
        margin: 2em;
    }
    .usuario-lara{
        margin: 20px;
    }
    .editar-perfil{
        margin: 1em;
    }
    .actividad-posteo{
        margin: 20px;
    }
    .actividad-posteo2{
        margin: 20px;
    }
    .actividad-posteo3{
        margin: 20px;
    }
    .aportes{
        margin-top: 80px;
    }
    .aportes-perfil{
        height: auto;
    }
    .puntuacion-usuario{
        margin-top: 10px;
        padding: 10px;
    }
    .aportes-tablet{
        margin: 5px;
        padding: 10px;
        h6{
            font-size: 0.8em;
        }
        p{
            font-size: 1em;
        }
    }
    .fecha-posteo{
        margin-top: 0em;
        margin-bottom: 2em;
    }

    /* CREAR CUENTA */
    .formulario-cuenta{
        margin-bottom: -80px;
    }
    /* FOOTER */
   .footercontainer{
        padding:20px;
        gap: 10rem;
        height: auto;
    }
}

/* RESPONSIVE DESKTOP */
@media screen and (min-width: 1200px) {
    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em 2em;
        figure img{
            width: 250px;
            height: auto;
        }
    }
    .menu-icon{
        display: none;
    }
    nav ul{
        display: flex;
        position: static;
        width: auto;
        height: 2em;
        background-color: transparent;
        flex-direction: row;
        justify-content: flex-end;
    }
    header nav ul li{
        width: auto;
        margin: 1em;
        height: auto;
        text-align: center;
        a{
        font-size: 1em;
        color: #fff;
        white-space: nowrap;
        }
    }
    section{
        margin: 1.5em;
        width: 90%;
        justify-self: center;
    }
    h2{
        margin-bottom: -40px;
    }
    
    /* NOTICIAS */
    .noticias-grid{
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        article{
            width: auto;
            height: auto;
        }
    }
    .consejos ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 0.5em;
        padding: 1em;
    }

    /*NOTICIAS COMPLETAS*/
    .hora-fecha{
        gap: 30em;
        justify-self: center;
    }
    .noticia-completa{
        p{
            margin-left: 5em;
            margin-right: 5em;
            padding: 2em;
        }
    }
    .noticias-recomendaciones{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 1em;
        justify-content: center;
        margin-top: -5em;
    }
    .recomendaciones{
        height: 9em;
        padding: 0.5em;
        img{
            height: 6em;
            width: auto;
        }
        a{
            font-size: 1.1em;
        }
    }
    /*imagenes*/
    .noticia{
        height: auto;
        width: 50%;
    }

    /* OBJETIVOS */
    video{
        scale: 50%;
        height: auto;
        width: 100%;
    }
    .div-video{
        margin-top: -10em;
        margin-bottom: -10em;
    }
    #mujer-objetivo{
        height: 30em;
        width: 45em;
        position: relative;
        right: -520px;
        z-index: 1;
        margin-top: -15em;
    }

    /* PONTE A PRUEBA */
    .imagenes-juego{
        gap: 7em;
        figure img{
        height: auto;
        width: 15em;
        }
    }

    /* SUBI TU ARCHIVO */
   .subir-archivo{
        width: 50em;
        height: 20em;
        margin-bottom: -2em;
        margin-top: -1.5em;
        div img{
            height: auto;
            width: 120px;
        }
    }

    /* CREA TU POSTEO */
    .crea-posteo{
        width: 70em;
        height: 32em;
        margin-bottom: 3em;
        .botoncontainer{
            flex-direction: row;
            margin-top: -4em;
            width: 70%;
        }
    }
    .titulo-posteo{
        font-size: 1em;
        padding: 0.7em;
    }
    .escribir-posteo{
        font-size: 1em;
        margin-top: -1em;
        padding: 3em;
    }
    .archivos-posteo{
        margin: -5em;
    }
    
    /* FORO */
    .boton-interactivo{
        width: 50%;
    }
    .aportes-comunidad{
        margin-top: 2em;
        width: 70%;
    }
    .titulo-foro{
        margin-bottom: 0.5em;
    }
    .titulo-comunidad{
        margin:-3em;
        margin-bottom: -5em;
    }
    h5{
        height: 40px;
        padding: 0.8em;
    }
    /* MI PERFIL */
    .mi-perfil{
        width: 30%;
        height: 43em ;
    }
    .perfil-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    .titulo-perfil-container{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: start;
        margin-bottom: -90px;
        margin-left: -2em;
        margin-top: -1em;
    }
    /* ACTIVIDAD RECIENTE */
    .aportes-perfil{
        margin-top: 2em;
        width: 70%;
    }
    /* INICIAR SESION */
    .datos-inicio{
        width: 50%;
    }
    .titulo-datos{
        margin-bottom: -0.5em;
    }
    
    /* FOOTER */

    footer{
        p{
            font-size: 6em;
            padding: 3em;
        }
    }
    .info-footer{
        padding: 0;
    }
    .contacto{
        padding: 0;
    }
}
