#navbar {
    z-index: 10;
    background-color: #00000020;
    color: #ffffff90;
    /* background-color: rgba(0, 0, 0, .2); */
    /* backdrop-filter: blur(10px); */
}

.uk-margin-xxlarge-top {
    margin-top: 150px !important;
}

.uk-text-white {
    color: #fff;
}

.uk-text-rwe-dark {
    color: #106b89;
}

.uk-background-rwe-dark {
    background-color: #106b89;
}

.uk-text-rwe-light {
    color: #73c1bb;
}

.uk-background-rwe-light {
    background-color: #81c7c2;
}

.uk-button-rwe-light {    
    background-color: #73c1bb;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-rwe-light:hover {
    background-color: #81c7c2;
    color: #fff;
}

.uk-button-rwe-light:active,
.uk-button-rwe-light.uk-active {
    background-color: #65bbb4;
    color: #fff;
}

.uk-button-rwe-dark {    
    background-color: #106b89;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-rwe-dark:hover {
    background-color: #12799b;
    color: #fff;
}

.uk-button-rwe-dark:active,
.uk-button-rwe-dark.uk-active {
    background-color: #0e5d77;
    color: #fff;
}

video {
    transition: opacity 1s ease; /* Controla o fade */
    opacity: 1;
}

.uk-border-rounded-top {
    border-top-left-radius: 0.313rem;
    border-top-right-radius: 0.313rem;
}

.uk-border-rounded-bottom {
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
}

.uk-border-rounded-left {
    border-top-left-radius: 0.313rem;
    border-bottom-left-radius: 0.313rem;
}

.uk-border-rounded-right {
    border-top-right-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
}

.uk-border-rounded-top-left {
    border-top-left-radius: 0.313rem;
}

.uk-border-rounded-top-right {
    border-top-right-radius: 0.313rem;
}

.uk-border-rounded-bottom-left {
    border-bottom-left-radius: 0.313rem;
}

.uk-border-rounded-bottom-right {
    border-bottom-right-radius: 0.313rem;
}

.uk-padding-xsmall {
    padding: 0.5rem !important;
}

.section-mapa-mundi {
    background-image: url('/assets/img/section/image1057.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1; /* Controla a opacidade da imagem */
    /* z-index: 1; */
}

.whatsapp {
    width: 45px;
    height: 45px;
    background-color: #28a745;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
    /* Centralização do conteúdo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp:hover {
    background-color: #3DAF57;
    cursor: pointer;
}

.uk-button-success { 
    background-color: #28a745;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid transparent;
}

.uk-button-success:hover {
    background-color: #3DAF57;
    color: #ffffff !important;
    text-decoration: none !important;
}

.uk-background-success {
    background-color: #28a745 !important;
}