/* CSS Document */

.topo {
    background-color: #FCFC30;
    width: 100%;
    min-height: 135px;
    padding-bottom: 0;
    padding-top: 0;
}


.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    margin-right: 40px; /* Aumenta o espaçamento entre os itens do menu */
    color: #465EFF; /* Define a cor dos itens do menu */
    font-weight: bold; /* Define o estilo em negrito */
}

figure.beneficio-box{
    padding:16px;
    border-radius:8px;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    min-height:250px;
}

    figure.beneficio-box img{
        margin-bottom:4px;
        display:block;
    }

    figure.beneficio-box figcaption {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }

    .thumb-video {
        opacity: 1;
        transition: linear 0.5s;
    }

    .thumb-video:hover {
        opacity: 0.8;
        filter: drop-shadow(0px 0px 20px #a8a8a8);
    }

    @media (min-width: 992px) and (max-width: 1399px) {
        .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        margin-right: 10px; /* Aumenta o espaçamento entre os itens do menu */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 11.5px;
        margin-right: 4px; /* Aumenta o espaçamento entre os itens do menu */
    }
}

.navbar-nav .nav-item .nav-link:hover {
    color: #3b4fcc; /* Tom de azul mais escuro no hover */
    text-decoration: underline; /* Underline no hover */
}

.navbar-nav .nav-item .nav-link:focus {
    color: #2a3b99; /* Tom de azul mais escuro no focus */
}

.navbar-nav .nav-item .nav-link:active {
    color: #1a2b66; /* Tom de azul mais escuro no ativo */
}

.navbar-nav .nav-item .nav-link:disabled {
    color: #a1a9ff; /* Tom de azul mais claro no desativado */
}

.dropdown-menu .dropdown-header {
    font-weight: bold;
    color: #979797;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
}



.dropdown-item {
    display: flex;
    justify-content: space-between; /* Espaça o texto e o ícone de seta */
    align-items: center;
    text-align: left; /* Garante que o texto esteja alinhado à esquerda */
    color: #465EFF; /* Define a cor dos itens do menu dropdown */
}

    .dropdown-item:hover {
        color: #3b4fcc; /* Tom de azul mais escuro no hover */
        text-decoration: underline; /* Underline no hover */
    }

    .dropdown-item .dropdown-icon {
        margin-right: 10px; /* Espaçamento entre o ícone e o texto */
        color: #465EFF; /* Define a cor dos ícones do menu dropdown */
    }

    .dropdown-item .dropdown-arrow {
        margin-left: auto; /* Alinha o ícone de seta à direita */
        color: #465EFF; /* Define a cor das setas do menu dropdown */
    }

.custom-dropdown-toggle::after {
    display: none; /* Remove o ícone de seta padrão do Bootstrap */
}

.custom-dropdown-toggle {
    margin-left: 120px; /* Aumenta o espaçamento do lado esquerdo do elemento de saudação */
}

.perfil {
    font-size: 16px !important;
    margin-right: 18px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .perfil {
        font-size: 14px !important;
        margin-right: 54px !important;
    }
}

.notification {
    font-size: 24px; /* Ajuste o tamanho do ícone conforme necessário */
}

