.carousel-item.active .container-fluid {
  height:350px;
}
.carousel-item.active .container-fluid .container .row {
    height: 350px;
}
.Slider__titulo {
    font-weight: 400;
    font-size: 32px;
    color: white;
    font-family: 'Gotham-Bold';
}

.Subcategoria__nombre {
    color: #081517;
    text-transform: uppercase;
    font-size: 28px;
}

.mampara__img__p {
    color: #081517;
    font-size: 12px;
    margin-top: 20px;
}

.mampara__box__color {
    font-size: 14px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    /* Alinea horizontalmente */
    align-items: center;
    /* Alinea verticalmente */
    text-align: center;
    /* Alinea texto en el centro horizontalmente (si es multilinea) */
    /* border: 1px solid #838383; */
    box-shadow: 3px 3px 4px 0px #0000001A;
}

.mampara__box__color:hover {
    /* border: 2px solid #0095A8; */
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
}

.mampara__box__color--selected {
    border: 2px solid #0095A8;
}

.mampara__seccion__titulo {
    font-size: 24px;
    color: #081517;
    text-transform: uppercase;
}
.mampara__labelEleccion{
    font-size: 18px;
    color:#081517;
}

.mampara__div__medida {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-top: 1px solid #838383;

}

.mampara__container__buttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: absolute;
    bottom: 0px
}

.mampara__btn__Ficha {
    width: 204px;
    background-color: white;
    color: #006072;
    font-size: 16px;
    border: 1px solid #006072;
    border-radius: 0px;
}

.mampara__btn__Ficha:hover {
    border: 1px solid #006072;
    background-color: white;
    color: #006072;
}

.mampara__btn__Consulta {
    width: 204px;
    border-radius: 0px;
    background-color: #006072;
    color: white;
    font-size: 16px;
}

.mampara__btn__Consulta:hover {
    background-color: #006072;
    color: white;
}

.image-hotspot {
    margin: initial !important;
    max-width: 650px !important;
    ;
    max-height: 650px !important;
    ;
}

.image-hotspot__trigger {
    background-color: #006072 !important;
}

.image-hotspot__trigger:before {
    width: 14px !important;
    left: 7px !important;
}

.image-hotspot__trigger:after {
    height: 14px !important;
    left: 13px !important;
}

.image-hotspot__trigger:before,
.image-hotspot__trigger:after {
    border: 1px solid white !important;
}

.image-hotspot__mobile-data {
    /* padding: 10px; */
    padding: 0px 10px;
    background: #006072;

    color: white;
    font-size: 14px;
    /* border: 1px solid #838383; */
}

@media (max-width:768px) {
    .mampara__container__buttons {
        width: 100%;
        position: relative;
        bottom: initial;
        margin-top: 20px;
    }

    .mampara__btn__Ficha {
        min-width: 100px;
        width: auto;
    }

    .mampara__btn__Consulta {
        min-width: 100px;
        width: auto;
    }
    .image-hotspot__content-text{
        background-color: rgba(255, 255, 255, 1);
    }
    .mampara__seccion__titulo{
        font-size: 18px;
    }
    .mampara__labelEleccion{
        font-size: 12px;
    }
    .mampara__box__color{
        font-size: 10px;
        min-width: fit-content;
        width: 100%;
        height: 18px;
        text-wrap:nowrap;
        font-weight: 400;
    }
    .carousel-item.active .container-fluid {
        height:300px;
    }
    .carousel-item.active .container-fluid .container .row {
        height: 300px;
    }
    .image-hotspot__item--active .image-hotspot__content{
        z-index: 2;
    }
    .image-hotspot__content-text {
        --content-width: 100px;

        width: var(--content-width);

    }
}

.image-hotspot__item {
    display: block !important;
}

.image-hotspot__content {
    display: none;
}

.image-hotspot__item--active .image-hotspot__trigger:after {
    display: block !important;
}

.image-hotspot__item--active .image-hotspot__content {
    display: block !important;
}
