/** custom css Cortefiel **/

/* Titulares principales */
h1.heading-fonts {
    font-size: 34px;
}
h1.heading-fonts, h2.heading-fonts,
h1.heading-fonts + .description, h2.heading-fonts + .description {
    text-align: center;
}

.sections-nav-mobile {
    min-height: 0;
    background: #fff;
}
.sections-nav-mobile .navbar-main {
    margin: 0;
    border-top: 1px solid #dfdfdf;
    float:none;
}
.sections-nav-mobile .navbar-main>li {
    float: none;
    border-bottom: 1px solid #dfdfdf;
}
.sections-nav-mobile .navbar-main>li + li {
    margin-left: 0;
}
.sections-nav-mobile .navbar-main>li>a {
    width: 100%;
    display: block;
    cursor: pointer;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
    color: #000000;
    border-radius: 0;
    background: transparent;
    border: 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
}
.sections-nav-mobile .navbar-main>li a:hover,
.sections-nav-mobile .navbar-main>li a:focus {
    color: #000000;
    background: #f7f7f7;
}
.sections-nav-mobile .navbar-main>li.active a {
    border-left: 2px solid #bf1c13;
    font-weight: 500;
}
.sections-nav-mobile .navbar-main>li.active a:hover,
.sections-nav-mobile .navbar-main>li.active a:focus {
    color: #000000;
    background: #f7f7f7;
}
header .dropdown-menu ul li>.phone-btn .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
header .dropdown-menu ul li>.phone-btn .icon,
header .dropdown-menu ul li>.phone-btn .icon * {
    fill: #bf1c13;
}
header .dropdown-menu ul li>.phone-btn .phone-btn-text {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    /* Multibanner 3 */
    .multibanner .banner_size_02 {
        height: 200px;
    }
    .multibanner .banner_size_05 {
        width: 100%;
    }
    .navbar-brand img{
        max-height: 50px !important;
    }
}

.navbar-brand img{
    height: 100px;
    max-height: 100px;
}

/********************
NAV
*********************/
@media (min-width: 768px) {
    nav#main, .header-bottom-nav {
        width: 100%;
        /*margin: 100px 0 70px 0;*/
        margin: 40px 0 20px 0;
    }
    nav#main ul, .header-bottom-nav .navbar-main {
        max-width: 1470px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    nav#main ul li, .header-bottom-nav .navbar-main li {
        display: inline-block;
        text-transform: uppercase;
        list-style: none;
        font-size: 0;
        border-right: 1px solid #020200;
        line-height: 1;
        position: relative;
        margin: 0 0 10px 0;
    }
    nav#main ul li:last-child, .header-bottom-nav .navbar-main li:last-child {
        border-right: 0;
    }
    nav#main ul li a, .header-bottom-nav .navbar-main li a {
        padding: 0 30px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        text-align: center;
        font-size: 28px;
        transition: none;
        color: #020200 !important;
    }
    nav#main ul li a:after, .header-bottom-nav .navbar-main li a:after {
        display: block;
        content: attr(data-title);
        font-weight: bold;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    nav#main ul li a.current,
    nav#main ul li a:hover, .header-bottom-nav .navbar-main li a:hover {
        font-weight: bold;
        background: transparent;
        border-bottom: 0;
        color: #020200 !important;
    }
    nav#main ul li.special a {
        background-color: #E2B361;
        font-weight: bold;
    }
    nav#main ul li.special a.current {
        color: #ffffff;
    }

    nav#main ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 30px;
        margin: 0;
        padding: 10px 0 0 0;
        white-space: nowrap;
        z-index: 999;
    }
    nav#main ul li ul:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 10px 14px;
        border-color: transparent transparent #1d1d1b transparent;
    }
    nav#main ul li ul li {
        background-color: #1d1d1b;
        color: #ffffff;
        display: list-item;
        float: none;
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #675230;
    }
    nav#main ul li ul li:last-child {
        border: 0;
    }
    nav#main ul li ul li a {
        font-size: 26px;
        padding: 20px 26px;
        color: #ffffff;
        text-transform: none;
        display: block;
        min-width: 180px;
        text-align: left;
        height: auto;
        line-height: inherit;
    }
    nav#main ul li ul li a:after {
        display: none;
    }
    nav#main ul li ul li a:hover {
        font-weight: 300;
    }
    nav#main ul li:hover > ul {
        display: inherit;
    }
}



