.__d-none{
    display: none;
}

.container.bases {
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.titles {
    font-family: 'Lemon', serif;
    font-size: 3rem;
    color: #018b99;
    line-height: normal;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    text-align: center;
}

section.interiores {
    background-image: url(https://sorteo.upaep.mx/img/2025/back_img_top.png), url(https://sorteo.upaep.mx/img/2024/back_img_bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}


.interiores__content .parte1,
.interiores__content .parte2,
.interiores__content .parte3,
.interiores__content .parte4 {
    margin-bottom: 50px;
}

.interiores__content .parte1 p,
.interiores__content .parte2 p,
.interiores__content .parte3 p,
.interiores__content .parte4 p {
    font-size: 15px;
    margin-bottom: 5px;
}

.row.parte2 {
    align-items: center;
    text-align: end;
}

.row.parte2 .col-lg-8.col-md-8.col-sm-12.col-xs-12 p:first-child,
.row.parte2 .col-lg-8.col-md-8.col-sm-12.col-xs-12 p:nth-child(3),
.row.parte2 .col-lg-8.col-md-8.col-sm-12.col-xs-12 p:nth-child(4) {
    margin-bottom: 1.5rem;
}

.bottom {
    color: #018b99;
}

img.center_compra {
    width: 350px;
    margin-top: 50px;
}

.collab-raffle-02 p img,
.parte3 p img {
    margin: inherit;
    display: inline-block;
    width: 19px;
    margin-right: 9px;
}

p.bottom {
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.collab-raffle div:first-child p:not(:nth-child(5)) {
    margin-bottom: 0;
}

.collab-raffle div:nth-child(2) li {
    margin-bottom: 1rem;
}

.collab-raffle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 73rem;
}


.side-img img {
    height: 100vh;
}

.collab-raffle-02 div:first-child p {
    margin-bottom: 0;
}

.collab-raffle-02 {
    text-align: right;
}

.collab-raffle-02 ul {
    list-style-position: inside;
}

.collab-raffle-02 .bottom:not(:nth-child(6)) {
    margin: 0 !important;
}

.collab-raffle-02 .bottom:nth-child(6) {
    margin-top: 0 !important;
}

.collab-raffle-02 img {
    width: 100%;
}

@media only screen and (max-width: 992px) and (min-width: 300px) {

    .interiores img {
        width: 250px;
        margin-bottom: 20px;
    }

    .row>* {
        padding: 0px;
    }

    p.bottom {
        margin-bottom: 5px !important;
        margin-top: 5px;
    }

    .collab-raffle-02 p img,
    .parte3 p img {
        width: 16px;
        margin-right: 5px;
    }

    .parte2 {
        flex-flow: row wrap-reverse;
    }

    .collab-raffle {
        flex-direction: column;
        height: auto;
    }

    .collab-raffle-img {
        width: 80% !important;
        margin: 2rem !important;
    }

    .collab-raffle img {
        width: 60% !important;
        height: auto;
    }

    .divition-img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 300px) {
    a.button__compraboleto {
        bottom: 2rem !important;
        font-size: 1rem !important;
    }
}