.customPageCenteredContent {
    height: auto;
}
span{
    font-weight: 500
}
#customPageTitle{
    display: none;
}
.secciones{
    width: 100%;
    height: auto;
    position: relative;
}
.seccionesImg{
    width: 100%;
}
.contentContainer{
    height: auto;
    width: 65%;
    z-index: 3;
    position: absolute;
    margin-top: 5%;
    top: 0;
}
.cambios{
    top: -2px;
    position: relative;
}
.devoluciones{
    top: -10px;
}
.envios{
    top: -13px;
}
.metodos{
    top: -16px;
}
.cambiosText{
    color: #3A4A56;
    float: right;
    width: 62%;
    right: 0px;
}
.devolucionesText{
    color: #504E44;
    margin-top: 5%;
    width: 60%;
    margin-left: 7%;
}
.enviosText{
    color: white;
    width: 100%;
}
.metodosText{
    color: #827775;
}
.titulo{
    width: 70%;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    /* float: right; */
}
.texto{
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    line-height: 20px;
}
.enviosTitulo{
    width: 37%;
}
.enviosTexto{
    width: 37%;
}
.newsLetterContainer {
    margin-top: 0px !important;
}

#cambiosAnchor,
#devolucionesAnchor,
#enviosAnchor,
#metodosAnchor {
    top: -130px;
    position: relative;
    height: -1px;
}
@media screen and (max-width: 1100px) {
    .secciones{
        width: 100%;
        height: auto;
        position: relative;
    }
    .seccionesImg{
        width: 100%;
    }
    .contentContainer{
        height: auto;
        width: 65%;
        z-index: 3;
        position: absolute;
        margin-top: 7%;
        top: 0;
    }
    .cambios{
        top: 7px;
        position: relative;
    }
    .devoluciones{
        top: 7px;
    }
    .envios{
        top: 7px;
    }
    .metodos{
        top: -37px;
    }
    .cambiosText{
        width: 100%;
        margin-top: 37%;
    }
    .devolucionesText{
        color: #504E44;
        margin-top: 10%;
        width: 100%;
        margin-left: 0%;
    }
    .enviosText{
        margin-top: 65%;
        color: white;
        width: 100%;
    }
    .metodosText{
        color: #827775;
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-top: 7%;
    }
    .titulo{
        width: 100%;
        font-size: 32px;
        float: right;
        letter-spacing: 1px;
        text-align: right;
        margin-bottom: 20px;
        margin-right: 10%;
    }
    .texto{
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
        line-height: 16px;
        font-weight: 200;
    }
    .enviosTitulo{
        width: 68%;
        margin: 0px auto 25px;
        float: none;
        text-align: left;
    }
    .enviosTexto{
        width: 68%;
    }
    .devolucionesTitulo{
        margin-right: 0;
        margin: 0px auto 25px;
        float: none;
        width: fit-content;
    }
    .tituloMetodos{
        margin-right: 0px;
        text-align: left;
        width: 80%;
        float: none;
        margin: 0 auto 20px;
    }
    .textoMetodos{
        width: 80%;
    }
}
