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


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

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

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

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

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

/*NEW*/
.island-page .dsherkules {
    font-family: 'DSHerkules', sans-serif;
    font-size: 32px;
}

/*pá probar*/
.island-page .gothamroundedbook {
    font-family: 'GothamRoundedBook', sans-serif;
}

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

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

.island-page .btn {
    background: #f2e0c9;
    border: 1px solid #000;
    border-radius: 20px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    padding: .6rem .75rem;
    width: 100%;
    font-weight: bold;

}

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

}


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

}

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

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

@media (min-width: 768px) {

    /*QUITAR CON NUEVO MENU*/
    /* #module-boboli_editorial-island #wrapper {
        background-color: white;
        margin-top: 48px;
    }
     */
    .island-page .dsherkules {
        font-size: 53px;
    }

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


    .island-page h1,
    .island-page h2 {
        font-size: 30px;
        line-height: 39px;
    }

    .island-page h3 {
        font-size: 24px;
        line-height: 28px;
    }

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

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

    .island-page .btn {
        font-size: 18px
    }

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

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

}

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

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