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

body {
    font-family: 'Inter', sans-serif; 
    line-height: 1.5;
    color: #333; 
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

header {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between; 
    align-items: end;
    position: sticky;
    top: 0;
    z-index: 1000;
    align-items: center;
    text-transform: uppercase;
}
#barra-header {
    background-color: #000;
}
#logo img {
    max-height: 1.5em; 
    display: block;
}
.interruptor-menu {
    display: none; 
}
.boton-hamburguesa {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    z-index: 100;
    color: #DDFF33;
    padding-right: 0.2em;
}

.barra {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #DDFF33;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.menu {
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
}

.menu ul {
    padding:0;
}

.menu li a {
    display: flex;
    padding: 12px 15px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    font-size: 0.9em;
}

#interruptor-menu:checked ~ .menu {
    max-height: 500px; 
}

.banner {
    font-family: 'Dela Gothic One', sans-serif;
    background-color: #DDFF33;
    padding: 2.5em 1.25em;
    text-align: center;
    overflow: hidden; 
}

.titulo-flyer h1 {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 1.9em; 
    line-height: 1.2;
    color: #DC0073;
    text-transform: uppercase;
}
.intro {
    padding: 20px 15px;
    text-align: center;
}

h2 {
    color: #000;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    color: #000;
    text-align: left;
    font-size: 1.2em;
}

h5 {
    font-weight: bold;
    padding-bottom: 0.625em;
}

.problemas-red {
    background-color: #fff;
    padding: 1.25em 2em;
}

.problemas-red article figure img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    border: 2px solid #DDFF33;
}

.problemas-red article p {
    font-size: 0.9em;
    margin-bottom: 0.625em;
}

.problemas-red article a {  
    color: #DC0073;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    font-size: 1em;
}
.problemas-red article{
    padding-top: 1em;
}

article {
  width: 100%;          
  box-sizing: border-box;
}

.titulo-linea {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;           
  margin: 0 0 10px 0;    
  padding: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.titulo-linea a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  text-decoration-line: underline;  
}

#charlas .titulo-linea a {
  text-decoration: none;
  color: #000;
  white-space: nowrap; 
  text-decoration-line: underline;  
}

.titulo-linea .linea {
  display: block;        
  flex-grow: 1;        
  height: 2px;
  background: #DC0073;
  opacity: 0.8;
  min-width: 20px;  
}

#diccionario .linea {
    background: #fff;
}

#charlas .linea {
    background: #000;
}

.boton-ver-mas {
    align-self: flex-end;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.25em 0.5em;
    border: 2px solid #DC0073;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-bottom: 1.25em;
}

.boton-ver-mas:hover {
    background-color: #000;
}

#diccionario {
    background-color: #DC0073; 
    color: white;
    padding: 1.25em 2em;
    text-align: left;
}

#diccionario h5{
    color: #fff;
    font-weight: bold;
}    

#diccionario h2{
    font-size: 1.2em;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
}

#diccionario p { 
    text-align: center;
    font-size: 5em;
    font-family: 'Dela Gothic One', sans-serif;
    color:#DDFF33;
    margin: -0.2em 0 -0.6em 0;
    text-transform: uppercase;
}

video {
    position: relative;
    width: 100%;
    align-items: center;
    overflow: hidden;
    margin: 1em 0 -0.5em;
}

#charlas {
    background-color: #DDFF33;
    padding: 1.25em 2em;
}

#charlas-titulo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1.25em;
}

#charlas article {
    position: relative;
    max-width: 300px;
    margin: 0 40px;
}
.carrusel-contenedor {
    display: flex;
    align-items: center; 
    justify-content: center;
    position: relative; 
    max-width: 350px;
    margin: 0 auto; 
}

#charlas figure img {
    width: 100%;
    height: auto;
    display: block;
}

