.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 146, 208, 0.8) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 24px !important;
    line-height: 1 !important;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: -35px;
}
.owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 146, 208, 0.8) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 24px !important;
    line-height: 1 !important;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    right: -35px;
}
.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 80px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 80px;
}
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-theme.list_carousel .item {
    padding: 10px;
}
.owl-carousel.owl-loaded.featured {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.owl-carousel.featured .owl-item {
}
.lazy-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.lazy-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.lazy-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(245, 245, 245, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}
.lazy-spinner::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(0, 146, 208, 0.3);
    border-top-color: rgba(0, 146, 208, 0.8);
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.lazy-image-container img.lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.lazy-image-container img.lazy.loaded {
    opacity: 1;
}
#otherCategory.owlcarousel.owlthem>div>.item {
    margin-right: 5px;
    margin-left: 5px;
}
.lazy {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.bg-gradiente {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.item.lazy-image-container a {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    width: 100%;
    right: 0%;
    bottom: 0.00rem;
    left: 0%;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 9999;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.item.lazy-image-container .bg-gradiente {
    z-index: 999;
}
.owl-carousel.featured .owl-prev,
.owl-carousel.featured .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50% !important;
    color: white !important;
}
.owl-theme.list_carousel .item .ribbon_3 {
    top: 10px;
}
.owl-carousel .owl-nav button i {
    color: rgb(85 85 85);
    vertical-align: middle;
    font-size: 20px !important;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background-color: rgba(0, 146, 208, 1) !important;
}
.owl-nav button.owl-prev:focus,
.owl-nav button.owl-next:focus {
    outline: none;
}
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span,
.owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots {
    text-align: center;
    padding: 15px 0;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.owl-dots .owl-dot.active span {
    background-color: var(--blue-color, #0092d0);
}
.owl-dots .owl-dot:hover span {
    background-color: rgba(0, 146, 208, 0.7);
}
#featured .owl-nav button.owl-prev,
#featured .owl-nav button.owl-next,
#islandsCarousel .owl-nav button.owl-prev,
#islandsCarousel .owl-nav button.owl-next {
    background-color: #cacaca87 !important;
}
#featured .owl-nav button.owl-prev:hover,
#featured .owl-nav button.owl-next:hover,
#islandsCarousel .owl-nav button.owl-prev:hover,
#islandsCarousel .owl-nav button.owl-next:hover {
    background-color: rgb(0 147 209) !important;
}
#featured .owl-nav button.owl-prev:hover i,
#featured .owl-nav button.owl-next:hover i,
#islandsCarousel .owl-nav button.owl-prev:hover i,
#islandsCarousel .owl-nav button.owl-next:hover i {
    color: #fff !important;
}
#islandsCarousel .owl-dots .owl-dot.active span {
    background-color: var(--orange-color, #ff9a00);
}
#islandsCarousel .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 154, 0, 0.7);
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
}
.owl-theme.list_carousel .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    width: 100%;
    margin: 0 !important;
}
.arrow_carrot-right::before {
    content: "\35";
}
.owl-theme.carousel_item .owl-next i,
.owl-theme.carousel_item .owl-prev i,
.owl-theme.list_carousel .owl-next i,
.owl-theme.list_carousel .owl-prev i {
    font-size: 46px;
    margin: 0;
    color: #ccc;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}