.height-100{
    height: 100vh !important;
}
.vertical-align {
    position: relative;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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;
}

.countdown {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    justify-content: center
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box {
    background: #f5f5f5;
    padding: 20px 0px;
    min-width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.number {
    font-size: 28px;
    font-family: 'Anton' !important;
    font-weight: 500;
    color: #D1443D
        /* #EFE455 */
}

.label {
    font-size: 16px;
    font-weight: 500;
    color: #EAE462
        /* #EFE455; */
}
.bg--primary {
    background: #0E425A !important
}

.bg-secondary {
    background: #EFE455 !important
}
h2.run--pinScrolling {
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 500 !important;
    margin: 0;
}

h2.run--pinScrolling ul li {
    color: #0E425A !important;
    padding: 10px 0px;
    line-height: 1;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    /* Palabra nueva viene de abajo */
    transition: all 0.6s ease-in-out;
}

h2.run--pinScrolling ul {
    display: flex;
    width: 250px;
    height: 60px;
    flex-direction: column;
    position: relative;
    list-style: none;
    text-align: left;
    background: #EFE455;
    margin: 0;
    margin-left: 10px;
    padding: 0px 15px;
    overflow: hidden;
}

h2.run--pinScrolling ul li.active {
    opacity: 1;
    transform: translateY(0);
    /* Palabra visible en posición central */
}

h2.run--pinScrolling ul li.exit {
    opacity: 0;
    transform: translateY(-100%);
    /* Palabra actual se va hacia arriba */
}
 
.church {
    position: absolute;
    right: 0;
    width: 40%;
    bottom: 160px;
}

.extra--info li {
    font-size: 17px
}

.extra--info {
    justify-content: space-between;
    width: 100%;
}

.extra--info,
.social--media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px 10px;
}

.bottom--info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #D1443D;
    padding: 40px 0px
}

p.lead {
    font-size: 20px;
    font-weight: 500
}

.tobtn a+a {
    margin-left: 10px
}

a.btn {
    font-family: inter;
    text-transform: initial
}

.btn-secondary:hover {
    background: #EFE455;
    border: 2px solid #EFE455;
    color: #0E425A !important
}

.btn-yellow {
    background: #EFE455;
    border: 2px solid #EFE455;
}

.btn-yellow:hover {
    background: transparent;
    color: white
}

.btn-secondary {
    color: white !important
}