
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&display=swap');

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



h1 {
    font-size: 3.75rem;
    font-weight: 700;
    margin: 0;
    color: #E9E4DE;
}

.Hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem;
    border-radius: 1.875rem;
    margin: 1.25rem;
    position: relative;
}
.hero-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem; /* Espacio entre el h4 y el h1 */
}

.hero-title h4 {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    margin-left: 0.625rem; /* Separación entre el icono y el texto */

}

.title-icon {
    width: 1.5rem; /* Tamaño del icono */
    height: 1.5rem;
}
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-text {
    max-width: 50%;
    color: white;
}

.hero-text h1 {
    color: #000;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.25rem; /* 140% */
    letter-spacing: -0.15rem;
}

.hero-text p {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 140% */
    margin-bottom: 2.5rem;
}

.hero-button {

    color: white;
    padding: 0.625rem 1.25rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2.5rem;
background: #000;

}

.hero-button:hover {
    background-color: #FFC9F0; /* Slightly darker yellow on hover */
    color: #000;
}


.hero-text .highlight {
    background-color: #FFE68C; 
    color: black;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.3125rem;
}

/* Hero imagen*/
.hero-image img {
    width: 37.8563125rem;
    height: 34.6235625rem;
    transform: rotate(-5deg); 
}

.navbar {
    background-color: white;
    margin: 1.25rem;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    border-radius: 3.75rem;
    border: 0.0625rem solid #000;
justify-content: center; 
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}

.navbar-left .navbar-name {
    background-color: #FFC9F0; 
    color: black;
    font-weight: 700;
    font-size: 1.25rem;
    display: inline-flex;
padding: 0.2291875rem 0.8125rem 0.3958125rem 0.25rem;
align-items: center;
}

.navbar-left {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
}
.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-link {
    margin: 0 0.9375rem;
    text-decoration: none;
    color: black;
    font-size: 1.25rem;
    font-weight: 400;
}

.navbar-button {
    background-color: black;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: bold;
    margin-left: 1.25rem;
}

.navbar-button:hover {
    background-color: #FFC9F0; 
    color: #000;
}
.yo {
    width: 9.375rem;
    border-radius: 0.9375rem;
    border: 0.125rem solid #f3e5f5;
}

.intro h1 {
    font-size: 2rem;
    margin-top: 0.625rem;
}

.materiascursadas .highlight {
    background-color: #FFE68C;
    padding: 0 0.3125rem;
}

.button {
    background-color: black;
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    margin-top: 0.625rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

section {
    padding: 2.5rem 1.25rem;
}

.materiascursadas {
    padding: 3.125rem 0;
    background-image: url('/3/img/fondoseccion2.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 3.125rem;
    border-radius: 1.875rem;
    margin: 1.25rem;
    position: relative;
}
.materiascursadas h2{
    color: #000;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem; 
}
/* Contenedor de las cards */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 1.875rem;
    flex-wrap: wrap;
}

/* Estilo de las cards */
.card1 {
    width: 17.5rem;
    padding: 1.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 1.0rem;
border: 0.0625rem solid #000;
background: #9DDCFF;
}
.card2 {
    width: 17.5rem;
    padding: 1.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 1.0rem;
border: 0.0625rem solid #000;
background: #FFE68C;
}
.card3 {
    width: 17.5rem;
    padding: 1.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 1.0rem;
border: 0.0625rem solid #000;
background: #FFC9F0;
}

/* Estilos para el título de cada card */
.card1 h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
    text-align: center;
    color: #000;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; /* 140% */
    
}
.card2 h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
    text-align: center;
    color: #000;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; /* 140% */
    
}
.card3 h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
    text-align: center;
    color: #000;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; /* 140% */
    
}
/* Estilos para la lista de materias en cada card */
.card1 ul {
    list-style: none;
    padding: 0;
}

.card1  ul li {
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #000;
    color: #000;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 2.1rem; /* 168% */
}

.card1 ul li:last-child {
    border-bottom: none;
}
.card2 ul {
    list-style: none;
    padding: 0;
}

.card2  ul li {
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #000;
    color: #000;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 2.1rem; /* 168% */
}

