.ms-header.ms-header-primary {
    background-color: #cc2836;
    color: #fff;
}

.ms-navbar {
    background-color: #cc2836;
    color: #fff;
    border: none;
    height: 50px;
    margin-bottom: 40px;
    box-shadow: 0 3px 3px rgba(0,0,0,.29);
}

.nav.nav-tabs.indicator-primary .ms-tabs-indicator {
    background-color: #a8a9ab;
}

body .sb-site-container {
    -webkit-transform: none;
    transform: none;
    background-color: #ffffff;
    min-height: 0;
}

.ms-footer-alt-color {
    background-color: #cc2836;
}

.ms-footer {
    padding: 12px 0;
    padding: 1.2rem 0;
    text-align: center;
    background-color: #ac1c2b;
    color: #bdbdbd;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.14), inset 0 3px 1px -2px rgba(0,0,0,.2), inset 0 1px 5px 0 rgba(0,0,0,.12);
}

.ms-footbar {
    background-color: white;
    color: #eee;
    position: relative;
    margin-top: 40px;
    margin-top: 4rem;
    background-image: url(../img/fondo-footer.jpg);
    background-size: auto 100%;
}

.ms-footbar:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -15px;
    height: 15px;
    z-index: 2;
    background-color: #dbdcdd;
}

.ms-subscribre-btn {
    background-color: rgba(0,0,0,.2);
    border: none;
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 10px 5px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    width: 120px;
    margin: 0 auto;
}


.ms-subscribre-btn:hover:after, .ms-subscribre-btn:focus:after {
    content: none;
    font-size: 24px;
}

style.red-800.min.css:1
.ms-subscribre-btn:after {
    font-family: Material-Design-Iconic-Font;
     content: none; 
    margin-left: 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.ms-subscribre-btn:after {
    font-family: Material-Design-Iconic-Font;
    content: none;
    margin-left: 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.ms-subscribre-btn:after {
    font-family: Material-Design-Iconic-Font;
    content: none;
    margin-left: 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.ms-footbar-social a {
    margin: 0 0 10px 10px;
    margin: 0 0 1rem 1rem;
    background-color: #000;
    color: #f5f5f5!important;
}

.btn-circle.btn-circle-raised.btn-circle-primary {
    background-color: #cc2836;
}

.ms-footbar a {
    color: #000;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.color-danger-light {
    color: #000000;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-warning-light {
    color: #000000;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.color-info-light {
    color: #000000;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

