@import url('https://cdn.jsdelivr.net/gh/alumuko/vanilla-datetimerange-picker@latest/dist/vanilla-datetimerange-picker.css');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Explora&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #07beb8;
    --secondary: #006d77;
    --light: #edf6f9;
    --dark: #1f2421;
    --danger: #f21b3f;
    --warning: #ff9914;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}

body,
html {
    height: 100%;
}

textarea:focus,
input:focus,
select:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

label {
    font-size: .8rem !important;
}

h11 {
    color: var(--danger);
}

.text_primary {
    color: var(--primary) !important;
}

.content-min-height {
    min-height: 70%;
}

#between {
    cursor: pointer;
}

.whats-icon {
    color: var(--primary) !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Custom Inputs */
.custom-input {
    border-radius: 10px !important;
}

.card {
    border-radius: .9rem !important;
}

a {
    color: var(--dark) !important;
    text-decoration: none !important;
}

p {
    font-size: 0.8em;
}

.modal-header {
    border-bottom: none !important;
}

.text-small {
    font-size: .79em !important;
}

.title {
    font-size: 1.5em;
    font-weight: 700;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.dropdown-item:active {
    background-color: transparent !important;
}

.dropdown-menu[data-bs-popper] {
    left: -28px !important;
}

.custom-btn {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    font-size: .8em !important;
    font-weight: 500 !important;
    border-radius: 20px !important;
}

.custom-btn-reserva {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    font-size: .8em !important;
    font-weight: 700 !important;
    border-radius: 20px !important;
}

.custom-btn i {
    font-size: 1.5em !important;
}

.active {
    color: var(--primary) !important;
    font-weight: 500 !important;
}

.img-logo {
    width: 200px;
}

.img-logo-icon {
    width: 40px;
}

.box-user-header {
    cursor: pointer;
    background-color: var(--primary);
    border-radius: 20px;
    padding: 2px 10px;
}

.text-session {
    font-size: 0.85em;
    font-weight: 500;
}

.icon-light {
    color: var(--light);
    font-size: 1.5em;
}

.icon-plus {
    font-size: 3em;
    color: var(--primary);
    cursor: pointer;
}

.icon-plus:hover {
    color: var(--secondary);
}

.h-100vh {
    height: 100vh !important;
}

.bg-header {
    background-color: var(--light);
}

.header-icons i {
    font-size: 1.8em;
}

.section {
    margin: 100px 0px;
}

/* =================================================================
Section slide
================================================================*/
.section-slide {
    width: 100%;
    height: 650px;
}

.slide-image-bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-slide {
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 650px;
    position: absolute;
    z-index: 3;
}

.box-content {
    margin-top: 13%;
}

.box-content h1 {
    color: var(--light);
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
}

.box-content h2 {
    color: var(--light);
}

.rounded-lg {
    border-radius: 20px !important;
}

.overlay {
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 650px;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.379);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.header-products {
    position: relative;
    z-index: 3;
    margin-top: -45px;
}

.header-list-product i {
    font-size: 2em;
    color: var(--primary);
}

.header-list-product h6 {
    font-size: 0.8em;
    font-weight: 400;
}

.header-list-product:hover {
    background-color: #ededed;
    transition: .9s;
}

.btn-search {
    background-color: var(--primary) !important;
    border-radius: 20px !important;
    padding: 6px 30px !important;
    font-size: .8rem !important;
}

/* =================================================================
Section Accommodation
================================================================*/
.accommodation,
.about,
.tips {
    padding: 90px 0 40px 0;
}

.box__accommodation {
    margin-top: 100px;
}

.fixed-search {
    z-index: 2 !important;
    cursor: pointer;
}

.box-search {
    background-color: var(--dark);
    border-radius: 10px;
}

.slide-image-accommodation {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.card-rounded {
    border-radius: .9rem .9rem 0 0;
}

.accommodation-description h6 {
    font-weight: 600;
}

.accommodation-description p {
    font-size: 0.8em;
    color: #a1a1a1;
    line-height: 1.3em;
}

.currency {
    font-size: .8em;
}

.main-value {
    font-size: 1.2em;
    font-weight: 700;
}

.box-assessment {
    border-radius: 4px;
    background-color: #29bf12;
    width: 24px;
    height: 20px;
}

.box-assessment p {
    color: var(--light);
    font-weight: 700;
    font-size: 0.65em;
    line-height: 16px;
}

/* =================================================================
Section Stripe
================================================================*/
.stripe {
    background-color: var(--secondary);
}

.stripe-icon {
    font-size: 3.5em;
    color: #83c5be;
}

.stripe-content h1 {
    color: var(--light);
    font-size: 1.5em;
    font-weight: 700;
}

.stripe-content p {
    color: var(--light);
    font-size: .9em;
}

/* =================================================================
Section Tips
================================================================*/
.tips h1 {
    font-size: 1.8em;
    font-family: 'Cookie', cursive;
    color: #494949;
}

.tips h2 {
    font-weight: 700;
    font-size: 2.5em;
}

.image-tips-bg {
    width: 100%;
    height: 250px;
    border-radius: .8em;
    background-size: cover;
    background-position: center;
}

/* =================================================================
Section Room
================================================================*/
.section-room {
    margin-top: 70px;
}

.links-room li {
    display: inline-block;
    padding: 0 1em;
}

.links-room li>a {
    color: #292929;
    font-size: .89em;
    font-weight: 600;
}

.box-form {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.box-modal-scroll {
    height: 600px;
    overflow-y: scroll;
}

._1s21a6e2 {
    position: relative;
    width: 33.3333%;
    margin-left: 8.33333%;
    margin-right: 0;
}

._mubbvpq {
    position: fixed;
    z-index: 1;
    width: 28%;
    display: inline-block;
    padding-right: 1px;
    top: 130px;
}

.box-offer {
    width: 50%;
}

.card-share p>i {
    font-size: 1.2em;
    padding-right: .3em;
}

.btn-chevron {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: #f0f0f0 !important;
}

.thumb {
    max-width: 115px;
    min-height: 70px;
    background-size: cover;
    border-radius: 10px;
}

.box-mobile-reserve {
    background-color: var(--light);
}

/* =================================================================
Notyf Toast
================================================================*/
.notyf__toast {
    z-index: 9999999 !important;
    border-radius: 8px !important;
}

.notyf__message {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
}

.notyf__wrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.verQuartosBtn {
    position: fixed;
    z-index: 999999999;
    bottom: .5rem;
}

.whats-float {
    position: fixed;
    z-index: 999999999;
    bottom: 2rem;
    right: 20px;
    background-color: var(--primary);
    border-radius: 50%;
}

.whats-float>button>i {
    font-size: 1.5em;
    color: var(--light);
    padding: 4px 0;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0rem 1rem;
}

.divider .divider-text i {
    font-size: 1rem;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(67, 89, 113, 0.2);
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

.divider.text-start .divider-text {
    padding-left: 0;
}

.divider.text-end .divider-text {
    padding-right: 0;
}

.divider.text-start-center .divider-text {
    left: -25%;
}

.divider.text-end-center .divider-text {
    right: -25%;
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after {
    border-style: dotted;
    border-width: 0 1px 1px;
    border-color: rgba(67, 89, 113, 0.2);
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after {
    border-style: dashed;
    border-width: 0 1px 1px;
    border-color: rgba(67, 89, 113, 0.2);
}

.daterangepicker {
    border-radius: 20px !important;
    padding: 1em !important;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.month {
    font-size: 1.2em !important;
    color: #494949 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 35px !important;
    height: 35px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary) !important;
    border-radius: 50% !important;
    color: var(--light) !important;
}

.navbar-toggler {
    border: none !important;
}

.levelPass {
    width: 100%;
    height: 3px;
}

.fraca {
    background-color: #d62828;
}

.media {
    background-color: #f77f00;
}

.forte {
    background-color: #38b000;
}

.reserve-bg {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

/* Estilos específicos para mobile */
@media only screen and (max-width: 767px) {
    .box-content h1 {
        font-size: 2em;
        font-weight: 700;
        line-height: 1em;
        margin-top: 1.7em;
    }

    ._1s21a6e2 {
        width: 100%;
        margin: 0;
    }

    ._mubbvpq {
        position: relative;
        width: 100%;
        top: 0;
    }

    .daterangepicker {
        width: 95% !important;
    }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }

    .tips h2 {
        font-size: 1.8em;
    }

    .dropdown-menu[data-bs-popper] {
        left: 0 !important;
    }

    .reserve-bg {
        height: 180px;
    }

    .woot-widget-bubble.woot-elements--right {
        margin-bottom: 0rem !important;
    }
}

/* Estilos específicos para tablets */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    ._1s21a6e2 {
        width: 100%;
        margin: 0;
    }

    ._mubbvpq {
        position: relative;
        width: 100%;
        top: 0;
    }

    .daterangepicker {
        width: 95% !important;
    }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }

    .stripe-content h1 {
        font-size: 1em;
    }

    .dropdown-menu[data-bs-popper] {
        left: 0 !important;
    }

    .woot-widget-bubble.woot-elements--right {
        margin-bottom: 0rem !important;
    }
}

.map-image {
    border-radius: 20px 20px 0 0;
}

.card-map {
    background-color: var(--light);
    padding: 8px 10px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
}

.card-map a {
    color: var(--primary) !important;
}

.card-map:hover {
    background-color: #d3fff3;
}

.form-control,
.form-select {
    font-size: .8rem !important;
}

.btn-sm {
    font-size: .6rem !important;
}

.btn-danger {
    color: var(--light) !important;
}