.fortunatus-inner {
    column-gap: 100px;
}

.fortunatus-rgt {
    flex-direction: column;
}

.fortunatus-lft {
    flex-basis: 330px;
}

.ficha-de-info ul li span {
    font-weight: 300;
}

.info-lst ul li.mail::after {
    background: url("../images/mail.svg") no-repeat 0 0;
    width: 19px;
    height: 19px;
}

.ficha-de-info ul li.price::before {
    background: url(../images/ticket.svg) no-repeat 0 0;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.ficha-de-sec h2 {
    width: 73%;
}

.ficha-de-lft hr {
    margin: 20px 0;
    float: left;
    width: 100%;
    border: none;
    border-top: 2px solid #1C2E3D;
}

.ficha-de-lft ul.dates li {
    padding-left: 22px;
    position: relative;
}

.ficha-de-lft ul.dates li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 6px;
    background-size: contain;
}

.ficha-de-lft ul.dates li.calendar::before {
    background: url(../images/calendar.svg) no-repeat;
}

.ficha-de-lft ul.dates li.clock::before {
    background: url(../images/time.svg) no-repeat;
}

body.home:not(.contact) .inner-banner-img img {
    filter: brightness(0.8);
}

#small-img .flex-direction-nav {
    opacity: 1;
    top: 87%;
}

/* begin menu */

.mobile-nav ul li a {
    display: block;
}

.mobile-nav ul li:has(span.submenu-arrow) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav ul li span.submenu-arrow {
    background: url(../images/menu-arrow.svg) no-repeat 0 0;
    width: 15px;
    height: 13px;
    display: inline-block;
}

/* end menu */

/* begin HOME VILLAS CARDS */

.descubre-list ul {
    display: grid;
    grid-template-columns: repeat(4, 24.1%);
    padding: 0 10%;
}

/* end HOME VILLAS CARDS */

/* begin HOME BANNER */

.descubre-inner h2 {
    padding: 0 10%;
}

.home-slide .swiper-banner-caption h2 {
    color: #FFF;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .cbp-hrmenu > ul > li > a {
    color: #FFF;
}

.home-banner .swiper-slide img {
    filter: brightness(0.6);
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .cbp-hrmenu > ul > li > a::after {
    background: #FFF;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .head-top-in {
    border-bottom-color: #FFF8;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .cbp-hrmenu > ul > li > a > img.home-black {
    display: none;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .cbp-hrmenu > ul > li > a > img.home-white {
    display: inline;
}

body.home:not(.contact) .sticky-wrapper.is-sticky .cbp-hrmenu > ul > li > a > img.home-black {
    display: inline;
}

body.home:not(.contact) .sticky-wrapper.is-sticky .cbp-hrmenu > ul > li > a > img.home-white {
    display: none;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .logo-top img.header-logo-black {
    display: none;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .logo-top img.header-logo-white {
    display: inline-flex;
}

body.home:not(.contact) .sticky-wrapper.is-sticky .logo-top img.header-logo-black {
    display: inline-flex;
}

body.home:not(.contact) .sticky-wrapper.is-sticky .logo-top img.header-logo-white {
    display: none;
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .mob-search button {
    background-image: url(../images/search-w.svg);
}

body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .hamburger span,
body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .hamburger span:before,
body.home:not(.contact) .sticky-wrapper:not(.is-sticky) .hamburger span:after {
    background: #FFF;
}

@media screen and (max-width: 1023px) {
    .home-banner.home-slide .swiper-slide::before {
        content: '';
        position: absolute;
        background: #000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.4;
    }
}

/* end HOME BANNER */