.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}

/* ==================================
   📏 CENTRADO Y ALINEACIÓN
   ================================== */
.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.overlay:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: relative;
}

.event-card:hover img {
    scale: 1.1;

}

.event-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 450px;
}

.event-card img {
    transition: 3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-overlay * {
    color: white
}

.event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.event-type {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500
}

.event-name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.boxBg * {
    color: #fff
}

.boxBg {
    padding: 80px;
    height: 70vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.col-center {
    margin: auto
}

.calendar-container {
    max-width: 1200px;
    margin: 0 auto;
}

.calendar-title {
    color: #0a3d33;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.calendar-list {
    list-style-type: none;
    padding: 0;
}

.calendar-item {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.calendar-date {
    color: #333;
    font-weight: bold;
    text-align: center;
}

.calendar-month {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.calendar-day {
    font-size: 42px;
    line-height: 1;
}

.calendar-info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.calendar-time {
    color: #555;
    font-size: 16px;
}

.calendar-event {
    color: #0a3d33;
    font-size: 20px;
}
.lineParent {
    overflow: hidden;
    position: relative
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body .locked {
        display: block !important;
        position: fixed;
        width: 100%;
        z-index: 99999999999999999999;
        height: 100%;
        top: 0;
        left: 0;
    }
}

footer hr {
    border-color: rgb(255 255 255 / 41%);
}

footer a:hover {
    text-decoration: underline !important
}

footer a {
    font-size: 14px
}

footer .hyperlink {
    text-decoration: underline
}

footer .list-unstyled li {
    font-size: 14px
}

.pb-60 {
    padding-bottom: 20px
}
.mb-0{
    margin-bottom: 0 !important;
}
.fz-14 {
    font-size: 14px
}
body {
    background: #000
}
.objBottomAbsolute {
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 1 !important;
    right: 0;
    width: 100%;

}