#charlas article p:nth-of-type(1) {
    font-size: 0.9em;
    margin-top: 10px;
    font-style: italic;
    color: #333;
    padding-bottom: 5px;
}
.carrusel-btn {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    background: transparent; 
    border: none;
    cursor: pointer;
    font-size: 2.5em; 
    color: #333; 
    padding: 0 5px;
    z-index: 10; 
}
.carrusel-btn:hover {
    color: #DC0073;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #3B3B54;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
}
.prev { left: 0; }
.next { right: 0; }
#charlas article p a {
    display: none;
}
#bajada {
    color: #fff;
}
footer {
    background-color: #333; 
    color: #fff;
    padding: 1.25em 0.938em;
    text-align: center;
    font-size: 0.8em;
}

#logo-footer img {
    max-height: 2em;
}

footer > div:nth-of-type(2) { 
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 15px 0;
    margin-bottom: 15px;
}

footer h4 { 
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #DC0073;
}

footer ul {
    columns: 2; 
    text-align: left;
    max-width: 300px; 
    margin: 0 auto;
}
footer ul li {
    padding: 3px 0;
}
footer ul a {
    color: #DDFF33; 
    font-weight: bold;
}
#redes { 
    margin-bottom: 15px;
}
#redes a {
    display: inline-block;
    width: 30px; 
    height: 30px;
    background-color: #DDFF33; 
    border-radius: 50%;
    margin: 0 5px;
    text-indent: -9999px; 
}
footer > p {
    line-height: 1.4;
    padding-top: 1em;
    border-top: 1px solid #555;
    display: none;
}


@media (min-width: 1200px) {

main {
    width: 100%;
    margin: 0 auto;
}
.boton-hamburguesa {
        display: none;
    }
.menu {
    position: static;
    max-height: initial !important;
    width: auto;
    color:#fff;
    background-color: transparent;
    }

    .menu ul {
        display: flex; 
        padding: 0;
    }

    .menu li a {
        padding: 10px 15px;
        border-bottom: none;
        color: #DDFF33;
        transition: color 0.3s;
    }

    .menu li a:hover {
        color: #DC0073; 
    }
    .banner {
        padding: 3.75em 15px;
    }
    .titulo-flyer h1 {
        font-size: 2.5em;
    }

    .carrusel-contenedor {
        max-width: 500px; 
    }
    footer {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        padding: 4em 1em 3em 1em;
        justify-content: space-between;
    }
    #logo-footer {
        flex-basis: 15%; 
    }

    footer > div:nth-of-type(2) {
        flex-basis: 40%;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
    footer ul {
        columns: 3; 
        max-width: none;
        margin: 0;
    }

    #redes {
        flex-basis: 15%;
        text-align: right;
        margin-bottom: 0;
    }

    footer > p {
        flex-basis: 100%; 
        text-align: center;
        margin-top: 20px;
    }

    video {
    object-fit: contain;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 -0.5em;
    }

    .problemas-red article figure img {
    height: 14em;
    object-fit: cover;
    border: 2px solid #DDFF33;
    }


  .problemas-red article {
    border: 2px solid #DDFF33;
    margin: 1em;
  }

  .contenedor-articulos {
  display: flex;
  justify-content: space-between;
  gap: 0.2em;
}

.contenedor-articulos article {
  flex: 1 1 calc(33.333% - 2em);
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
}

#diccionario {
    padding: 1.25em 15em;

}

#charlas {
    padding: 1.25em 15em;
}
}




body #cyberbullying {
    font-family: "Inter", sans-serif;
    color: #333;
    line-height: 1.2;
}

.container #contenido {
    width: 100%; 
    margin: 10px auto;
}
.que-es {
    background-color: #DC0073;
    padding: 2em;
    color: #fff;
    margin: 0;
    max-width: 100%;
    margin-inline: auto;
}
.signals {
    padding: 0em 1em;
}
h1.cyber {
    color: #DC0073; 
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 2.7em;
    text-transform: uppercase;
}

