/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@keyframes placeHolderShimmer {
    0% {
        background-position: -30vw 0
    }
    100% {
        background-position: 70vw 0
    }
}

.htl-loading .box_grid {
    opacity: .5;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #ffffff;
    background: linear-gradient(to right, #eeeeee -14%, #dddddd 20%, #eeeeee 56%);
    background-size: 100% 104px;
    position: relative;
}

.apihotel .price {
    display: block;
    padding: 0 10px 0 0;
}

.apihotel .price strong {
    font-size: 2em;
    padding-right: 2px;
    color: #28381F;
}

.apihotel h4{
    color: #28381F;
}

.localidad-find {
    border: 0;
    outline: none;
    /*height: 50px;*/
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500 !important;
}

.select2-search__field,
.select2-container--default .select2-selection--single,
.select2-container {
    outline: none !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
    border-radius: 3px;
}

.select2-selection {
    padding: 0 10px;
    height: 50px !important;
    border-right: 1px solid #d2d8dd;
}

.select2-selection__rendered {
    color: #333 !important;
    font-weight: 500;
    padding-left: 15px;
    /*height: 50px !important;*/
    line-height: 50px !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.full-slider-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    #slider.flexslider li .meta {
        left: 10%;
    }

    #slider h3 {
        font-weight: 700;
        font-size: 2.625rem !important;
    }

    #slider p {
        font-weight: 400;
        font-size: 2.625rem !important;
    }

    #search {
        z-index: 2;
        position: absolute;
        top: 398px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

    .hero_in.hotels_detail h1 {
        font-weight: lighter;
    }

    .hero_in.hotels_detail h5 {
        font-weight: lighter;
        color: #fff;
    }

    .hero_in.hotels_detail i {
        color: #fff;
        font-size: 1.2em;
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
}

.font1 {
    font-family: "Montserrat", Helvetica, sans-serif;
}

.font2 {
    font-family: "Montserrat", Helvetica, sans-serif;
}

.main_title_2 h2 {
    color: #847946;
}

.apihotel .wrapper span {
    display: block;
    padding: 10px 0;
}

.htl-hide {
    display: none !important;
}

.apihotel h3 a {
    font-weight: bold !important;
    font-size: 1.3em !important;
    color: #000 !important;
}

.apihotel img {
    width: 100%;
}

.main_title_2 .text2 {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1.5em !important;
}

.apihotel .wrapper span em {
    width: 80%;
    height: 3px;
    background-color: #FABB9A;
    display: block;
    margin: auto;
}

.image-border {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 100%;
    border: 1px #fff solid;
}

.daterangepicker td.in-range {
    background-color: rgba(209, 198, 102, 0.29);
}

.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #847946;
    color: #fff;
}

.btn-reservar {
    padding: 5px 10px !important;
    color: #000 !important;
    background-color: #FABB9A;
    border-radius: 30px !important;
}

.apihotel .box_grid {
    border-left: 2px #FABB9A solid;
}

.select2-dropdown,
.custom-search-input-3 .select2-selection {
    border: 1px solid #ededed;
}

.custom-search-input-3 .panel-dropdown {
    background-color: #fff;
    border: 1px solid #ededed;
    height: 50px;
    padding-left: 15px;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
.form-control {
    color: #000 !important
}

.irs-from:after, .irs-single:after, .irs-to:after {
    border-top-color: #72514a;
}

.irs-from, .irs-single, .irs-to {
    background: #28381F;
}

.box_grid figure {
    height: 200px;
}

.box_grid figure a img {
    height: 200px;
}

.promo-hide {
    display: none !important;
}

.box_grid .promo {
    right: 25px;
    top: 25px;
}

.btn-details {
    position: relative;
    bottom: -20px;
    color: #FFFFFF;
    border-color: #000;
    background-color: #000;
    padding: 5px 35px;
    border-radius: 20px 0 20px 20px;
}

.btn-details:hover {
    color: #FABB9A;
}

.hero_in.hotels_detail .btn-primary {
    background-color: #fff;
    color: #000;
    border: 1px solid #ededed;
    padding: 4px 20px;
}

.hero_in.hotels_detail .btn-primary:active,
.hero_in.hotels_detail .btn-primary:hover {
    color: #000;
    background-color: #fff;
}

.hotel-description p {
    margin-bottom: 10px !important;
}

.hotel-info {
    position: absolute;
    bottom: 10px;
}

.col-item-1 a,
.col-item-2 a {
    font-weight: bolder;
    color: #fff;
    font-size: 1em !important;
}

.col-item-1 a:hover,
.col-item-2 a:hover {
    color: #b9a25f;
}

.col-item-3 a {
    font-size: 1em !important;
}

.col-item-1,
.col-item-2,
.col-item-3 {
    line-height: 3.5;
    float: left;
    display: table-cell;
    padding: 4px 20px 4px 0;
    vertical-align: middle;
}

.btn_submit {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #000 !important;
    color: #fff !important;
    background-color: #28381f !important;
    padding: 14px 30px !important;
    /*height: 50px;*/
}

#topbar .navbar {
    background-color: #28381F !important;
    padding: 0 1rem;
}

