.bannerProducto {
    padding-top: 140px;
    padding-bottom: 70px;
}
.bannerPContenido {
    max-width: 1200px;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 30px rgb(253 89 84 / 15%);
    justify-content: flex-start;
}
.bannerPContenido .fondoBanner {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.65);
    top: 50%;
}
.bannerPContenido::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(225,225,226,0.9) 30%, rgba(245,222,223,0.9) 60%, rgba(245,222,223,0) 100%);
}
.bannerBox {
    max-width: 500px;
    position: absolute;
    z-index: 1;
    left: 5%;
    padding: 0 20px;
}
.bannerBox h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}

.bannerProducto .iconosBox {
    right: 15%;
    top: 10%;
}
.iconCiberseguridad img {
    width: 40px;
    height: auto;
}
.productos {
    align-items: flex-start;
}
.productoSwiper {
    max-width: 1200px;
    width: 100%;
    padding: 50px 30px 20px 30px;
    cursor: grab;
    position: relative;
    overflow-x: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.productosCard {
    min-width: 250px;
    width: 250px;
    height: 250px;
    background: #F6F6F7;
    border: 2px solid white;
    border-radius: 24px;
    position: relative;
    padding: 20px;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1);
    align-items: flex-start;
    cursor: pointer;
}
.productosCard:hover {
    transform: translateY(-5px);
    border: 2px solid #FD5954;
    background: linear-gradient(180deg, rgba(246,246,247,1) 40%, rgba(255,50,44,0.1) 100%);
}
.productosCard:hover .arrow-red {
    transform: translateX(5px);
    opacity: 1;
}
.productosCard:hover h2 {
    color: #3F3F3F;
}
.carruselPIcon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: -25px;
    border-radius: 13px;
    border: 1px solid white;
    background: #F6F6F7;
}
.carruselPIcon img {
    width: auto;
    height: 30px;
}
.activeProducto {
    border: 2px solid #FD5954;
    transform: translateZ(0) translateY(-5px) !important;
}
.activeProducto h2 {
    color: #FD5954;
}

.productosCard h2 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.productosCard p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.productosContenido {
    max-width: 1200px;
    width: 100%;
    border-radius: 24px;
    justify-content: flex-start;
    margin: 40px 0;
    padding: 60px 30px;
}
.productoInfo {
    width: 100%;
    gap: 40px;
}
.productosInfo p {
    line-height: 24px;
}
.productoTitulo {
    gap: 20px;
}
.productoTituloIcon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #F6F6F7;
    border: 1px solid white;
}
.productoTituloIcon img {
    width: auto;
    height: 40px;
}
.productoInfo p {
    line-height: 24px;
}
.productoInfo h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    max-width: 230px;
    text-transform: uppercase;
}
.productoInfo h3 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}
.productoInfo h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FD5954;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.productosInfo img {
    width: auto;
    height: 30px;
}
.productosDescripcion {
    gap: 30px;
}
.productosDescripcion div {
    width: 440px;
    height: 240px;
    background: #F6F6F7;
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px 30px;
}
.productosComo .content {
    gap: 30px;
}
.productoFondo {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid white;
    border-radius: 18px;
    padding: 20px;
}
.productoTop {
    gap: 30px;
    align-items: flex-start;
}
.productoTop div {
    max-width: calc(50% - 15px);
    width: 100%;
}
.productoMid .row {
    gap: 30px;
}
.productoMid > .row {
    align-items: flex-start;
}
.productoNumero {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: 30px;
    height: 30px;
    background: #FFEAE9;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #FF322C;
}
.productoMid .productoFondo {
    align-items: flex-start;
    max-width: 280px;
    width: 100%;
}
.productoBot {
    width: 100%;
}
.productoBot .productoFondo{
    width: 100%;
    gap: 30px;
    align-items: flex-start;
}
.productoBot .productoFondo .column {
    align-items: flex-start;
    max-width: 280px;
    width: 100%;
    padding: 20px;
}
/*----------------------Responsive 768----------------------*/
@media only screen and (max-width: 768px) {
    .bannerProducto {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .productoTop div {
        max-width: calc(100% - 15px);
        width: 100%;
    }
}
/*----------------------Responsive 480----------------------*/
@media only screen and (max-width: 480px) {
    .productosContenido {
        padding: 60px 15px;
    }
    .productoFondo {
        padding: 15px;
    }
    .productoTop div {
        width: 100%;
    }
    .bannerBox {
        left: 0;
        bottom: 70px;
    }
    .bannerBox h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bannerPContenido .fondoBanner{
        left: 30%;
        transform: translate(-50%, -50%) scale(0.5);
    }
    .bannerProducto .iconosBox {
        right: 50px;
        top: 30px;
    }
    .bannerPContenido::after {
        width: 100%;
        height: 70%;
        background: linear-gradient(to top, rgba(225,225,226,0.9) 30%, rgba(245,222,223,0.9) 60%, rgba(245,222,223,0) 100%);
        bottom: 0;
    }
}
/*----------------------Responsive 320----------------------*/
@media only screen and (max-width: 320px){
    .productoInfo h2 {
        text-align: center;
    }
}
/*----------------------Responsive 280----------------------*/
@media only screen and (max-width: 280px){
    .bannerBox h1 {
        font-size: 26px;
        line-height: 34px;
    }
}