/*Responsive Menu */
.global-nav__mobile-overlay {
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #3a3a3a;
    opacity: 0.8;
}
.responsivemenu {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 280px;
    top: 0;
    left: 0;
    max-height:100%;
    overflow-y: scroll;
    z-index: 99999;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out 0s;
}
.hidden-right {
    left: -240px;
}
/* other elements */
#nav span {
    display: none;
}

/* top level elements */
#nav  {
    height: auto;
    margin: 25px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffffff;
}
#nav li {
    display: inline;
    float: left;
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#nav > li:after {
    display: none;
}
#nav > li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    display: block;
}
#nav > li > a.current {
    background-color: #E2B361;
}
#nav li.simple {
    line-height: 30px;
}
#nav li.simple a {
    text-transform: inherit;
    font-weight: 300;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}
#nav > li:hover > a, #nav > a:hover {
    padding: 0 0 0 20px;
}
#nav li hr {
    background-color: #000000;
}
#nav li ul {
    margin: 0;
}
#nav li ul li {
    float: none;
    display: block;
}
#nav  li ul li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 30px;
    font-size: 16px;
    display: block;
}

header {
    height: auto;
    width: 100%;
    padding: 42px 0 0 0;
    font-size: 30px;
}
header.brand-header {
    padding: 0;
}
header div.top {
    overflow: hidden;
}
header div.content {
    overflow: visible;
}
header div#logo {
    max-width: 23%;
    float: left;
}
header div.private-area {
    float: right;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0;
}
header div.private-area img {
    margin: 0 10px 3px 0;
}
header div.private-area a:hover {
    color: #E2B361;
}

header div.lang {
    float: right;
    clear: right;
}
header div.lang ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
header div.lang ul li {
    float: left;
    display: inline-block;
    margin: 0;
    width: 40px;
    text-align: center;
}
header div.lang ul li.sep {
    margin: 0 5px;
    width: auto;
}
header div.lang ul li a {
    transition: all 0.1s ease-in-out 0s;
}
header div.lang ul li.current a,
header div.lang ul li a:hover {
    font-weight: bold;
}

nav#main ul li a.current, nav#main ul li a{
    color: #020200 !important;
}

nav#main ul li a.current, nav#main ul li a:hover, a:focus {
    color: #020200  !important;
    text-decoration: none  !important;
}

footer {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 30px 0 55px 0;
    text-align: center;
    color: #fff;
}

.footer{
    background-color: #1d1d1b!important;
}

footer ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}
footer ul li {
    float: left;
    display: inline-block;
    margin: 0;
}
footer ul li a {
    color: #fff;
}
footer div.nav ul li.sep {
    margin: 0 5px;
    color: #fff;
}
footer div.nav ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
footer div.social {
    margin: 20px 0 30px 0;
}
footer div.social ul li {
    font-size: 34px;
    margin: 0 15px;
}
footer div.social ul li a:hover {
    color: #E2B361;
}
footer div.nav ul li {
    font-size: 15px;
}

@media (max-width: 767px) {
    .wide_searcher .plain_searcher .multicriteriasearch {
        margin-top: 10px;
    }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container-limited>.navbar-collapse, .container-limited>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    padding-bottom: 21px;
}
header.brand-header {
    background: #fff;
}
.brand-header .navbar-brand {
    height: 100px;
}
@media (min-width: 768px) {
    header.brand-header {
        padding-top: 22px;
        height: 278px
    }
    .brand-header:before, .brand-header:after, .header-bottom-nav:before {
        display: none;
    }
    .menus-overflow .header-bottom-nav {
        top: 140px
    }
}
.navbar-toggle {
    background: none;
}
.navbar-toggle .icon, .navbar-toggle .icon * {
    fill: #46403c;
}
.brand-header .dropdown-phone-info {
    right: 0;
    left: auto;
}