div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}

/* HEADER */

/* Alteração Font do Menu */
ul#nav-root>li>.container-menu .menu-level-2>li>a {
    text-transform: capitalize;
}

/* Alteração Tamanho do Menu */

ul#nav-root>li>.container-menu {
    width: 525px;
}

.header-top {
    background: #71bec5;
}

.header-bottom {
    background: #235869
}

.header-bottom ul#nav-root>li>a {
    color: #d5e8e9;
    font-size: 1.1em;
}

/* FOOTER */

.footer-about .magazord-logo-container {
    border-top: 1px solid #21576a;
    background: #21576a;
}

.footer-middle {
    background: #d9eff1;
}

.footer-about {
    background: #4b9da8;
    border-top: 1px solid #4b9da8;
}

.informacao-empresa p {
    color: #d9eff1;
}

.footer-middle h3.section-title {
    color: #21576a;
    font-weight: bold;
}
@media(max-width: 768px) {
.header-middle .logo a svg {
    height: 65px !important;
}
}