@charset "UTF-8";

/* ===================================================== */
/* VILA VILÚ */
/* CSS PRINCIPAL */
/* ===================================================== */

@import url("reset.css");
@import url("variables.css");
@import url("typography.css");
@import url("layout.css");
@import url("buttons.css");

@import url("header.css");
@import url("hero.css");
@import url("simulator.css");
@import url("about.css");
@import url("gallery.css");
@import url("features.css");
@import url("reviews.css");
@import url("location.css");
@import url("footer.css");
@import url("floating.css");
@import url("animations.css");

/* ==========================================================
   RESERVA
========================================================== */

@import url("reserva-hero.css");
@import url("reserva-summary.css");
@import url("reserva-form.css");
@import url("reserva-info.css");
@import url("reserva-modal.css");

.vv-reserva-info{
    background:#FFFFFF !important;
    border:1px solid var(--color-border) !important;
    border-radius:var(--radius-sm) !important;
    padding:16px 18px !important;
    overflow:hidden !important;
}

.vv-reserva-info > div{
    padding:0 10px !important;
}

.vv-reserva-info *{
    background:transparent !important;
}

.vv-google-reviews{
    width:100%;
    max-width:1040px;
    margin:40px auto 0;
}

/* ===================================================== */
/* IN GOOGLE REVIEWS CENTRALIZADO */
/* ===================================================== */

.vv-google-reviews{
    width:100%;
    max-width:1040px;
    margin:40px auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.vv-google-reviews > div{
    width:100%;
    display:flex;
    justify-content:center;
}

.vv-google-reviews iframe,
.vv-google-reviews [class*="elfsight-app"]{
    margin-left:auto !important;
    margin-right:auto !important;
}

/* ===================================================== */
/* OUT GOOGLE REVIEWS CENTRALIZADO */
/* ===================================================== */

/* ===================================================== */
/* IN AJUSTE MOBILE FORMULARIOS */
/* ===================================================== */

@media (max-width:640px){

    .vv-reserva-card,
    .vv-reserva-summary-card,
    .vv-reserva-form-card{
        width:calc(100% - 32px);
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        padding-left:22px;
        padding-right:22px;
        box-sizing:border-box;
        overflow:hidden;
    }

    .vv-reserva-grid,
    .vv-reserva-summary-grid,
    .vv-reserva-form-grid{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
        max-width:100%;
        gap:24px;
        box-sizing:border-box;
    }

    .vv-campo,
    .vv-campo.full{
        width:100%;
        max-width:100%;
        min-width:0;
        box-sizing:border-box;
    }

    .vv-campo input,
    .vv-campo select,
    .vv-campo textarea{
        width:100%;
        max-width:100%;
        min-width:0;
        margin-left:0;
        margin-right:0;
        box-sizing:border-box;
    }

    .vv-reserva-info,
    .vv-reserva-summary-info{
        width:100%;
        max-width:100%;
        box-sizing:border-box;
        overflow:hidden;
    }

    .vv-reserva-info > div,
    .vv-reserva-summary-item{
        width:100%;
        max-width:100%;
        box-sizing:border-box;
    }

}

/* ===================================================== */
/* OUT AJUSTE MOBILE FORMULARIOS */
/* ===================================================== */

/* ===================================================== */
/* IN AJUSTE IPHONE FORMULARIOS */
/* ===================================================== */

@media (max-width:640px){

    html,
    body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
    }

    .vv-reserva-card,
    .vv-reserva-form-card,
    .vv-reserva-summary-card{
        width:calc(100vw - 40px) !important;
        max-width:calc(100vw - 40px) !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:20px !important;
        padding-right:20px !important;
        box-sizing:border-box !important;
        overflow:hidden !important;
    }

    .vv-reserva-grid,
    .vv-reserva-form-grid,
    .vv-reserva-summary-grid,
    .vv-reserva-resumo,
    .vv-reserva-info{
        width:100% !important;
        max-width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
        box-sizing:border-box !important;
    }

    .vv-campo,
    .vv-campo.full{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
    }

    .vv-campo input,
    .vv-campo select,
    .vv-campo textarea{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        padding-left:18px !important;
        padding-right:18px !important;
        box-sizing:border-box !important;
        transform:none !important;
        left:auto !important;
        right:auto !important;
    }

    .vv-reserva-info > div{
        width:100% !important;
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        box-sizing:border-box !important;
    }

}

/* ===================================================== */
/* OUT AJUSTE IPHONE FORMULARIOS */
/* ===================================================== */

/* ===================================================== */
/* IN CORRECAO SAFARI IPHONE FORMULARIOS */
/* ===================================================== */

