@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



body {
    margin: 0;
    font-family: 'Open Sans';
}

h1 {
    font-weight: bold;
}

.chiquito {
    width: 30%;
}

h2 {
    font-weight: bold;
}

.fondo1 {
    background-color: black;
}

.navbar .nav-link {
    font-family: 'Open Sans';
    position: relative;
    color: #fff;
    padding-bottom: 6px;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.navbar .nav-link:hover {
    color: #FFD900;
}

.navbar .nav-link.active {
    color: #fff;
    font-weight: 600;
}

.navbar .nav-link.active::after {
    width: 100%;
    background-color: #FFD900;
}



.chicas {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 4rem;
    overflow: hidden;
}

.chicas2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 4rem;
    overflow: hidden;
}

.chicas-bg {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: #FBEF69;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.chicas-bg2 {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: #FBEF69;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.degradado {

    background-image: url("images/Degradado/degradado_amarillo.png");
    background-size: auto 120%;
    background-position: center;
    background-repeat: no-repeat;
}

.chicas::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: #922CBD;
    z-index: 4;
}

.chicas-content {
    transform: translateY(-230px);

    position: absolute;
    z-index: 3;
    width: 40%;
}

.chicas-content2 {
    transform: translateY(-230px);

    position: absolute;
    z-index: 3;
    width: 40%;
}

