/* Estilos globales */
/* Estilos globales */
body {
    background: linear-gradient(to right, #dddddd, #dddddd);
    font-family: 'Lato', sans-serif; /* Cambiado a Lato */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* El resto del CSS permanece igual */

/* Navbar personalizado */
.navbar {
    background-color: #ffffff;
    padding: 15px 20px;
    box-shadow: none; /* Eliminar sombras */
}/* Cambiar el fondo del botón del menú de la navbar en modo responsivo */
/* Botón personalizado para el navbar */
.navbar-toggler { 
    background-color: #771139; /* Cambia el color de fondo al color Pantone 7716 C */
    border-color: #771139;     /* Cambia el color del borde para que coincida */
}

/* Cambiar el color del icono del botón del menú */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ecf0f1 !important;
}

.navbar-brand img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.navbar .nav-link {
    color: #f8f9fa;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    transition: color 0.3s ease, background-color 0.3s ease;
    background-color: #144f9b;
    border-radius: 8px;
}

.navbar .nav-link:hover {
    color: #eef1f1;
    background-color: #185ec5;
    transform: scale(1.1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



/* Sección de estilos de aprendizaje */
section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    background: linear-gradient(135deg, #f17e82d5 0%, #fecfef 100%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section h2 {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 20px;
    text-align: center;
}

section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

section img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

section img:hover {
    transform: scale(1.05);
}

/* Estilos para texto y encabezados */
h1, h2 {
    color: #0616f8;
    text-align: center;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

/* Flexbox para secciones */
.row {
    display: flex;
    align-items: center;
}

.row .col-md-6 {
    margin: 20px 0;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
    
    section {
        padding: 15px;
    }
    
    section h2 {
        font-size: 1.5rem;
    }
    
    .row {
        display: block;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 80px;
    }
}
/* Estilos generales para las tarjetas */
.card {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 500px; /* Aumenta el tamaño para contenido extra */
    max-height: 500px; /* Tamaño consistente */
    overflow-y: auto; /* Permite desplazamiento si es necesario */
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Estilo de las imágenes */
.card img {
    border-radius: 10px;
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: rotate(5deg);
}

/* Títulos */
.card h3 {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.3rem;
    text-align: center;
}

/* Texto */
.card p {
    color: #555;
    font-size: 0.95rem; /* Disminuir tamaño para más texto */
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

/* Efectos adicionales al pasar el ratón */
.card:hover h3 {
    color: #007bff;
    transition: color 0.3s ease;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .card {
        margin-bottom: 20px;
        min-height: auto;
        max-height: none;
    }
}
/* Colores de fondo específicos para cada estilo */

.visual-card {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.auditivo-card {
    background: linear-gradient(135deg, #ffdc80, #ffe798cc);
}

.verbal-card {
    background: linear-gradient(135deg, #76b852, #a4ec7b);
}

.kinestesico-card {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}
.logo {
    width: 300px; /* Ancho predeterminado */
    max-width: 400px; /* Tamaño máximo */
    height: auto;
    transition: transform 0.3s ease; /* Animación suave al hacer hover */
}

.logo:hover {
    transform: scale(1.2); /* Aumenta el tamaño al pasar el ratón */
}
h1 {
    font-size: 36px; /* Tamaño del texto */
    font-weight: 700; /* Negrita */
    color: #333; /* Color del texto */

    text-align: center; /* Alineación centrada */
    margin-bottom: 40px; /* Espaciado inferior */
}