h2.cyber {
    color: #C0FA3F; 
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 1.4em;
}
h4.cyber {
    color: #fff; 
    font-size: 1.4em;
    padding-block: 1em;
    text-align: center;
    text-transform: uppercase;
}
h5.cyber {
    color: #DC0073; 
    margin-top: 2em;
    margin-bottom: 8px;
    font-size: 1em;
    line-height: normal;
}
h3.cyber {
    font-size: 1.2em;
    color: #DC0073;
    margin: 0 0 1em;
    text-align: left;
    text-wrap: pretty;
}
h3.cybersub {
    font-size: 1.2em;
    color: #DC0073;
    margin: 0 0 1em;
    text-align: left;
    text-wrap: pretty;
    text-wrap: pretty;
    text-align: center;
}
p {
    margin-bottom: 12px;
    font-size: 0.95em;
    text-wrap: pretty;
}

.video-placeholder {
    background-color: #DC0073;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    margin-bottom: 1em;
    font-size: 1em;
}
.slider-box2 {
    color: #333;
    padding: 2em;
    margin-bottom: 1em;
    text-align: center;
    justify-content: space-between; 
    flex-wrap: nowrap;
}
.slider-box {
    background-color: #C0FA3F;
    border: 1px solid #ddd;
    color: #333;
    padding: 2em;
    margin-top: 2em;
    margin-bottom: 3em;
    text-align: center;
    justify-content: space-between; 
    max-width: 1000px; 
    flex-wrap: nowrap;
}
.article-slider2 {
    width: 15em;
    margin: 0 8px;
    border-radius: 12px;
    background-color: #C0FA3F;
    position: relative;
}
.name {
    font-size: 1em;
    color: #333;
    padding: 0.5em;
    font-weight: 600;
}
.paso-item {
    flex: 1; 
    padding: 15px 15px;
    text-align: center;
    background-color: #C0FA3F;
}
.paso-item2 {
    flex: 1; 
    padding: 15px 15px;
    text-align: center;
    font-weight: bold;
}
.numero-paso {
    font-size: 2.5em; 
    color: #DC0073; 
    margin-bottom: 5px;
    margin-top: 0; 
    font-weight: bold;
    text-align: center;
}
.paso-item p {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
}
.slider-dots {
    margin-top: 8px;
    background-color: #C0FA3F;
}
.slider-dots span {
    display: inline-block;
    width: 8px; 
    height: 8px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.slider-dots span.active {
    background-color: #DC0073;
}

details {
    background-color: #333;
    color: white;
    padding: 12px;
    margin-bottom: 3em;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}
details summary {
    font-weight: bold;
    list-style: none;
    text-transform: uppercase;
}
details summary::after {
    content: "+";
    float: right;
    font-size: 1.1em;
}
details[open] summary::after {
    content: "-";
}
details div {
    background-color: #fff;
    color: #333;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}
details img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll; 
    -ms-overflow-style: none; 
    padding: 10px 0 20px 0;
    margin: 0 0 0 1em;
    color: #fff;
}

.scroll::-webkit-scrollbar {
    display: none;
}
.scroll a {
    text-decoration: none;
    color: inherit;
    flex-shrink: 0; 
}
.article-slider {
    width: 12em; 
    height: 13em;
    margin: 0 8px;
    border-radius: 12px;
    background-color: #DC0073; 
    position: relative; 
}
.article-slider img {
    width: 12em;
    height: 10em;
    object-fit: cover; 
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.article-slider .name {
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    padding-top: 5px; 
    margin: 0;
}
.article-slider .arrow {
    font-size: 1.5em; 
    cursor: pointer;
    color: #DC0073;
    padding: 0 5px;
    flex-shrink: 0; 
}
.article-slider .article-item {
    flex: 1;
    margin: 0 5px;
    text-align: center;
}
.article-slider .article-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#peliculas {
    background-color: #000;
}
#redes {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 10px 0;
  }

  #redes a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  #redes a:hover {
    transform: translateY(-3px);
  }

  #redes a[aria-label="Facebook"]:hover {
    color: #1877f2;
  }
  #redes a[aria-label="Instagram"]:hover {
    color: #e1306c;
  }
  #redes a[aria-label="WhatsApp"]:hover {
    color: #25d366;
  }

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%; 
    }
    
    h1 .cyber {
        font-size: 2.5em; 
    }

    h2 .cyber {
        font-size: 1.8em;
        margin-left: 6em;
    }

    h3 #cybersub {
        margin-left: 6em;
    }

    .video-placeholder {
        height: 25em; 
    }

    .slider-dots span {
        width: 10px; 
        height: 10px;
        margin: 0 5px;
    }

    details {
        padding: 15px;
    }
    .article-slider .article-item img {
    width: 30%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .signals {
    padding: 0em 10em;
    }
    .ciberacoso {
    display: flex;
    flex-direction: row; 
    align-items: flex-start; 
    gap: 20px;
    margin: auto;
    justify-content: space-between; 
    align-items: center;
    }
    .ciberacoso img {
    width: 250px; 
    object-fit: cover;
    width: 250px;  
    height: 165px; 
    object-fit: cover;
    }

    .texto {
    flex-grow: 1; 
    order: 1; 
    padding: 0 1em;
    margin-top: 0;
    }
    .cyber {
    margin-top: 0; 
    }
    .slider-box {
    margin: 2em 7em;
    display: flex;
    }
    .slider-box2 {
    margin: 0 0 2em;
    display: flex;
    }
    .scroll {
        margin: 0 0 0 2em;
        justify-content: space-around; 
        gap: 1em;
        scrollbar-width: thin;
        align-items: center;
    }

    .scroll a {
        flex: 1; 
        max-width: 180px; 
        margin: 10px;
    }
    .article-slider {
        width: 12em; 
        height: 13em;
        margin: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        transition: transform 0.3s;
    }
    .article-slider:hover {
        transform: translateY(-5px);
    }
    .article-slider2 {
        width: 12em; 
        height: 14em;
        margin: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        transition: transform 0.3s;;
        border-radius: 12px;
        background-color: #C0FA3F;
        position: relative;
    }
}





