/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body {
    font-family: "Gordita Regular" !important;
}

#topbar .navbar {
    background-color: #141723 !important;
    padding: 0 1rem;
}

#topbar .navbar .nav > li {
    z-index: 1001;
}

#topbar .navbar .dropdown-menu {
    background-color: #141723 !important;
    padding: 0 1rem;
}

#topbar .navbar .dropdown-item:active {
    background-color: #141723 !important;
}

#topbar .navbar .dropdown-item:hover {
    background-color: #141723 !important;
}

#topbar a {
    color: #fff !important;
}

#topbar a:hover {
    color: #e83960 !important;
}

/*header {*/
/*    top: 30px;*/
/*}*/
/*header.header.sticky{*/
/*    top: 0;*/
/*}*/

/*header.sticky .main-menu > ul > li span:hover > a {*/
/*    opacity: 1;*/
/*    color: #ecad48;*/
/*}*/

.menuhotel {
    height: 100px;
    background-color: #e83960 !important;
}

footer {
    border-top: 1px solid #ededed;
    background-color: #fff;
    color: #333 !important;
}

footer hr {
    margin: 30px 0 30px 0;
    border-color: #ddd !important;
    opacity: 1;
}

footer h5,
footer ul li a i,
.follow_us ul li a,
footer ul li a,
ul#additional_links li span,
.follow_us ul li:first-child {
    color: #333 !important;
}


.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: #727b82 !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;
}

.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e83960;
    color: #fff;
}


.select2-dropdown,
.custom-search-input-3 .select2-selection {
    border: 1px solid #ededed;
}

.select2-container--focus {
    display: none;
}

.nice-select {
    display: none !important;
}

.hero_single.version_2:before {
    background-image: url('/img/banner/playa.jpg') !important;
}

#slider.flexslider:hover .flex-direction-nav{
    opacity: 1;
    display: block;
}

#slider.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-next {
    text-align: right;
}

#slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 20px;
}

#slider.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 20px;
}

#slider.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 99;
}



section#politicas, section#ubicacion{
    /*border-bottom: 3px solid #ededed;*/
    margin-bottom: 45px;
}

section#politicas h2, section#ubicacion h2{
    font-size: 24px;
    font-size: 1.5rem;
}
/*.box_list a.wish_bt:hover:after,*/
/*.box_list a.wish_bt:after{*/
/*    content: none;*/
/*}*/

@keyframes placeHolderShimmer {
    0% {
        background-position: -30vw 0
    }
    100% {
        background-position: 70vw 0
    }
}

.htl-loading .ez {
    opacity: .5;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #076cd2;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 100% 104px;
    /*height: 96px;*/
    position: relative;
}

.secondary_nav ul li a:hover {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    color: #111;
    text-decoration: none !important;
    outline: none;
}

@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.5rem !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: #ecad48;
        font-size: 1.2em;
        padding-right: 6px;
    }
}




