.elementor-1415 .elementor-element.elementor-element-496c62f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* HERO DESTINO EDITORIAL */

.ahum-hero-editorial{
position:relative;
width:100%;
height:70vh;
min-height:520px;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
border-radius:28px;
overflow:hidden;
margin-bottom:60px;
}

.ahum-hero-editorial::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
180deg,
rgba(0,0,0,0.2),
rgba(0,0,0,0.55)
);
}

.ahum-hero-content{
position:relative;
max-width:900px;
text-align:center;
color:white;
padding:40px;
}

.ahum-hero-content h1{
font-size:64px;
margin-bottom:20px;
font-family:'Playfair Display', serif;
}

.ahum-hero-content p{
font-size:20px;
line-height:1.7;
max-width:720px;
margin:auto;
}

/* TAGS DESTINO */

.ahum-destination-tags{
margin-top:25px;
display:flex;
gap:12px;
justify-content:center;
flex-wrap:wrap;
}

.ahum-destination-tags span{
background:rgba(255,255,255,0.15);
padding:8px 14px;
border-radius:20px;
font-size:14px;
backdrop-filter:blur(4px);
}

/* MOBILE */

@media(max-width:768px){

.ahum-hero-editorial{
height:60vh;
}

.ahum-hero-content h1{
font-size:40px;
}

.ahum-hero-content p{
font-size:18px;
}

}
/* LANDING DESTINOS */

.ahum-destination{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

/* HERO */

.ahum-hero{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:50px;
align-items:center;
margin-bottom:80px;
}

.ahum-hero img{
border-radius:24px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.ahum-hero h1{
font-size:48px;
color:#0F2D3A;
margin-bottom:20px;
}

.ahum-hero p{
font-size:18px;
line-height:1.6;
color:#7A7A7A;
}

/* GRID GUIAS */

.ahum-guides{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
margin-top:40px;
margin-bottom:80px;
}

.ahum-guide{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:transform .25s;
}

.ahum-guide:hover{
transform:translateY(-6px);
}

.ahum-guide img{
width:100%;
height:200px;
object-fit:cover;
}

.ahum-guide h3{
padding:18px;
font-size:20px;
color:#0F2D3A;
}

/* EXPERIENCIAS */

.ahum-experiences{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-bottom:80px;
}

.ahum-exp{
background:#F4F6F8;
padding:22px;
border-radius:14px;
font-size:16px;
}

/* CTA */

.ahum-cta{
background:#F4F6F8;
padding:50px;
border-radius:22px;
text-align:center;
}

.ahum-cta h2{
font-size:32px;
margin-bottom:20px;
color:#0F2D3A;
}

.ahum-btn{
display:inline-block;
background:#1E5A74;
color:white;
padding:14px 28px;
border-radius:10px;
font-weight:600;
margin-top:15px;
}

/* MOBILE */

@media(max-width:900px){

.ahum-hero{
grid-template-columns:1fr;
}

.ahum-guides{
grid-template-columns:1fr;
}

.ahum-experiences{
grid-template-columns:1fr 1fr;
}

}

/* GRID EDITORIAL DESTINOS */

.ahum-editorial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
grid-auto-rows:260px;
gap:20px;
margin-top:40px;
margin-bottom:80px;
}

.ahum-editorial-card{
position:relative;
overflow:hidden;
border-radius:20px;
background-size:cover;
background-position:center;
display:flex;
align-items:flex-end;
color:white;
padding:25px;
transition:transform .3s;
}

.ahum-editorial-card:hover{
transform:scale(1.03);
}

.ahum-editorial-card::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
180deg,
rgba(0,0,0,0),
rgba(0,0,0,0.6)
);
}

.ahum-editorial-card h3{
position:relative;
font-size:22px;
line-height:1.3;
max-width:85%;
}

/* TARJETAS GRANDES */

.ahum-editorial-large{
grid-column:span 2;
grid-row:span 2;
}

.ahum-editorial-large h3{
font-size:28px;
}

/* MOBILE */

@media(max-width:900px){

.ahum-editorial-grid{
grid-template-columns:1fr;
grid-auto-rows:220px;
}

.ahum-editorial-large{
grid-column:span 1;
grid-row:span 1;
}

}
/* FIX COLOR LINKS TARJETAS */

.ahum-editorial-card,
.ahum-editorial-card:hover,
.ahum-editorial-card:visited{
color:white;
text-decoration:none;
}

.ahum-editorial-card h3{
color:white;
}

.ahum-editorial-card:hover h3{
color:white;
}

/* EXPERIENCIAS */

.ahum-exp-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:40px;
margin-bottom:80px;
}

.ahum-exp-card{
background:#F4F6F8;
padding:28px;
border-radius:18px;
transition:all .25s;
}

.ahum-exp-card:hover{
transform:translateY(-4px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.ahum-exp-card h4{
color:#0F2D3A;
margin-bottom:10px;
font-size:20px;
}

.ahum-exp-card p{
font-size:15px;
color:#7A7A7A;
}

@media(max-width:900px){

.ahum-exp-grid{
grid-template-columns:1fr;
}

}
/* BARRIOS */

.ahum-barrios-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:40px;
margin-bottom:80px;
}

.ahum-barrio{
position:relative;
border-radius:18px;
overflow:hidden;
height:200px;
background-size:cover;
background-position:center;
display:flex;
align-items:flex-end;
padding:18px;
color:white;
}

.ahum-barrio::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
180deg,
rgba(0,0,0,0),
rgba(0,0,0,0.6)
);
}

.ahum-barrio h4{
position:relative;
font-size:20px;
}

@media(max-width:900px){

.ahum-barrios-grid{
grid-template-columns:1fr 1fr;
}

}/* End custom CSS */