h1.reco {
    font-size: 3rem;
    font-size: 1.4em;
    color: #DC0073;
    margin: 1em 1em 0.5em;
    text-align: left;
    text-wrap: pretty;
}
h2.reco {
    font-size: 0.8em;
    color: #DC0073;
    margin: 1em 1em 0.5em;
    text-align: left;
    text-wrap: pretty;
    text-decoration-line: underline;
}
p.parrafo {
    font-size: 1em;
    margin: 1em 1em;
}
ul.parrafo {
    font-size: 1em;
    margin: 1em 1em;
    list-style: circle;
    padding: 0em 1em;
}	
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Sombra lg */
    border-radius: 0.75rem;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sinopsis p {
    font-size: 1.125rem;
    color: var(--color-text);
    line-height: 1.625;
    font-style: italic; 
    padding: 1rem;
    padding-left: 1rem;
    background-color: #eef2ff; 
    border-radius: 0.5rem;
    margin-bottom: 2.5rem;
}
.details-grid {
    display: block; 
    gap: 2rem;
    margin-bottom: 2rem;
}

.detail-box {
    background-color: var(--color-light);
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); 
    margin-bottom: 1.5rem; 
}

.detail-box h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.detail-box p, .detail-box ul {
    color: var(--color-text);
}

.detail-box strong {
    font-weight: 700;
    color: var(--color-heading);
    display: block;
    margin-bottom: 0.25rem;
}

.detail-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.detail-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.detail-box li span:first-child {
    color: #DC0073; 
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}
.micaela {
    width: 20em;
    font-weight: 600;
    margin: 1.6em;
}





.palabras {
    color: #DC0073;
    background-color: #C0FA3F;
    margin: 2em;
}
.especial {
  color: #DC0073; 
  text-decoration: underline;
}
.contenedor-principal {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;
}

