/*Bloque Negocio - Hogar*/
.seccion-hogar {
    background-image: url("/sites/pe/files/flmngr/web-nueva/bg-alarm-red.webp");
    min-height: 530px;
    display: flex;
    align-items: stretch;
}

.black-grey-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}

.text-white,
.text-white p,
p.text-white {
    color: white;
}

.cta-header-container {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.cta-box {
    background-color: transparent;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    display: inline-block;
    border: none;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cta-funnel-wrapper {
    background-color: transparent;
    height: auto;
    width: auto;
    border-radius: 20px;
    padding: 0;
    display: inline-block;
    border: none;

}

.cta-funnel-link {
    --width: min(calc(50vw - 25px), 260px);
    width: var(--width);
    transition: all 0.3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-color: rgba(217, 217, 217, 0.2);
    cursor: pointer;
    border-radius: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    box-shadow: 1px 0 40px rgba(255, 255, 255, 0.36);
    /* backdrop-filter: blur(12px); */
}

.cta-funnel-link {
    margin-right: 20px;
}

.cta-funnel-link:hover {
    cursor: pointer;
    transform: scale(1.02);
}

a.cta-funnel-link {
    color: #ffffff;
    padding: 0.375rem 0.75rem 0.3em 0.75rem !important;
    text-decoration: none;
}

a.cta-funnel-link:before,
a.cta-funnel-link:after {
    width: min(90px, 11vw);
    content: "";
    top: 0;
    position: absolute;
    height: 90px;
    border-color: #fff;
    border-style: solid;
}

a.cta-funnel-link:before {
    border-top-left-radius: 10px;
    border-width: 2px 0 0 2px;
    left: -2px;
}

a.cta-funnel-link:after {
    border-top-right-radius: 10px;
    border-width: 2px 2px 0 0;
    right: -2px;
}

.cta-box a .picto-cta-img {
    display: block;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    height: 60px;
    width: 100%;
    top: -35px;
    left: 0;
}

.cta-box a .picto-cta-arrow {
    content: "";
    width: 110px;
    height: 35px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    background-image: url(/sites/pe/files/flmngr/web-nueva/red-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

.cta-block-home .cta-box a .picto-cta-img {
    background-image: url(/sites/pe/files/flmngr/web-nueva/home-svg.svg);
    background-size: 45px;
}

.cta-block-enterprise .cta-box a .picto-cta-img {
    background-image: url(/sites/pe/files/flmngr/web-nueva/shop-svg.svg);
    background-size: 60px;
}

.black-grey-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}