.template-1 section:last-child{
    margin-bottom: 80px;
}

.template-1 .section-home{
    width:100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: var(--vertical-separator) var(--side-separator);
    position: relative;
    background: linear-gradient(rgba(255,255,255,0.50), rgba(255,255,255,0.50)), var(--bg-mobile) lightgray 0% 0% / 100px 100px repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 152px;
}


.template-1 .section-home .home-info{
    width: 100%;
    min-height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 32px;
    flex: 0 0 auto;
}

.template-1 .section-home .home-info > div{
    width: 100%;
    justify-content: flex-end;
    display: flex;
}
.template-1 .section-home .home-info .text-info-event{
    text-align: right;
}
.template-1 .section-home .home-info .text-info-event span{
    color: var(--color_1);
    font-family: var(--font-primary);
    font-size: var(--font-base);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 500px) {

    .template-1 .section-home{
        background: linear-gradient(rgba(255,255,255,0.50), rgba(255,255,255,0.50)), var(--bg-tablet) lightgray 0% 0% / 100px 100px repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .template-1 .section-home .home-info{
        /* width: 420px; */
        max-width: 750px;
    }

    .template-1 .section-home .home-info .text-info-event span{
        line-height: 24px;
    }

}

@media (min-width: 768px) {

    .template-1 .section-home{
        padding: var(--vertical-separator) 207px 0 207px;
        align-items: flex-end;
    }

    .template-1 .section-home .home-info{
        min-height: 455px;
        gap: 16px;
        justify-content: flex-start;
        padding-top: 90px;
        padding-bottom: 16px;
    }

}

@media (min-width: 992px) {

    .template-1 .section-home{
        padding: var(--vertical-separator) var(--side-separator) 0 var(--side-separator);
        align-items: flex-end;
        background: var(--bg-desktop) lightgray 0% 0% / 100px 100px repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .template-1 .section-home .home-info{
        height: auto;
    }

}

@media (min-width: 1240px) {

    .template-1 .section-home .home-info .info-event{
        display: none;
    }

}

@media (min-width: 1600px) {

    .template-1 .section-home .home-info{
        min-height: 620px;
        gap: 20px;
        padding-top: 125px;
        padding-bottom: 20px;
    }

}

.caja-inicio--mobile { display: block; }
.caja-inicio--desktop { display: none; }

@media (min-width: 768px) {
    .caja-inicio--mobile { display: none; }
    .caja-inicio--desktop { display: block; max-height: 45vh; width: auto; }
}

@media (min-width: 1600px) {
    .caja-inicio--desktop { max-height: 48vh; }
}

@media (min-width: 1800px) {
    .caja-inicio--desktop { max-height: none; }
}