.chicas-image {
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.chicas-image2 {
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.chicas-content h2 {
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.chicas-content h1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    color: #922CBD;
}

.chicas-image img {
    max-height: 90vh;
}

.parrafo {
    font-size: 25px;
    z-index: 2;
}

.degrad-rotacion-vertical {
    position: absolute;
    left: 30%;
    transform: rotate(90deg);
    z-index: 1;
}

.carousel {
    z-index: 2;
}

.carousel-container {
    position: relative;
    top: 10%;
    max-width: 400px;
    margin: 0 auto;
}

.section-fondo-morado {
    background: #922CBD;
    color: white;
}

.section-title {
    font-size: 5rem;
    font-weight: 800;
}

.section-title span {
    color: #FFD900;
}

.objetivo-card {
    position: relative;
    background: #000;
    color: #fff;
    border-radius: 16px;
    padding: 3rem;
    min-height: 160px;
    z-index: 2;
}

.objetivo-card h1 {
    font-size: 4rem;
    color: #922CBD;
    margin-bottom: 0.5rem;
}

.objetivo-card p {
    font-size: 2 rem;
    font-weight: bold;
}

.icon-box {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e9e9ee;
    width: 70px;
    height: 70px;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 3rem;
    color: #922CBD;
}

.imagen-per-fondo {
    position: relative;
}

.imagen-per-fondo img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.texto-per {
    position: absolute;
    right: 5%;
    top: 10%;
    color: white;
    font-weight: 600;
    font-size: 2rem;
    text-align: right;
}

.texto-per span {
    color: #FFD900;
}

.texto-per b {
    color: #9F20C4;
}

.imagen-per-fondo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background: #922CBD;
    z-index: 4;
}

.section-fondo-negro {
    background: #000;
}

.card-amarilla {
    background: #FFD900;
    border-radius: 24px;
    padding: 5rem;
}

.card-amarilla span {
    font-size: 3.5rem;
    color: #922CBD;
}

.card-amarilla ul {
    list-style: none;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
}

.card-amarilla h1 {
    font-weight: 800;
    color: #000;
}

.card-amarilla li::before {
    content: "■";
    color: #922CBD;
    margin-right: 8px;
}

.texto-morado {
    color: #922CBD;
}


.final-section h2 {
    font-weight: 700;
    font-size: 2.4rem;
}

.final-section p {
    font-size: 1.1rem;
}




.grafico-container {
    max-width: 400px;
    margin: 0 auto;
}

.estadisticas {
    background-color: #121212;
    position: relative;
}

.lista-cifras li {
    list-style: none;
    margin-bottom: .5rem;
    font-weight: 700;
}

.contador {
    font-weight: 700;
    color: #FFD900;
}

.alerta-text {
    font-weight: 700;
    font-size: 2rem;
}

.mensaje {
    position: relative;
    background-color: #CB6BE6;
    padding: 3.75%;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
}

.problema {
    position: relative;
}

.problema p {
    font-size: 1.5rem;
    text-align: left;
}

.problema h1 {
    font-weight: 700;
    font-size: 2rem;
}

.problema span {
    color: #CB6BE6;
}



.texto-centrado {
    max-width: 550px;
    margin: 0 auto;
}

.texto-centrado span {
    background-color: #FBEF69;
}

.reporta {
    background-color: #121212;
    position: relative;
}

.reporta p {
    font-size: 2rem;
}

.reporta h1 {
    font-size: 3rem;
    text-align: start;
    font-weight: 700;
}

.reporta span {
    background-color: #FFD900;
    color: #000;
    font-weight: 600;
    font-size: 1.4rem;
}

.btn-morado {
    background: #9F20C4;
    color: #FFD900;
    border-radius: 50px;
    padding: 16px 30px;
    font-size: 1.7rem;
    font-weight: 600;
    border: none;
}

.btn-morado:hover {
    background: #FFD900;
    color: #CB6BE6;
}

.comunidad {
    background-color: #FFD900;
    color: #922CBD;
    font-weight: 700;
    font-size: 4rem;
}


.degradado-morado {
    background-image: url("images/Degradado/degradado_morado.png");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.comunidad p {
    max-width: 700px;
}

.comunidad span {
    color: #000;
    font-size: 2rem;
    max-width: none;
}

.btn-amarillo {
    background: #000;
    color: #CB6BE6;
    border-radius: 50px;
    padding: 14px 36px;
    font-weight: 700;
    border: none;
}

.btn-amarillo:hover {
    background: #FFD900;
    color: #922CBD;
}

.manuales {
    font-size: 1rem;
    background-color: #922CBD;
    color: #fff;
}

.manuales-logo {
    width: 100%;
    height: auto;
}

.manuales span {
    background-color: #FFD900;
    color: #000;
    font-weight: 700;
    size: 5rem;
}

.video-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.video-item {
    flex: 0 0 25%;
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.4s ease;
}

.video-item video {
    width: 100%;
    border-radius: 16px;
}

.video-item.active {
    flex: 0 0 40%;
    opacity: 1;
    transform: scale(1);
}

.video-item:not(.active) video {
    pointer-events: none;
}




.final-section h2 {
    font-weight: 700;
    font-size: 2.4rem;
}

.final-section p {
    font-size: 1.1rem;
}





.footer-purple {
    position: relative;
    background: #9F20C4;
}


.footer-purple .container {
    display: flex;
    align-items: center;
}

.footer-purple::before,
.footer-purple::after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background: white;
    opacity: 0.6;
}

.footer-purple::before {
    top: 20px;
}

.footer-purple::after {
    bottom: 20px;
}

.footer-logo {
    max-width: 300px;
}


.social-icons i {
    font-size: 1.5rem;
    margin-left: 12px;
    cursor: pointer;
}




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

.body1 {
    background-color: #000000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}


.content-space {
    min-height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}


.morado-izq {
    bottom: 0;
    left: -450px;
    height: 50vh;
    width: auto;
    z-index: 1;
}

.morado-der {
    bottom: 0;
    right: -450px;
    height: 50vh;
    width: auto;
    z-index: 1;
}


.circulo-amarillo {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: #FBEF69;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
}


.mujer-principal {
    position: center;
    size: 300 auto;
    overflow: hidden;
    z-index: 2;
}

.mujer-principal2 {
    position: center;
    size: 300 auto;
    overflow: hidden;
    z-index: 2;
}


.logoiz {

    position: relative;
    bottom: 10%;
    left: 0px;
    height: 80px;
    width: auto;
    z-index: 12;

}

.text1 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    top: 20%;
    right: 240px;
    height: 50vh;
    width: auto;
    z-index: 3;
    margin-left: 100px;
    max-width: 400px;
    line-height: 1.2;


}

.text2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 25%;
    right: 20px;
    height: 50vh;
    width: auto;
    z-index: 3;
    margin-left: 100px;
    max-width: 400px;
    line-height: 1;
}

.text6 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    bottom: 37%;
    right: 8%;
    height: 50vh;
    width: auto;
    z-index: 3;
    max-width: 400px;
    line-height: 1;
    text-align: end;
}

