header .header-main {
    background-image: url(../images/unsplash_UWQP2mh5YJI.png);
    background-position: bottom;
    background-size: cover;
}

header .header-main-closed {
    background-image: url(../images/unsplash_UWQP2mh5YJI.png);
    background-position: bottom;
    background-size: cover;
}

header .hero-section h4 {
    color: #fff;
    margin-top: 90px;
    margin-bottom: 56px;
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
}

header .header-shadow {
    background-image: url(../images/Shadow.png);
    background-size: cover;
}

.inputArea {
    position: relative;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}

    .inputArea input {
        padding: 30px;
        padding-right: 60px; /* Espaço para o botão */
        border-radius: 10px;
        border: none;
        outline: none;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.4);
        color: #FFF;
        height: 72px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        font-family: Raleway, sans-serif;
        font-weight: 600;
    }

        .inputArea input::placeholder {
            font-size: 24px;
            line-height: 30px;
            color: #FFFFFF;
        }

    .inputArea button {
        position: absolute;
        top: 47%;
        right: 20px; /* Alinha o botão dentro do input */
        transform: translateY(-50%);
        font-size: 24px; /* Ajuste o tamanho do ícone */
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.text-description {
    max-width: 710px; /* Mesma largura do input */
    margin: 0 auto; /* Centraliza o bloco */
    text-align: left; /* Alinha o texto à esquerda */
}

    .text-description p {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0; /* Remove margens adicionais */
    }



.menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 26px;
    padding-bottom: 12px;
}

.submenu, .ulSubMenu {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

  

    .ulSubMenu {
        font-size: 1.2em;
        line-height: 24px;
        font-feature-settings: "pnum" on,"lnum" on;
        color: #fff;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .ulSubMenu li {
        display: inline-block;
        margin-right: 10px
    }

    .ulSubMenu label {
        color: #fff;
        margin-right: 14px;
        cursor: pointer;

    }
.user img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.user {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    .user span {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #fff;
    }

.menu a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #e6e6e6;
}

a, a:hover, li, ul {
    text-decoration: none;
    list-style: none;
}

.logo img {
    width: 160px;
}




    .hero-section .btn-link {
        color: white !important;
        text-decoration: none;
    }

    .hero-section input.form-control {
        background: rgba(255, 255, 255, 0.3);
        height: 70px;
        padding-left: 20px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .4);
        color: white;
        border: none;
    }

        .hero-section input.form-control:focus {
            outline: none;
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
        }

        .hero-section input.form-control::placeholder {
            color: white;
            opacity: 0.8;
        }






.keep-reading h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    font-family: Raleway, sans-serif;
}

.keywords a {
    padding-right: 6px;
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

    .keywords a:hover {
        color: #a4afb0; 
        text-decoration: none;
    }

.modal-syle {
    background-color: #d9d9d9;
}

.profile-modal {
    text-align: center;
}

.profile-image-container {
    position: relative;
    display: inline-block;
}

.profile-image {
    width: 120px; 
    height: 120px; 
    border-radius: 50%;
    border: 4px solid var(--verde-orienteme);
    outline: 3px dashed var(--verde-orienteme);
    outline-offset: 5px;
    object-fit: cover;
}

.edit-icon {
    position: absolute;
    bottom: -15px;
    right: 44px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--verde-orienteme);
    border: 1px solid #fff;
    cursor: pointer;
}

    .edit-icon input[type="file"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.user-name {
    font-size: 1.5rem;
}

.user-cpf {
    font-size: 0.9rem;
    color: gray;
}

.notification-toggle {
    font-size: 14px;
    margin: 15px 0;
}

.profile-options {
    max-width: 250px;
    padding: 5px;
    border-bottom: 1px solid #8a938c;
    margin: 0 auto;
}

.profile-options label {
    cursor: pointer;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-container input {
        width: 100%;
        padding-right: 40px;
    }

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
}
