.descubre {
    margin-top: 11rem;
}
.descubre .descubre-top {
    border: 0.25rem solid var(--gray);
    line-height: 1.75;
    text-align: center;
    position: relative;
}
.descubre .descubre-top picture {
    position: absolute;
}
.descubre .descubre-top p:last-of-type {
    margin-bottom: 0;
}
.descubre .descubre-tit {
    padding-top: 12rem;
    margin-top: 20rem;
    color: var(--primaryColor);
    font-family: var(--secondaryFont);
    font-size: 7.5rem;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.descubre .descubre-tit:before {
    content: '';
    height: 0.25rem;
    background-color: var(--secondaryColor);
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);
}
.descubre .descubre-tit:after {
    content: '';
    width: 7.25rem;
    height: 10rem;
    background-image: url('../../images/icons/isotipo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.donde-comer article {
    position: relative;
}
.donde-comer article:before {
    content: '';
    height: 0.25rem;
    background-color: var(--primaryColor);
    position: absolute;
    right: 0;
}

.donde-comer article > div > *:last-child,
.que-hacer article > div > *:last-child {
    margin-bottom: 0;
}

.que-ver p {
    text-align: center;
}
.que-ver picture {
    margin-bottom: 5rem;
}

.agenda .agenda-tit {
    color: var(--primaryColor);
    font-size: 7.5rem;
    font-weight: 400;
    text-align: center;
}
.agenda article {
    padding-top: 15rem;
    text-align: center;
    position: relative;
}
.agenda article a {
    display: block;
}
.agenda article .agenda-fecha {
    background-color: white;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.agenda article .agenda-fecha > * + * {
    padding-left: 2rem;
    border-left: 0.25rem solid var(--gray);
    margin-left: 2rem;
}
.agenda article .agenda-dia {
    line-height: 1;
}
.agenda article .agenda-mes {
    line-height: 1;
    text-transform: uppercase;
}
.agenda article picture {
    position: relative;
}
.agenda article picture:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 0.25rem solid var(--primaryColor);
    position: absolute;
    bottom: 5rem;
    left: 5rem;
}
.agenda article .h2 {
    margin-bottom: 0;
}
.agenda .pager {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.agenda .pager .pager-first {
    margin-right: 5.5rem;
}
.agenda .pager .pager-last {
    margin-left: 5.5rem;
}
.agenda .pager .pager-first img,
.agenda .pager .pager-last img {
    width: 11.25rem;
    height: 2.75rem;
}
.agenda .pager .pager-first {
    transform: scaleX(-1);
}
.agenda .pager .pager-page {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    font-size: 3.5rem;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.agenda .pager .pager-page + .pager-page {
    margin-left: 1.75rem;
}
.agenda .pager .pager-active {
    border: 0.25rem solid var(--primaryColor);
}


@media (min-width: 768px) {
    .descubre {
        width: 202.5rem;
        margin: 0 auto;
    }
    .descubre .descubre-top {
         padding: 6rem 15rem;
     }
    .descubre .descubre-top picture {
        height: 77rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .descubre .descubre-top picture:first-child {
        width: 97.25rem;
        right: calc(100% - 6rem);
    }
    .descubre .descubre-top picture:last-child {
        width: 96.5rem;
        left: calc(100% - 6rem);
    }

    .descubre .descubre-tit {
        margin-bottom: 6rem;
    }
    .descubre .descubre-tit:before {
        width: 114rem;
    }

    .donde-comer .descubre-tit + p {
        margin-bottom: 12.5rem;
    }

    .donde-comer article,
    .que-hacer article {
        display: -webkit-flex;
        display: flex;
    }
    .donde-comer article:before {
        width: calc(100% - 3.5rem);
        bottom: 6rem;
    }
    .que-hacer article {
         padding: 6rem 8.5rem 6rem 0;
         border: 0.25rem solid var(--primaryColor);
     }
    .donde-comer article + article,
    .que-hacer article + article {
        margin-top: 12.5rem;
    }
    .donde-comer article picture,
    .que-hacer article picture {
        margin-right: 11rem;
        -webkit-flex: 0 0 62.5rem;
        flex: 0 0 62.5rem;
    }
    .que-hacer article picture {
        margin-left: -3.5rem;
        position: relative;
    }
    .que-hacer article picture img {
        position: absolute;
    }

    .agenda {
        margin-top: 18.75rem;
    }
    .agenda .agenda-tit {
        margin-bottom: 7.5rem;
    }
    .agenda .flex {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agenda article {
        -webkit-flex: 0 0 104.5rem;
        flex: 0 0 104.5rem;
    }
    .agenda article + article {
        margin-left: 14.5rem;
    }
    .agenda article:nth-child(3n + 1) {
        margin-left: 0;
    }
    .agenda article:nth-child(n + 4) {
        margin-top: 5rem;
    }
    .agenda article .agenda-fecha {
        width: 40rem;
        height: 20rem;
        border-radius: 10rem;
    }
    .agenda article .agenda-dia {
        font-size: 8.75rem;
    }
    .agenda article .agenda-mes {
        font-size: 4.5rem;
    }
    .agenda article picture {
        margin-bottom: 3.5rem;
    }
    .agenda .pager {
        margin-top: 9rem;
    }
}
@media (max-width: 767px) {
    .descubre .descubre-top {
        padding: 15rem 6rem;
        margin-top: 52rem;
        margin-bottom: 54.5rem;
    }
    .descubre .descubre-top picture {
        width: 67.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .descubre .descubre-top picture:first-child {
        bottom: calc(100% - 7.5rem);
    }
    .descubre .descubre-top picture:last-child {
        top: calc(100% - 7.5rem);
    }

    .descubre .descubre-tit {
        margin-bottom: 3.75rem;
    }
    .descubre .descubre-tit:before {
        width: 80rem;
    }

    .donde-comer article {
        padding-bottom: 3.5rem;
    }
    .donde-comer article + article {
        margin-top: 6rem;
    }
    .donde-comer article:before {
        width: 100%;
        bottom: 0;
    }
    .donde-comer article picture {
        width: 79rem;
        margin: 0 auto 2.5rem;
    }
    .donde-comer article:last-child {
        padding-bottom: 0;
    }
    .donde-comer article:last-child:before {
        display: none;
    }

    .que-hacer article {
        padding-top: 5rem;
    }
    .que-hacer article + article {
        margin-top: 7.5rem;
    }
    .que-hacer article picture {
        width: 79.5rem;
        margin: 0 auto 4rem;
        position: relative;
    }
    .que-hacer article picture:before {
        content: '';
        width: 80rem;
        height: 100%;
        border: 0.25rem solid var(--primaryColor);
        position: absolute;
        top: -5rem;
        right: -5.25rem;
    }

    .agenda {
        margin-top: 7.5rem;
    }
    .agenda article + article {
        margin-top: 4rem;
    }
    .agenda article .agenda-fecha {
        width: 32.5rem;
        height: 16rem;
        border-radius: 8rem;
    }
    .agenda article .agenda-dia {
        font-size: 7rem;
    }
    .agenda article .agenda-mes {
        font-size: 3.5rem;
    }
    .agenda article picture {
        margin-bottom: 2.5rem;
        margin-left: -5rem;
    }
    .agenda .pager {
        margin-top: 7.5rem;
    }
}