.ui-informacion-servicio {
    height: auto;
    min-height: unset
}

.ui-item-hero {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.owl-dots button span img,
.owl-dots button span::before,
.ui-image-background-hero,
.ui-image-background-hero::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.ui-item-hero .ui-row-box {
    height: 100%
}

.ui-item-hero .ui-item-row {
    padding: 0
}

.ui-image-background-hero {
    z-index: -1;
    overflow: hidden
}

.ui-image-background-hero::before {
    content: '';
    background-color: rgba(var(--ui-red-rgb), .3);
    z-index: -1
}

.ui-image-background-hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    clip-path: none;
    background-color: #000;
}

.owl-dots button {
    position: relative;
    z-index: 1
}

.owl-dots button span {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #000;
    margin: 6px;
    position: relative;
    z-index: -1
}

.owl-dots button span::before {
    content: '';
    box-shadow: 0 0 0 3px var(--ui-red);
    animation: .3s fadeInLeft;
    display: none
}

.owl-dots button.owl-dot.active span::before {
    display: block
}

.owl-dots button span img {
    object-fit: cover;
    z-index: -1
}

.ui-descripcion {
    justify-content: flex-start
}

.ui-informacion-box {
    position: relative;
    padding: 12px
}

.ui-informacion-box .ui-header-seccion {
    padding: 16px;
    margin-bottom: 21px
}

.ui-informacion-box .ui-header-seccion .ui-h1 {
    font-size: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ui-informacion-box .ui-text {
    text-align: center;
    font-size: 19px;
    text-align: end
}

.ui-h5.ui-precio {
    display: inline-flex;
    align-items: center;
    font-size: 1.75em;
    font-weight: bolder;
    margin-top: 16px;
    justify-content: end;
    width: 100%
}

.ui-h5.ui-precio .ui-icono {
    color: var(--ui-red);
    margin: 4px
}

.item-row.ui-descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:575.98px) {
    .ui-item-hero {
        height: 280px
    }

    .ui-item-row {
        padding: 4px
    }

    .ui-informacion-box .ui-header-seccion .ui-h1 {
        font-size: 32px
    }

    .ui-header-seccion .ui-h1 {
        font-size: 3em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .ui-item-hero {
        height: 200px
    }

    .ui-item-row {
        padding: 4px
    }

    .ui-informacion-box .ui-header-seccion .ui-h1 {
        font-size: 40px
    }

    .ui-header-seccion .ui-h1 {
        font-size: 3em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .ui-item-hero {
        height: 280px
    }

    .ui-item-row {
        padding: 4px
    }

    .ui-informacion-box .ui-header-seccion .ui-h1 {
        font-size: 40px
    }

    .ui-header-seccion .ui-h1 {
        font-size: 4em
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .ui-item-hero {
        height: 400px
    }
}

.ui-car-title {
    font-family: var(--ui-font-alt);
    font-size: 56px;
    font-weight: bolder;
    margin: 21px
}

.ui-lista-auto .ui-icono {
    color: var(--ui-red)
}

.ui-lista-auto.ui-adicional {
    flex-direction: column
}

.ui-lista-auto.ui-adicional .ui-icono {
    background-color: var(--ui-red);
    color: #fff;
    border-radius: 50%;
    margin: 3px
}

.ui-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / 60%);
    padding: 24px
}

.ui-modal.ui-component-blur.ui-show~* {
    filter: blur(9px);
    opacity: .3
}

.ui-modal.ui-modal-transition {
    overflow: hidden !important;
    animation: .3s fadeOut
}

.ui-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 0;
    width: 95%;
    position: relative;
    animation-duration: .3s;
    animation-fill-mode: forwards !important;
    border-radius: 6px
}

.ui-modal.ui-show {
    display: block;
    display: flex;
    z-index: 3020;
    animation: .3s fadeIn
}

.ui-modal.ui-show.ui-modal-center {
    justify-content: center;
    align-items: center
}