@supports (-webkit-touch-callout:none){

    @media (max-width:640px){

        .vv-reserva-card,
        .vv-reserva-form-card,
        .vv-reserva-summary-card{
            width:calc(100vw - 40px) !important;
            max-width:calc(100vw - 40px) !important;
            margin-left:auto !important;
            margin-right:auto !important;
            padding-left:20px !important;
            padding-right:20px !important;
            box-sizing:border-box !important;
            overflow:hidden !important;
        }

        .vv-campo,
        .vv-reserva-info,
        .vv-reserva-resumo{
            width:100% !important;
            max-width:100% !important;
            min-width:0 !important;
            box-sizing:border-box !important;
        }

        .vv-campo input,
        .vv-campo select,
        .vv-campo textarea{
            display:block !important;
            width:-webkit-fill-available !important;
            max-width:-webkit-fill-available !important;
            min-width:0 !important;
            margin-left:0 !important;
            margin-right:0 !important;
            box-sizing:border-box !important;
            font-size:16px !important;
        }

        .vv-campo input[type="date"],
        .vv-campo input[type="time"],
        .vv-campo select{
            -webkit-appearance:none;
            appearance:none;
        }

    }

}

/* ===================================================== */
/* OUT CORRECAO SAFARI IPHONE FORMULARIOS */
/* ===================================================== */

/* ===================================================== */
/* IN PRELOADER */
/* ===================================================== */

.vv-preloader{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--color-background);
    transition:opacity .45s ease, visibility .45s ease;
}

.vv-preloader.saindo{
    opacity:0;
    visibility:hidden;
}

.vv-preloader-logo{
    position:relative;
    width:170px;
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.vv-preloader-logo::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    border:2px solid rgba(36,52,58,.12);
    border-top-color:var(--color-primary);
    animation:vvPreloaderGiro 1s linear infinite;
}

.vv-preloader-logo img{
    width:120px;
    max-width:70%;
    height:auto;
    display:block;
}

@keyframes vvPreloaderGiro{

    to{
        transform:rotate(360deg);
    }

}

@media (max-width:640px){

    .vv-preloader-logo{
        width:140px;
        height:140px;
    }

    .vv-preloader-logo img{
        width:100px;
    }

}

/* ===================================================== */
/* OUT PRELOADER */
/* ===================================================== */

/* ===================================================== */
/* IN CALENDARIO PUBLICO CORES */
/* ===================================================== */

.flatpickr-calendar{
    font-family:var(--font-family);
}

.flatpickr-day{
    width:36px !important;
    max-width:36px !important;
    height:34px !important;
    line-height:34px !important;
    margin:2px !important;
    border-radius:6px !important;
    font-weight:500;
}

.flatpickr-day.vv-dia-disponivel:not(.selected):not(.startRange):not(.endRange):not(.inRange){
    background:#d8eee8;
    border-color:#d8eee8;
    color:#245c57;
}

.flatpickr-day.vv-dia-valor:not(.selected):not(.startRange):not(.endRange):not(.inRange){
    background:#ffffff;
    border-color:#008c7d;
    color:#008c7d;
}

.flatpickr-day.vv-dia-bloqueado,
.flatpickr-day.vv-dia-bloqueado.flatpickr-disabled{
    background:#ffcf33 !important;
    border-color:#ffcf33 !important;
    color:#1b2529 !important;
    opacity:1 !important;
}

