.elementor-14601 .elementor-element.elementor-element-1f68a8e{--display:flex;--min-height:200px;--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;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14601 .elementor-element.elementor-element-4a74b6b{text-align:center;}.elementor-14601 .elementor-element.elementor-element-4a74b6b .elementor-heading-title{font-family:"Mulish", Sans-serif;font-size:40px;font-weight:900;line-height:50.2px;color:#FFFFFF;}.elementor-14601 .elementor-element.elementor-element-e970737{text-align:center;}.elementor-14601 .elementor-element.elementor-element-e970737 .elementor-heading-title{font-family:"Mulish", Sans-serif;font-size:16px;font-weight:400;line-height:20.8px;color:#FFFFFF;}.elementor-14601 .elementor-element.elementor-element-0348c2e{--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;--justify-content:space-between;}.elementor-14601 .elementor-element.elementor-element-0348c2e:not(.elementor-motion-effects-element-type-background), .elementor-14601 .elementor-element.elementor-element-0348c2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAF0F680;}.elementor-14601 .elementor-element.elementor-element-e0ecdbe{width:100%;max-width:100%;}.elementor-14601 .elementor-element.elementor-element-3c6bd57{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14601 .elementor-element.elementor-element-0348c2e{--content-width:1440px;}}@media(max-width:1024px){.elementor-14601 .elementor-element.elementor-element-1f68a8e{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-14601 .elementor-element.elementor-element-4a74b6b .elementor-heading-title{line-height:32.63px;}}@media(max-width:767px){.elementor-14601 .elementor-element.elementor-element-1f68a8e{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-14601 .elementor-element.elementor-element-4a74b6b .elementor-heading-title{font-size:26px;line-height:32.63px;}.elementor-14601 .elementor-element.elementor-element-e970737 .elementor-heading-title{line-height:20.08px;}}/* Start custom CSS for container, class: .elementor-element-1f68a8e */.elementor-14601 .elementor-element.elementor-element-1f68a8e{
    background: radial-gradient(74.06% 3839.29% at 74.06% 100%, #28B6E9 0%, #0BA7E6 36.46%, #0D4C8C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0ecdbe *//**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    height: 500px;
    margin-top: 0px;
    width: 50%;
    height: 590px;
}

#resultsTable {
    border-collapse: collapse;
    width: 100%;
}

#resultsTable td,
#resultsTable th {
    border: 0px solid hsla(0, 0%, 50.2%, .5019607843) !important;
    padding: 25px 30px;
}

#results div.tr-like {
    position: relative !important;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 20px;
    border: 2px solid #EAF0F6;
    padding: 25px 30px;
    padding-bottom: 30px;


}

#results div.tr-like div.distance {
    position: absolute;
    top: 31.5px;
    right: 30px;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 70, 142, .5);
    display: none;
}

#results div.tr-like div.distance.filled-distance {
    display: flex;
}

#results div.tr-like div.distance:first-child {
    display: flex;
}

#results div.tr-like a {
    display: none;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #921F81;
    margin-inline-start: 50px;

}

#results div.tr-like a:last-child {
    display: flex;
    align-items: flex-end;
    margin-top: 10px
}

#results div.tr-like a::after {
    content: "";
    background-image: url('/wp-content/uploads/2024/09/short_arrow-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 13px;
    height: 12px;
    margin-inline-start: 8px;
    margin-bottom: 2px;
}

#results {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    gap: 20px;

}

#results div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: space-between;
}

#results div.box_info_full {

    gap: 20px;
}

#results p.phone-number:not(.filled) {
    display: none;
}

#results div.tr-like:has(p.phone-number.filled)>div>div:last-child {
    padding-bottom: 26px;
}

#results div.tr-like:has(p.phone-number.filled) .phone-number.filled {
    margin-bottom: 12px;
    margin-top: -28px;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-inline-start: 50px
}

#results div.tr-like:has(p.phone-number.filled) .phone-number.filled:has(a) a {
    display: inline-flex;
    margin-top: 0px;
}

#results div.tr-like div div:has(>p) {
    width: -webkit-fill-available;
    border-bottom: 2px solid rgba(203, 218, 229, 1);
}

#results div.tr-like div div:has(>p) p {
    margin-block-end: 10px
}

#results div:nth-child(2) p:nth-child(1) {
    max-width: 85%;
    font-size: 18px;
    font-weight: 700;
    color: #921F81;
}

#results div:nth-child(2) p:nth-child(2),
div.tbody-like #results div:nth-child(2) p:nth-child(3) {
    font-size: 14px;
    font-weight: 500;
    color: #00468E;
}

#results div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    gap: 0px;
}

#info-content div.table-like td,
div.table-like th {
    padding: 0px !important;
    line-height: 1.5;
    vertical-align: top;
    border: 0px solid hsla(0, 0%, 50.2%, .5019607843) !important;
}

#iw-name {
    font-size: 16px;
    font-weight: 700;
    color: #921F81;
}

#iw-address-row,
#iw-phone {
    font-size: 13px;
    font-weight: 500;
    color: #00468E;
}

#iw-url a {
    font-size: 14px;
    font-weight: 600;
    color: purple;
}

#iw-url-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 8px;
}

#locationField {

    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


#locationField input {
    /* padding-inline-end: 118px; */
}

input.mobile-only {
    display: none;
}

