.section-newsletter {
    background-image: none !important;
    background: rgb(26, 95, 180) !important;
}

.section-newsletter h2, 
.section-newsletter h3, 
.section-newsletter h4, 
.section-newsletter p, 
.section-newsletter span {
    color: #ffffff !important;
}

.btn-login {
    background-color: #1a5fb4 !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
}

header .cont-logo,
.cont-search-in-page .cont-logo {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header .cont-logo .logo,
.cont-search-in-page .cont-logo .logo {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

footer .row-1 .c-left .cont-logoFooter {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

footer .row-1 .c-left .cont-logoFooter .logo {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
}

.pag-login .cont-left .cont-logo {
    min-width: 100%;
    max-width: 80px;
    min-height: 70px;
    max-height: 70px;
}

.section-newsletter form button, 
.section-newsletter .btn-enviar, 
#newsletterForm button {
    background-color: #ffffff !important;
    color: rgb(26, 95, 180) !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 25px !important;
    cursor: pointer;
    font-weight: bold !important;
    display: block;
}

.row-03-input button {
    background-color: #1a5fb4 !important;
    color: #ffffff !important;
}

@media screen and (max-width: 767px) {
    header .cont-logo, 
    header .cont-logo .logo {
        width: 150px !important;
        max-width: 150px !important;
        height: 60px !important;
        background-size: contain !important;
    }
    
    header .center .cont-logo {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
    }
}