.bg-gradient {
    background-color: #0074FA;
}
.bg-blue-light {
    background-color: #4292f9;
}
img.navbar-logo {
    width: 136px;
    height: 32px;
}
img.round-icon {
    width: 46px;
    height: 46px;
}
img.ok-icon {
    width: 24px;
    height: 24px;
}
img.logo-footer{
    width: 100px;
}
img.logo-footer-small{
    width: 30px;
}
div.p-topbar {
    padding-top: 64px;
    padding-top: -webkit-calc(32px + 2rem);
    padding-top: -moz-calc(32px + 2rem);
    padding-top: calc(32px + 2rem);
}

/* Section 3 */
img.section-3-icon {
    width: 180px;
}

/* Contact */

.wa-button {
    background-color: #63dd82;
}
img.wa-logo {
    width: 25px;
    height: 25px;
}