.phone-with-prefix-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 100;
}

.phone-prefix{
    width: fit-content;
    padding:3px;
    border-radius:0px;
    font-family: sans-serif;
    font-weight:100;font-size: 1.4rem;
    line-height: 1.5;
    color: #555;
}

.promotion-short-form .phone-prefix{
    margin-bottom: 20px;
  
}

/* .visit-promotion-form .phone-prefix,.visit-mobile-promotion-form .phone-prefix {
   width: fit-content;
} */

.miniature-slider {
    display: none
}

@media (min-width:1024px) {
    .miniature-slider {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: end;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 70%;
        background: rgba(255, 255, 255, 0.5)
    }

    .miniature-slider li {
        list-style-type: none;
        margin: 10px 5px;
        padding: 0;
        cursor: pointer
    }
}

@media (min-width:1400px) {
    .miniature-slider {
        width: 77%
    }
}

.miniature-slider img {
    max-width: 50px
}

@media (min-width:1600px) {
    .miniature-slider img {
        max-width: 70px;
        max-width: 100px
    }
    .miniature-slider .slider-360-icon img {
        max-width: 120px;
        margin-right: 20px;
    }
}

.slideup-ubicacion {
    position: fixed;
    bottom: -50rem;
    left: 10%;        
    width: 80%;   
    z-index: 9999;
    background: url('/img/nueva_ubicacion.webp') top center no-repeat #fff;
    background-size: cover;
    border: 10px solid red;
    padding-bottom: 3rem;
    padding: 20rem 1rem 4rem;
    will-change: bottom;
    transition: bottom 0.3s ease-in-out;
}
.slideup-ubicacion.active {
    bottom: -2rem;
}
.slideup-ubicacion-holder {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
}
.slideup-ubicacion a {
    border: 1px solid rgb(255,23,61);
    color: rgb(255,23,61);
    text-shadow: none;
    white-space: normal;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    background: #fff;
}
.slideup-ubicacion-title {
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

@media (min-width:800px) {
    .slideup-ubicacion {
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
    }
}