#navBarES {
    background-color: #69287a;
    position: fixed;
    z-index: 1000;
    left:0;
    top:0;
    width: 100%;
    border:none;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0 !important;
}

#navBarES .navbar-brand {
    color: #fff !important;
    padding-left: 35px;
}

.navbar-toggle {
    margin: 0 20px 0 0;
    float: right;
    height: 50px;
    padding:0;
    font-size: 25px;
    color: #fff !important;
    border: none !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    color: #ccc !important;
    background: none !important;
}

.home .vertical .global-page {
    padding-top: 0 !important;
}

#spaceDesktopES {
   /* height: 230px;*/
}

#spaceMobileES {
    height: 70px;
}

#loadingInfiniteScroll {
    background-color: rgba(122,122,122,0.8);
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: none;
}

#loaderPage {
    background-color: rgba(122,122,122,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    text-align: center;
    font-size: 20px;
    z-index: 1000;
    color: rgb(105,40,122);
}

#loaderPage i {
    top: 100px;
    position: relative;
}

.showHeader {
    display: none;
}

.content-title h1 {
    margin-bottom: 20px;
}

.content-title h2 {
    margin: 0 20px 20px 20px;
    width: 70%;
}

.fa-close:hover {
    cursor: pointer;
}