@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Black.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Heavy.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Demi.otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Book.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pilat Narrow';
    src: url('../fonts/PilatNarrow/Pilat-Narrow-Thin.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Regional';
    src: url('../fonts/Regional/Regional-MediumCondensed.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Regional';
    src: url('../fonts/Regional/Regional-RegularCondensed.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*::selection{
    background-color: var(--black);
    color: var(--bs-white);
}
:root {
    --black: #000;
    --blue-dark: #015ca8;
    --blue: #015ca8;
    --gray: #B4B4B4;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #212121;
    margin-bottom: 20px;
    font-family: 'Pilat Narrow', sans-serif;
    letter-spacing: 1px;
}
p strong,
p b{
    font-size: 16px;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #000;
    font-family: 'Pilat Narrow', sans-serif;
}
a {
    color: var(--dark-blue);
    text-decoration: none;
}
a:hover {
    color: var(--dark-blue);
    text-decoration: none;
}
button{
    border: none;
    outline: none;
    box-shadow: none;
}
button:focus{
    box-shadow: none !important;
    outline: none !important;
}
.text-blue{
    color: var(--blue) !important;
}
.bg-blue {
    background-color: var(--blue);
}
.bg-gray{
    background-color: var(--gray);
}
.bg-grayer{
    background-color: #f5f5f5;
}
.section-100 {
    padding: 100px 0;
}
.section-80 {
    padding: 80px 0;
}
.section-70 {
    padding: 70px 0;
}
.ls-0{
    letter-spacing: 0 !important;
}
.font-pilat{
    font-family: 'Pilat Narrow', sans-serif !important;
}
.font-regional{
    font-family: 'Regional', sans-serif !important;
}
.work-title-h2{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2.2rem;
    color: var(--blue);
    text-transform: uppercase;
}
.work-title-h3{
    font-weight: 800;
    color: #949494;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.work-title-p,
.work-title-p b{
    font-size: 1.2rem;
}

/*===============*/
/*  BTN  */
/*===============*/
.btn {
    border-radius: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 35px;
    font-weight: 400;
    transition: all 200ms linear !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}
.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}
.btn.btn-square{
    border-radius: 0px;
}
.btn.btn-big{
    padding: 20px 35px;
}
.btn.btn-small{
    padding: 10px 25px;
    font-size: 12px;
}
.btn.btn-small i{
    font-size: 16px;
}
.btn-blue {
    color: var(--bs-white);
    background-color: var(--blue);
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    color: var(--bs-white) !important;
    background-color: #01467f;
}
.btn-black {
    color: var(--bs-white);
    background-color: var(--black);
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: var(--bs-white) !important;
    background-color: #212121;
}
.btn-outline-black {
    color: var(--black);
    border: 2px var(--black) solid;
    background-color: transparent;
}
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover {
    color: var(--bs-white) !important;
    background-color: var(--black) !important;
}
.btn-white{
    color: var(--black);
    background-color: var(--bs-white);
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #f0f0f0;
}
.btn-outline-white {
    color: var(--bs-white);
    border: 2px var(--bs-white) solid;
    background-color: transparent;
}
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    color: var(--black) !important;
    background-color: var(--bs-white) !important;
}

/*===============*/
/*  NAV  */
/*===============*/
.cbp-af-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}
.cbp-af-header-black{
    background-color: var(--black);
}
.cbp-af-header.cbp-af-header-shrink {
    position: fixed;
    background-color: var(--bs-white);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid rgba(23, 23, 23, 0.05);
    -webkit-animation: headerSlideDown .45s ease forwards;
    animation: headerSlideDown .45s ease forwards;
}
@keyframes headerSlideDown{
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}
}
.nav-border-bottom {
    border-bottom: 1px solid rgba(21, 21, 21, 0.05);
}
.nav-border-bottom-light {
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}
.navbar {
    padding: 0;
}
.navbar-brand {
    position: relative;
    height: 25px;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.navbar-toggler {
    float: right;
    border: none;
    padding: 0;
    transition: color 300ms linear;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 16px;
    height: 18px;
    background-image: none;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    border-bottom: 2px solid var(--black);
    transform: translateX(8px);
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 16px;
    position: absolute;
    height: 2px;
    background-color: var(--black);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transform: translateX(-8px);
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: translateX(-8px) rotate(45deg);
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translate(-8px, 8px) rotate(-45deg);
    width: 24px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
    transition: all 300ms linear;
}
.nav-item {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: var(--blue);
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding: 25px 10px;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-link.mPS2id-highlight,
.nav-link:active,
.nav-link:hover {
    color: var(--blue) !important;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--blue);
}
.social-header a{
    margin: 0 10px;
}
.social-header a:last-child{
    margin-right: 0;
}
.social-header a i.icon{
    font-size: 18px;
    color: var(--blue);
}
/*DROPDOWN*/
.navbar .dropdown-menu {
    z-index: 5;
    border-radius: 0;
    background-color: var(--bs-white);
    display: block;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 150px;
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
}
.navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgb(0, 0, 0, 0.15);
    transform: translateY(0);
}
.navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--blue);
}
.dropdown-item{
    font-size: 15px;
}
/*.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
    border-radius: 0;
    background-color: var(--bs-white);
    border: none;
}

.cbp-af-header.cbp-af-header-shrink .navbar-expand-xl .navbar-nav .dropdown-menu {
    top: 40px;
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand {
    height: 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/


/*===============*/
/*  HEADER HOME  */
/*===============*/
.enalto-sliders{
    position: relative;
    overflow: hidden;
}
.enalto-sliders .enalto-dots{
    position: absolute;
    right: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
}
.enalto-sliders .enalto-dots .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    border: 1px white solid;
    margin: 10px 0;
    padding: 0;
}
.enalto-sliders .enalto-dots .owl-dot.active{
    background-color: transparent;
    width: 12px;
    height: 12px;
}
.header-home {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-home:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background-image: linear-gradient(to bottom, rgba(101, 101, 101, 0), #000) !important;
}
.header-home .youtube-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.header-home h1{
    color: var(--bs-white);
    font-size: 4rem;
    font-weight: 700;
}
.header-home p{
    font-size: 1.3rem;
    color: #ececec;
}
.object-position-bottom{
    object-position: bottom;
}

/*===============*/
/*  BANNER SM  */
/*===============*/
.header-sm {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    overflow: hidden;
}
.header-sm .youtube-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}
.header-sm h1{
    text-transform: uppercase;
    color: var(--bs-white);
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.header-sm h1 span{
    color: var(--red);
}
.header-sm p{
    color: var(--bs-white);
    font-size: 1.3rem;
}
.header-sm input.form-control{
    background-color: var(--bs-white) !important;
}
.header-sm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
}
.header-sm.bg-properties{
    background-image: url('https://enalto.mx/wp-content/uploads/2022/11/monumento-de-la-bandera-en-la-noche-en-merida-yucatan.pg_.jpeg');
}
.header-sm.blog-archive{
    background-image: url('https://enalto.mx/wp-content/uploads/2022/11/ENSO_03.jpg');
}