#locationField div#buscar-cta {
    width: 102px;
    height: 48px;
    padding: 12px 25px 12px 25px;
    gap: 10px;
    border-radius: 50px;
    opacity: 0px;
    background-color: rgba(146, 31, 129, 1);
    position: absolute;
    right: 0;
    cursor: pointer
}


#locationField div#buscar-cta p {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;


}

input.autocomplete_input::placeholder {
    font-size: 14px;
    color: #00468E;
    line-height: 17px;
    font-weight: 500;
}

input.autocomplete_input {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    border: 1px solid rgba(146, 31, 129, 0.2);
    font-size: 14px;
    color: #00468E;
    line-height: 17px;
    font-weight: 500;
    padding-left: 40px;
}

#findhotels {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1.5px;
    color: rgba(146, 31, 129, 1);
    padding-bottom: 20px;
    text-transform: uppercase
}


#listing {

    width: 100%;
    height: 470px;
    overflow: auto;

    top: 0px;
    cursor: pointer;
    overflow-x: hidden;
    /* scrollbar-color: #921F81 #EAF0F6; */
    margin-top: 20px;
    padding-right: 20px;
}


/* SCROLLBAR */
#listing::-webkit-scrollbar {
    width: 6px;
}

#listing::-webkit-scrollbar-track {
    background: #EAF0F6;
    border-radius: 10px;
    margin-block-end: 15px
}

#listing::-webkit-scrollbar-thumb {
    background: #921F81;
    border-radius: 10px;
}

#listing::-webkit-scrollbar-thumb:hover {
    background: #921F81;
}

#listing img {

    height: 20px;
    width: 14px;


}

#listing span {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #EAF0F6;
    border-radius: 50px;
}

#controls {
    -webkit-box-flex: 1 1 140px;
    -ms-flex: 1 1 140px;
    display: none !important;
    flex: 1 1 140px;
}


#country {
    width: 100%;

}


#rating {
    font-size: 13px;
    font-family: Arial Unicode MS;
}

.block-map {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-and-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    height: 590px;
    padding: 40px 100px 0px 100px;
    width: 50%;
    background-color: transparent
}


html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding: 0 !important;
}

div.table-like {
    font-size: 12px;
}

div.table-like div.tbody-like>div.tr-like:nth-child(odd)>td,
div.table-like div.tbody-like>div.tr-like:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100%) !important;
}

div.table-like div.tbody-like div.tr-like:hover>td,
div.table-like div.tbody-like div.tr-like:hover>th {
    background-color: hsl(0deg 0% 100%) !important;
}

.hotel-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    align-content: flex-start;
}



.icon-search {
    position: absolute;
    left: 16px;
}



.placeIcon {
    width: 20px;
    height: 34px;
    margin: 4px;
}

.hotelIcon {
    width: 24px;
    height: 24px;
}





.iw_attribute_name {
    font-weight: bold;
    text-align: right;
}

.iw_table_icon {
    text-align: right;
}
.gm-ui-hover-effect {
    opacity: 1!important;
}
#listing .tr-like.active span {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(102, 21, 104, 0.1);
    border-radius: 50px;

}
#listing .tr-like.active {

box-shadow: 0px 4px 12px 0px rgba(2, 33, 65, 0.05);

}

@media (max-width: 1344px) {
    .search-and-list {
        padding: 40px 20px 0px 20px;

    }
}

@media (max-width: 1024px) {
    
    input.mobile-only {
        display: block;
        max-width: calc(100vw - 40px);
        margin-inline-start: 20px;
        font-size: 17px;
        background-image: url('/wp-content/uploads/2024/10/search.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 14px 14px;
        display: flex;
        padding-inline-start: 44px;
    }

    input.desktop-only {
        display: none;
    }

.icon-search {
   display: none;
}
    #map {
        margin-top: 0px;
        width: 100%;
        height: 590px;
    }

    #Mapa {
        height: 0px;
    }

    #listing {
        width: 100%;
    }

    .search-and-list {
        width: 100%;
        padding: 0px 20px 0px 20px;
        height: fit-content;

    }

    .tab {
        padding-bottom: 0px;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    #results div.tr-like:has(p.phone-number.filled) .phone-number.filled {
        margin-inline-start: 0px
    }

    #results div:nth-child(2) p:nth-child(1) {
        max-width: 80%;
    }
}

@media (max-width: 767px) {


    #locationField img {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0348c2e */div#map div[role='dialog'] {
    padding: 16px !important;
}

div#map div[role='dialog'] .gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0
}


div#map div[role='dialog'] .gm-style-iw-chr button span {
    background-color: rgba(0, 70, 142, 1)
}

div#map div[role='dialog'] .gm-style-iw-chr .gm-style-iw-ch {
    display: none
}

div#map div[role='dialog'] #iw-name {
    margin-bottom: 6px
}

div#map div[role='dialog'] .gm-style-iw-d {
    margin-bottom: -16px
}

div#map div[role='dialog'] .td-like-dialog-img:has(img){
    display: none
}

div#map div[role='dialog'] .td-like-dialog#iw-url > b a::after {
    content: "";
    background-image: url('/wp-content/uploads/2024/09/short_arrow-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 13px;
    height: 12px;
    margin-inline-start: 8px;
    margin-bottom: 2px;
}

div#map div[role='dialog'] .table-like-dialog > div {
    display: block !important
}/* End custom CSS */