/* 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;
    }

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

    .title-left {
        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: 160px;
    }

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

    .title-left {
        position: absolute;
        height: 44px;
        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: 110px;
    }

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

    .title-left {
        position: absolute;
        height: 15px;
        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: 110px;
    }

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

    .title-left {
        position: absolute;
        height: 16px;
        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;
}

.img-redes {
    transition: all 0.5s;
}

.img-redes:hover {
    transform: scale(1.3);
}
