body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    color: #333;
    padding-bottom: 80px; /* Padding inferior agregado */
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: black;
}

.container {
    display: inline-flex; /* Centra el grupo horizontalmente */
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 20px; /* Espacio entre las imágenes y el título */
}

.logo {
    max-height: 100px; /* Tamaño de la imagen aumentado */
}

.title-img {
    max-width: 300px;
    margin: 0; /* Elimina el margen automático para pegar las imágenes */
}

.social-icons {
    display: flex;
    flex-direction: row; /* Enlaces en horizontal */
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.social-icons a {
    color: green;
    font-size: 1em; /* Tamaño de los iconos más pequeño */
}

.main-menu {
    background-color: rgb(103, 226, 140);
    text-align: center;
    padding: 10px 0;
}

.main-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.main-menu li {
    margin: 0 20px;
}

.main-menu a {
    text-decoration: none;
    color: green;
    font-size: 1.2em;
}

.team-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    color: white;
}

.team-info {
    background-color: rgb(103, 226, 140);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 800px;
    text-align: center;
}

.team-info h3 {
    color: green;
}

.pokemon-icons {
    display: flex;
    justify-content: center;
    gap: 30px; /* Aumenta aún más el espacio entre los iconos */
    margin-top: 30px; /* Aumenta aún más el espacio superior */
    margin-bottom: 30px; /* Aumenta aún más el espacio inferior */
    color: black;
}

.pokemon-icons img {
    max-width: 70px; /* Aumenta aún más el tamaño de los iconos */
}

.MU-images img {
          max-width: 500px; /* Ajusta este valor según el tamaño que desees */
          height: auto;
      }
.MU2-images img {
    max-width: 250px; /* Ajusta este valor según el tamaño que desees */
    height: auto;
}


.team-pdf {
    background-color: rgb(103, 226, 140);
    border-radius: 8px;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    text-align: center;
    margin-bottom: 20px;
}

.izquierda {
    text-align: left;
}

.team-pdf h1 {
    color: green;
    margin-bottom: 10px;
    font-size: 40px;
}
.team-pdf h2 {
    color: black;
    font-size: 30px;

}

.team-pdf h3 {
    color: black;


}
.team-pdf h4 {
    color: black;
    margin-bottom: 10px;
}


hr {
    border-color: black; /* Cambia el color a azul */
}

.team-pdf p {
    color: black;

}

.actions a { /* Estilos para el enlace del botón */
    display: inline-block;
    padding: 10px 20px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease; /* Transición suave para el cambio de color */
}

.actions a:hover { /* Estilos para el enlace del botón al pasar el ratón */
    background-color: darkgreen;
}

.team-pdf {
    background-color: rgb(103, 226, 140);
    border-radius: 8px;
    overflow: hidden; /* Para que el borde redondeado se aplique al iframe */
    padding: 20px;
    width: 80%;
    max-width: 800px;
    text-align: center;
}





/* ... (código posterior) ... */

footer {  /* Estilos para el pie de página */
    background-color: #333;
    color: white;
    text-align: center;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 10px; /* Nuevo tamaño de fuente más pequeño */
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 0.4em; /* Reducimos el tamaño general de la fuente */
    }

    header {
        padding: 20px; /* Reducimos el padding */
    }

    .logo {
        max-height: 50px; /* Disminuimos el tamaño del logo */
    }

    .title-img {
        max-width: 130px; /* Disminuimos el tamaño del título */
    }

    .social-icons a {
        font-size: 1.5em; /* Ajusta este valor */
        padding-top: 50px;
    }

    .main-menu {
        background-color: rgb(103, 226, 140);
        text-align: center;
        padding: 0.1px 0;
        font-size: 2em; /* Reducir el tamaño de fuente */
    }

    .main-menu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .main-menu li {
        margin: 0 5px; /* Reducir el margen horizontal */
    }

    .main-menu a {
        text-decoration: none;
        color: green;
        font-size: 1em; /* Reducir el tamaño de fuente */
    }
    .team-pdf h1 {
        color: green;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .team-item h3 {
        font-size: 3em;
        margin-top: 1px;
    }
    .pokemon-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .pokemon-icons img {
        max-width: 50px;
    }
    .MU-images img {
        max-width: 300px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }
    .MU2-images img {
        max-width: 150px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }



    h4 {
        display: block;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
        font-size: 2.5em;
    }

}

@media only screen and (max-width: 392px) {
    body {
        font-size: 0.4em; /* Reducimos el tamaño general de la fuente */
    }

    header {
        padding: 20px; /* Reducimos el padding */
    }

    .logo {
        max-height: 50px; /* Disminuimos el tamaño del logo */
    }

    .title-img {
        max-width: 100px; /* Disminuimos el tamaño del título */
    }

    .social-icons a {
        font-size: 1.5em; /* Ajusta este valor */
        padding-top: 50px;
    }

    .main-menu {
        background-color: rgb(103, 226, 140);
        text-align: center;
        padding: 0.1px 0;
        font-size: 2em; /* Reducir el tamaño de fuente */
    }

    .main-menu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .main-menu li {
        margin: 0 5px; /* Reducir el margen horizontal */
    }

    .main-menu a {
        text-decoration: none;
        color: green;
        font-size: 1em; /* Reducir el tamaño de fuente */
    }
    .team-pdf h1 {
        color: green;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .team-item h3 {
        font-size: 3em;
        margin-top: 1px;
    }
    .pokemon-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .pokemon-icons img {
        max-width: 30px;
    }
    .MU-images img {
        max-width: 200px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }
    .MU2-images img {
        max-width: 150px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }



    h4 {
        display: block;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
        font-size: 2.5em;
    }

}

@media only screen and (max-width: 232px) {
    body {
        font-size: 0.4em; /* Reducimos el tamaño general de la fuente */
    }

    header {
        padding: 20px; /* Reducimos el padding */
    }

    .logo {
        max-height: 20px; /* Disminuimos el tamaño del logo */
    }

    .title-img {
        max-width: 100px; /* Disminuimos el tamaño del título */
    }

    .social-icons a {
        font-size: 1em; /* Ajusta este valor */
        padding-top: 20px;
    }

    .main-menu {
        background-color: rgb(103, 226, 140);
        text-align: center;
        padding: 0.1px 0;
        font-size: 2em; /* Reducir el tamaño de fuente */
    }

    .main-menu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .main-menu li {
        margin: 0 5px; /* Reducir el margen horizontal */
    }

    .main-menu a {
        text-decoration: none;
        color: green;
        font-size: 1em; /* Reducir el tamaño de fuente */
    }
    .team-pdf h1 {
        color: green;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .team-item h3 {
        font-size: 3em;
        margin-top: 1px;
    }
    .pokemon-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .pokemon-icons img {
        max-width: 25px;
    }
    .MU-images img {
        max-width: 175px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }
    .MU2-images img {
        max-width: 150px; /* Ajusta este valor según el tamaño que desees */
        height: auto;
    }



    h4 {
        display: block;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
        font-size: 2.5em;
    }

}