.ui-modal-body,
.ui-modal-header {
    position: relative;
    padding: 16px
}

.ui-modal-header .ui-h5 {
    font-size: 2rem;
    font-weight: 300;
    text-align: center
}

.ui-modal-footer {
    position: relative;
    padding: 1rem
}

.ui-modal-close {
    float: right;
    font-weight: 700;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    z-index: 1
}

.ui-modal-close i {
    color: var(--ui-red);
    filter: drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff)
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-top {
    -webkit-animation: .6s cubic-bezier(.39, .575, .565, 1) both fade-in-top;
    animation: .6s cubic-bezier(.39, .575, .565, 1) both fade-in-top
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-bottom {
    -webkit-animation: .6s cubic-bezier(.39, .575, .565, 1) both fade-in-bottom;
    animation: .6s cubic-bezier(.39, .575, .565, 1) both fade-in-bottom
}

@-webkit-keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
}

@keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
}

.fade-out-bottom {
    -webkit-animation: .7s cubic-bezier(.25, .46, .45, .94) both fade-out-bottom;
    animation: .7s cubic-bezier(.25, .46, .45, .94) both fade-out-bottom
}

.box-image-zoom {
    width: 100%;
    height: 480px;
    padding: 16px
}

.box-image-zoom img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ui-box-agencia img,
.ui-qr-box img {
    width: 300px;
    object-fit: contain
}

.ui-group-share {
    flex-direction: row;
    flex-wrap: wrap
}

.ui-group-share .link-item {
    padding: 0;
    margin: 6px
}

.ui-group-share .link-item .ui-icono {
    background-color: rgba(var(--ui-red-rgb), .05);
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    color: var(--ui-red);
    border-radius: 50%
}

.ui-box-agencia {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ui-qr-box {
    text-align: center
}

.ui-qr-box img {
    margin: 0 auto
}

.ui-modal-qr .ui-modal-content {
    width: 400px
}

@media (max-width:575.98px) {
    .ui-modal-qr .ui-modal-content {
        width: 95%
    }
}

.ui-lista-header .link-item {
    font-size: 2.75rem;
    font-family: 'Bebas Neue';
    display: inline-flex;
    align-items: center;
    margin: 12px
}

.ui-lista-header .link-item>.ui-icono {
    background-color: rgba(var(--ui-black-rgb), .05);
    margin-right: 9px
}

#urlPerfilAgencia {
    font-family: 'Bebas Neue';
    font-size: 3.5rem
}

.ui-item-hero {
    height: calc(400px + 15vw) !important
}

@media (min-width:576px) and (max-width:1199.98px) {
    .ui-articulo-slider .ui-item-hero {
        height: calc(400px + 15vw) !important
    }
}

.ui-link-marketplace {
    font-size: 2.5rem;
    font-family: var(--ui-font-alt);
    color: rgba(var(--ui-black-rgb), .8);
    text-decoration: none;
}

.ui-link-marketplace:hover,
.ui-link-marketplace:visited {
    color: rgba(var(--ui-black-rgb), .8);
}

.ui-car-slider .owl-stage-outer::before {
    content: "\eacc";
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    font-size: 3rem;
    z-index: 1;
    padding: 12px;
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(21px);
    border-radius: 6px;
    margin: 9px;
    box-shadow: 0 0 12px rgb(0 0 0 / 60%);
    cursor: pointer;
}

.ui-image-background-hero.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 500px;
    overflow: visible;
    cursor: zoom-in;
}

.ui-image-background-hero.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
    z-index: 1;
}

.box-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 1020;
    margin: 16px;
    background-size: 300%;
    background-origin: content-box;
}

.ui-paginacion-vehiculos { display: none!important }

.fade-in-left{-webkit-animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

.fade-in-right{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

.fade-out-left{-webkit-animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}

.fade-out-right{-webkit-animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}}

