/* Desktop */
@media (min-width: 769px) {
    header {
        position: relative;
        overflow: hidden;
        padding-top: calc(1rem + 74px);
        padding-bottom: 3rem;
    }

    .cards-container {
        margin: -8rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    /* Título con Watermark */
    .watermark-container {
        position: relative;
        height: 180px;
    }

    .watermark-container-2 {
        position: relative;
        height: 140px;
    }

    .water-right-2 {
        position: absolute;
        height: 120px;
        bottom: 0;
        right: 0;
    }

    .is-watermark {
        font-size: 125px;
    }

    .water-right {
        position: absolute;
        height: 120px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 45px;
        bottom: 0;
        left: 0;
    }

    .title-left-2 {
        position: absolute;
        height: 42px;
        bottom: 0;
        left: 0;
    }

    .boton-anunciate {
        padding-right: 100px;
    }
}

/* Tablet */
@media (min-width: 601px) and (max-width: 768px) {
    header {
        position: relative;
        overflow: hidden;
        padding-top: calc(1rem + 74px);
        padding-bottom: 3rem;
    }

    .cards-container {
        margin: -8rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    .beneficios-container {
        margin: -3rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    /* Título con Watermark */
    .watermark-container {
        position: relative;
        height: 140px;
    }

    .watermark-container-2 {
        position: relative;
        height: 140px;
    }

    .water-right-2 {
        position: absolute;
        height: 75px;
        bottom: 0;
        right: 0;
    }

    .is-watermark {
        font-size: 75px;
    }

    .water-right {
        position: absolute;
        height: 75px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 45px;
        bottom: 0;
        left: 0;
    }

    .title-left-2 {
        position: absolute;
        height: 42px;
        bottom: 0;
        left: 0;
    }

    .boton-anunciate {
        padding-right: 100px;
    }
}

/* Mobile  medium*/
@media (min-width: 351px) and (max-width: 600px){
    header {
        position: relative;
        overflow: hidden;
        padding-top: calc(1rem + 74px);
        padding-bottom: 3rem;
    }

    .cards-container {
        margin: -8rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    .beneficios-container {
        margin: -3rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    /* TÃ­tulo con Watermark */
    .watermark-container {
        position: relative;
        height: 60px;
    }

    .watermark-container-2 {
        position: relative;
        height: 60px;
    }

    .water-right-2 {
        position: absolute;
        height: 38px;
        bottom: 0;
        right: 0;
    }

    .is-watermark {
        font-size: 40px;
    }

    .water-right {
        position: absolute;
        height:38px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 16px;
        bottom: 0;
        left: 0;
    }

    .title-left-2 {
        position: absolute;
        height: 14px;
        bottom: 0;
        left: 0;
    }
}

/* Mobile  small*/
@media (max-width: 350px) {
    header {
        position: relative;
        overflow: hidden;
        padding-top: calc(1rem + 74px);
        padding-bottom: 3rem;
    }

    .cards-container {
        margin: -8rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    .beneficios-container {
        margin: -3rem auto 0 auto; /* Margen hacia arriba */
        width: 95%;
    }

    /* TÃ­tulo con Watermark */
    .watermark-container {
        position: relative;
        height: 60px;
    }

    .watermark-container-2 {
        position: relative;
        height: 50px;
    }

    .water-right-2 {
        position: absolute;
        height: 30px;
        bottom: 0;
        right: 0;
    }

    .is-watermark {
        font-size: 30px;
    }

    .water-right {
        position: absolute;
        height: 30px;
        bottom: 0;
        right: 0;
    }

    .title-left {
        position: absolute;
        height: 16px;
        bottom: 0;
        left: 0;
    }

    .title-left-2 {
        position: absolute;
        height: 14px;
        bottom: 0;
        left: 0;
    }
}

/* Lista */
.bullet-list li::before {
    vertical-align: sub;
    content: "• ";
    font-size: 1.5em;
    color: #fb6819;
    font-weight: 700;
}

.bg-gris {
    background-color: #ececec;
}

.icono {
    height: 80px;
    width: 80px;
}

html {
    scroll-behavior: smooth;
}

.img-banner {
    width: 450px;
    margin-left: -20px;
}
