.text-morado {
    color: #42007c;
}
.bg-morado {
    background-color: #42007c;
}
.bg-gradient-morado {
    background: #580ea3;
    background: -webkit-linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    background: linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#580EA3", endColorstr="#260347", GradientType=1);
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.15);
}

.form-select option {
    color: #333; /* Texto oscuro para contraste con fondo blanco */
}
.border-white {
    border: solid 1px white;
    border-radius: 15px;
}
.event-info-box .col-lg-3,
.event-info-box .col-lg-4 {
    border-right: 1px solid #fff;
}
.event-info-box .col-lg-3:last-child,
.event-info-box .col-lg-4:last-child {
    border-right: 0;
}
.section-corner {
    border-top-left-radius: 80px;
    margin-top: -80px;
}

.btn.btn-outline-morado:hover,
.btn.btn-outline-morado.active {
    background: #580ea3;
    background: -webkit-linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    background: linear-gradient(90deg, rgba(88, 14, 163, 1) 0%, rgba(61, 20, 97, 1) 50%, rgba(38, 3, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#580EA3", endColorstr="#260347", GradientType=1);
}
.btn-outline-morado {
    --bs-btn-color: #580ea3;
    --bs-btn-border-color: #580ea3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #580ea3;
    --bs-btn-hover-border-color: #580ea3;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #580ea3;
    --bs-btn-active-border-color: #580ea3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #580ea3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #580ea3;
    --bs-gradient: none;
}
/* .agenda-evento {
    border-left: 1px solid #42007c;
} */

.carousel-image {
    width: 30%;
}
