@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #1e1e1e;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.header {
    background-image: url('https://palabrasdelderecho.com.ar/upload/ciberseguridad.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5); /* Translucidez del fondo */
    color: #ffffff;
    text-align: center;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(1, 0, 0, 1);
}

.logo {
    width: 250px;
    height: auto;
    margin-bottom: 1rem;
}

.logo2 {
    width: 100px; /* Ancho del logo */
    height: auto; /* Altura automática según el ancho */
}


.logo3 {
    max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    margin-bottom: 20px; /* Espaciado inferior si es necesario */
}

.logoqr {
    width: 180px;
    height: auto;
    margin-bottom: 1rem;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
}

.content {
    background-color: #2e2e2e;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.link-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #ff6347;
    color: #1e1e1e;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.link-button:hover {
    background-color: #ff6347;
}


footer {
    background-color: #2e2e2e;
    color: #00d4ff;
    padding: 0.2rem 0; /* Reducir el padding superior e inferior */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 -4px 8px rgba(68, 67, 67, 0.2);
}

footer .container {
    width: 80%;
    max-width: 1200px; /* Limitar el ancho máximo */
}

footer h6 {
    margin: 0.5rem 0;
    font-size: 1rem;
}

.txtpie2 {
    color: #f6f9fa;
}


.background-image {
    background-image: url('https://via.placeholder.com/1920x1080');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.5);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.card {
    background-color: #2e2e2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 300px;
    margin: 1rem;
    text-align: center;
}

.card img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 1rem;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.objetivos-text {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.objetivos-lista {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding-left: 0; /* Elimina el espacio a la izquierda de la lista */
}

.objetivos-lista li {
    margin-bottom: 0.5rem;
}

/* Estilo adicional para los objetivos individuales si es necesario */
.objetivos-lista li:before {
    content: ""; /* Elimina cualquier contenido antes de cada elemento de lista */
}

.informacion-carrera {
    color: #ff6347; /* Cambia el color del texto a un tono naranja */
}

.highlight-text {
    font-weight: bold; /* Aplica negrita al texto */
    color: #ff6347; /* Cambia el color del texto */
}

.social {
    font-size: 50px;
    color: LightBlue;
 }
 
 .redes2{
  color:  #ff6347;
  font-size: 20px;
  font-style: italic;
 }

 .icon-large {
    font-size: 2rem; /* Tamaño de fuente más grande */
    margin: 0 10px; /* Espacio entre los iconos */
    color: #ff6347; /* Color de los iconos */
}