.card2 ul li:last-child {
    border-bottom: none;
}

.card3 ul {
    list-style: none;
    padding: 0;
}

.card3  ul li {
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #000;
    color: #000;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 2.1rem; /* 168% */
}

.card3 ul li:last-child {
    border-bottom: none;
}

/* Estilo general para la sección TPS */
.tps {
    text-align: left;
    padding: 3.125rem;
    border-radius: 1.875rem;
    margin: 1.25rem;
    position: relative;
}

.tps-header h2 {
    color: #000;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem; /* 140% */
}
.tps .highlight {
    background-color: #FFE68C;
    padding: 0 0.3125rem;
}
/* Contenedor de las tarjetas TPS */
.tps-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas */
    gap: 1.25rem; /* Espacio entre las tarjetas */
    justify-content: center;
    margin-top: 1.875rem;
}

/* Estilo general para las tarjetas TPS */
.tps-card {
    border: 0.0625rem solid #000;
    border-radius: 1.0rem;
    padding: 1.25rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

/* Estilo al pasar el cursor sobre las tarjetas */
.tps-card:hover {
    transform: translateY(-0.625rem);
    border-color: #ffcc00; /* Cambia el color del borde al hacer hover */
}

/* Estilo para el contenido de las tarjetas */
.tps-card h3 {
    font-size: 1.25rem;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0.9375rem 0;
}

/* Estilos de colores para cada tarjeta */
.ux {
    background-color: #FFC9F0;

}

.videojuegos {
    background-color: #FFE68C;
}

.packaging {
    background-color: #9DDCFF;
}

.web {
    background-color: #FFC9F0;
}
a {
    text-decoration: none; 
    color: inherit; 
}


.equipo {
    text-align: left;
    padding: 3.125rem;
    border-radius: 1.875rem;
    margin: 1.25rem;
    position: relative;
}


.equipo h2 {
    color: #000;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem; /* 140% */
}
.equipo .highlight {
    background-color: #FFE68C;
    padding: 0 0.3125rem;
}
.miembro {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.875rem;
}

.card {
    background-color: #fff;
    border-radius: 1.0rem;
    border: 0.0625rem solid #000;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    width: 18.75rem;
    padding: 0.9375rem;
    text-align: center;
    transition: transform 0.3s;
}

.miriam{
    transform: rotate(-3deg);
    background: #9DDCFF;
}
.caro{
    background-color: #FFE68C;
    transform: rotate(3deg);
}
.gise {
    transform: rotate(-3deg);
    background: #FFC9F0
}
.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    border-radius: 0.625rem;
    border: 0.0625rem solid #000;
}

.card h2 {
    margin: 0.625rem 0;
    font-size: 1.2em;
}

button {
    background-color: #fff;
    border-radius: 2.5rem;
border: 0.0625rem solid #000;
color: #000;
font-size: 1.25rem;
    padding: 0.5rem 0.9375rem;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

button:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}


.info-container {
    display: flex;
    justify-content: space-between;
    width: 70%; 
    max-width: 71.0rem; 
    align-items: center;
    border-radius: 3.75rem;
    border: 0.0625rem solid #000;
    padding: 3.125rem;
    margin: 1.25rem auto; 
    margin-bottom: 3.125rem;
}

.info-left, .info-right {
    width: 45%;
}

.info-left p, .info-right p {
    margin-bottom: 0.625rem;
}

.info-left p strong, .info-right p strong {
    font-size: 1.2em;
}

.info-left, .info-right {
    line-height: 1.5;
}

.info-right {
    text-align: left;
}


footer {
    background-color: #000;
    color: #fff;
    padding: 1.25rem;
    text-align: center;
    font-family: "Syne", sans-serif; 
    position: relative;
  }
  
  .footer-links {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  
  .footer-links a {
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
  }
  
  .footer-text {
    max-width: 50.0rem;
    margin: 0 auto;
    padding: 1.25rem 0;
    font-size: 1.0rem;
  }
  .footer-logo {
    margin-top: 1.25rem; 
  }
  
  .footer-logo img {
    width: 13.0rem;
    height: 2.5rem;
  }
  