/* Searches
=========================================================================================================== */
#searches {
    font-family: 'open_sansregular', sans-serif;
    background-color: #e3e1e1;
}

.searchestop {
    margin-top: -15px;
    padding-top: 15px;
}

#searches * { box-sizing: border-box; }

#searches > .row { padding: 30px 0; }

#searches > .row_tab { padding: 15px 0 !important; }

.VMH #searches .row { padding: 10px 0 30px !important; }

#searches img { box-sizing: content-box; }

#searches .prefooter__title {
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
}

.COC #searches .prefooter__title { line-height: 18px; }

#searches h3,
.footSubhead {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
    line-height: 18px;
}

#searches li { margin-bottom: 12px; }

#searches .column > ul {
    margin-bottom: 30px;
}

.COC #searches li {
    margin-bottom: 12px;
    padding: 0 !important;
    list-style-image: none !important;
}

#searches li.bold { font-weight: normal !important; }

#searches a {
    font-size: 13px;
    color: #444;
}

#searches a:hover { color: #000; }

#searches .tripadvisor {
    float: right;
    padding-right: 20px;
    font-size: 11px;
    margin-top: -15px;
}

#searches .tripadvisor img {
    vertical-align: -5px;
    margin-left: 5px;
}

#searches .nivelEnlaces {
    margin-top: 28px !important;
}

.ia_tab {
    height: 48px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.ia_tab_btn:hover {
    color: #1e97e6;
}

.ia_tab_btn.active {
    cursor: default;
    color: #1e97e6;
    border-bottom: solid 4px #1e97e6;
    font-family: open_sanssemibold, sans-serif;
}

.ia_tab_btn {
    display: inline-block;
    cursor: pointer;
    height: 48px;
    line-height: 36px;
    color: #444;
    font-size: 14px;
    padding: 0 15px !important;
    list-style: none;
    margin: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #searches > .row { padding: 20px 0; }
}

@media (max-width: 1023px) {
    #searches > .row { padding: 20px 0; }

    #searches .prefooter__title {
        line-height: 20px;
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    #searches a { line-height: 18px; }
}
.categories-tabs {
    display: table;
    width: 100%;
}

.categories-tabs ul {
    display: table-row;
}

.categories-tabs ul li a {
    display: block;
    color: #666;
    line-height: 18px;
}

.categories-tabs ul li.active a {
    display: block;
    color: white;
}

.categories-tabs ul li a:visited,
.categories-tabs ul li a:hover {
    text-transform: none;
    text-decoration: none;
}

.categories-tabs ul li:not(.active) a:hover {
    color: #444;
}

.categories-tabs ul li {
    display: table-cell;
    height: 49px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #cecece;
    color: #666;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'open_sansregular';
}

.categories-tabs ul li:first-child {
    border-left: 1px solid #e4e4e4;
}

.categories-tabs ul li:hover {
    background-color: #f6f6f6;
    color: #444;
}

.categories-tabs ul li.active {
    background-color: #419cd9;
    color: #fff;
}

.categories-tabs ul li.active::before {
    font-family: fontawesome;
    font-size: 35px;
    color: #419cd9;
    content: "\f0d7";
    left: 50%;
    margin-left: -11px;
    top: 45px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
    .categories-tabs {
        display: block !important;
        padding: 10px !important;
        position: relative;
    }

    .categories-tabs ul li {
        line-height: 28px;
    }

    .categories-tabs .tab-selector {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #888;
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        padding: 15px 10px;
    }

    .categories-tabs .arrow img {
        background: url(/assets/images/sprites/sprite-generico.png) no-repeat -207px -240px;
    }

    .categories-tabs ul {
        width: auto;
        display: none;
        padding: 5px 0;
        border: solid 1px #ccc;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 10px;
        z-index: 10000;
    }

    .categories-tabs ul li {
        display: block !important;
        padding: 7px 45px 7px 15px;
        font-size: 14px;
        border: none !important;
        height: 40px !important;
        text-align: left !important;
        font-family: 'open_sansregular', sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .categories-tabs ul li:hover {
        color: #419cd9 !important;
        background-color: #d4eeff !important;
        cursor: pointer;
    }

    .categories-tabs ul li:hover.active {
        background-color: transparent !important;
        cursor: inherit;
    }

    .categories-tabs ul li a {
        color: #444;
        line-height: 31px;
        width: 100%;
    }

    .categories-tabs ul li:hover a {
        color: #419cd9 !important;
        background-color: #d4eeff !important;
        cursor: pointer;
    }

    .categories-tabs ul li:hover.active a {
        background-color: transparent !important;
        cursor: inherit;
    }

    .categories-tabs ul li.active a {
        color: #444;
    }

    .categories-tabs ul .active {
        color: #419cd9 !important;
        background-color: #fff !important;
    }

    .categories-tabs ul .active::after {
        font-family: 'atrapaloico';
        content: "\e608";
        width: 20px;
        height: 20px;
        display: block;
        margin: -27px 5px 0 0;
        right: 6px;
        position: absolute;
        font-size: 18px;
    }

    .categories-tabs ul .active::before {
        background: none !important;
    }

    .search-filters {
        max-width: 320px;
    }
}

/* Versión en rojo */

.red-tabs .categories-tabs ul li {
    border-left: none;
    border-right: none;
}

.red-tabs .categories-tabs ul li.active {
    color: #e6002c;
    border-bottom: 3px solid #e6002c;
    background-color: #fff;
}

.red-tabs .categories-tabs ul li.active::before {
    content: none;
}
