.map-width {
    width: 100% !important;
    position: relative;
}

.tooltips {
    position: relative;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #e78016 !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    top: -52px !important;


    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .myclass {
        margin-top: 20px;
        position: fixed;
    }
}

@media only screen and (max-width: 768px) {

    /* For mobile: */
    .myform {
        /*margin-top: 490px;*/
    }

    .mapclass {
        max-width: 400px;
    }
}

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 360px 250px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

box {
    height: 279px;
    width: 317px;
}

.skimmer {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 15px;
    vertical-align: top;
}

lines {
    height: 10px;
    margin-top: 10px;
    width: 330px;
}

photo {
    display: block !important;
    width: 315px;
    height: 100px;
    margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.show_skimmer {}

.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
}

.select2-selection__rendered {
    padding-left: 18px !important;
    color: #808080 !important;
    line-height: 49px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 3px !important;
}

.noche {
    font-size: small;
}

.select2-selection {
    height: 51px !important;
}

.select2-results {
    color: #808080 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-left: -2px !important;
    padding-left: 12px !important;
}

.select2-results__option {
    margin-right: 7px;
    border-radius: 3px;
}

.select2-results__option--highlighted[aria-selected] {
    /*background-color: #fe8100 !important;*/
    margin-right: 7px;
    border-radius: 3px;
}

/* .select2-results__option-highlighted[aria-selected="true"] { */
/* background-color: #fe8100 !important; */
/* } */
.select2-selection__arrow {
    color: #808080 !important;
    height: 51px !important;
}

.select2-container *:focus {
    outline: none;
}

.main-search-input {
    margin-top: 5px;
    /* margin-bottom: -5px; */
}

.select-input {
    margin-top: 10px;
    margin-bottom: 5px;
}

.row.with-forms {
    /* margin-top: 2px; */
}

.row.with-forms .main-search-input {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.row.with-forms input {
    margin-bottom: 0px !important;
}

.date_picker {
    /* z-index: 999 !important; */
}

.search2 {
    margin-top: 20px;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.reviews {
    padding: 15px;
    max-width: 768px;
    margin: 0 auto;
}

.review-item {
    background-color: white;
    padding: 15px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px #343a40;
}

.review-item .review-date {
    color: #cecece;
}

.review-item .review-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #343a40;
}

.review-item .reviewer {
    width: 100px;
    height: 100px;
    border: 1px solid #cecece;
}

/****Rating Stars***/
.raterater-bg-layer {
    color: rgba(0, 0, 0, 0.25);
}

.raterater-hover-layer {
    color: rgba(255, 255, 0, 0.75);
}

.raterater-hover-layer.rated {
    /* after the user selects a rating */
    color: rgba(255, 255, 0, 1);
}

.raterater-rating-layer {
    color: rgba(255, 155, 0, 0.75);
}

.raterater-outline-layer {
    color: rgba(0, 0, 0, 0.25);
}

/* don't change these - you might break something.. */
.raterater-wrapper {
    overflow: visible;
}

.software .raterater-wrapper {
    margin-top: 4px;
}

.raterater-layer,
.raterater-layer i {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
}

.raterater-hover-layer {
    display: none;
}

.raterater-hover-layer i,
.raterater-rating-layer i {
    width: 0px;
    overflow: hidden;
}

.modal-backdrop {
    z-index: -1;
}

.card-img {
    width: 100%;
    height: 100%;
    padding: 1%;
    color: #343a40;
    background-color: rgba(156, 162, 166, 0.25);
    text-align: center;
}

.box-img {
    max-width: 20em;
    max-height: 13em;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.container-img {
    justify-content: center;
    align-items: center;
    width: 20em;
    height: 13em;
    display: flex;
    background-color: #F2F4F4;
    color: #fff;
    backdrop-filter: blur(10px);
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.lateral-container {
    background-color: rgba(239, 239, 240, .4);
}

.lateral-box {
    background-color: white;
    padding: .75rem;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    margin-top: 2.5em;
}

.lateral-box-filters {
    margin-top: 5px;
}

.hotels_container {
    margin-top: 5%;
}
.button-reservar{
    
    all: initial;
}
