.radius-canto {
    border-radius: 0 0 0 25px;
    border: 3px solid #003063;
    padding: 3px;
}

.img-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 3px solid #ffffff;
    padding: 3px;
}

.hide {
    display: none !important;
}

span.fotos-ilustrativas {
    color: #ffffff;
}

.divider.taller {
    margin: 0;
    z-index: 1;
}

.divider.divider-produtos [class*="fa-"], .divider.divider-produtos .icons {
    background: #003063;
    color: #ffffff;
}

.grecaptcha-badge {
    display: none;
}

a:hover.privacy-button {
    color: #333333;
    text-decoration: none;
}

.heading.heading-middle-border-center h4.fio-texto {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 16px;
        font-weight: 700;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #003063;
        font-size: .9em;
        font-weight: 600;
        text-transform: uppercase;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
        background-color: #003063;
        color: #ffffff;
    }
    #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: none;
        border-top-color: transparent!important;
        border-style: solid!important;
        border-color: #eee!important;
        border-width: 1px!important;
        margin-top: -10px;
    }
}