.barra-busqueda {
    display: flex;
    align-items: center;
    border: 3px solid #C0FA3F; 
    border-radius: 8px;
    background-color: white;
    margin: 2em
}

.input-busqueda {
    flex-grow: 1; 
    padding: 10px 15px;
    border: none;
    outline: none; 
    font-size: 16px;
    color: #333;
    background: transparent;
}

.input-busqueda::placeholder {
    color: #aaa; 
}

.boton-busqueda {
    padding: 10px 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    outline: none;
}
.indice-alfabetico {
    display: flex; 
    white-space: nowrap; 
    padding-bottom: 5px;
    gap: 8px; 
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: thin;
    color: #000;
}

.indice-alfabetico::-webkit-scrollbar {
    display: none;
}

.indice-alfabetico a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    scroll-snap-align: start; 
    flex-shrink: 0; 
}

.indice-alfabetico a:hover {
    color: #C0FA3F;
}

@media (min-width: 768px) {

    h1.reco {
        font-size: 3rem;
        font-size: 1.2em;
        color: #DC0073;
        margin: 2em 0 1em;
        text-align: left;
        text-wrap: pretty;
    }
    h2.reco {
    font-size: 0.8em;
    color: #DC0073;
    margin: 1em 0 0.5em;
    text-align: left;
    text-wrap: pretty;
    text-decoration-line: underline;
    }
    .details-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .detail-box {
        margin-bottom: 0; 
    }

    .contenedor-principal {
        max-width: 800px; 
    }

    .indice-alfabetico {
        gap: 15px; 
        padding-bottom: 0;
    }
    .indice-alfabetico a {
        font-size: 22px;
    }
}

.contenedor-charla {
    max-width: 100%; 
    margin: 0 auto;
}

.titulo-charla h1 {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: clamp(2em, 5vw, 3.5em);
    color: #DDFF33;
    text-align: center;
    background-color: #DC0073;
}

.subtitulo-charla {
    font-size: 1.3em;
    font-weight: 300;
    color: #FFF;
}

.orador-charla {
    margin-top: 10px;
    font-size: 1.1em;
    color: #ccc;
}

.orador-charla strong {
    color: #DDFF33;
}

.contenido-detalle {
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 768px) {
    .contenido-detalle {
        flex-direction: row;
    }
}

.columna-principal-video {
    flex: 2;
    min-width: 60%;
}

.columna-orador {
    flex: 1;
    min-width: 300px;
}

.seccion-titulo-rosa {
    color: #DC0073;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #DDFF33;
    padding-bottom: 5px;
}

.video-contenedor {
    margin-bottom: 30px;
    background-color: #000;
    border: 5px solid #DC0073;
    overflow: hidden;
}

.video-contenedor iframe {
    display: block;
}

.resumen-charla h3 {
    color: #000;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.resumen-charla ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.resumen-charla ul li {
    padding: 10px 15px;
    margin-bottom: 8px;
    border-left: 5px solid #DC0073;
    background-color: #fce7f5;
}

.resumen-charla ul li strong {
    color: #DC0073;
}

.info-oradora {
    text-align: center;
    padding: 20px;
    background-color: #000;
    color: #FFF;
    margin-bottom: 30px;
    border: 2px solid #DDFF33;
}

.foto-oradora {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 4px solid #DC0073;
}

.info-oradora h3 {
    color: #DDFF33;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.cargo {
    color: #ccc;
    font-style: italic;
    font-size: 0.9em;
}

.info-oradora hr {
    border: 0;
    border-top: 1px dashed #DC0073;
    margin: 15px 20%;
}

.seccion-comentarios {
    padding-bottom: 30px;
}

.formulario-comentarios {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.nota-anonimato {
    color: #DC0073;
    font-size: 0.9em;
    margin-bottom: 15px;
    font-style: italic;
}

.formulario-comentarios textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DC0073;
    resize: vertical;
    margin-top: 5px;
}

.etiqueta-oculta {
    display: none;
}

