a {
    color: #0a2239;
}
a:hover {
    color: #666;
}
.btn-primary, .sppb-btn-primary {
    background-color: #0a2239;
    border-color: #0a2239;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 120px;
}
.sp-megamenu-parent > li > a:hover {
    color: #999;
}

.sp-megamenu-parent > li > a.active, 
.sp-megamenu-parent > li > span.active {
    
   /*
    color: rgba(251, 80, 18, 1);
    */
    
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(0,0,0,0.8);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    color: #fff;
    font-size: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background-color: #444;
}


#sp-header {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0px;
    padding: 0 20px;
    height: 120px;
}
#sp-header.menu-fixed {
    background-color: rgba(10, 34, 57, 1);
}
#sp-header .logo {
    height: 120px;
}
#sp-top-bar {
    background-color: rgba(0,0,0,0.4);
    
    top: 0px;
    width: 100%;
    z-index: 999;
    padding: 0;
}
.nav-placeholder {
    display: none;
    height: 0!important;
}

.destacados {
    list-style: none;
    display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.destacados li {
    border: none;
    padding: 8px 10px;
    margin: 10px;
    text-align: center;
    border-radius: 6px;
    background: #fff;

    
}
.destacados li a {
    font-weight: 500;
    font-size: 18px;
    color: #0a2239;
    text-transform: uppercase;
    display: block;
}
.destacados li a:hover {
    color: #999;

}
#empresa {
    background-color: #222c35;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.full .sppb-addon-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.half .sppb-addon-single-image-container {
    width: 100%;
}
.half .sppb-addon-single-image-container img {
    width: 100%;
}
.half .sppb-addon-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

/*clientes
*/
.logo-wrapper {
    margin-bottom: 30px;
    height: 100px;
}
.logo-wrapper img {
    margin: 0 auto;
}
.mini-thumb .djslider-default.img-vcenter img.dj-image {
    height: 180px!important;
    object-fit: cover;
}


.djslider-default {
    margin: 0 auto;
}
.gallery-thumb .djslider-loader {
    margin: 35px 0;
}
.image-link:hover::before {
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    z-index: 999;
    text-shadow: 1px 1px 1px #000;
    transform: translate(-50%,-50%);
    transition: all ease 0.8ms;
}
.djslider-default.img-vcenter img.dj-image {
    position: absolute;
}
.jd-simple-contact-form{
    max-width: 600px;
} 
#sp-footer {
    background-color: rgba(10, 34, 57, 1);
    padding: 40px 0;
}
#offcanvas-toggler > i {
    color: #fff;
}
@media only screen and (max-width: 1460px){
   

}

@media only screen and (max-width: 991px) {
    .destacados {
        display: block;
    }
    
   

}
@media only screen and (max-width: 767px) {
    #sp-logo{
        width: 70%;
        float: left;
    }
   
}
@media only screen and (max-width: 460px) {
    #sp-header {
        height: 90px;
    }
    #sp-header .logo {
        height: 90px;
    }
    #sp-header .logo img {
        height: 70px;
    }

   

}