#formulario-alta .card-header {
    background-color: rgb(39,0,43);
   
}
#formulario-alta .card-header h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(233,193,69);
}
#formulario-alta h3 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(39,0,43);
    margin-bottom: 1rem;
}

.h5-formulario{
    font-size: 2rem;
    font-weight: 600;
    color: rgb(39,0,43);
}

.eco-banner {
    background-color: #666666;
    border-left: 5px solid #4caf50;
}
#header-secretaria {
    background-color: rgb(34, 34, 34);
    color: rgb(233,193,69);
    padding: 2rem 0;
    text-align: center;
}
.text-subtitulo {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(131, 53, 139);
    margin-bottom: 1rem;
}
#header-secretaria h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgb(233,193,69);
}
#header-secretaria h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: rgb(233,193,69);
}
#servicios-secretaria {
    background-image: url('../../imagenes/fondo_secretaria.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0;
}
#servicios-secretaria h2 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(233,193,69);
    margin-bottom: 1rem;
}

#contacto-secretaria {
    background-color: rgb(34, 34, 34);
    color: rgb(233,193,69);
    padding: 2rem 0;
    
}
#contacto-secretaria h2 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(233,193,69);
    margin-bottom: 1rem;
}
#contacto-secretaria h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(233,193,69);
    margin-bottom: 1rem;
}
#contacto-secretaria i {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(216, 168, 24);
   
}
.card-secretaria {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.card-secretaria:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-icon {
    font-size: 3rem;
    color: rgb(216, 168, 24);
}
.section-title {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(39,0,43);
    color: rgb(233,193,69);
}
.btn-primary {
    padding: 10px 20px;
    border-radius: 30px;
}
.cta-button {
    background-color: rgb(39,0,43);
    color: rgb(233,193,69);
    border-radius: 30px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: rgb(233,193,69);
    color: rgb(39,0,43);
    text-decoration: none;
}
.cta-button i {
    margin-right: 5px;
}

.btn-hermandad {
    margin: 10px;
    transition: all 0.3s;
}
.btn-hermandad:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.header-hermandad {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    margin-bottom: 30px;
}