#topbar .navbar .nav > li {
    z-index: 1001;
}

#topbar .navbar .dropdown-menu {
    background-color: #000 !important;
    padding: 0 1rem;
}

#topbar .navbar .dropdown-item:active {
    background-color: #000 !important;
}

#topbar .navbar .dropdown-item:hover {
    background-color: #000 !important;
}

#topbar a {
    color: #fff !important;
}

#topbar a:hover {
    color: #b9a25f !important;
}

.contact-ttl {
    height: 160px;
    background-color: #28381F;
}

.badge {
    margin-top: 4px;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
}

.posthotel .date-post {
    font-weight: 500;
    text-align: right;
    margin-bottom: 10px;
}

.posthotel hr {
    margin: 10px 80% 10px 0;
    background-color: #FABB9A;
    height: 3px;
}

.posthotel h3 {
    font-size: 1.25rem !important;
}

.posthotel h3 a {
    font-weight: bold !important;
    font-size: 1.3em !important;
    color: #000 !important;
}

.posthotel .image-post {
    position: relative;
}

.posthotel .border-img {
    border: 1px #FFFFFF solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 100%;
}

.posthotel .btn-primary {
    color: #FFFFFF;
    border-color: #000;
    background-color: #000;
}

.posthotel .btn-primary:hover {
    color: #FABB9A;
}

#load {
    color: #fff !important;
}

.hotel-details {
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.9em;
}

.hotel-details-link {
    color: #28381F;
}

.apihotel > div {
    align-items: center;
}

/*.disabled-submit{*/
    /*cursor: not-allowed !important;*/
/*}*/

.carousel-indicators-1 li {
    padding: 0px 0px;
    display: inline-block;
    width: 80px;
    height: 53px;
    margin: auto;
    text-indent: auto;
    cursor: auto;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #fff;
    border-radius: 10px;
    text-indent: initial;
    float: left;
    margin-right: 6px;
    opacity: 0.5;
}
.carousel-indicators-1 {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 15;
    padding-left: 0;
    margin-left: 0px;
    text-align: center;
    list-style: none;
    height: 50px;
    bottom: 0px !important;
    margin-bottom: -60px;
    overflow-y: hidden;
    border-radius: 0px;
}
.carousel-indicators-1 li img {
    width: 80px;
    height: 50px;
    cursor: pointer;
}
.carousel-indicators-1 .active {
    width: auto;
    height: auto;
    margin: auto;
    background: rgba(255, 255, 255, 0);
    margin-right: 6px;
    opacity: 1;
}
.box_grid .wrapper {
    padding: 10px 25px;
}
.htl-price small{
    font-size: 70%;
}

footer{
    position: relative;
}

.logoSafeFooter{
    right: 5%;
    top: 5%;
}

#btnhotelvuelo{
    background-color:#FABB9A;
    color: #000;
}

#btnhotelvuelo:hover {
    background-color:#fff;
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
}


#sidebar h2{
    font-size:  1.5rem;
}

#sidebar .total{
    color: #28381F;
}

.custom-search-input-3 .form-dates {
    color: #000 !important;
}