.notification-box {
    background-color: #f5f5f5;
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 2600px) {
    .notification-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .notification-count {
        position: absolute;
        top: -2px;
        right: -15px;
        background-color: #465EFF;
        color: white;
        border-radius: 50%;
        padding: 2px 6px;
        font-size: 11px;
        font-weight: bold;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .notification-wrapper {
        position: absolute;
        bottom: 24px;
        right: 0;
        display: inline-block;
        cursor: pointer;
    }

    .notification-count {
        position: absolute;
        top: -2px;
        right: -15px;
        background-color: #465EFF;
        color: white;
        border-radius: 50%;
        padding: 2px 6px;
        font-size: 11px;
        font-weight: bold;
    }
}

@media (max-width: 575.98px) {
    .custom-dropdown-toggle {
        margin-left: 0px; /* Define o margin-left como 0 para breakpoints extra small */
    }
}

.carousel {
    max-width: 1480px; /* Define a largura máxima do carrossel */
    margin: 0 auto; /* Centraliza o carrossel horizontalmente */
}

.carousel-inner img {
    width: 100%;
    height: auto;
    max-height: 500px; /* Limita a altura máxima das imagens a 500px */
    border-radius: 0; /* Remove as bordas arredondadas */
}

.carousel-control-prev,
.carousel-control-next {
    padding: 10px; /* Aumenta o padding ao redor das setas */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #465EFF;
    border-radius: 50%; /* Mantém as setas dentro de um círculo */
    width: 20px;
    height: 20px;
    border: 8px solid #465EFF;
    padding: 16px;
}

.position-relative {
    position: relative;
}

.box-overlay {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
}

    .box-overlay.d-none.d-lg-block {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.box-title {
    color: #465EFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-share {
    background-color: #465EFF;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

    .btn-share:hover {
        background-color: #3b4fcc;
    }

.boxes-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.box {
    background-color: #F7F5F5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    flex: 1 1 calc(10% - 10px);
    margin: 5px;
    color: #465EFF;
    cursor: pointer;
    min-width:120px;
    
}



@media (max-width: 575.98px) {
    .box {
        flex: 1 1 calc(50% - 10px);        
    }
}

.box i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.box p {
    margin: 0;
    font-weight: bold;
}

.box:hover {
    background-color: #e0e0e0;
}

.mostrar-todos {
    color: #465EFF;
    font-weight: bold;
    text-decoration: none;
}

    .mostrar-todos:hover {
        text-decoration: underline;
    }

    .mostrar-todos i {
        margin-left: 5px;
    }

/* Estilos para as colunas de conteúdo */
.content-column {
    height: 560px;
    padding: 20px;
}

@media (max-width: 575.98px) {
    .content-column {
        height: auto; /* Altura automática no breakpoint extra small */
        justify-content: center; /* Alinhamento vertical ao centro */
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-column {
        justify-content: center; /* Alinhamento vertical ao centro no breakpoint small */
        height: auto; /* Altura automática no breakpoint small */
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-column.justify-content-md-center {
        justify-content: center; /* Alinhamento vertical ao centro no breakpoint medium */
    }
}

@media (min-width: 992px) {
    .content-column.justify-content-lg-end {
        justify-content: flex-end; /* Alinhamento ao rodapé no breakpoint large, extra large e extra extra large */
    }
}

.icons {
    /*  display: flex;*/
    gap: 8px;
    margin-bottom: 10px;
}

.icon {
    width: 20px;
    height: 20px;
}

.icon-large {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.content-title {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-text {
    font-size: 1rem;
    margin-bottom: 20px;
}

.btn-rounded {
    border-radius: 20px;
}

.link-white {
    color: white;
    text-decoration: none;
}

    .link-white:hover {
        color: white;
        text-decoration: underline;
    }

/* Estilos para os novos boxes */
.section-title {
    color: #465EFF;
    margin-bottom: 20px;
}

.box-content {
    border: 1px solid #DADDE2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 calc(20% - 10px);
    margin: 5px;
    text-align: center;
}

.box-image {
    width: 100%;
    height: auto;
}

@media (max-width: 575.98px) {
    .box-content {
        margin-bottom: 10px;
        flex: 1 1 calc(100% - 10px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-content {
        margin-bottom: 10px;
        flex: 1 1 calc(100% - 10px);
    }
}

/* Estilos para os novos boxes */
.section-title {
    color: #465EFF;
    margin-bottom: 20px;
}

.box-content {
    border: 1px solid #DADDE2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.box-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.link-blue {
    color: #465EFF;
    text-decoration: none;
}

    .link-blue:hover {
        text-decoration: underline;
    }

@media (max-width: 575.98px) {
    .box-content {
        margin-bottom: 20px;
    }
}

/* Estilos para o rodapé */
footer {
    background-color: #F7F8F9;
    color: #527DB9;
}

.footer-title {
    font-size: 12px;
    margin-bottom: 0px;
}

.footer-phone {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-image {
    max-width: 100%;
    height: auto;
}

/* Estilos para a nova linha no rodapé */
.bg-yellow {
    background-color: #FDFB5F;
}

.footer-info {
    color: black;
    font-size: 14px;
    margin-top: 10px;
}

.footer-link {
    color: black;
    font-size: 14px;
    margin-left: 40px;
    text-decoration: none;
    font-weight: bold;
}

    .footer-link i {
        margin-right: 5px;
    }

    .footer-link:hover {
        text-decoration: underline;
        color: black;
        font-weight: bold;
    }

/* Estilos para a página de login */
.bg-yellow {
    background-color: #FCFB54;
}

.login-box {
    max-width: 500px;
    width: 100%;
    min-height:452px;
    height:100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.img-login-box {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bg-blue {
    background-color: #465EFF;
}

.btn-white {
    background-color: white;
    color: #465EFF;
}

    .btn-white:hover {
        background-color: white;
        opacity: 70%;
        color: #465EFF;
    }

.btn-outline-white {
    border: 2px solid white;
    color: white;
}

    .btn-outline-white:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border: 2px solid white;
    }

/* Estilos para o dropdown */
.dropdown-points {
    font-size: 14px;
    color: #465EFF;
}

.btn-sm.btn-rounded {
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 10px;
}

.box-saudacao {
    position: absolute;
    right: 60px;
    z-index: 10;
    top: 72px;
    width: auto;
    text-align: right;
}

.navbar-collapse {
    margin-top: -8px !important;
}

.dropdown {
    margin-top: -20px;
    right: 30px;
    position: absolute;
}

.dropdown2 {
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .box-saudacao {
        right: 52px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-saudacao {
        right: 43px;
    }

    .dropdown-points {
        font-size: 12px;
    }

    .dropdown {
        right: -20px;
    }

    .login-box {
        max-width: 500px;
        width: 100%;
        min-height: 352px;
        height: 100%;
       
    }

    .img-login-box {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        height:100%;
        min-height:415px;
        width:auto
    }

}

@media (min-width: 576px) and (max-width: 991.98px) {
    .box-saudacao {
        position: relative;
        right: none;
        z-index: 10;
        top: -8px;
        left: 2px;
        width: auto;
        text-align: left;
    }

    .dropdown-points {
        font-size: 14px;
    }

    .dropdown {
        margin-top: 0;
        right: none;
        position: relative;
        margin-left: 30px;
    }

    .custom-dropdown-toggle {
        margin-left: 0px; /* Define o margin-left como 0 para breakpoints extra small */
    }


    .navbar-nav .nav-item .nav-link {
        margin-right: 0;
    }

    .login-box {
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .dropdown {
        margin-top: 0;
        right: none;
        position: relative;
        margin-left: 30px;
    }

    .box-saudacao {
        position: relative;
        right: none;
        z-index: 10;
        top: -8px;
        left: 2px;
        width: auto;
        text-align: left;
    }

    .login-box {
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.text-blue {
    color: #465EFF;
}

.background-programa {
    padding: 20px;
}

    .background-programa .text-center {
        text-align: center;
    }

    .background-programa img {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 575.98px) {
    .background-programa .text-center {
        text-align: center;
    }
}

.border-blue {
    border-color: #465EFF;
}

.table-responsive {
    overflow-x: auto;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

.table thead th {
    background-color: #465EFF;
    color: white;
}

.table tfoot tr {
    background-color: #465EFF;
    color: white;
}

.table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table tbody tr:nth-child(even) {
    background-color: white;
}

@media (max-width: 575.98px) {
    .input-group {
        flex-direction: column;
    }

        .input-group .form-control {
            margin-bottom: 10px;
        }

        .input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
            width: 100%;
        }
}

.feed-container {
    max-width: 800px;
    margin: 0 auto;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post .btn {
    margin-right: 10px;
}

.post .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .post .embed-responsive .embed-responsive-item,
    .post .embed-responsive iframe,
    .post .embed-responsive embed,
    .post .embed-responsive object,
    .post .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#cookieConsent {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 24px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

    #cookieConsent a {
        color: #fcfc30;
        cursor: pointer;
    }

a#cookieConsentOK {
    display: inline-block;
    padding: 3px;
    background: #fcfc30;
    color: #465eff;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 2px;
}

    a#cookieConsentOK:is(:hover, :focus) {
        background: #ffffff;
        color: #465eff !important;
    }

#cookieConsent a:is(:hover, :focus) {
    color: #fcfc30;
}

.al_msgLogin {
    color: #d00000;
    display: block;
    margin-bottom: 16px;
    font-size: 16px !important;
}

.bloco_home01 {
    background-image: url('../images/img_blocoHome_01.png');
}

.bloco_home02 {
    background-image: url('../images/img_blocoHome_02.png');
}

.navbar-toggler-icon-copy {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../images/bs-navbar-toggler-icon-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#message {
    display: none;
    background: #f1f1f1;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 5px 15px;
    }

.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -15px;
        /*content: "✔";*/
        content: '\2714';
    }

.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -15px;
        /*content: "✖";*/
        /*content: '\2716';*/
        content: '\2718';
    }

.label_message_red {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    margin-left: 0;
    color: red;
}

.centralizar {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.captcha {
    width: 304px;
    height: 78px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box_mensagem_sucesso {
    border: 1px dashed #258202;
    text-align: center;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color: #258202;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: transparent;
}

.box_mensagem_erro {
    border: 1px dashed #bc0707;
    text-align: center;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color: #bc0707;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: transparent;
}

span.tel1 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    margin-bottom: 16px;
}

.info-contato {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

span.tel1::before {
    background-image: url(../images/icon-tel.png);
    background-size: 100%;
    content: " ";
    margin-right: 8px;
    display: flex;
    width: 20px;
    height: 20px;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.ocultar {
    display: none;
}

.div-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/loading.gif) center no-repeat #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 90px;
    font-size: 16px;
    color: #ccc;
    line-height: 20px;
    padding: 30px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #4B8EE7;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
    transition: background-color 650ms;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #3e75bd;
    }
/*Cookie Consent End*/

.esconder_box {
    visibility: hidden;
}