/* Escribe aquí tu código CSS */

.header-top {
    border-bottom: 1px solid #394664;
    display: none;
}

#footer {
    background-color: #0e0e0e;
    color: #cacaca;
    padding: 100px 0 60px;
    border-style: solid;
    position: relative;
    font-size: 15px;
    line-height: 27px;
}


#bottom {
    color: #cacaca;
    background-color: #0e0e0e;
    position: relative;
    font-size: 15px;
}


#footer a {
    color: #cacaca;
}


#bottom .bottom-bar-inner-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #383838;
}


#footer-widgets .widget.widget_socials .socials a {
    color: #6b6b6b;
    border: 0;
}


#footer-widgets .widget_information ul li {
    padding: 14px 0;
    border-bottom: 1px solid #353535;
}


.header-style-5 .site-header-inner {
    height: 80px;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgb(38 42 76 / 0%);
    background-color: rgba(201, 76, 76, 0);
    padding: 0 20px;
}


.header-style-3 #site-header {
    background-color: #0e0e0e;
}


.header-style-5 #site-header.fixed-hide {
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    background-color: rgba(14, 14, 14, 0.85);
}


#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
    transition: 0.3s;
    background-color: #0e0e0e;
}


.master-project.style-1 .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.75), transparent);
}


.active-left .master-news.left .content-wrap {
    background-color: rgb(0 0 0 / 70%);
}

#main-nav-mobi {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: calc(100% - 80px);
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #0e0e0e;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}