.texto-superior-izq {
    padding-top: 80px;
    padding-left: 40px;

}

.conoce-a {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.femmedia-texto {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #8B3A9C;
    margin: 0;
    line-height: 1;
}

.background1 {
    background-color: #ffffff
}

.video-principal {
    width: 80%;
    height: auto;
    margin: 60px auto;
    display: block;
    position: relative;
    z-index: 2;
}

.fondo-imagen {
    background-image: url(images/recursos\ index/fondo1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px;
}


.text5 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin: 70px;
    padding: 60px;
    margin-bottom: -70px;
    margin-top: -50px;

}

.text5 span {
    color: #FFC700;
}


.estadistica-item {
    margin: 20px 0;
}

.icono-estadistica {
    width: 150px;
    height: auto;
    margin-bottom: -25px;
}

.numero-animado {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    margin: 7px 0;
    font-family: "Open Sans", sans-serif;
}

.texto-estadistica {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
}

.texto-noticias {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.p1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #8B3A9C;
    margin-top: -22px;
}

.situacion h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3rem;
}



.corto p {
    font-size: 1.4rem;
}

.morado-izq-seccion {
    bottom: -55px;
    left: -340px;
    height: 40vh;
    width: auto;
    z-index: 0;
}

.morado-der-seccion {
    top: 6px;
    right: -300px;
    height: 40vh;
    width: auto;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 1;
}

.container>.row,
.container>h3,
.container>p {
    position: relative;
    z-index: 2;
}

.calendar {
    margin-left: 200px;
}



.blanco {
    color: #fff
}

.negro {
    background-color: #000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.ocultar {
    overflow: hidden;
}


.deco-derecha {
    top: 80%;
    right: -50px;
    height: 50vh;
    width: auto;
    z-index: 3;
    transform: translateY(-50%);

}

.deco-izq {
    top: 35%;
    left: -58px;
    height: 50vh;
    width: auto;
    z-index: 3;
    transform: translateY(-50%) scaleX(-1);

}



.titulo-redes {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.texto-blanco {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    max-width: 500px;
}

.btn-amarillo {
    background-color: #FFD700;
    color: #000;
    border: none;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-block;
}

.btn-amarillo:hover {
    background-color: #FFC700;
    color: #000;
}

.negro .row {
    position: relative;
    z-index: 2;
}

.seccion-audiovisual {
    background-color: #f5f5f5;
    padding: 80px 0;
    position: relative;
}

.titulo-serie {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1;
}

.titulo-audiovisual {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #8B3A9C;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.texto-descripcion {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}


.video-inicio-carousel {
    width: 20%;
    height: 70vh;
    object-fit: cover;

}


.carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    bottom: 30px;
}

.carousel-caption h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.descripcion-cap {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.btn-capitulo {
    background-color: #8B3A9C;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-block;
}

.btn-capitulo:hover {
    background-color: #FFD700;
    color: #000;
}




.footer-purple {
    position: relative;
    background: #9F20C4;
}

.footer-purple .container {
    display: flex;
    align-items: center;
}

.footer-purple::before,
.footer-purple::after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background: white;
    opacity: 0.6;
}

.footer-purple::before {
    top: 20px;
}

.footer-purple::after {
    bottom: 20px;
}

.footer-logo {
    max-width: 300px;
}


.social-icons i {
    font-size: 1.5rem;
    margin-left: 12px;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}


section[id],
div[id] {
    scroll-margin-top: 100px;
}


.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #FFD900;
    color: #000 !important;
}




.amarillo-izq {
    top: 10px;
    left: -200px;
    height: 80vh;
    width: auto;
    z-index: 1;
}

.amarillo-der {
    top: 10px;
    right: -200px;
    height: 80vh;
    width: auto;
    z-index: 1;
    transform: scaleX(-1);
}

.text1 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    bottom: 100px;
    right: 240px;
    height: 50vh;
    width: auto;
    z-index: 3;
    margin-left: 100px;
    max-width: 400px;
    line-height: 1.2;


}


