.banner-area {
    padding: 400px 0 100px;
    background-image: url(../images/portada-S&C.jpg);
}

.header-area {
    background: none;
}

.section-padding2 {
    padding-top: 50px;
}

.testimonial-area {
    background-image: url(../images/testimonios.jpg);
}

.testimonial-area:after {
    background: rgba(1, 7, 16, 0.6);
}

.logon a img {
    max-width: 200px;
}

.logon a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.single-widget .logon a {
    text-align: center;
}

.main-menu ul
 {
    background-color: #ffffffe3;
}

.logon {
    width: 100%;
}

.footer-widget {
    background: #ffb606;
}

.footer-widget .single-widget h5 {
    color: #000;
}

.footer-widget .single-widget {
    color: #474646;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-area {
        padding: 180px 0 100px;
    }
}

@media (max-width: 575.98px) {
    .banner-area {
        background-image: url(../images/portada-S&C-mob2.jpg);
        padding: 430px 0 430px;
    }
}