
.page_head {
    background: #040a19;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search_tour .search_tour_form .fields__block {
    padding-right: 0;
}

.search_tour {
    background: unset
}

.search_tour:before {
    background: unset;
}

input[type="checkbox" i] {
    cursor: pointer !important;
}

.page_head {
    background: #040a19;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#nombreHotel,
#popularidad {
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid gray;
    margin: 10px 0;
}

/*Estilos motor*/
.select2-container .select2-selection--single {
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    background: unset;
    border: unset;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.search_tour .search_tour_form .fields__block {
    margin-top: 0
}

.search_tour .search_tour_form {
    padding: 16px;
}



@media screen and (max-width:991px) {
    #ui-id-1 {
        width: 240px !important;
        height: 200px;
        overflow-Y: scroll;
        z-index: 1000;
    }

    .ui-autocomplete {
        z-index: 8000;
        background-color: white;
    }
}

@media screen and (min-width: 992px) {
    #ui-id-1 {
        width: 300px !important;
        height: 200px;
        overflow-Y: scroll;
        overflow-X: hidden;
        z-index: 1000;
    }
}

.search_tour .search_tour_form .fields__block .submit {
    bottom: 17%
}

/* @media(max-width:610px){.wrap_float{padding: 20px}} */

@media(max-width:1076px) {
    .page_head:after {
        background-color: #040a19;
    }
}


@media screen and (min-width: 1601px) {
    .page_head {
        padding-top: 150px;
    }
}

.most_popular__section {
    background-color: unset;
}

.search_tour {
    background-color: unset
}

.search_tour:before {
    background-color: unset
}

#navbtn2 {
    z-index: 4
}

#filtros-nav {
    z-index: 3
}

#navbtn2 {
    z-index: 4
}

#filtros-nav {
    z-index: 3
}

.contenedorBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.contenedorBtn button {
    height: 50px;
    width: 200px;
    border-radius: 10px;
    background-color: #51a6a6;
}

.contenedorBtn button span {
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.contenedorImg{width:50%; padding: 20px; border-radius: 10px;}

.contenedorImg img{
    width:100%; height: 300px; object-fit: cover;
}


@media(max-width:570px){
    .contenedorImg{width: 100%; padding:20px 0;}
}

.btn_text{
    background: white;
    color: black !important;
    padding: 7px;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: bold;
    width: 200px;
    display: flex;
    justify-content: center;
}

.btn_text:hover{
    background-color: #51a6a6;
    color: white !important;
}

.blog-page .blog-item ._date{
    margin: 2px 0;
}

.text-yellow {
    color: #ffc107 !important;
  }

.text-muted {
    color: #adb5bd !important;
  }