.boton-enviar {
    background-color: #DC0073;
    color: #DDFF33;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.boton-enviar:hover {
    background-color: #b7005c;
}

.comentario-publicado {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

.texto-comentario {
    font-style: italic;
    color: #333;
    margin-bottom: 5px;
}

.info-comentario {
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

.anonimo {
    font-weight: bold;
    color: #DC0073;
}




.titulo-principal {
    background-color: #000;
    padding: 1.5em 5%;
    text-align: center;
}

.titulo-principal h1 {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 3em; 
    color: #DC0073;
    text-transform: uppercase;
    text-shadow: 3px 3px #DDFF33; 
}

.contenido-principal {
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

@media (min-width: 768px) {
    .contenido-principal {
        gap: 50px;
    }
    .columna-izquierda {
        flex: 2;
    }
}

.seccion-categorias h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #DC0073;
}

.categoria-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #DDFF33;
    padding: 15px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 5px 5px 0 0;
}

.toggle-icon {
    font-size: 1.5em;
    font-weight: bold;
}

.categoria-item article {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background-color: #fff;
}

.categoria-item article figure {
    order: -1;
    margin-bottom: 10px;
}

.categoria-item article img {
    width: 100%;
    height: 10em;
    object-fit: cover;
    border: 2px solid #DDFF33;
}

.categoria-item article h3 {
    color: #DC0073;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.categoria-item article p {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.orador {
    color: #000;
    font-weight: bold;
    font-style: italic;
    display: block;
    margin-top: 5px;
}

.categoria-item article a {
    color: #DC0073;
    font-weight: bold;
    align-self: flex-end;
    border-bottom: 2px solid #DDFF33;
    padding-bottom: 2px;
}

.seccion-calendario {
    margin-top: 30px;
}

.seccion-calendario h2 {
    color: #000;
    font-size: 1.8em;
    color: #DC0073;
    margin-bottom: 15px;
}

.calendario-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #DDFF33;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.calendario-header button {
    background: none;
    border: none;
    color: #DDFF33;
    font-size: 1.5em;
    cursor: pointer;
    padding: 0 5px;
    transition: color 0.2s;
}

.calendario-header button:hover {
    color: #DC0073;
}

.mes-actual {
    font-weight: bold;
    text-transform: uppercase;
}

