.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.carousel-control {
    background: none !important;
}

.carousel figure img {
    text-align: center;
}
/* ALTO FIJO EPIGRAFE */
.carousel figure figcaption {
    text-align: left;
}

.carousel figcaption {
    position: absolute;
    width: 100%
}

.carousel figure {
    margin-bottom: 60px;
}

.carousel figure div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* background-color: #00000066; */
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    padding: 0px 8px;
    border-radius: 2px;
}

.carousel figure img {
    aspect-ratio: 16/9;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #525252
}

.carousel .modal figure {
    margin: 0px;
}


.hide-bullets {
    margin-top: 0
}

#slider-thumbs li:first-of-type {
    margin-left: -15px;
}

.carousel p {
    display: table-cell;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    text-shadow: -4px 0 gray, 0 4px gray, 4px 0 gray, 0 -4px gray;
}

.glyphicon-chevron-left:hover,
.glyphicon-chevron-right:hover {
    color: #0072bb;
    text-shadow: -4px 0 #003658, 0 4px #003658, 4px 0 #003658, 0 -4px #003658;
}

.carousel .carousel-control {
    opacity: 1;
    top: 24px;
}

.carousel .carousel-indicators li {
    background-color: white;
    border: 3px solid #00000087;
}

.carousel .carousel-indicators .active {
    background-color: #0072bb;
    border: 3px solid #00000087;
}

.carousel .carousel-indicators {
    margin-top: 56%;
    z-index: 1 !important;
    bottom: unset;
}

#slider-thumbs .thumbnail img {
    aspect-ratio: 16/9;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel .carousel-indicators .active {
    margin: 0 0 14px !important;
}


/* Medium devices (tablets, 768px) */

@media (min-width: 767px) {
    .carousel .carousel-indicators {
        display: none
    }

    .carousel figure figcaption {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

}

/* CARROUSEL CONTROLS */
@media (min-width: 1200px) {
    .carousel .carousel-control {
        height: 438.8px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .carousel .carousel-control {
        height: 364px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .carousel .carousel-control {
        height: 422px
    }

}

@media (max-width: 767px) {
    .carousel figure figcaption {
        padding-left: 10px;
    }

    .carousel figure figcaption {
        margin-bottom: 0;
    }

    .carousel .carousel-control {
        height: 77.77%;
    }

    .carousel figure {
        margin-bottom: 75px;
      }
}
