
.carousel-container-M {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.carousel-container-M.esto {
    width: 700px!important;
}

.carousel-M {
    display: flex;
    width: auto;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slide-M {
    width: 100%;
    height: auto !important;
    min-height: 450px;
    flex-shrink: 0;
}

.slide-M img, .slide-M video {
    object-fit: cover;
    width: 100%;
    height: auto !important;
    max-height: 650px;
    vertical-align: middle;
    user-drag: none;
    -webkit-user-drag: none;
}

.caption-container-M {
    text-align: center;
    padding: 20px;
}

.caption-M {
    display: none;
    font-size: 16px;
    padding: 8px 0;
}

.caption-M-text {
    color: grey;
    text-align: center;
    font-weight: lighter;
}

.dots-container-M {
    text-align: center;
    padding-top: 20px;
}

.dot-M {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: transparent;
    border: 1px solid #2a2a2a77;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-M.active, .dot:hover {
    background-color: #b2b0b077;
}

.show {
    display: block;
}
