.alert-blue {
    padding: 18px 45px;
    border: 1px solid var(--blue100);
    height: calc(100% - 30px);
    border-radius: 5px;
}

.alert-blue h3 {
    background-color: transparent;
}

.alert-blue>.property-results .property-panel {
    box-shadow: none;
}

.alert-blue-content {
    color: var(--black100);
    margin-bottom: 20px;
    margin-top: 20px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.property-results {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

@media (min-width:992px) {
    .property-results .col-md-4 {
        width: 33.3% !important;
    }
}

.property-results .property-panel {
    border: 0px none;
    box-shadow: none;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.property-results .property-panel .panel-body {
    padding: 0;
}

.property-results .property-result-image {
    height: 1px;
    padding-top: 66.6667%;
    background: #f0f0f0;
    position: relative;
}

.property-results .property-result-image .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.property-results .property-result-image img {
    width: 100%;
}

.property-results .property-title,
.property-results .property-title a {
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
    line-height: 22px;
    color: var(--primary100) !important;
}

.property-results .property-amenities {
    margin-top: 10px;
}

.property-results .property-info {
    margin-top: 10px;
}

.property-results .col-rating {
    line-height: 25px;
}

.property-results .rating {
    line-height: 19px;
    display: inline-block;
    margin-bottom: 0px;
    height: auto !important;
    font-weight: normal;
    font-size: 16px !important;
    color: #484848 !important;
    background: transparent none;
    padding: 0;
}

.property-results .rating .text {
    font-size: 18px;
    font-weight: 500;
}

.property-results .rating .text span {
    font-size: 16px;
    font-weight: normal;
}

.property-results .rating .stars {
    padding-left: 0 !important;
    display: inline-block;
}

.property-results .rating .stars .fa-star {
    color: #ffb400 !important;
    position: relative;
    font-size: 14px;
}

.property-results .rating .num-ratings {
    color: #484848;
}

.property-results .col-price {
    line-height: 25px;
    white-space: nowrap;
}

.property-results .col-ratings {
    white-space: nowrap;
}

.property-results .price {
    white-space: nowrap;
}

.property-results .price .amount,
.property-results .price .currency {
    font-weight: 500;
    font-size: 18px;
    color: #FE7701;
}

.property-results .property-discount .price {
    padding-left: 4px;
    padding-right: 4px;
    background: #f9d98c;
    padding-top: 4px;
}

.property-results .property-discount .price.price-total .amount,
.property-results .property-discount .price.price-total .currency {
    color: #333
}

.property-results .property-discount .price {
    background-color: var(--primary20);
}

.property-results .trigger-favorite {
    position: absolute;
    z-index: 110;
    right: 10px;
    top: 10px;
    font-size: 1.9em;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.property-results .trigger-favorite .fa-heart-o {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 110;
    margin: 6px;
}

.property-results .trigger-favorite .fa-heart {
    color: var(--fucsia100);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 109;
    margin: 6px;
}

.property-results .date-label,
.property-result .date-label,
.property-results .label.label-premium-partner,
.property-result .label.label-premium-partner {
    background-color: white;
    color: var(--black100);
    position: absolute;
    z-index: 1;
    font-size: 12px;
    padding: 5px 6px 3px 6px;
    margin: 15px;
    border-radius: 5px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    top: 0;
    left: 0;
    font-weight: 500;
}

.property-results .labels.labels-test-variant-v0,
.property-result .labels.labels-test-variant-v0 {
    display:none;
}

.property-results .labels .label,
.property-result .labels .label {
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 400;
    padding: .3em .6em .25em;
    border: 1px solid #ccc;
    color: var(--black100);
    background: #f0f0f0;
    margin-top: 15px;
    display: inline-block;
}

.property-results .labels.labels-test-variant-v1 .label,
.property-result .labels.labels-test-variant-v1 .label {
    text-transform: none;
    font-size: 85%;
    padding: .3em .6em .35em;
    border: 1px solid var(--black70);
    color: var(--black100);
    background: #fff;
    margin-top: 10px;
    display: inline-block;
    background-clip: padding-box;
    border-radius: 999px;
    overflow: hidden;
    font-weight: 400;
}

.property-results .labels.labels-test-variant-v1 .label.label-discount-price,
.property-result .labels.labels-test-variant-v1 .label.label-discount-price {
    background-color: var(--red10);
    border-color: var(--red100);
    color: var(--red100);
    font-weight: 500;
}

.property-results .labels .label.label-gold {
    background: var(--yellow10);
    border: 1px solid var(--yellow100);
    font-weight: 500;
}

.property-results .property-panel .target-prev {
    left: 0;
}

.property-results .property-panel .target-next {
    right: 0;
}

.property-results .property-panel .target-prev span {
    left: 10px;
}

.property-results .property-panel .target-next span {
    right: 10px;
}

.property-results .property-panel .target-control {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 25%;
    top: 0;
}

.property-results .property-panel .target-control span {
    text-align: center;
    position: absolute;
    top: 50%;
    font-size: 1.8em;
    color: #fff;
    display: none;
    opacity: 1;
}

.property-results .property-panel:hover .target-control span,
.property-results .property-panel:hover .target-control span,
.property-results .property-panel:focus .target-control span,
.property-results .property-panel:active .target-control span {
    display: inherit;
    opacity: 1;
}

.property-results .property-panel .slide-counter {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    display: none;
}

.property-results .property-panel:hover .slide-counter,
.property-results .property-panel:active .slide-counter,
.property-results .property-panel:focus .slide-counter {
    display: block;
}

.property-new {
    color: var(--green100) !important;
}

.results-page .row-page-title-results {
    margin-top: 15px;
}

.results-page .alerts-container {
    margin-top: 15px;
}

.results-page .row-results-count {
    margin-top: 15px;
    margin-bottom: 15px;
}

.results-page h2.cMobile {
    font-family: 'Open Sans', Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 7px;
    font-size: 16px;
}

.results-page .section-checks.section-checks-results {
    margin-bottom: 25px !important;
}

.results-page .btn-sort-search-dropdown-menu-main {
    border: 1px solid #ccc;
}

.results-page .btn-sort-search-dropdown-menu-main .fa-caret-down {
    width: auto;
    height: auto;
    margin-left: 3px;
}

.results-page .btn_filter_sorts .dropdown-menu li:hover {
    background: var(--gray20);
    color: #333;
}

.section-seo-results {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-seo-results h2 {
    margin-top: 0px;
}

.section-seo-results h3 {
    font-size: 22px;
    margin-top: 30px;
}

.section-destination-info {
    padding-top: 50px;
}

.section-destination-info h2 {
    margin-top: 50px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.section-destination-info h3 {
    font-size: 22px;
    margin-top: 30px;
    font-size: 20px;
}

.section-destination-info a {
    text-decoration: underline;
}

.price-before.p-s {
    text-decoration: line-through;
    text-decoration-color: var(--red100);
    float: right;
    position: absolute;
    right: 15px;
    bottom: -24px;
}

.lbl-cancelation-free {
    color: var(--green100);
    text-transform: none;
    background: none;
    width: auto;
    margin-top: 0.8rem;
    padding: 0rem;
    display: inline-block;
}

@media (min-width:600px) and (max-width: 767px) {
    .property-results .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 390px) {
    .property-results .rating .text span {
        display: none;
    }
}

@media (max-width: 767px) {

    .vertical-align {
        display: block;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .property-results .property-panel {
        border: 0px none;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }

    .alert-blue>.property-results.property-panel {
        box-shadow: none;
    }

    .property-results .property-panel .panel-body {
        padding: 10px;
    }

    .property-results .property-result-image .inner {
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: 0;
        border-top-left-radius: 5px;
        overflow: hidden;
        border-top-right-radius: 5px;
    }

    .property-results .property-panel .target-control span {
        display: block;
        opacity: 0.6;
    }

    .property-results .rating .text {
        font-size: 18px;
        font-weight: 500;
    }

    .property-results .price {
        white-space: nowrap;
    }

    .pagination-lg>li>a,
    .pagination-lg>li>span {
        font-size: 16px;
        padding: 8px 12px;
    }

    .results-page .pcMobile,
    .results-page .cMobile {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .property-results .property-panel {
        margin-bottom: 35px;
    }
    .property-results .property-discount .price-before {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .property-results .property-title {
        min-height: 44px;
        max-height: 44px;
        overflow: hidden;
        font-family: 'Open Sans', Verdana, Geneva, Tahoma, sans-serif;
    }

    .results-page .row-results-count {
        padding-left: 0px;
    }
}

.transition-header-show {
    transform: translateY(0px);
    transition: all 0.15s linear 0s;
}

.transition-header-hide {
    transform: translateY(-61px);
    transition: all 0.15s linear 0s;
}

@media (min-width: 768px) {

    .transition-header-show {
        transform: translateY(0px);
        transition: all 0.15s linear 0s;
    }

    .transition-header-hide {
        transform: translateY(-71px);
        transition: all 0.15s linear 0s;
    }

}

/*
** Loader
*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #333333;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (min-width: 768px) {
    span.price-label.p-light-s {
        padding-right: 4px;
    }
}

.banner-sostenibilidad-img {
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-sostenibilidad-img img {
    max-width: 94px;
}

.banner-sostenibilidad-title {
    line-height: 20px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Source Serif 4", Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.banner-sostenibilidad-text {
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
}

.banner-sostenibilidad-title.mobile,
.banner-sostenibilidad-text.mobile,
.banner-sostenibilidad-link.mobile {
    text-align: left;
}

.banner-sostenibilidad-content {
    height: 100%;
}

.banner-sostenibilidad-link {
    width: 100%;
}

.banner-sostenibilidad-link>button {
    font-weight: 600;
}

.banner-sostenibilidad-content {
    border-radius: 5px;
    border: 1px solid var(--blue100);
    padding-left: 30px;
    padding-right: 30px;
}

.banner-sostenibilidad-container {
    padding-bottom: 20px;
    display: none;
}

@media (max-width: 1200px) {
    .banner-sostenibilidad-content .col-xs-12 {
        width: 100%;
    }

    .banner-sostenibilidad-img {
        padding: 10px;
    }

    .banner-sostenibilidad-text {
        padding-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .banner-sostenibilidad-img {
        padding: 20px;
    }

    .banner-sostenibilidad-text {
        padding-bottom: 25px;
    }

    .banner-sostenibilidad-container {
        display: block;
    }
}

.banner-sostenibilidad-content.mobile {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-sostenibilidad-link.mobile {
    margin-left: -8px;
}

.banner-sostenibilidad-img.mobile img {
    width: 111px;
    max-width: 111px;
}