.content-space {
    min-height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

.fondo3 {
    background-image: url(images/recursos_noticias/fondo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px;

}

.text7 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    bottom: 70px;
    color: #fff;
    width: auto;
    z-index: 3;
    margin-left: 100px;
    max-width: 400px;
    line-height: 1;

}

.morado {
    color: #8B3A9C;
}

.amaril {
    color: #FFD700
}

.seccion-discriminacion {
    background-color: #f5f5f5;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.logo-discriminacion {
    height: 60px;
    width: auto;
    margin-bottom: 40px;
}


.deco-morada-izq {
    top: -80px;
    left: -590px;
    height: 60vh;
    width: auto;
    z-index: 1;
    transform: scaleX(-1);
}

.deco-morada-der {
    bottom: 0;
    right: -590px;
    height: 60vh;
    width: auto;
    z-index: 1;
}

.contenido-discriminacion {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.titulo-discriminacion {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.autor-fecha {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
}

.icono-autor {
    font-size: 20px;
    margin-right: 5px;
}

.subtitulo-encuesta {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.porcentaje {
    font-family: "Open Sans", sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1;
}

.texto-estadistica {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.texto-noticias {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.texto-intermedio {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    margin: 30px 0;
}

.texto-final {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    text-align: center;
}

.imagen-separadora {
    width: 150%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: -500px;
}

.imagen-separadora img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

.ocultar {
    overflow: hidden;
}

.seccion-maternidad {
    background-color: #f5f5f5;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}


.deco-amarilla-izq {
    margin-top: -150px;
    left: -200px;
    height: 60vh;
    width: auto;
    z-index: 1;
}

.deco-amarilla-der {
    bottom: 0;
    right: -200px;
    height: 60vh;
    width: auto;
    z-index: 1;
    transform: scaleX(-1);

}

.card-group {
    gap: 30px;
}

.card {
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #8B3A9C;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card:hover {
    transform: translateY(-6px);
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 220px;
    object-fit: cover;
}

.card-body {
    padding: 28px;
}

.card-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #8B3A9C;
    margin-bottom: 15px;
}

.card-text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.card small {
    color: #6c757d;
}

.footer-purple {
    position: relative;
    background: #9F20C4;
}

.footer-purple .container {

    align-items: center;
}

.footer-purple::before,
.footer-purple::after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background: white;
    opacity: 0.6;
}

.footer-purple::before {
    top: 20px;
}

.footer-purple::after {
    bottom: 20px;
}

.footer-logo {
    max-width: 300px;
}


.social-link {
    color: #fff;
    text-decoration: none;
}


.social-link i {
    color: #fff;
    font-size: 1.7rem;
}

.social-link:hover,
.social-link:focus,
.social-link:visited {
    color: #FFC700;
}

.usfq {
    height: 95%;
}

.imaginario{
    display: none;
}

.footer-promotores {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 30px;
    flex-wrap: nowrap;
}

.footer-promotores img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.imaginario{
    display: none;
}

@media (max-width: 992px) {

    .navbar-collapse {
        background-color: #000;
        padding: 1rem;
        border-radius: 12px;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar .nav-link {
        padding: 0.5rem 0;
    }

    .navbar .nav-link::after {
        left: 0;
        transform: none;
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: 40px;
    }

    .parrafo {
        font-size: 1rem;
    }
}




@media(max-width:576) {


    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .objetivo-card h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.5rem;
        align-items: center;
    }

    .icon-box {
        display: none;
    }

    .card-amarilla {
        padding: 1rem;
    }




    .chicas-content h1 {
        font-size: 1rem;
    }

    .chicas-content h2 {
        font-size: 1rem;
    }

    .manuales {
        font-size: 0.5rem;
    }

    .manuales span {
        font-size: 0.5rem;
    }

    .texto-per {
        font-size: 0.4rem;
    }

    .alerta-text {
        font-size: 0.4rem;
    }

    .comunidad {
        color: #fff;
        font-size: 1rem;
    }

}




@media (max-width: 992px) {



    .navbar-collapse {
        background-color: #000;
        padding: 1rem;
        border-radius: 12px;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar .nav-link {
        padding: 0.5rem 0;
    }

    .navbar .nav-link::after {
        left: 0;
        transform: none;
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: 40px;
    }

    .parrafo {
        font-size: 1rem;
    }

}

html {
    scroll-behavior: smooth;
}


section[id],
div[id] {
    scroll-margin-top: 120px;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 217, 0, 0.25);
}


.dropdown-menu {
    background-color: #1a1a1a;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    margin-top: 8px;
    min-width: 250px;
}

.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-item {
    color: #fff;
    padding: 12px 20px;
    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #FFD900;
    color: #000;
    font-weight: 600;
}

.dropdown-item:active {
    background-color: #FFD900;
    color: #000;
}


.dropdown-toggle::after {
    margin-left: 0.5em;
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}



@media (max-width: 992px) {
    .dropdown-menu {
        background-color: #000;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0.5rem;
    }

    .dropdown-item {
        padding: 0.75rem 1rem;
        border-left: 3px solid transparent;
    }

    .dropdown-item:hover {
        border-left-color: #FFD900;
        background-color: rgba(255, 217, 0, 0.1);
    }
}

@media (max-width: 768px) {


    .navbar-brand img {
        height: 35px;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95);
        padding: 1.5rem;
        border-radius: 15px;
        margin-top: 1rem;
    }

    .navbar .nav-link {
        padding: 0.8rem 0;
        font-size: 1.1rem;
        text-align: left;
    }

    .content-space {
        min-height: 40vh;
        padding: 0rem;
    }

    .circulo-amarillo {
        width: 280px;
        height: 280px;
        background-color: #922CBD;

    }

    .mujer-principal {

        max-height: 45vh;
        width: 1000px;
        margin-top: 320px;
    }

    .text1 {
        font-size: 1.4rem;
        top: 12%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        margin: 0;
        width: 90%;
        max-width: none;
    }

    .text2 {
        font-size: 1.8rem;
        top: 18%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        margin: 0;
        width: 90%;
        max-width: none;
    }

    .text6 {
        font-size: 1.8rem;
        top: 18%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        margin: 0;
        width: 90%;
        max-width: none;
    }

    .logoiz {
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50%;
    }


    .amarillo-izq,
    .amarillo-der,
    .morado-izq,
    .morado-der,
    .morado-izq-seccion,
    .morado-der-seccion,
    .deco-derecha,
    .deco-izq,
    .deco-morada-izq,
    .deco-morada-der,
    .deco-amarilla-izq,
    .deco-amarilla-der,
    .degrad-rotacion-vertical {
        display: none !important;
    }

    .texto-superior-izq {
        padding: 2rem 1rem;
        text-align: center;
    }

    .conoce-a {
        font-size: 1.8rem;
    }

    .femmedia-texto {
        font-size: 2.5rem;
    }

    .video-principal {
        width: 95%;
        margin: 2rem auto;
    }

    .d-grid.gap-2 {
        padding: 0 1rem;
    }

    .btn-amarillo {
        font-size: 1rem;
        padding: 12px 30px;
        width: 100%;
        display: block;
        margin: 1rem 0;
    }


    .fondo-imagen {
        padding: 3rem 1.5rem;
    }

    .text5 {
        font-size: 1.1rem;
        margin: 1rem 0;
        padding: 1.5rem 1rem;
        text-align: center;
    }

    .calendar {
        margin: 2rem auto;
        max-width: 100%;
        display: block;
    }

    .estadistica-item {
        margin: 2rem 0;
        text-align: center;
    }

    .icono-estadistica {
        width: 120px;
        margin-bottom: 0;
    }

    .numero-animado {
        font-size: 3rem;
        margin: 0.5rem 0;
    }

    .texto-estadistica {

        font-size: 2rem;
        color: white;
        font-weight: 700;


    }

    .texto-noticias {
        font-size: 2rem;
        font-weight: 300;
        color: #000;
        margin: 0;
    }


    .situacion h3 {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 2rem;
    }

    .degradado1 {

        background-image: url("images/Degradado/degradado_amarillo.png");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .degradado3 {

        position: relative;
        bottom: 80px;
        background-image: url("images/Degradado/degradado_amarillo.png");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;


    }


    .p1 {
        font-size: 1.3rem;
        text-align: center;
        margin: 1rem 0;

    }

    .corto p {
        font-size: 1rem;
        text-align: justify;
        padding: 0 1rem;
    }

    .corto img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 2rem auto;
    }

    .deco-derecha {

        position: relative;
        right: 0;
    }


    .negro {
        padding: 3rem 1rem;
    }

    .titulo-redes {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .texto-blanco {
        font-size: 1rem;
        text-align: center !important;
        max-width: 100%;
        margin: 1.5rem auto;
    }

    .negro .row {
        flex-direction: column;
    }

    .negro .col-6 {
        width: 100%;
        margin: 1rem 0;
        text-align: center !important;
    }

    .negro img {
        max-width: 90%;
        margin: 1rem auto;
        display: block;
    }


    .seccion-audiovisual {
        padding: 3rem 1rem;
    }

    .amarillo-izq,
    .amarillo-der,
    .morado-izq,
    .morado-der,
    .deco-morada-izq,
    .deco-morada-der,
    .deco-amarilla-izq,
    .deco-amarilla-der,
    .degrad-rotacion-vertical {
        display: none !important;
    }


    .morado-izq-seccion,
    .morado-der-seccion {
        display: block !important;
        height: 25vh !important;
        width: auto;
        opacity: 0.7;
    }

    .morado-izq-seccion {
        bottom: -30px !important;
        left: -150px !important;
    }

    .morado-der-seccion {
        top: 20px !important;
        right: -150px !important;
    }


    .deco-derecha,
    .deco-izq {
        display: block !important;
        height: 20vh !important;
        width: auto;
        opacity: 0.6;
    }

    .deco-derecha {

        right: -30px !important;
        margin-bottom: 500px;
    }

    .deco-izq {
        top: 25% !important;
        left: -40px !important;
    }

    .titulo-serie {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0;
    }

    .titulo-audiovisual {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .seccion-audiovisual .corto p {
        font-size: 0.95rem;
        text-align: center;
        padding: 0 1rem;
    }

    .video-inicio-carousel {
        width: 100%;
        height: 60vh;
        object-fit: cover;
    }

    .carousel-caption {
        padding: 15px;
        bottom: 10px;
    }

    .carousel-caption h5 {
        font-size: 1.8rem;
    }

    .descripcion-cap {
        font-size: 1rem;
    }

    .btn-capitulo {
        padding: 10px 25px;
        font-size: 0.95rem;
    }



    .footer-purple .container {
        display: block;
        text-align: center;
    }


    .footer-logo {
        max-width: 160px;
        margin: 0 auto 2rem;
        display: block;
    }


    .footer-promotores {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .footer-promotores img {
        height: 45px;
        width: auto;
        object-fit: contain;
    }


    .footer-redes {
        text-align: center !important;
    }

    .footer-redes p {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }


    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .social-icons i {
        font-size: 1.7rem;
        margin: 0;
    }


    .footer-purple .small {
        text-align: center !important;
        margin-top: 1.5rem;
        font-size: 0.85rem;
        opacity: 0.85;
    }


    .chicas {

        min-height: 80vh;
    }

    .chicas-bg {
        width: 300px;
        height: 300px;
        margin-bottom: -100px;
        margin-top: 100px;
    }

    .chicas-content {

        width: 90%;
        left: 50%;
        margin-left: -45%;
        text-align: center;

    }

    .chicas-content h2 {
        font-size: 1.8rem;
    }

    .chicas-content h1 {
        font-size: 2.8rem;
    }

    .chicas-image img {

        position: relative;
        left: 255px;
        top: 130px;
        margin-bottom: 90px;
    }

    .chicas::after {
        height: 30px;
    }


    .parrafo {
        font-size: 1rem;
        text-align: justify;
        line-height: 1.6;
    }

    .carousel-container {
        max-width: 280px;
        margin: 2rem auto;
    }


    .section-fondo-morado {
        padding: 3rem 1rem !important;
    }

    .section-title {
        font-size: 2.5rem;
        text-align: center;
        line-height: 1.2;
    }

    .objetivo-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
        min-height: auto;
    }

    .objetivo-card h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .objetivo-card p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .icon-box {
        display: none;
    }


    .imagen-per-fondo img {
        height: 500px;
        object-fit: cover;
    }

    .texto-per {
        font-size: 1.3rem !important;
        top: 10%;
        left: 5%;
        right: 5%;
        text-align: center !important;
        line-height: 1.4;
        padding: 1rem;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 15px;
    }


    .section-fondo-negro {
        padding: 3rem 1rem !important;
    }

    .card-amarilla {
        padding: 2.5rem 2rem;
        margin-top: 2rem;
    }

    .card-amarilla h1 {
        font-size: 2rem;
        text-align: center;
    }

    .card-amarilla span {
        font-size: 2rem;
    }

    .card-amarilla ul {
        font-size: 1.3rem;
        text-align: left;
    }

    .section-fondo-negro video {
        width: 100%;
        margin: 1rem 0;
    }

    .section-fondo-negro img {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 1rem auto;
    }


    .final-section {
        padding: 2rem 1rem;
    }

    .final-section h2 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.4;
    }

    .final-section p {
        font-size: 1rem;
        text-align: center;
    }

    .final-section .col-md-4 {
        margin-bottom: 1rem;
    }

    .final-section img {
        width: 100%;
        border-radius: 15px;
    }

    .fondo3 {
        padding: 4rem 1.5rem;
    }

    .text1 {
        position: relative;
        top: 80px;
    }


    .text7 {
        font-size: 1.5rem;
        margin-left: 0;
        text-align: center;
    }

    .mujer-principal2 {
        margin-top: 100px;
        width: auto;
    }



    .seccion-discriminacion,
    .seccion-maternidad {
        padding: 3rem 1rem !important;
    }

    .logo-discriminacion {
        height: 50px;
        margin-bottom: 2rem;
    }

    .titulo-discriminacion {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }

    .autor-fecha {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .subtitulo-encuesta {
        font-size: 1rem;
        margin-bottom: 2rem;
    }


    .row.align-items-start {
        margin-bottom: 2rem;
    }

    .row.align-items-start .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .row.align-items-start .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .porcentaje {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .texto-estadistica {
        font-size: 1rem;
        font-weight: 900;
        text-align: justify;
        color: #fff;
    }

    .texto-noticias {
        font-size: 1rem;
        font-weight: 300;
        color: #000;
        margin: 0;
    }

    .texto-intermedio {
        font-size: 1rem;
        line-height: 1.6;
        text-align: justify;
        margin: 2rem 0;
    }

    .texto-final {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }


    .seccion-maternidad .img-fluid {
        max-width: 100% !important;
        margin: 1rem auto;
    }


    .imagen-separadora {
        width: 300%;
        margin-left: -550px;


    }


    .card-group {
        flex-direction: column;
        gap: 1.5rem;
    }

    .card {
        margin-bottom: 0;
    }

    .card-img-top {
        height: 200px;
    }

    .card-body {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-text {
        font-size: 0.95rem;
    }


    .chicas-image2 img {

        position: relative;
        left: 600px;
        top: 130px;
        margin-bottom: 90px;
    }

    .manuales {

        padding: 1rem 1rem !important;
    }

    .manuales-logo {
        height: 60px;
        max-width: 90%;
    }

    .manuales h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .manuales p {
        font-size: 1rem;
        text-align: center;
    }

    .manuales h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .manuales span {
        font-size: 1.8rem;
        padding: 5px 10px;
    }


    .manuales iframe {
        height: 600px !important;
        margin-top: 70px;

    }


    .video-carousel {

        flex-direction: column;
        gap: 1.5rem;
    }

    .video-item {
        flex: 0 0 100%;
        opacity: 1;
        transform: scale(1);
    }

    .video-item.active {
        flex: 0 0 100%;
    }

    .video-item video {
        border-radius: 10px;
    }


    .estadisticas {
        padding: 3rem 1rem;
    }

    .contador {
        font-size: 3rem;
    }

    .alerta-text {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .grafico-container {
        max-width: 100%;
        margin: 2rem auto;
    }

    .lista-cifras {
        padding-left: 0;
        text-align: center;
    }

    .lista-cifras li {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }


    .estadisticas iframe {
        height: 400px !important;
        margin-top: 2rem;
    }


    .mensaje {
        padding: 2rem 1rem;
        font-size: 1.1rem;
    }


    .problema {
        padding: 2rem 1rem;
    }

    .problema p {
        font-size: 1rem;
        text-align: center;
    }

    .problema h1 {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.3;
    }

    .problema img {
        width: 100%;
        max-width: 350px;
        margin: 2rem auto;
        display: block;
    }



    .texto-centrado {
        max-width: 100%;
        font-size: 1rem;
        padding: 0 1rem;
    }


    .comunidad {
        padding: 3rem 1rem !important;
        font-size: 2rem;
    }

    .comunidad p {
        max-width: 100%;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
    }

    .comunidad span {
        font-size: 1.3rem;
        display: block;
        text-align: center;
        margin: 1rem 0;
    }

    .comunidad iframe {
        width: 100% !important;
        height: 250px !important;
        margin: 1.5rem 0;
    }

    .comunidad .row {
        text-align: center;
    }

    .comunidad .col-7,
    .comunidad .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comunidad img {
        height: 50px;
        margin: 1rem auto;
    }


    .reporta {
        padding: 3rem 1rem;
    }

    .reporta p {
        font-size: 1.3rem;
        text-align: center;
    }

    .reporta span {
        font-size: 1.3rem;
        padding: 5px 10px;
        display: inline-block;
        margin: 0.5rem 0;
    }




    .reporta h1 {
        font-size: 2rem;
        text-align: center;
        margin: 2rem 0;
    }

    .reporta img {
        width: 100%;
        max-width: 350px;
        margin: 2rem auto;
        display: block;
    }

    .btn-morado {
        font-size: 1.2rem;
        padding: 15px 30px;
        width: 100%;
        display: block;
        margin: 1rem 0;
    }


    .footer-purple {
        padding: 3rem 1.5rem 2rem;
    }

    .footer-purple .container {
        display: block;
    }

    .footer-purple .row {
        text-align: center;
    }

    .footer-purple::before {
        top: 25px;
        left: 5%;
        width: 90%;
    }

    .footer-purple::after {
        bottom: 15px;
        left: 5%;
        width: 90%;
    }


    .footer-logo {
        max-width: 100px;
        margin: 1.5rem auto 2.5rem;
        display: block;
    }


    .footer-purple .col-md-6 {
        width: 100%;
        margin-bottom: 2rem;
        margin-bottom: -40px;
    }


    .footer-purple .col-md-6:last-child {
        margin-bottom: 0.5rem;

    }


    .footer-purple .row.mb-3 {
        margin-bottom: 2rem !important;
    }

    .footer-purple .col-lg-2,
    .footer-purple .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-purple .col-lg-2 img,
    .footer-purple .col-lg-5 img {
        height: 45px !important;
        width: auto;
        object-fit: contain;
        filter: brightness(0) invert(1);
        opacity: 0.95;
    }


    .footer-purple .text-end {
        text-align: center !important;
    }

    .footer-purple .fw-bold {
        font-size: 1.1rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #fff;
    }


    .social-icons {
        justify-content: center;
        display: flex;
        gap: 20px;
        margin-bottom: 2rem;
    }

    .social-icons i {
        font-size: 1.8rem;
        margin: 0;
        color: #fff;
        transition: all 0.3s ease;
        cursor: pointer;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

    .social-icons i:hover {
        background: #FFD900;
        color: #922CBD;
        transform: scale(1.1);
    }

    .social-link {
        color: #fff;
        text-decoration: none;
    }


    .social-link i {
        color: #fff;
        font-size: 1.7rem;
    }

    .social-link:hover,
    .social-link:focus,
    .social-link:visited {
        color: #FFC700;
    }

    .usfq {
        display: none;
    }


    .footer-purple .small {
        font-size: 0.85rem !important;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 1.5rem;
        text-align: center !important;
        padding-bottom: 0.5rem;
    }


    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .col-md-6,
    .col-6,
    .col-md-7,
    .col-md-5,
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
    }


    .mt-5,
    .my-5 {
        margin-top: 2rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 2rem !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }


    .btn {
        border-radius: 25px;
        font-weight: 600;
    }


    section[id],
    div[id] {
        scroll-margin-top: 70px;
    }

    .imaginario{
        display: inline;    
    }
}

@media (min-width:900px) {
    .izq {
        margin-left: -200px;
    }

}