body {background-color: black; color: white;}

nav {background-color: #27F5D3;}

a {color: black;}

.minombre {font-size: 90px;
letter-spacing: -6px;}


/* ----- 1 ----- */

html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}

/* ------------------ Barra de Navegación ------------------ */

.navbar-dark-style {
    background-color: black;
    margin-bottom: 3.5rem;
}

.nav-list-style {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nav-list-style li {
    border-right: 1px solid white;
}

.nav-list-style li:last-child {
    border-right: none;
}

.nav-list-style a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}


.nav-list-style a:hover {
    color: black;
    background-color:#27F5D3; 
    cursor: pointer;
}


.col1 {background-color: #27F5D3;
width: 30%;
height: 20rem;
padding: 1rem;}

.col2 {background-color: aliceblue;
width: 30%;}

.datos {display: flex;}




/* ------------------ Columnas ------------------ */

.columns-section {
    background-color: black; 
    padding: 2rem 0; 
}

.columns-container {
    display: flex;
    max-width: 80rem; 
    margin: 0 auto;
    color: white;
}

.column-item {
    flex: 1; 
    padding: 1.5rem; 
    border-right: 1px solid #4e6072;
}

/* Títulos de las columnas */
.column-item h3 {
    margin-top: 0;
    font-size: 1.25rem; 
    color: #27F5D3;
}


/* Centrar elementos */

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
}


/* ------------------ Nav de Integrantes ------------------ */

.navbar-sub-style {
    background-color: #2b302f; 
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.nav-sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nav-sub-list li {
    border-right: 1px solid #5d748c; 
}

.nav-sub-list li:last-child {
    border-right: none;
}

.nav-sub-list a {
    display: block;
    text-decoration: none;
    color: white; 
    padding: 1.2rem 2rem; 
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease; 
}

.nav-sub-list a:hover {
    color: #27F5D3;
}


.uba1 {color: #27F5D3; text-align: center;}
.cont1 {font-style: italic; font-size: 8px;}