.flatpickr-day.vv-dia-ocupado,
.flatpickr-day.vv-dia-ocupado.flatpickr-disabled{
    background:#ffb6c0 !important;
    border-color:#ffb6c0 !important;
    color:#1b2529 !important;
    opacity:1 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange{
    background:#008c7d !important;
    border-color:#008c7d !important;
    color:#ffffff !important;
}

.flatpickr-day.inRange{
    background:#bfe3dc !important;
    border-color:#bfe3dc !important;
    box-shadow:-5px 0 0 #bfe3dc, 5px 0 0 #bfe3dc !important;
    color:#1b2529 !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay.vv-dia-disponivel,
.flatpickr-day.nextMonthDay.vv-dia-disponivel,
.flatpickr-day.prevMonthDay.vv-dia-valor,
.flatpickr-day.nextMonthDay.vv-dia-valor{
    background:#f1f3f2 !important;
    border-color:#f1f3f2 !important;
    color:#b8c0bd !important;
    opacity:1 !important;
}

.flatpickr-day.flatpickr-disabled:not(.vv-dia-bloqueado):not(.vv-dia-ocupado){
    background:#f1f3f2 !important;
    border-color:#f1f3f2 !important;
    color:#b8c0bd !important;
    cursor:not-allowed !important;
}

/* ===================================================== */
/* OUT CALENDARIO PUBLICO CORES */
/* ===================================================== */

/* ===================================================== */
/* IN BORDAS CAMPOS FORMULARIOS */
/* ===================================================== */

.vv-campo input,
.vv-campo select,
.vv-campo textarea{
    border:1px solid #b8c4c1 !important;
}

.vv-campo input:focus,
.vv-campo select:focus,
.vv-campo textarea:focus{
    border-color:var(--color-primary) !important;
    box-shadow:0 0 0 3px rgba(66,92,99,.14) !important;
}

/* ===================================================== */
/* OUT BORDAS CAMPOS FORMULARIOS */
/* ===================================================== */

/* ===================================================== */
/* IN BORDAS RESUMOS RESERVA */
/* ===================================================== */

.vv-reserva-info,
.vv-reserva-summary-info{
    border:1px solid #b8c4c1 !important;
}

.vv-reserva-info > div,
.vv-reserva-summary-item{
    border-color:#d5ddda !important;
}

/* ===================================================== */
/* OUT BORDAS RESUMOS RESERVA */
/* ===================================================== */

/* ===================================================== */
/* IN LINHAS INTERNAS RESERVA */
/* ===================================================== */

.vv-reserva-box::before,
.vv-reserva-box::after,
.vv-reserva-resumo::before,
.vv-reserva-resumo::after{
    border-color:#b8c4c1 !important;
}

.vv-reserva-box{
    --color-border:#b8c4c1;
}

/* ===================================================== */
/* OUT LINHAS INTERNAS RESERVA */
/* ===================================================== */

/* ===================================================== */
/* IN LEGENDA CALENDARIO PUBLICO */
/* ===================================================== */

.vv-calendario-legenda{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px 16px;
    margin-top:18px;
    padding-top:12px;
    border-top:1px solid #d7ddd9;
}

.vv-calendario-legenda span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:var(--color-text);
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
}

.vv-calendario-legenda i{
    width:13px;
    min-width:13px;
    height:13px;
    min-height:13px;
    display:inline-block;
    flex:0 0 13px;
    border-radius:4px;
    font-size:0;
    line-height:0;
}

.vv-calendario-legenda .legenda-disponivel{
    background:#d8efe9;
    border:1px solid #b8ddd4;
}

.vv-calendario-legenda .legenda-selecionado{
    background:#008c7d;
}

.vv-calendario-legenda .legenda-bloqueado{
    background:#ffcc00;
}

.vv-calendario-legenda .legenda-ocupado{
    background:#ffb6c0;
}

.vv-calendario-legenda .legenda-valor{
    background:#d8efe9;
    border:2px solid #0f5c54;
}

@media (max-width:640px){

    .vv-calendario-legenda{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, auto));
        justify-content:center;
        gap:8px 14px;
        margin-top:16px;
        padding-top:14px;
    }

    .vv-calendario-legenda span{
        gap:6px;
        font-size:0;
        line-height:1;
    }

    .vv-calendario-legenda span::after{
        color:var(--color-text);
        font-size:12px;
        line-height:1;
    }

    .vv-calendario-legenda span:nth-child(1)::after{
        content:"Livre";
    }

    .vv-calendario-legenda span:nth-child(2)::after{
        content:"Selecionada";
    }

    .vv-calendario-legenda span:nth-child(3)::after{
        content:"Bloqueada";
    }

    .vv-calendario-legenda span:nth-child(4)::after{
        content:"Ocupada";
    }

    .vv-calendario-legenda span:nth-child(5){
        grid-column:1 / -1;
        justify-content:center;
    }

    .vv-calendario-legenda span:nth-child(5)::after{
        content:"Valor especial";
    }

    .vv-calendario-legenda i{
        width:12px;
        min-width:12px;
        height:12px;
        min-height:12px;
        flex-basis:12px;
    }

}

/* ===================================================== */
/* OUT LEGENDA CALENDARIO PUBLICO */
/* ===================================================== */

/* ===================================================== */
/* IN CORRECAO SECOES INVISIVEIS INDEX */
/* ===================================================== */

.vv-fade-up,
.vv-fade-down,
.vv-fade-left,
.vv-fade-right,
.vv-zoom{
    opacity:1 !important;
    transform:none !important;
    visibility:visible !important;
}

/* ===================================================== */
/* OUT CORRECAO SECOES INVISIVEIS INDEX */
/* ===================================================== */

/* ===================================================== */
/* IN AJUSTE CARD SIMULADOR INDEX */
/* ===================================================== */

#simulador .vv-container{
    width:100%;
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
}

#simulador .vv-reserva-box{
    width:100%;
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
    padding:48px;
    border-radius:24px;
    box-sizing:border-box;
}

#simulador .vv-reserva-resumo{
    width:100%;
}

@media (max-width:992px){

    #simulador .vv-reserva-box{
        max-width:760px;
        padding:36px;
    }

}

@media (max-width:768px){

    #simulador .vv-reserva-box{
        width:calc(100% - 40px);
        max-width:calc(100% - 40px);
        padding:26px;
        border-radius:18px;
    }

}

/* ===================================================== */
/* OUT AJUSTE CARD SIMULADOR INDEX */
/* ===================================================== */