h1, h2, h4 {
    color: #6A1B9A;
    font-weight: bold;
    font-size: 50px;
}

body {
    background-color: #F5F5DC;
    font-family: 'Segoe UI', sans-serif;
}
.header {
    background-color: #aa4fe2;
    color: white;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn:hover {
    background-color: #3E2723;
}
.logo {
    font-weight: bold;
    font-size: 20px;
}
.btn {
    background-color: #4E342E;
    border: none;
    color: white;
    border-radius: 20px;
}

.carousel,
.carousel-inner,
.carousel-item {
    max-height: 700px;
}

.carousel-item img {
    width: 100%;
    height: 400px; 
    object-fit: cover;
}

footer {
    background-color: #531507;
    color: white;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    
}
.login-body {
    background: linear-gradient(135deg, #F5F5DC, #E1BEE7);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.inicio-contenedor {
    width: 100%;
    max-width: 400px;
}
.inicio-carta {
    background: white;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    text-align: center;
}
.login-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 4px solid #6A1B9A;
}
.inicio-link {
    background: #380557;
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 4px 10px rgba(56,5,87,0.3);
}

.inicio-link:hover {
    background: #5a0a8a;
    color: white;
}

.login-header {
    position: absolute;
    top: 25px;
    right: 35px;
}

.info_carnet {
    padding: 30px 50px;
    margin-bottom: 30px;
}

.contenedor {
    background: linear-gradient(135deg, #FEF9E7, #f5e6ff);
    display: flex;         
    gap: 40px;             
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #d79be2;
    box-shadow: 0 10px 25px rgba(170, 79, 226, 0.25);
}


.info ul {
    margin: 0;
    padding-left: 0;
}

.info li {
    list-style: square inside;
    margin-bottom: 15px;
    color: #410566;
    font-size: 18px;
    font-weight: 500;
}

.contenedor video {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.card {
    border: none;
    box-shadow: 0 8px 20px rgba(106, 27, 154, 0.2);
    border-radius: 15px;
}

.card video {
    height: 220px;
    object-fit: cover;
}

.card-body {
    padding: 25px;
}

.card-title {
    color: #6A1B9A;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.card-text {
    color: #551304;
    font-size: 16px;
    line-height: 1.7;
}

.btn-primary {
    background-color: #4E342E !important;
    border: none !important;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
}

.contenedor-tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 30px 0;
    align-items: center;
    padding: 20px;
}

.tarjeta {
    background: linear-gradient(135deg, #FEF9E7, #f5e6ff);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    color: #410566;
    border: 3px solid #aa4fe2;
    box-shadow: 0 10px 25px rgba(170, 79, 226, 0.25);
    font-size: 18px;
}
