.espacioform {
    margin-top: 20px;
    min-height: 450px;
}


  .formulario {
            width: 100%;
            padding: 30px 40px;
            position: absolute;
            z-index: 5;
        }

        .formulario-hero {
            min-height: 425px;
            display: flex;
            gap: 20px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 30px 25px;
            background-color: #f5f5f5;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .formulario-hero h2 {
            font-size: 24px;
            color: #000000;
            font-weight: bold;
        }

        .formulario-hero button {
            padding: 10px 20px;
            width: 100%;
            background-color: #F29F05;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
        }

.filtro-productos {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 25px 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.productos_destacados {
    padding: 30px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}
 .lista_productos_destcados {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 100%;
        }

        .lista_productos_destcados>.swiper {
            width: 100%;
            max-width: 100%;
        }
          .filtro-productos {
            width: 100%;
            display: flex;
            flex-direction: row;
            gap: 15px;
            margin: 25px 0;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }