.home #content {
padding-top: 0;
} .home main > section:first-child,
.home main > div:first-child {
padding-top: 100px; }  .gls-home-search {
background-color: #F3EBDD; ;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
padding: 24px 28px !important;
max-width: 1410px;
} .gls-home-search #gls-search-form {
display: flex;
flex-direction: row;
align-items: center;
gap: 14px;
background-color: #F3EBDD;
} .gls-home-search form input,
.gls-home-search form select {
box-sizing: border-box;
height: 48px;
padding: 12px !important;
background-color: #ffffff;
border: 1px solid #d8d2c6;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
color: black;
} .gls-home-search #gls-dates {
flex: 1 1 auto;
} .gls-home-search #gls-guests {
flex: 1 1 auto;
height: 48px;
line-height: normal;
padding-top: 0;
padding-bottom: 0;
align-items: center;
} .gls-home-search #gls-search-submit {
height: 48px;
padding: 0 26px;
background-color: var(--main-color);
color: #ffffff;
font-family: 'Bell MT', serif;
font-size: 16;
font-weight: 400;
color: black;
border: none;
border-radius: 0;
cursor: pointer;
} .gls-home-search #gls-search-submit:hover {
opacity: 0.9;
color: whitesmoke;
background-color: none;
border-radius: 8px;
} .gls-home-search #gls-error {
border-color: #c29b40;
background-color: #fffaf3;
} .gls-home-search #gls-search-form input,
.gls-home-search #gls-search-form select,
.gls-home-search #gls-search-submit {
transition: transform .4s ease;
transition: border-color 0.25s ease,
background-color 0.25s ease,
opacity 0.25s ease;
} .litepicker .container__months,
.litepicker .month-item,
.litepicker .container__days,
.litepicker .month-item-weekdays-row {
box-sizing: border-box;
}
.litepicker .month-item-weekdays-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}
.litepicker .month-item-weekdays-row > div {
flex: 1 0 auto;
width: var(--litepicker-day-width);
display: flex;
justify-content: center;
align-items: center;
white-space: nowrap;
padding: 6px 0;
} @media (max-width: 768px) {
#gls-home-search {
padding: 20px;
margin: 24px 16px 0;
}
#gls-home-search .gls-home-search #gls-search-form {
flex-direction: column;
align-items: stretch;
}
#gls-home-search .gls-home-search #gls-search-submit {
width: 100%;
}
} .btn-fix {
font-size: 18px;
}  .publics-home-slides{
min-height: 78vh;
max-height: 900px;
} .publics-home-slides .slick-list,
.publics-home-slides .slick-track{
height: 100%;
} .publics-home-slides > .slick-list > .slick-track > .slick-slide{
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
height: 100% !important;
} .publics-home-slides .publics-slide-familia,
.publics-home-slides .publics-slide-parejas,
.publics-home-slides .publics-slide-terrazas,
.publics-home-slides .publics-slide-costa{
position: relative;
}
.publics-home-slides .publics-slide-familia::before,
.publics-home-slides .publics-slide-parejas::before,
.publics-home-slides .publics-slide-terrazas::before,
.publics-home-slides .publics-slide-costa::before{
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
z-index: 1;
} .publics-home-slides .publics-slide-inner{
position: relative;
z-index: 2;
width: 520px;
max-width: calc(100% - 80px);
margin-right: 40px;
margin-left: 0 !important;
} .publics-home-slides .gls-home-prop-title{
font-size: 52px;
line-height: 1.2;
}
.publics-home-slides .gls-home-prop-text{
font-size: 17px;
line-height: 1.8;
} @media (max-width: 992px){
.publics-home-slides{
min-height: 70vh;
}
.publics-home-slides .publics-slide-inner{
width: 460px;
}
.publics-home-slides .gls-home-prop-title{
font-size: 38px;
}
}
@media (max-width: 576px){
.publics-home-slides{
min-height: 60vh;
}
.publics-home-slides .publics-slide-inner{
width: 100%;
margin-right: 20px;
}
.publics-home-slides .gls-home-prop-title{
font-size: 28px;
}
.publics-home-slides .gls-home-prop-text{
font-size: 14px;
}
} body.home header#masthead {
background: transparent;
box-shadow: none;
}  body .btn-fix,
body a.btn-fix {
background-color: #e29910;
color: #333333 !important;
border: 2px solid #e29910;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: .08em;
box-shadow: none;
transition:
background-color .4s ease,
color .4s ease,
border-color .4s ease;
} body .btn-fix:hover,
body a.btn-fix:hover {
background-color: transparent;
color: #e29910 !important;
border-color: #e29910;
} body .btn-fix-outline,
body a.btn-fix-outline {
background-color: transparent;
color: #e29910 !important;
border: none;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: .08em;
box-shadow: none;
transition: none;
} body .btn-fix-outline:hover,
body a.btn-fix-outline:hover {
background-color: transparent;
color: #e29910 !important;
border: none;
} .home-hero {
position: relative;
min-height: 100vh;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.home-hero__overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
}
.home-hero__inner {
position: relative;
z-index: 2;
}
.home-hero__title {
font-size: clamp(2.5rem, 5vw, 4rem);
color: #333;
letter-spacing: 1px;
margin-bottom: 1rem;
font-weight: 400;
}
.home-hero__title--small {
font-weight: 300;
}
.home-hero__subtitle {
color: #fff;
margin: 1rem 0 2rem;
font-size: 2.1rem;
}
.btn-primary {
display: inline-block;
padding: 14px 36px;
background: transparent;
border: 1px solid #fff;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
transition: all .3s ease;
}
.btn-primary:hover {
background: #fff;
color: #000;
}  :root{
--space-xxs: 8px;
--space-xs: 16px;
--space-sm: 24px;
--space-md: 40px;
--space-lg: 60px;
--space-xl: 120px;
} body.home main > section{
padding-top: var(--space-xl);
padding-bottom: var(--space-xl);
position: relative;
}
body.home main > section:first-of-type{
padding-top: 0;
} .home-hero{
min-height: 100vh;
display: flex;
align-items: center;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
justify-content: center;
text-align: center;
}
.home-hero__overlay{
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
z-index: 1;
}
.home-hero__inner{
position: relative;
z-index: 2;
max-width: 1410px;
margin: 0 auto;
padding: 0 20px;
}
.home-hero__content{
max-width: 720px;
margin: 0 auto;
}
.home-hero__title{
margin-bottom: var(--space-xs);
line-height: 1.08;
}
.home-hero__title--small{
margin-bottom: var(--space-sm);
}
.home-hero__subtitle{
margin-bottom: var(--space-md);
} .publics-home-slides{
position: relative;
}
.publics-slide{
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
}
.publics-slide-bg{
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
z-index: 1;
}
.publics-slide-bg::after{
content:"";
position:absolute;
inset:0;
background: rgba(0,0,0,0.35);
}
.publics-slide-inner{
position: relative;
z-index: 2;
background-color: #F3EBDD;
padding: 80px 60px;
width: 520px;
max-width: 90%;
margin-left: auto;
box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
.gls-home-prop-title{
margin-bottom: var(--space-sm);
line-height: 1.15;
}
.gls-home-prop-text{
margin-bottom: var(--space-md);
line-height: 1.7;
} .gls-modalidades__container{
max-width: 1410px;
margin: 0 auto;
padding: 0 20px;
}
.gls-modalidades__grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: var(--space-md);
}
.gls-modalidad{
text-align: center;
}
.gls-modalidad__icono{
margin-bottom: var(--space-sm);
}
.gls-modalidad__title{
margin-bottom: var(--space-xs);
}
.gls-modalidad__text{
line-height: 1.6;
} .gls-experiencias__container{
max-width: 1410px;
margin: 0 auto;
padding: 0 20px;
}
.gls-experiencias__grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: var(--space-md);
}
.gls-experiencia{
background: #EFE4D6;
box-shadow: 0 12px 30px rgba(0,0,0,.08);
transition: all .3s ease;
}
.gls-experiencia:hover{
transform: translateY(-6px);
box-shadow: 0 18px 45px rgba(0,0,0,.12);
}
.gls-experiencia__image img{
width: 100%;
height: 260px;
object-fit: cover;
}
.gls-experiencia__content{
padding: var(--space-md);
}
.gls-experiencia__title{
margin-bottom: var(--space-xs);
}
.gls-experiencia__text{
margin-bottom: var(--space-sm);
line-height: 1.6;
} .gls-cta{
text-align: center;
}
.gls-cta__container{
max-width: 900px;
margin: 0 auto;
}
.gls-cta__title{
margin-bottom: var(--space-sm);
}
.gls-cta__subtitle{
margin-bottom: var(--space-md);
}
.gls-cta__buttons{
display: flex;
justify-content: center;
gap: var(--space-sm);
} @media (max-width: 992px){
.gls-intro__grid,
.gls-modalidades__grid,
.gls-experiencias__grid{
grid-template-columns: 1fr;
}
.publics-slide-inner{
width: 100%;
padding: 60px 30px;
}
} .gls-intro{
min-height: 100vh; display: flex;
align-items: center;
padding: 160px 0; }
.gls-intro__grid{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
column-gap: 140px;
row-gap: 60px;
align-items: start;
}
.gls-intro__content{
width: 100%;
margin: 0 auto;
padding: 0 20px;
}
.gls-intro__title{
font-size: 52px;
font-weight: 400;
margin-bottom: var(--space-sm);
line-height: 1.8;
grid-column: 1;
line-height: 55.380001px;
opacity: 1;
overflow-wrap: break-word;
position: relative;
text-align: start;
text-rendering: optimizespeed;
transform: matrix(1, 0, 0, 1, 0, 0);
visibility: visible;
width: 512px;
-webkit-font-smoothing: antialiased;
}
.gls-intro__text{
font-size: 18px;
font-weight: 300;
margin-bottom: var(--space-md);
line-height: 1.7;
color: rgb(48, 48, 48);
grid-column: 2;
}
.gls-intro__buttons{
grid-column: 2;
} .gls-intro__media img{
width: 100%;
display: block;
}
.gls-intro__media{
grid-column: 1;
position: relative;
margin-top: 40px;
} .gls-intro__media::before{
content: "";
position: absolute;
width: 80%;
height: 80%;
top: -40px;
left: -40px;
z-index: 0;
background-color: #DCD6C8; }
.gls-intro__media img{
position: relative;
z-index: 1;
width: 100%;
display: block;
} @media (max-width: 992px){
.gls-intro{
padding: 100px 0;
}
.gls-intro__grid{
grid-template-columns: 1fr;
grid-template-rows: auto;
row-gap: 60px;
}
.gls-intro__title,
.gls-intro__text,
.gls-intro__media{
grid-column: auto;
grid-row: auto;
}
.gls-intro__media::before{
top: -20px;
left: -20px;
}
}