.elementor-229 .elementor-element.elementor-element-bf44e30{--display:flex;--min-height:85vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}.elementor-229 .elementor-element.elementor-element-bf44e30:not(.elementor-motion-effects-element-type-background), .elementor-229 .elementor-element.elementor-element-bf44e30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.refugiourbano.okku.co/wp-content/uploads/2024/10/aeropuerto-2-scaled.webp");background-position:center center;background-repeat:no-repeat;}.elementor-229 .elementor-element.elementor-element-a7343e5{--spacer-size:4vh;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-229 .elementor-element.elementor-element-0f1862a img{width:20vw;max-width:20vw;height:25vh;object-fit:fill;}.elementor-229 .elementor-element.elementor-element-fc09e8e{--spacer-size:4vh;}.elementor-229 .elementor-element.elementor-element-f074640{--display:flex;--min-height:20vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-229 .elementor-element.elementor-element-cb6bf41{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-229 .elementor-element.elementor-element-1ed2307{text-align:center;font-family:"Mada", Sans-serif;font-size:1.7vw;font-weight:500;color:var( --e-global-color-4656e45 );}.elementor-229 .elementor-element.elementor-element-7d08aaa{--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;}@media(max-width:767px){.elementor-229 .elementor-element.elementor-element-1ed2307{font-size:12px;}}@media(min-width:768px){.elementor-229 .elementor-element.elementor-element-bf44e30{--width:100%;}.elementor-229 .elementor-element.elementor-element-f074640{--width:85vw;}.elementor-229 .elementor-element.elementor-element-7d08aaa{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7e37955 */.header-container {
    text-align: center;
    padding: 30px;
}

.titulo {
    font-family: 'Arial Black', sans-serif;
    color: white;
    font-size: 48px;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 0px;
}

.descripcion {
    font-family: 'Georgia', serif; 
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    text-shadow: 1px 1px 2px black;
}

@media (max-width: 900px) {
    .titulo {
        font-size: 36px;
    }

    .descripcion {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .titulo {
        font-size: 28px;
    }

    .descripcion {
        font-size: 20px;
    }

    .header-container {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9382490 */.reservar-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-top: -12.5vh;
}

.reservar-container:hover {
    transform: translateY(-5px);
}

.input-group {
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.input-group label {
    margin-bottom: 8px;
    color: #49407C;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
}

.input-group label i {
    margin-right: 5px;
    color: #1A333F;
    font-size: 18px;
}

input[type="date"],
select {
    padding: 10px 15px;
    border: 2px solid #7C87FC;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="date"]:focus,
select:focus {
    border-color: #49407C;
    outline: none;
}

button {
    grid-column: span 1;
    padding: 8px;
    background-color: #35a5de;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    font-weight: bold;
}

button:hover {
    background-color: #1A333F;
}


@media (max-width: 1200px) {
    .reservar-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .reservar-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .input-group label {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .reservar-container {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    button {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9397b5 */.container {
    display: flex;
    flex-direction: column;
    gap: 7.5vh;
}

.room {
    border: 2px solid #7786D9;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: white;
    height: 20vh;
}

.room-name {
    font-family: 'Mada', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #1a333f;
    flex: 1;
}

.amenities {
    display: flex;
    flex: 3;
    justify-content: flex-end;
    gap: 20px;
}

.post-it {
    align-items: center;
    align-content: center;
    padding: 10px;
    border-radius: 2.5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    width: 10vw;
    height: 15vh;
    color: #1a333f;
    text-align: center;
}

.arrow-container {
    display: flex;
    align-items: center;
    flex: 0 0 7.5%;
}

.separator {
    width: 2px;
    height: 100%;
    background-color: #1a333f;
    margin: 0 40px;
}

.arrow {
    font-size: 20px;
    color: #1a333f;
}


.room:hover {
    color: #1a333f;
}


.room-name {
    color: #1a333f;
}

@media (max-width: 768px) {
    .container {
        gap: 5vh;
    }

    .room {
        height: auto;
        flex-direction: column;
        overflow: hidden;
    }

    .room-name {
        font-size: 20px;
    }

    .post-it {
        width: 40vw;
        height: 10vh;
    }

    .separator {
        margin: 0 20px;
    }

    .arrow {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .container {
        gap: 3vh;
    }

    .room {
        flex-direction: column;
        height: auto;
    }

    .room-name {
        font-size: 18px;
    }

    .amenities {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .post-it {
        width: 80vw;
        height: 8vh;
    }

    .separator {
        display: none;
    }

    .arrow-container {
        flex: 0 0 10%;
    }

    .arrow {
        font-size: 16px;
    }
}/* End custom CSS */