* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #e9e9e9;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lista-encabezado {
    background-color: #22435b;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}

.contenedor-logo {
    width: 100%;
    margin-bottom: 15px;
}

.logo {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0 auto 20px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.nav-menu a {
    color: #f7f2f2;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 3px 0;
}

.banner {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 15px 10px;
}

.banner-titulo {
    color: #2e7d32;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-contenedor {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.seccion-titulo {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.parte-morada {
    background-color: #8c46ff;
    color: #f7f2f2;
    letter-spacing: 1px;
    border-radius: 20px;
}

.bloque-contenido {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.texto-centro {
    text-align: center;
}

.propuesta-texto {
    color: #1a1a1a;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
}

.campaña-bloque {
    background-color: #e9e9e9;
    padding: 50px 20px;
}

.campaña-placeholder {
    font-size: 0.85rem;
    font-weight: bold;
    color: #22435b;
}

.equipo-seccion {
    background-color: #e9e9e9;
}

.equipo-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.equipo-tarjeta {
    flex: 1;
    max-width: 45%;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.borde-tarjeta {
    border: 8px solid #b4cc1c;
    border-radius: 25px;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

.equipo-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.equipo-tarjeta h3 {
    color: #22435b;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.equipo-rol {
    display: inline-block;
    background-color: #ffffff;
    color: #276332;
    border: 1px solid #b4cc1c;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.presentacion {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8c46ff;
    color: #f7f2f2;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.academico-container {
    width: 100%;
    max-width: 600px;
    background-color: #e9e9e9;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.academico-tarjeta {
    background-color: #f7f2f2 ;
    width: 85%;
    border-radius: 30px;
    padding: 20px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: -6px 6px 0px #8c46ff;
}

.caja-logo-academico {
    background-color: #b4cc1c;
    padding: 8px 25px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.logo-img {
    max-width: 120px;
    height: auto;
    display: block;
}

.informacion-academica {
    width: 100%;
}

.informacion-academica ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #444;
}

.informacion-academica ul li {
    margin-bottom: 5px;
}

.academico-sitio {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8c46ff;
    color: #f7f2f2;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.main-footer {
    background-color: #22435b;
    color: #f7f2f2;
    width: 100%;
    max-width: 600px;
    padding: 25px 20px;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 15px;
}
