/* body {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 1px;
    background-color: #FFFFFF;
} */


.lake-page h1,
.lake-page h2,
.lake-page h3,
.lake-page h4,
.lake-page p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.lake-page h5{
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}

.lake-page p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

.lake-page a {
    color: #000000 !important;
}

.lake-page .container {
    max-width: 1024px;
}

/*Font Lake*/
.lake-page .gill {
    font-family: 'Gill', sans-serif;
    font-size: 18px;
}
.lake-page .gill.big {
    font-family: 'Gill', sans-serif;
    font-size: 56px;
}

.lake-page .gothamroundedbook {
    font-family: 'GothamRoundedBook', sans-serif;
}

.lake-page .gothambook {
    font-family: 'Gotham-Book', sans-serif;
}

.lake-page .gothamlight {
    font-family: 'GothamRounded-Light', sans-serif;
}

.lake-page h3 {
    line-height: 1.0;
}

.lake-page .btn {
    background: #51d1f6;
    border: 1px solid #000;
    border-radius: 20px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.lake-page .flecha-izq {
    float: left;
    width: 50px;
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;
}


.lake-page .flecha-dere {
    float: right;
    width: 50px;
    transform: rotate(180deg);
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;
}

.ultima-container{
    position: relative;
    margin-top: 9%;
}

.spring-summer-text{
    font-size: 25px !important;
}

.spring-summer-text span{
    font-size: 16px;
}

@media(min-width: 540px) {}

@media(min-width: 640px) {}

@media (min-width: 768px) {

    .lake-page p {
        font-size: 16px;
    }

    /* .contenedor-padding{
        padding: 0 4rem;
    } */

    .contenedor-padding{
        padding: 3rem 4rem 0 4rem;
    }

    .lake-page .btn {
        font-size: 25px;
    }

    .penultima-container img{
        position: relative;
        top: -49%;
    }

    .ultima-container{
        margin-top: -29%;
    }

}

@media(min-width: 992px) {
}

@media(min-width: 1200px) {
    .lake-page .dsherkules {
        font-size: 64px;
    }
}