@import url("//cdn.materialdesignicons.com/4.1.95/css/materialdesignicons.min.css");

#sp-top-bar {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0;
}


.sp-contact-info li {
    font-size: 0.9rem;
    line-height: 1.6;
    display: inline-block;
    margin: 0 1.4rem;
    white-space: nowrap;
}

#sp-top-bar .sp-contact-info .sp-contact-email a,
#sp-top-bar .sp-contact-info .sp-contact-time {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    letter-spacing: 2px;
}

.sp-contact-info li.sp-contact-phone {
    letter-spacing: 2px;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0 -0.5rem 0 0;
    display: inline-block;
}

ul.social-icons > li {
    display: inline-block;
    margin: 0 0.5rem;
}

#sp-top-bar ul.social-icons > li a {
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: all ease-in-out 0.3s;
}

#sp-top-bar ul.social-icons > li a:hover {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(1.2,1.2);
}

/*Preloader*/

.sp-preloader > div {
    background: #212858;
}

.sp-preloader > div::after {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
}

/*Menú*/

.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    display: inline-block;
    margin: 0 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 0;
}

.sp-megamenu-parent > li > a {
    color: rgba(255, 255, 255, 0.85);
}

.sp-megamenu-parent > li > a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}


/*Bottom*/

#sp-bottom, #sp-footer {
    background: #2a2b2a;
}

#sp-footer {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
}

#sp-bottom .sp-module .sp-module-content {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.64;
}

#sp-bottom .sp-module .opening-hours .sppb-addon-content {
    width: 63%;
    max-width: 260px;
}


#sp-bottom .sp-module .opening-hours .sppb-addon-content ul li {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    padding-right: 0;
}

#sp-bottom .sp-module .opening-hours .sppb-addon-content ul li time {
    float: right;
    display: inline-block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
}

#sp-bottom .bottom-address {
    width: 75%;
    margin-top: 1rem;
}


#sp-bottom .bottom-address p{
    display: block;
    margin-bottom: 1rem;
}


#sp-bottom .bottom-address p span.mdi {
    display: inline-block;
    float: left;
    margin-right: 1rem;
    clear: left;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;

}

#sp-bottom .bottom-address p span + span {
    display: table;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
}

