.titulo_seccion {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    color: #FF4500; 
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #FF4500;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.btn-custom {
    background-color: #E74C3C;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease-in-out;
}

.btn-custom:hover {
    background-color: #C0392B; 
}
.img-fluid {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.img-fluid:hover {
    transform: scale(1.05);
}
.card {
    background-color: #2C3E50; 
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}

.card-body {
    background-color: #34495E;
    padding: 15px;
    border-radius: 15px;
    color: #ECF0F1; 
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    background-color: #1C1C1C; 
    color: #ECF0F1; 
}
.list-group-item {
    background-color: #2C3E50; 
    border: 1px solid #34495E;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: background-color 0.3s ease-in-out;
    color: #ECF0F1; 
}

.list-group-item:hover {
    background-color: #3A539B; 
}
body {
    font-family: 'Roboto', sans-serif;
    color: #ECF0F1; 
    background-color: #1A1A1A; 
    line-height: 1.3;
}

p, li {
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.border-custom {
    border: 2px solid #FF4500; 
    border-radius: 10px;
    padding: 15px;
}
.form-control {
    border-radius: 10px;
    border: 1px solid #34495E;
    padding: 10px;
    font-size: 1.1rem;
    color: #ECF0F1; 
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #E67E22;
    box-shadow: 0 0 5px rgba(230, 126, 34, 0.5);
}
a {
    color: #E74C3C; 
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #FF4500; 
}
.alert-custom {
    background-color: #2C3E50; 
    color: #E74C3C;
    border: 1px solid #C0392B;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
.nav-tabs .nav-link {
    border-radius: 5px;
    border: 1px solid #34495E;
    background-color: #2C3E50;
    margin-right: 10px;
    color: #ECF0F1; 
    transition: background-color 0.3s ease-in-out;
}

.nav-tabs .nav-link.active {
    background-color: #E74C3C; 
    color: #fff;
}

body {
    background-color: #1A1A1A;
    color: #ECF0F1;
}
.sidebar {
    padding-top: 20px;
    background-color: #1C1C1C;
    height: 100vh;
}
.nav-link {
    color: #ECF0F1;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    background-color: #FF5733;
    color: #FFF;
}
.nav-item img {
    margin-right: 8px;
}
.display-4 {
    font-size: 2.5rem;
    margin-top: 20px;
    color: #FF5733;
}
.card {
    background-color: #2C3E50;
    color: #ECF0F1;
    border-radius: 10px;
    border: none;
}
.card h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.card img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.list-group-item {
    background-color: #34495E;
    color: #ECF0F1;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.page-item.active .page-link {
    background-color: #FF5733;
    border-color: #FF5733;
}

h1, h2 {
    font-family: 'Cinzel Decorative', serif;
    color: #d4af37;
    text-shadow: 2px 2px 5px #000000;
}

h1 {
    margin-bottom: 5px;
}

h2 {
    margin-bottom: 5px;
}
