section.carrusel{
    padding: 120px 0;
    background-color: #ece5dd;
}
.carruselCont{
    padding: 0 80px!important;
}
.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    position: relative;
    display: none;
}
.mhn-item .playCentered{
    position: absolute;
    width: 100%;
    height: calc(100% - 65px);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.mhn-slide .playCentered img {
    width: 9.5%!important;
}
.mhn-item .carruselInfo{
    position: relative;
    height: 100%;
}
.mhn-item .carruselInfo p{

    color: white;
    font-family: 'kiasignaturelight';
    letter-spacing: 0.21em;
    font-size:0.9em;
    top:84%;
    left:5%;
    position:absolute
}
.mhn-item .proximamente p {
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    top: 62%;
    left: 20px;
    display: flex;
    color: white;
    font-family: 'kiasignaturelight';
    letter-spacing: 0.21em;
    font-size:1.1em
}
.carruselTx{
    font-size: 1.3em;
    /* font-size: clamp(1.2em, 1.3vw, 1.3vw)!important; */
    color: #1c2124;
    line-height: 1.2em;
    margin-top: 5%;
    margin-bottom: 2.8%;
    font-family: 'kiasignaturelight';
    letter-spacing: 0.25em;
    word-spacing: 0.1em;
}
.tituloGris{
    font-size: 1.5em;
    /* font-size: clamp(1.2em, 1.3vw, 1.3vw)!important; */
    color: #1c2124;
    line-height: 1.2em;
    margin-bottom: 34px;
    font-family: 'kiasignaturelight';
    letter-spacing: 0.25em;
    word-spacing: 0.1em;
}
.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    width: 98.5vw;
    padding: 0 20px;
    box-sizing: border-box;
    height: calc(100% - 60px);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 30px;
}
.mhn-slide .owl-stage-outer {
    z-index: 1;
}
button.disabled {
    opacity: 0;
    cursor: default !important;
 }
@media(min-width:1400px){
    .mhn-slide .owl-nav {
        width: 99.5vw;
    }
}
@media (max-width:767px){
    .mhn-item .proximamente p {
        top: 57%;
    }
    .tituloGris {
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    .carruselCont {
        padding: 0 40px!important;
    }
    .mhn-slide .owl-nav {
        left: -40px;
        width: 100vw;
        padding: 0;
    }
    section.carrusel {
        padding: 30px 0 20px 0;
    }
    .carruselTx {
        font-size: 1em;
    }
}