/*===============*/
/*  GALLERY */
/*===============*/
.owl-carousel .owl-stage-outer {
    height: 100%;
}

/*===============*/
/*  ABOUT HOME  */
/*===============*/
.section-about{
    position: relative;
}
.section-about .asset{
    position: absolute;
}
.section-about .asset.asset-1{
    right: -24px;
    top: -12rem;
    z-index: 3;
    width: 20%;
}
.section-about .asset.asset-2{
    left: 0;
    bottom: -30%;
    z-index: 3;
    width: 10%;
}

/*===============*/
/*  PROPERTIES HOME  */
/*===============*/
.section-properties{
    position: relative;
}
.section-properties .asset{
    position: absolute;
    width: 22.5rem;
}
.section-properties .asset.asset-1{
    transform: rotate(100deg);
    left: -10rem;
    top: -9rem;
    z-index: 3;
}
.section-properties .asset.asset-2{
    right: -10rem;
    bottom: -9rem;
    z-index: 3;
}

/*===============*/
/*  CTA  */
/*===============*/
.section-cta{
    background-image: url('https://enalto.mx/wp-content/uploads/2023/06/bg-enalto-01.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}
.section-cta-2{
    background-image: url('https://images.squarespace-cdn.com/content/v1/5ffe4f81d223254b802e9b86/1646191329869-BSM0PTI0FY6X3NXN81FY/MONUMENTO.jpg');
}
.section-cta-3{
    background-image: url('https://enalto.mx/wp-content/uploads/2022/11/PUNTABRISACONJUNTOFINALBUNAS.jpg');
}
.section-cta h3{
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.section-cta h4{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.section-cta p{
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.section-cta::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===============*/
/* ABOUT */
/*===============*/
.item-logo {
    width: 100%;
    height: 100px;
}
.item-logo img {
    filter: brightness(0);
    object-fit: contain;
}
.item-logo img:hover{
    opacity: 0.5;
}


/*===============*/
/*  PROPERTIES ARCHIVE  */
/*===============*/
.properties{

}
.property-item{
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.property-item img.bg{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.property-item .property-item-logo{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000a1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.property-item .property-item-logo img{
    max-width: 250px;
}
.property-item:hover .property-item-logo{
    opacity: 1;
}
.property-item-logo .property-link{
    color: var(--bs-white);
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.property-item span{
    display: none;
}
.property-item .property-item-logo span{
    opacity: 0;
}
.property-item.sold_out .property-item-logo span{
    opacity: 1;
}
.property-item.sold_out .property-item-logo span{
    display: inline-table;
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 50px;
    background-color: #2c534d;
    color: #fff;
    padding: 5px 10px;
}


.property-rent,
.property-rent .property-main-image,
.property-rent .property-hover-image {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.property-rent .property-main-image img,
.property-rent .property-hover-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*.property-rent:hover .property-main-image {
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
.property-rent:hover .property-hover-image {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1) translateZ(0);
    transform: scale3d(1.1,1.1,1.1) translateZ(0);
}*/
.property-rent .property-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease,-webkit-transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    transition: opacity .8s ease,-webkit-transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    transition: opacity .8s ease,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    transition: opacity .8s ease,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s,-webkit-transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.property-rent-content h2{
    font-weight: 500;
    font-size: 1.2rem;
}
.property-rent-content p{
    color: #9b9b9b;
    font-size: 14px;
}



/*===============*/
/*  PROPERTIES SINGLE  */
/*===============*/
.property-header{
    position: relative;
    background-size: cover;
    background-position: center;
    height: 60vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.property-header .youtube-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.property-header h1{
    font-size: 2.5rem;
    text-transform: uppercase;
}
.property-header h1 span{
    font-weight: 700;
}
.property-header p{
    color: #e8e8e8;
    font-size: 1.2rem;
}
.property-header img{
    max-width: 250px;
}
/* FEATURES */
.property-features{
    position: relative;
}
.property-features h2{
    font-weight: 700;
}
.property-features .asset{
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 150px;
    z-index: 1;
}
.property-features ul{
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.property-features ul li {
    min-width: 25%;
    border-right: 1px solid #F2F5F8;
    border-bottom: 1px solid #F2F5F8;
    text-align: center;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1.3em;
    min-height: 69px;
}
.property-features ul li p {
    color: #808B92;
    font-size: .7em;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}
.property-features ul li i{
    font-size: 2rem;
}
/* VIDEO */
.property-video{
    position: relative;
}
.property-video iframe{
    width: 100% !important;
    height: 450px;
}
/* AMMENITIES */
.property-ammenity{
    position: relative;
}
.property-ammenity:before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-image: url('https://grupoa.mxmnew/at/wp-content/uploads/2022/11/leave-bg-3.jpg');
    background-size: cover;
}
.property-price p{
    color: var(--bs-white);
    font-size: 1.7rem;
    font-weight: 500;
}
.property-price p span{
    font-size: 14px;
    text-transform: uppercase;
}
.property-description h2{
    font-size: 1.4rem;
    font-weight: 600;
}
.property-description p{
    color: #6a6a6a;
    font-weight: 300;
}
.property-model h2{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;   
}
.property-gallery .enalto-nav,
.property-gallery-rent .enalto-nav {
    top: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.property-gallery .enalto-nav button,
.property-gallery-rent .enalto-nav button{
    background-color: transparent;
    font-size: 8rem;
    padding: 0px 90px;
    color: #fff;
    z-index: 1;
}
.property-gallery-rent .enalto-nav button{
    font-size: 4rem;
    padding: 0 35px;
}
.property-gallery-rent .owl-carousel.owl-drag .owl-item,
.property-gallery-rent .owl-carousel.owl-drag .owl-item a{
    height: 450px;
}
.property-gallery-rent .owl-carousel.owl-drag .owl-item a img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.property-map{
    position: relative;
}
.property-map a{
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.property-map iframe{
    width: 100% !important;
}
.property-form{
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 20px;
}

/*===========*/
/*BLOG LOOP*/
/*===========*/
.blog-item {
    position: relative;
    margin: 0;
    height: 400px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.blog-item a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-item .overlay-details{
    color: var(--bs-white);
    padding-top: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: block;
    padding: 3vh;
    background: linear-gradient(360deg, rgba(17, 16, 19, 0.9) 0%, rgba(17, 16, 19, 0) 100%);
    border-radius: 0 0 10px 10px;
}
.blog-item .overlay-details .headline-meta,
.blog-item-feature .headline-meta{
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.blog-item .overlay-details .headline-meta .date+*::before,
.blog-item-feature .headline-meta .date+*::before{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: var(--red);
}
.blog-item .overlay-details .headline-title h2{
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}
.blog-item .overlay-details .category-holder,
.blog-item-feature .category-holder{
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.6rem;
}
.blog-item .overlay-details .category-holder a,
.blog-item-feature .category-holder a{
    background-color: rgba(150, 144, 162, 0.5);
    margin: 0.35rem 0.35rem 0 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    color: var(--bs-white);
    font-weight: 500;
    padding: 0.35rem 0.5rem;
    line-height: 1;
    font-size: 0.7rem;
    border-radius: 0.35rem;
}
.blog-item-feature .blog-item-feature-img img{
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: 15px;
}
.blog-item-feature .badge-content{
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}

/*===========*/
/*BLOG SINGLE*/
/*===========*/
.blog-single-content h1{
    font-weight: 700;
}
.blog-single-content h2,
.blog-single-content h2 strong,
.blog-single-content h3,
.blog-single-content h3 strong{
    font-size: 1.7rem;
    font-weight: 600;
}
.blog-single-content p{
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
}
.blog-single-content p strong{
    font-size: 15px;
    font-weight: 500;
}

.blog-single-terms a {
    font-weight: 500;
    color: #000000;
    padding: 0.15rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 0.35rem;
    margin: 0.35rem 0.35rem 0.35rem 0;
    background: rgba(150, 144, 162, 0.15);
}
.widget{
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    background-color: #F7F7F7;
    border-radius: 4px;
}
.widget h3{
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 1rem;
}
.widget p{
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}
.widget a:hover{
    color: var(--red);
}
.widget p a{
    color: var(--red);
}
.widget .widget-item .property-item{
    height: 350px;
}
.widget.widget-search p{
    font-weight: 400;
}
.widget.widget-search .search-form .search-form-content input{
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 10px 40px 10px 15px;
}
.widget.widget-search .search-form .search-form-content i{
    right: 15px;
    left: inherit;
}
.search-form .search-form-content{
    position: relative;
}
.search-form .search-form-content i{
    position: absolute;
    top: 17px;
    left: 15px;
}
.search-form .search-form-content button {
    padding: 19px 15px 16px 15px;
    min-width: initial;
    letter-spacing: 0;
    border-radius: 4px;
    border: 0;
    position: absolute;
    right: 10px;
    top: 7px;
    height: inherit;
    font-size: 15px;
}
.search-form .search-form-content input {
    width: 100%;
    border: none;
    padding: 12px 40px;
    color: #000;
    background-color: var(--bs-white);
}
.search-form .search-form-content input::placeholder{
    color: #959EAD;
}
.related-post h2.section-title{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}
.widget .widget-title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800 !important;
    color: var(--blue);
}

/*===============*/
/*  TEAM  */
/*===============*/
.object-fit-cover{
    object-fit: cover;
}
.team .team-item{
    position: relative;
}
.team .team-item-image{
    height: 400px;
}
.team .team-item h3{
    font-weight: 600;
    margin: 15px 0 0 0;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
}
.team .filters-select{
    appearance: auto;
    border: 1px var(--black) solid;
    background: #f5f5f5;
}
.team .filters-select:focus {
    border: 1px var(--black) solid;
    background: #f5f5f5;
}
.team .team-item .team-item-content{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 25px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(360deg, #0d2132 0%, rgba(17, 16, 19, 0) 90%, rgba(17, 16, 19, 0) 100%);
}
.team .team-item .team-item-content.is_thumb{
    background: none;
}
.team .team-item .team-item-content h3,
.team .team-item .team-item-content p{
    color: var(--bs-white);
}
.team .team-item .team-item-content.is_thumb h3,
.team .team-item .team-item-content.is_thumb p{
    color: var(--black);
}
.team .team-item .team-item-content p,
.team .team-item .team-item-content.is_thumb p{
    font-size: 16px;
}

/*===============*/
/*  CONTACTO  */
/*===============*/
.section-contact{
    /*background-color: var(--black);*/
}
.section-contact h3{
    background-color: var(--yellow);
    color: var(--black);
    padding: 10px;
}
.section-contact h4{
    background-color: var(--black);
    color: var(--bs-white);
    display: inline;
    padding: 10px;
}
.section-contact img{
    max-width: 250px;
}
.website{
    font-weight: 500;
    font-size: 1.2rem;
}
.form-contact{
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/*======================*/
/* FOOTER */
/*======================*/
.footer-enalto{
    position: relative;
    background-image: url('https://enalto.mx/wp-content/uploads/2022/11/6.VISTA-ALBERCA-N_CATAVENTO1.jpg');
    background-size: cover;
}
.footer-enalto:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.6;
}
footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    background-color: var(--blue);
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer:before{
    content: '';
    top: 0;
    position: absolute;
    background-image: url('https://enalto.mx/wp-content/uploads/2023/06/Enalto_Patrones_1-2.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-position: 100% 30%;
}
footer .footer-logo img{
    width: 200px;
    margin-bottom: 25px;
}
footer p,
footer a{
    color: var(--bs-white);
    margin: 0;
    font-size: 15px;
}
footer h3 {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    margin: 2px 0;
    padding: 2px 0;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
}
footer ul li a:hover {
    text-decoration: underline;
    color: var(--yellow);
}
footer .bottom-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px 0;
    margin-top: 80px;
}
footer .bottom-bar p{
    font-size: 14px;
}
footer .bottom-bar p a {
    font-size: 13px;
    text-decoration: underline;
}
footer .social ul li a i{
    font-size: 25px;
}
.form-group{
    margin-bottom: 15px;
}
.form-control{
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 15px;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}
textarea.form-control{
    min-height: 120px;
}
.form-dark h4{
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.7px;
}
.form-dark textarea.form-control,
.form-dark input.form-control{
    color: #fff;
    border: 1px #272727 solid;
    background: #272727;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px var(--yellow) solid;
}
textarea{
    height: 150px;
}
select{
  background-position-x: 90%;
  background-position-y: 5px;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 13px;
}
.form-dark .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.wpcf7-spinner{
    display: none;
}
.grecaptcha-badge {
    visibility: collapse !important;
}
.modal-header h5{
    font-weight: 600;
    color: var(--blue);
}
.dropdown-toggle.show:focus-visible,
.dropdown-toggle.show:hover,
.dropdown-toggle.show:active{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.badge-sold-out{
    height: 50px;
    width: 300px;
    transform: rotate(315deg);
    background-color: var(--blue);
    top: 35px;
    left: -85px;
}
.badge-sale-container{
    height: 200px;
    width: 200px;
}
.badge-sale{
    height: 200px;
    width: 200px;
}
.badge-sale:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 200px 200px 0 0;
    border-color: var(--blue) transparent transparent transparent;
}
.badge-sale span{
    width: 100%;
    transform: rotate(314deg) translate(-10%, 10%);
    display: inline-block;
    position: absolute;
    padding-top: 19px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .padding-on-scroll {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav-item {
        margin: 6px 0
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 15px 0;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar .dropdown-menu {
        display: none;
        text-align: center;
        padding: 0;
    }
    .dropdown-menu.show {
        display: block !important;
    }
    .cbp-af-header.cbp-af-header-shrink{
        box-shadow: none;
    }
    .section-100, 
    .section-80 {
        padding: 50px 0;
    }
    .header-home h1 {
        font-size: 2.5rem;
    }
    .header-home:before {
        height: 100%;
        opacity: 0.6;
        background: #000;
    }
    .enalto-sliders .enalto-dots {
        right: 0;
        display: initial;
        height: auto;
        top: initial;
        left: 0;
        bottom: 39px;
        text-align: center;
    }
    .enalto-sliders .enalto-dots .owl-dot {
        margin: 0 10px;
    }
    .header-sm h1 {
        font-size: 2rem;
    }
    .property-single-header p{
        font-size: 15px;
    }
    .header-sm h1 {
        font-size: 1.7rem;
        text-transform: initial;
        font-weight: 600;
    }
    .section-about .asset.asset-1,
    .section-about .asset.asset-2 {
        display: none;
    }
    .blog-item,
    .property-rent, 
    .property-rent .property-main-image, 
    .property-rent .property-hover-image,
    .property-item {
        height: 300px;
    }
    .property-gallery-rent .owl-carousel.owl-drag .owl-item, 
    .property-gallery-rent .owl-carousel.owl-drag .owl-item a {
        height: 250px;
    }
    .property-gallery-rent .enalto-nav button {
        font-size: 3.5rem;
        padding: 0px 10px;
    }
    .property-features ul li {
        width: 50%;
    }
    .related-post{
        padding-top: 0 !important;
    }
    .property-header img {
        max-width: 200px;
    }
    .property-header h1 {
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .property-gallery .enalto-nav button{
        font-size: 3rem;
        padding: 0px 10px;
    }
    .property-map{
        text-align: center;
    }
    .property-map a {
        position: initial;
        margin-top: 20px;
    }
    .property-item .property-item-logo img {
        max-width: 180px;
    }
    .owlGallery{
        overflow: hidden;
    }
    .team .team-item h3 {
        font-size: 12px;
    }
    .team .team-item .team-item-content {
        padding: 70px 15px 15px;
    }
    .team .team-item .team-item-content p, 
    .team .team-item .team-item-content.is_thumb p {
        font-size: 10px;
        line-height: 1;
    }
    .footer-enalto{
        background-attachment: initial !important;
        background-position: center !important;
    }
    footer ul {
        justify-content: center;
    }
    footer .bottom-bar {
        margin-top: 30px;
        padding: 30px 0 60px 0;
    }
    .h-sm-250px{
        height: 250px;
    }

}





