.container-modal {
    width: 100%;
    height: 100vh;
    padding: 5%;
    position: fixed;
    z-index: 999999;
    background-color: #242424f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.img-cierre {
    position: absolute;
    top: 2%;
    right: 2%;
    display: flex;
    align-items: center;
    z-index: 1000000;
}

.img-cierre img {
    cursor: pointer;
    width: 30px;
}

.arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 5% auto 0 auto;
}

.arrow-left,
.arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-left.hidden,
.arrow-right.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.arrow-left img,
.arrow-right img {
    width: 40px;
    height: 40px;
}

.arrow-left span,
.arrow-right span {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.informacion {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-top: 10%;
}

.col-slider,
.col-informacion {
    flex: 1;
    width: 100%;
    padding: 0;
}

.col-informacion {
    color: white;
    box-sizing: border-box;
}

.col-slider {
    margin-top: 5%;
    max-height: 40%;
    overflow: hidden;
}

.medida-cartel {
    font-family: 'KumbhSans', sans-serif;
    line-height: 1em;
    margin-bottom: 3%;
    margin-top: 1%;
}

.direccion-cartel-titulo,
.iluminacion-cartel-titulo,
.caracteristicas-cartel-titulo {
    font-family: 'KumbhSans-bold', sans-serif;
}

.mb-getcontent {
    margin-bottom: 2%;
}

.mb-getcontent-1 {
    margin-bottom: 1%;
}

.caracteristicas-cartel {
    min-height: 80px;
    max-height: 100px;
    overflow-y: auto;
}

.swiper-container-thumbs {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: 50px;
}

.swiper-container {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.custom-scrollbar {
    overflow-y: auto;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #242424;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #C8000D;
}

.custom-scrollbar {
    scrollbar-color: #C8000D #242424 !important;
    scrollbar-width: thin !important;
}

.swiper-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1 !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: #000;
}

.swiper-container-thumbs .swiper-slide {
    height: 50px;
    opacity: 0.4;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 60.5%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.img-cartel-slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #C8000D;
}

.max-altura {
    margin-top: 2.5%;
}

.swiper-button-next {
    right: 30px !important;
}

.swiper-button-prev {
    left: 30px !important;
}

.arrow-left img,
.arrow-right img {
    width: 40px;
    height: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    width: 100%;
}

.iframe-full-screen {
    width: 100%;
    height: 30vh;
    border: none;
}

.mt-slider {
    margin-top: 1%;
}

.img-slider {
    height: 80px !important;
    object-fit: contain;
}

.max-altura {
    max-height: 70px !important;
}
