.banner-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: calc(95vh - 40px);
    background-image: url(../images/home/home-banner.jpg);
    background-color: #0F2233;
    position: relative;
    /* background-attachment: fixed; */
    transition: 0.5s all;
}
.card-bnh {
    width: 25%;
    position: relative;
    border-right: 1px solid white;
}
.abs-lb-bh{
    position: absolute;
    bottom: 0;
    padding: 15px 10% 5% 10%;
    width: 100%;
    /* cursor: pointer; */
    z-index: 2;
    transition: 0.5s;
}
.abs-lb-bh::before {
    content: '';
    width: 10px;
    height: 80px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* .infobanner {
    position: relative;
    z-index: 1;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
} */
.infobanner {
    position: relative;
    z-index: 1;
    color: white;
    opacity: 0;
    /* display: none; */
    height: 0px;
    transform: translateY(30px);
    transition: 0.5s;
}
.card-bnh:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: rgb(9 19 28 / 64%);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.card-bnh:hover:before{
opacity: 1;
}
.info-active{
opacity: 1;
transform: translateY(0px);
}
/* body:has(#btnb1:hover) #infob1 {
opacity: 1;
transform: translateY(0px);
display: block;
} */
.card-bnh:hover p.infobanner{
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    margin-top: 18px;
}
.btn-masb{
    color: var(--color-tr-secundario);
    font-weight: 600;
}
.btn-masb:hover{
    color: var(--color-tr-secundario);
    text-decoration: underline;
}
a.btn-masb span i {
    color: var(--color-tr-secundario);
    font-size: 12px;
    margin: 0px 6px 0 0px;
}
a.btn-masb span i:last-child {
    margin: 0px 0 0 -10px;
}
.zcontenth{
    z-index: 5;
    position: relative;
}
.list-nc-h li {
    position: relative;
    padding-left: 62px;
    padding-bottom: 10px;
    display: block;
    padding-top: 5px;
}
.list-nc-h li::before {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #c7c7c7;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.nch1::before{
    background-image: url(../images/home/productividad-icono.png);
}
.nch2::before{
    background-image: url(../images/home/tecnologia-icono.png);
}
.nch3::before{
    background-image: url(../images/home/implementacion-icono.png);
}
.backeventosH {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
    background-image: url(../images/home/banner-c-a-1.jpg);
    min-height: 168px;
    position: relative;
}
.textEventoHome{
    position: absolute;
    left: 5%;
    top: 20%;
}
.textEventoHome p {
    color: white;
    font-weight: 800;
    font-size: 46px;
    line-height: 48px;
}
.textEventoHome p strong{
    color: var(--color-tr-secundario);
}
.cardHca{
    position: relative;
}
.cardHca img{
    width: 100%;
    object-fit: cover;
}
.abscallh{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5% 10%;
    color: white;
    font-weight: 800;
}
.abscallh a{
    color: var(--color-tr-secundario);
}
.content-slides{
    display: none;
}
.imgBPrincipal{
    background-image: url(../images/home/home-banner.jpg);
}
.imgBProductos{
    background-image: url(../images/home/banner-productos.jpg);
}
.imgBIndustrias{
    background-image: url(../images/home/banner-industrias.jpg);
}
.imgBSoluciones{
    background-image: url(../images/home/banner-soluciones.jpg);
}
@media screen and (max-width: 1100px) {
    .textEventoHome p {
        color: white;
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
    } 
}
@media screen and (max-width: 992px) {
    .textEventoHome p {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0 0 0;
    }
    .font38 {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    .nord-mov{
        order: initial;
    }
    .momvh {
        margin: 0 !important;
    }
    .cont-movfl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pr-0m {
        padding-right: 0 !important;
        padding-left: 0;
    }
    .banner-home {
        display: none !important;
    }
    .splide__pagination__page {
        height: 15px;
        margin: 5px 15px 5px 15px;
        width: 15px;
    }
    .splide__pagination {
      bottom: 30px;
    }
    .content-slides{
      background-color: white;
      padding-bottom: 30px;
      display: block;
    }
    .splide__slide {
      height: 85vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transition: background-image 0.5s ease-in-out;
    }
    .splide__pagination__page {
      border: 1px solid var(--color-tr-primario);
    }
    .splide__pagination__page.is-active {
      background: var(--color-tr-primario);
    }
    .infobanner {
        opacity: 1;
        height: auto;
        transform: none;
        transition: 0.5s;
    }
    .abs-lb-bh::before {
        background-color: transparent;
    }
    .abs-lb-bh strong {
        color: white;
        margin-bottom: 20px;
        display: table;
    }
}
@media screen and (max-width: 576px) {
    .contentBevent{
        display: none;
    }
}