.calendario {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.calendario th, .calendario td {
    padding: 8px 0;
    text-align: center;
    border: 1px solid #eee;
    font-size: 0.9em;
}

.calendario th {
    background-color: #DC0073;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.calendario td {
    background-color: #FFF;
}

.calendario td:empty {
    background-color: #f7f7f7;
}

.calendario .evento {
    background-color: #DDFF33;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #DC0073;
}

.seccion-faqs {
    margin-top: 2em;
}

.seccion-faqs h2 {
    color: #DC0073;
}

.acordeon-item {
    margin-bottom: 15px;
}

.acordeon-titulo {
    background-color: #000;
    color: #DDFF33;
    padding: 12px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.contenedor-charla {
    margin: 0 auto;
}

.titulo-charla {
    background-color: #DC0073;
    text-align: center;
}

.titulo-charla h1 {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: clamp(2em, 5vw, 3.5em);
    margin-bottom: 0.2em;
    text-transform: uppercase;
    color: #DDFF33;
    text-shadow: 2px 2px #DC0073;
}

.subtitulo-charla {
    font-size: 1.3em;
    font-weight: 300;
    color: #FFF;
}

.orador-charla {
    margin-top: 10px;
    font-size: 1.1em;
    color: #ccc;
}

.orador-charla strong {
    color: #DDFF33;
}

.contenido-detalle {
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 768px) {
    .contenido-detalle {
        flex-direction: row;
    }

    .categorias article {
    border: 2px solid #DDFF33;
    gap: 1em;
    margin-bottom: 1em;
}
}

.columna-principal-video {
    flex: 2;
    min-width: 60%;
}

.columna-orador {
    flex: 1;
    min-width: 300px;
}

.seccion-titulo-rosa {
    color: #DC0073;
    font-size: 1.8em;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #DDFF33;
    padding-bottom: 5px;
}

.video-contenedor {
    margin-bottom: 30px;
    background-color: #000;
    border: 5px solid #DC0073;
    overflow: hidden;
}

.video-contenedor iframe {
    display: block;
}

.resumen-charla h3 {
    color: #000;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.resumen-charla ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.resumen-charla ul li {
    padding: 10px 15px;
    margin-bottom: 8px;
    border-left: 5px solid #DC0073;
    background-color: #fce7f5;
}

.resumen-charla ul li strong {
    color: #DC0073;
}

.info-oradora {
    text-align: center;
    padding: 20px;
    background-color: #000;
    color: #FFF;
    margin-bottom: 30px;
    border: 2px solid #DC0073;
}

.foto-oradora {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 4px solid #DC0073;
}

.info-oradora h3 {
    color: #DDFF33;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.cargo {
    color: #ccc;
    font-style: italic;
    font-size: 0.9em;
}

.info-oradora hr {
    border: 0;
    border-top: 1px dashed #DC0073;
    margin: 15px 20%;
}

.seccion-comentarios {
    padding-bottom: 30px;
}

.formulario-comentarios {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.nota-anonimato {
    color: #DC0073;
    font-size: 0.9em;
    margin-bottom: 15px;
    font-style: italic;
}

.formulario-comentarios textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DC0073;
    resize: vertical;
    margin-top: 5px;
}

.etiqueta-oculta {
    display: none;
}

.boton-enviar {
    background-color: #DC0073;
    color: #DDFF33;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.boton-enviar:hover {
    background-color: #b7005c;
}

.comentario-publicado {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

.texto-comentario {
    font-style: italic;
    color: #333;
    margin-bottom: 5px;
}

.info-comentario {
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

.anonimo {
    font-weight: bold;
    color: #DC0073;
}

.categorias {
    color: #DC0073;
    background-color: #C0FA3F;
    margin: 1em 0;
}

.seccion-faqs {
    padding: 20px 5%;
    align-items: center;
}

.categorias img {
    width: -webkit-fill-available;
    height: 20em;
    object-fit: cover;
    border: 2px solid #DDFF33;
    margin-bottom: 1em;
}

.categorias article {
    border-bottom: 2px solid #DC0073;
    margin: 1em;
    width: fit-content;
}

.categorias a {
    color: #DC0073;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    font-size: 1em;
    
}

#charlas article {
    position: relative;
    max-width: 300px;
    margin: 0 10px
}

#charlas .scroll {
    color: #DC0073;
}

#charlas figure img {
    width: 10em;
    height: 10em;
    object-fit: cover;
}

#charlas .contenedor-articulos {
        display: flex;
        justify-content: space-between;
        gap: 0.2em;
    }
    #charlas .scroll {

        justify-content: space-around;
        gap: 1em;
        scrollbar-width: thin;
        align-items: center;
    }

    #charlas .contenedor-articulos article {
        flex: 1 1 calc(33.333% - 2em);
        background-color: #fff;
        padding: 1em;
        box-sizing: border-box;
    }

    .contenido-nosotros article {
        position: relative;
        max-width: 300px;
        margin: 0 10px;
        background-color: #DDFF33;
    }

    .contenido-nosotros article figure img {
            width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    }

    .contenido-nosotros h2 {
        margin-bottom: 10px;
        color: #DC0073;
       
    
    }

    .contenido-nosotros {
        padding: 20px 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contenido-nosotros article p {
        padding: 0 1em 1em;
    }

    .equipo {
    margin: 1em
    }

    #equipo1 {
        gap: 2em;
        justify-items: anchor-center;
        padding: 1em 2em;
        text-align: center;
        align-items: center;
        }


    @media screen and (min-width: 768px) {
        #equipo1 {
            display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;
        justify-items: anchor-center;
        padding: 1em 2em;
        text-align: center;
        align-items: center;
        }
    }


