/*#sp-header .logo h1 {
    display: block;
    margin-top: 10px;
}
#sp-header .logo p {
    font-weight: bold;
    text-align: center;
}*/
.menu-fixed#sp-header .logo img {width: auto;}
#sppb-addon-1480328597 .sppb-cta-subtitle {margin-bottom: 0;}
#sp-footer li {list-style: none;}
#sp-footer a:hover {color: #e1ad4f !important;}
#sp-title .sp-page-title h1 {color: #e1ad4f;}
#sp-title .sp-page-title h1 {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
}
#sp-title .sp-page-title h1::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 350px;
    height: 40px;
    background-image: url(../images/about-heading-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}
#sp-header .logo div.h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
/*moviles vertical*/
@media (min-width: 320px) and (max-width: 567px){
    .menu-fixed#sp-header .logo img {width: 64%;}
}

/*moviles horizontal - iPhone X*/
@media (min-width: 568px) and (max-width: 823px){
    
}

/*tablets vertical + iPhone X horizontal*/
@media (min-width: 824px) and (max-width: 1023px){

}

/*escritorio*/
@media (min-width: 1024px){

}