/* HERO */
.hero-area {
    background: url('../images/hero/banner-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 0 60px 0;
    color: #fff;
    text-align: center;
}

.hero-area h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.hero-area p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.hero-area .btn-primary {
    background-color: #FDC800;
    border-color: #FDC800;
    color: #000;
}

/* MODALIDADES */
.icon-box {
    font-size: 3rem;
    color: #223E63;
}

/* AUTORIDADES */
.authority-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.authority-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.authority-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

/* FOOTER */
.site-footer {
    background-color: #1a1f24;
    color: #fff;
    padding: 60px 0 30px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    border-top: 4px solid #4e73df;
}

.site-footer h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1rem;
}

.site-footer a {
    color: #ccc;
    text-decoration: none;
}

.site-footer a:hover {
    color: #FDC800;
    text-decoration: underline;
}

/* Estilos para las imágenes del carrusel de la Gaceta */
.gaceta-img {
    height: 600px;
    object-fit: contain;
    background-color: #fff;
    padding: 1rem;
}
