
:root {
    --color-primary: #fff;
    --color-secondary: #9D6335;
    --color-accent: #ff4081;
    --color-background: #fff;
    --color-text: #333;
    --color-border: #ddd;
    --logo-size: 400px;
    --logo-size-mobile: 300px;
    --portada-height: 80vh;
    --portada-height-mobile: 700vh;
    --theme-color-1: #9D6335;
    --theme-color-2:#C49862;
    --theme-color-3: #95C377;
}
.logo {
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    display: block;
    background: url('../assets/images/aliviar.png') no-repeat left center;
    background-size: var(--logo-size);
    position: relative;
    top: 2vh;
    left: 25px;
}

.logo-branco .logo{
    background: url('../assets/images/aliviar_white.png') no-repeat left center;
    background-size: var(--logo-size);
    filter: unset !important;
}

.logo-preto .logo{
    background: url('../assets/images/aliviar_black.png') no-repeat left center;
    background-size: var(--logo-size);
}

h3#subtitle {
    font-size: 35px;
    font-weight: 800;
    font-family: Roboto, verdana;
    position: relative;
    left: 7vw;
    width: 38vw;
    color: var(--theme-color-1);
    text-transform: capitalize;
    top: 5vh;
}

h4#subtitle2 {
    margin: 8vh 7vw;
    font-size: larger;
    font-weight: 700;
    color: var(--theme-color-2);
    width: 37vw;
    word-spacing: 3px;
}

.lane {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
}
.lane:nth-child(2n) {
    background-color: beige;
}
.lane:nth-child(2n+1) {
    background-color: #fff;
}   

.lane.beneficios,
.lane.about,
.lane.modelos{
    height: fit-content !important;
}

.lane.beneficios{
    background-color: var(--theme-color-1);
    color: #fff;    
}

.about-content {
    padding: 2em 6em;
    text-wrap: balance;
}

.about-content p {
    margin: revert;
    padding: revert;
    text-align: justify;
    font-size: larger;
}

.lane.perguntas{
    background-color: var(--theme-color-3);
}

.lane.perguntas *{
    color: var(--color-text);    
}

.lane.perguntas h2{
    margin: 20px auto;
}

.lane.footer {
    height: 120px !important;
    background-color: #f1f1f1;
    bottom: 0;
}
.benefits {
    display: block;
    align-items: center;
    font-size: clamp(12px, 1vw, 16px);
    color: #fff;
    padding: 10px;
    line-height: 1.5;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1200px;
}
.benefit-card{
    margin: 20px;
    max-width: 1200px;
    padding: 20px;
    background-color: var(--theme-color-2);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.benefit-card .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
}
.benefit-card .content{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.benefits h3 {
    color: var(--color-primary);
    font-size: clamp(24px, 2.5vw, 32px);
    margin-top: 20px;
}
.benefits p {
    font-size: clamp(16px, 1.5vw, 20px);
    margin: 10px 0;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: clamp(12px, 1vw, 16px);
    color: #444;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
}

.model-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

/** ----------------- images --------------------*/
.model1 .lane.portada{
    background: url(../assets/backgrounds/enjoying-lavanda.jpg) no-repeat center center;
    background-size: cover;
    height: 95vh;
}

.lane.portada,
.model2 .lane.portada{
    background: url(../assets/poltronas/p_bege_ambiente.webp) no-repeat center center;
    background-position-x: 100%;
    background-position-y: 0%;
    background-size: 650px;
    background-color: var(--theme-color-2);
}

.whatsapp{
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.whatsapp i{
    font-size: 50px;
    color: green;
}
.whatsapp i::after{
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -46px;
    margin-left: 1px;
    z-index: -1;
}

h2 {
    text-align: center;
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
}


.btn-alugar{
    display: inline-block;
    padding: 10px 20px;
    background-color: darkgreen;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}

/* Poltronas */

.model-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto;
}
.model-card h3{
    font-size: clamp(24px, 2.5vw, 32px);
    color: var(--color-secondary);
    margin-top: 20px;
}
.model-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: clamp(16px, 1.5vw, 20px);
}
.model-card ul li{
    margin: 10px 0;
}
.model-image{
    width: 75%;
    vertical-align: top;
}

.faq-item{
    padding: 10px 20px;
    text-align: justify;
    font-size: large;
}

.faq-item label{
    font-weight: 700;
    margin: 3px 0px;
    cursor: pointer;
}
.faq-item p,
.faq-item input[type="radio"]{
    display: none;
}

.faq-item :checked + label + p {
    display: block;
    padding-left: 24px;
    margin-top: 6px;
}

.faq-item label::before{
    font-family: 'Font Awesome 6 Free';
    content:'\f13a';
    display: inline-block;
    margin-right: 5px;
}
.faq-item :checked + label::before{
    content:'\f139';
    display: inline-block;
    margin-right: 5px;
}
.faq-input-hidden{
    visibility: hidden;
}
.social-links a {
    margin: 0px 12px;
    font-size: 1.5em;
    color:var(--color-secondary);
    font-weight: 900 !important;
}

@media screen and (min-width: 800px) {
    .model2 .lane.portada{
        background: linear-gradient(to left, rgba(255,255,255,0) 30%, rgba(255,255,255,1)), url(../assets/poltronas/p_bege_ambiente.webp) no-repeat center center;
        background-position-x: 100%;
        background-position-y: 0%;
        background-size: 650px;
    }
}

/*
.lane:nth-child(-n+2){
    display: none;
}
*/