.regalo-section {
    background-color: #f9f6f2;
    position: relative;
    top: -15px;
    padding-top: 50px;
    padding-bottom: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-ondas-4 {
    top: -250px;
}

.onda-9 {
    background-image: url("../assets/img/onda-9.svg");
}

.titulo-container {
    padding: 0 300px;
    position: relative;
    z-index: 20;
}

.titulo-seccion-regalo {
    margin-bottom: 30px;
}

.subtitulo-seccion {
    line-height: 30px;
}

.icono-regalo {
    position: relative;
    z-index: 25;
    margin-top: 80px;
    height: 300px;
    width: 300px;
}

.decor-izq-regalo {
    top: 450px;
}

.decor-der-regalo {
    top: 450px;
}

/* ======================== */
/* RESPONSIVO */
/* ======================== */
@media screen and (max-width: 1300px) {
    .titulo-container {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1270px) {
    .decor-izq-regalo {
        top: 450px;
        height: 330px;
    }

    .decor-der-regalo {
        right: -200px;
        top: 450px;
        height: 330px;
    }
}

@media screen and (max-width: 1024px) {
    .regalo-section {
        padding-bottom: 300px;
    }
    .decor-izq-regalo {
        top: 530px;
        height: 330px;
    }

    .decor-der-regalo {
        right: -200px;
        top: 530px;
        height: 330px;
    }
}

@media screen and (max-width: 768px) {
    .regalo-section {
        padding-bottom: 200px;
        padding-top: 50px;
        top: -20px;
    }
    .titulo-container {
        padding: 0 30px;
    }
    .decor-izq-regalo {
        top: 530px;
        height: 280px;
        left: -150px;
    }

    .decor-der-regalo {
        right: -150px;
        top: 530px;
        height: 280px;
    }
}

@media screen and (max-width: 570px) {
    .decor-izq-regalo {
        top: 590px;
        height: 220px;
        left: -100px;
    }

    .decor-der-regalo {
        top: 590px;
        height: 220px;
        right: -100px;
    }
}

@media screen and (max-width: 480px) {
    .decor-izq-regalo {
        top: 650px;
        height: 180px;
        left: -60px;
    }

    .decor-der-regalo {
        top: 650px;
        height: 180px;
        right: -60px;
    }
    .regalo-section {
        padding-top: 0;
        top: -30px;
        /* border: 2px solid red; */
        padding-bottom: 400px;
    }
    .contenedor-ondas-4 {
        top: -200px;
    }
    .titulo-seccion-regalo {
        margin-top: 20px;
    }
    .icono-regalo {
        /* margin-top: 80px; */
        height: 200px;
        width: 200px;
    }
}

@media screen and (max-width: 376px) {
    .decor-izq-regalo {
        top: 700px;
    }

    .decor-der-regalo {
        top: 700px;
    }
}
