.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    line-height: 120px;
    font-size: 16px;
    color: #fff;    
}

.nav-placeholder {
    display: none;
    height: 0!important;
}
#sp-header {
    background-color:transparent;
    position: fixed;
    top: 0px;
    padding: 0 20px;
    height: 120px;
    box-shadow: none;
    transition: all 1s ease;
}
#sp-header.menu-fixed {
    background-color: #000;
    transition: all 1s ease;
    height: 60px;
    z-index: 888;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a {
    line-height: 60px;
}
.cartel-home > div > div {
    background-color: rgba(10, 34, 57, 0.8);
    display: inline-block;
    padding: 15px;
}

#sp-header .logo {
    height: 120px;
}
#sp-header .logo img{
    height: auto;
}
#sp-header.menu-fixed .logo {
    height: 60px;
}
#sp-header.menu-fixed .logo img{
    height: 40px;
}
#sp-top-bar {
    background-color: transparent;
    position: absolute;    
    top: 0px;
    width: 100%;
    z-index: 999;
    padding: 0;
}
.hero {
    text-transform: uppercase;
    letter-spacing: 2px;
}
#bienvenidos .sppb-row-container {
    margin-top: -100px;
}
.sp-contact-info {
    margin: 10px 25px 0 0;   
}
.idiomas {
    float: right;
    margin: 10px 35px 0 0!important;
}
.idiomas a.flag {
    margin-left: 10px;
}
#sp-footer {
    background-color: rgba(10, 34, 57, 1);
}
.sppb-addon-title {
    font-size: 40px;
    text-transform: uppercase;
}
#offcanvas-toggler > i {
    color: #fff;
}
#offcanvas-toggler {
    line-height: 50px;
}
.wap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
@media only screen and (max-width: 1460px){
   

}

@media only screen and (max-width: 991px) {
    #sp-menu {
        margin-top: 40px;
    }
    #sp-header.menu-fixed #sp-menu {
        margin-top: 10px;
    }
   
    
   

}
@media only screen and (max-width: 767px) {
    .sp-contact-info {
        display: none;
    }
    .idiomas {
       /* position: fixed;
        right: 0;*/
        margin-right: 15px!important;
    }
   
}
@media only screen and (max-width: 460px) {
 

   

}