.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    /* padding: 10px !important; */
    font: inherit;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff !important;
    border-radius: 15px;
    opacity: 0.5;
    margin: 0 2px;
}

.owl-dots button.owl-dot.active {
    opacity: 1;
}

#sliderPhotosRetiroPhone button.owl-prev span,
#sliderPhotosRetiroPhone button.owl-next span {
    color: #000;
    background-color: #fffbfb;
}

.card-block {
    box-shadow: var(--card-shadow);
    background-color: #fff;
    margin: 1em 0;
}

.card-block-title {
    margin: .5em 0;
    font-size: 1.5em;
    font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    /* padding: 0 .3em !important; */
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    /* padding: 0 .3em !important; */
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.deals .owl-carousel .item img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 300px;
    min-height: 300px;
    object-fit: contain !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
}

.deals .owl-carousel .item figure {
    margin: 0;
}

.deals .owl-carousel .item figure a {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s;
    /* padding: 3em; */
    text-decoration: none;
    color: #565a5c;
}

.deals .owl-carousel .item figure a:hover {
    box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    transform: scale(1.1);
}

.retiros-fav {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #fff;
    z-index: 2;
}

button.owl-prev.disabled,
button.owl-next.disabled {
    display: none !important;
}

.owl-carousel.owl-theme.owl-loaded .owl-nav {
    display: none;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag:hover .owl-nav {
    display: block !important;
}

button.owl-prev span,
button.owl-next span {
    color: #fff;
    background-color: #000;
    padding: 9px;
    border-radius: 21px;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    font-size: 18px;
}

.owl-next {
    background-color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.owl-next span {
    font-size: 20px;
    color: black;
}

.owl-nav {
    line-height: 0px;
}

.my-3-mobile {
    margin-top: 0px !important;
}

.right_section {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.but_fav,
.but_fav:hover {
    background: #fff !important;
    border: 1px solid #d2d2d2 !important;
    padding: 8px 16px 8px 16px;
    margin-right: 1em;
}

.but_share,
.but_share:hover {
    background: #fff !important;
    border: 1px solid #d2d2d2 !important;
    padding: 8px 16px 8px 16px;
    color: #000 !important;
}

.uniqe_button,
.uniqe_button:hover {
    height: 51px !important;
    background: linear-gradient(180deg, #4a9c0a 0, #5cc30a 100%) !important;
    border-radius: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #fff !important;
    font-family: Circular, Helvetica, Arial, sans-serif !important;
}

button.btn.btn-primary.green-button.reserva-ahora.btn-reserva-ahora.btn-request:hover {
    background-color: #58bc0a !important;
    border-color: #58bc0a !important;
}


/* .btn-request{
background: #fff !important;
color:#58bc0a !important;
border: 1px solid #DAE0E6;
padding: 8px 16px 8px 16px;
margin-right: 1em;
font-size: 14px;
font-weight: 600;        
}
.btn-request:hover{
color:#58bc0a !important;
background: #fff !important;
border: 1px solid #DAE0E6;
padding: 8px 16px 8px 16px;
margin-right: 1em;
font-size: 14px;
font-weight: 600;
} */

.social-media-item,
.social-media-item:hover {
    width: 95.67px !important;
    border-color: #DAE0E6 !important;
}

img.location_icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

img.review_icon_new {
    width: 22px;
    margin-right: 5px;
}

p.content-text-for-icon {
    display: flex !important;
    align-items: flex-start !important;
}

.new_icon_setting {
    display: flex !important;
    align-items: flex-end;
}

.new_icon_setting_public {
    display: flex !important;
    align-items: center;
    /* align-items: flex-end; */
}

.new_icon_setting_time {
    display: flex !important;
    align-items: center;
}

.registrese-alt:hover {
    font-family: 'Circular', 'Helvetica', 'Arial', 'Sans-serif' !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #58bc0a !important;
    background-color: #fff !important;
    /* border-color: 1px solid #58bc0a !important; */
    border-color: #58bc0a !important;
    font-style: normal;
    border-radius: 10px;
}

.green-button:hover {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff !important background-color: #58bc0a !important;
    border-color: 2px solid #58bc0a;
    border-color: #58bc0a !important;
    font-style: normal;
    border-radius: 10px;
}

.price-hab-img {
    margin-top: 5px !important;
}

.row_my .booking_color {
    /* --bs-gutter-x: 0 !important; */
    line-height: 30px;
}

.row_my .card-retiros-reserva-dias {
    line-height: 20px;
}

.cap_font_ {
    font-size: 15px !important;
    font-weight: 550 !important;
}

.audi_font_ {
    font-size: 14px !important;
    /* font-weight: 380 !important; */
}

.desaparecer-mobile .content-muted,
.aparecer-mobile .content-muted {
    color: #383838;
}

#favalert,
#favalert2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    text-align: center;
}

.new_icon_setting_time {
    display: flex !important;
    align-items: center;
}

@media screen and (max-width:768px) {
    #favalert,
    #favalert2 {
        width: 70%;
    }
    .mobile_icon_flex {
        /* min-height: 75px; */
        margin-bottom: 10px;
    }
    img.icon_retreat_mobile {
        width: 34px;
    }
    img.icon_retreat_mobile_top {
        width: 28px;
    }
    .icon_retreat_mobile_top_section .content-muted,
    .aparecer-mobile .content-muted {
        color: #697488;
    }
    .icon_retreat_mobile_top_section .d-flex.align-items-center.justify-content-start.p-1 {
        margin-bottom: 5px;
    }
    .mobile_bottom_title {
        margin-bottom: 6px;
    }
    .col-2-mobile {
        width: 24%;
        margin-right: 6px;
    }
    .col-10-mobile {
        width: 70%;
    }
    .not_include_mobile {
        margin-top: 32px;
    }
}