* {
    box-sizing: border-box;
}

body {
    background-color: #fbdf98;
}

/* --------------------------Fontes--------------------------- */
@font-face {
    font-family: 'AlteHaasGroteskBold';
    src: url('../FONTS/AlteHaasGroteskBold.ttf') format('truetype');
}
@font-face {
    font-family: 'AlteHaasGroteskRegular';
    src: url('../FONTS/AlteHaasGroteskRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../FONTS/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Bison-Bold';
    src: url('../FONTS/Bison-Bold(PersonalUse).ttf') format('truetype');
}
@font-face {
    font-family: 'Bondrians-Regular';
    src: url('../FONTS/Bondrians.ttf') format('truetype');
}
@font-face {
    font-family: 'Bondrians-Bold';
    src: url('../FONTS/Bondrians Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Bronzier-Medium';
    src: url('../FONTS/Bronzier-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Classica-Book';
    src: url('../FONTS/Classica-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'Classyvogueregular';
    src: url('../FONTS/Classyvogueregular.ttf') format('truetype');
}
@font-face {
    font-family: 'Dreamorphansbd';
    src: url('../FONTS/dreamorphansbd.ttf') format('truetype');
}
@font-face {
    font-family: 'FrozenScript';
    src: url('../FONTS/FrozencaScriptTypeface.ttf') format('truetype');
}
@font-face {
    font-family: 'GeosansLight';
    src: url('../FONTS/GeosansLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GTProelium';
    src: url('../FONTS/GTProelium.ttf') format('truetype');
}
@font-face {
    font-family: 'HeadingProBold';
    src: url('../FONTS/Heading-Pro-Bold-trial.ttf') format('truetype');
}
@font-face {
    font-family: 'Impact';
    src: url('../FONTS/Impact.ttf') format('truetype');
}
@font-face {
    font-family: 'KeepCalm';
    src: url('../FONTS/KeepCalm-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('../FONTS/Kenyan Coffee Rg.ttf') format('truetype');
}
@font-face {
    font-family: 'Louis George Light';
    src: url('../FONTS/Louis George Cafe Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Louis George Cafe';
    src: url('../FONTS/Louis George Cafe.ttf') format('truetype');
}
@font-face {
    font-family: 'Magazine';
    src: url('../FONTS/Magazine.ttf') format('truetype');
}
@font-face {
    font-family: 'MoonGetHeavy';
    src: url('../FONTS/moon_get-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: 'MoonGetHeavyAlt';
    src: url('../FONTS/moon_get-Heavy (1).ttf') format('truetype');
}
@font-face {
    font-family: 'Retroica';
    src: url('../FONTS/Retroica.ttf') format('truetype');
}
@font-face {
    font-family: 'Revolution';
    src: url('../FONTS/REVOLUTION.ttf') format('truetype');
}
@font-face {
    font-family: 'Rush Funky';
    src: url('../FONTS/Rush Funky.ttf') format('truetype');
}
@font-face {
    font-family: 'Steelfish Rg';
    src: url('../FONTS/Steelfish Rg.ttf') format('truetype');
}
@font-face {
    font-family: 'TT Bluescreens Medium';
    src: url('../FONTS/TT Bluescreens Trial Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'TT Bluescreens Regular';
    src: url('../FONTS/TT Bluescreens Trial Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'TT Chocolates Regular';
    src: url('../FONTS/TT Chocolates Trial Regular.ttf') format('truetype');
}



@keyframes bg{
    0%{
        background-position: 8, 50%;
    }
    50%{
        background-position: 100%, 100%;
    }
    100%{
        background-position: 8%, 50%;
    }
}

@keyframes brilhoDourado {
    0% { text-shadow: 0 0 10px #0c1c53; }
    50% { text-shadow: 0 0 20px #0c1c53, 0 0 30px #0f2980; }
    100% { text-shadow: 0 0 10px #0c1c53; }
}

@font-face {
    font-family: 'MinhaFonteTitle';
    src: url('../FONTS/moon_get-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'MinhaFonteTitle2';
    src: url('../FONTS/Classica-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'MinhaFonte';
    src: url('../FONTS/Heading-Pro-Bold-trial.ttf') format('truetype');
}

@font-face {
    font-family: 'MinhaFonte2';
    src: url('../FONTS/dreamorphansbd.otf') format('truetype');
}
@font-face {
    font-family: 'MinhaFonteCat';
    src: url('../FONTS/Bison-Bold\(PersonalUse\).ttf') format('truetype');
}

.navbar {
    position: fixed;
    width: 100dvw;
    background-color: #030D2F;
    align-items: center;
    top: 0;
    height: 8vw;
    display: flex;
    padding: 0 3% 0 1%;
    font-family: 'MinhaFonte2', sans-serif;
    transition: transform 0.3s ease-in-out;
    border-bottom: #02081d 5px solid;
    z-index: 10;
}

.mobile-navbar {
    display: none;
}

#zap {
    z-index: 2;
    position: fixed;
    width: 4.5rem;
    height: 4.5rem;
    bottom: 8px;
    right: 8px;
    background-color: #030D2F;
    border-radius: 100px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 10px;
    padding-left: 13px;
    transition: background-color 0.5s ease 0.1s, transform 0.3s ease;
}

#zap:hover {
    background-color: #02081d;
    transform: scale(1.10);
}

/* .Titulo{
    align-self: center;
    margin-right: auto;
    font-size: 60px;
    margin: 0 0 0 10rem;
    font-family: 'Cinzel Decorative', serif;
}   */
.btnLogin-popup {
    margin-left: auto;
    margin-right: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 10rem;
    height: 50px;
    background: transparent;
    border: 2px solid #FFBA42;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: #FFBA42;
    transition: 0.5s;
    gap: 1rem;
    font-family: 'MinhaFonte', sans-serif;
}

.btnLogin-popup p {
    font-size: 1.7rem;
}

.btnLogin-popup img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 50%;
}


.btnLogin-popup-mobile {
    margin-right: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 10rem;
    height: 50px;
    background: transparent;
    border: 2px solid #FFBA42;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: #FFBA42;
    transition: 0.5s;
    gap: 1rem;
    font-family: 'MinhaFonte', sans-serif;
}

.btnLogin-popup-mobile p {
    font-size: 1.7rem;
}

.btnLogin-popup-mobile img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 50%;
}

.redes img {
    width: 5rem;
}

.redes a img {
    width: 2rem;
}

.redes {
    height: 100%;
    /* border: green 2px solid; */
    align-items: center;
    display: flex;
    gap: 6px;

}

.redes a:hover {
    color: #FFD700;
    text-shadow: 0 0 8px #FFD700, 0 0 8px #FFD700;
    transform: scale(1.3);
}

#logoicon {
    align-self: center;
    margin-top: 0rem;
    width: auto;
    height: 8vw;

}

#logoofc {
    align-self: center;
    width: auto;
    max-height: 8vw;
    margin-left: 0%;
    margin-top: 0rem;

}

#logo-container {
    display: flex;
    margin-left: 1vw;
}

.options {
    margin-right: 2%;
    margin-left: auto;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    /* border: green solid 3px; */
}

.options a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 27px;
    color: #FFBA42;
    text-align: center;
    padding: 0px;
    width: 50%;
    /* border: rgb(128, 0, 0) solid 3px; */
}

.options a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: #FFD700;
    /* Dourado */
    transition: width 0.3s ease, left 0.3s ease;
}

.options a:hover::after {
    width: 100%;
    left: 0;
    color: #FFD700;
    text-shadow: 0 0 8px #FFD700, 0 0 8px #FFD700;
    transform: scale(1.1);
}

.options a:hover {
    color: #FFD700;
    /* Muda a cor do texto para dourado ao passar o mouse */
}

.hidden {
    transform: translateY(-100%);
}


/* FOOTER */
/* ==================== Footer ================= */
#ft-footer {
    position: relative;
    background:
    linear-gradient(-45deg, #0c1c53, #030D2F, #1c327a, #05299f, #19285b );
    background-size: 400% 400%;
    animation: bg 12s ease infinite;
}

.ft-box {
    width: 100%;    
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: 
    "form form form Ender Ender Pags";
}

#ft-Form {
    margin: 0;
    padding: 15%;
    min-width: 380px;
    grid-area: form;
}

#ft-TitleForm1 {
    margin: 0;
    font-size: 2rem;
    font-family:'MinhaFonteCat',sans-serif;
    color: white;
}

#ft-TitleForm2 {
    margin: 0;
    font-size: 1rem;
    font-family:'MinhaFonteTitle2',sans-serif;
    color: white;
}

#ft-RForm {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    "Nome Nome"
    "Email Tel"
    "Msg Msg"
    ;
}

#ft-RForm input {
    color: white !important;
}

#ft-Nome {
    grid-area: Nome;
    font-family:'MinhaFonteTitle2',sans-serif;
}

#ft-Email {
    grid-area: Email;
    margin-right: 2%;
    font-family:'MinhaFonteTitle2',sans-serif;
}

#ft-TelForm {
    grid-area: Tel;
    margin-left: 2%;
    font-family:'MinhaFonteTitle2',sans-serif;
}

#ft-Msg {
    grid-area: Msg;
    font-family:'MinhaFonteTitle2',sans-serif;
}

#ft-Ender {
    margin: 45% 5% 10% 0;
    padding: 15% 25% 15% 5%;
    grid-area: Ender;
    font-family:'MinhaFonteCat',sans-serif;
}

#ft-Pags {
    grid-area: Pags;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin: 10% 10% 45% 10%;
    font-family:'MinhaFonteTitle2',sans-serif;
    font-size: 2rem;
}

.ft-cel {
    font-size: 1.2rem;
}

.ft-links {
    text-decoration: none;
    color: #FFBA42;
    font-size: 22px;
}

.ft-links:hover { 
    text-shadow: 2px 2px #000033;
    transform: scale(1.3); 
}

.ft-btn {
    font-family:'MinhaFonteTitle2',sans-serif;
}

.ft-rodape {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'MinhaFonteTitle2',sans-serif;
    font-size: 0.85rem; 
}

.ft-rede {
    align-items: center;
    display: flex;
    gap: 6px;
}

.ft-rede a img {
    width: 2rem;
}

.ft-rede a:hover {
    color: #FFD700; 
    text-shadow: 0 0 8px #FFD700, 0 0 8px #FFD700; 
    transform: scale(1.3); 
}

#ft-textfoot {
    color: white;
}

/* ==================== Footer FIM ================= */

@media screen and (max-width: 768px) {
    #logoofc{
        display: none;
    }
    /* FOOTER */
    .ft-box {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "form"
            "Ender"
            "Pags";
        gap: 20px;
        padding: 0 5%;
    }

    #ft-Form {
        margin: 0;
        padding: 10%;
        min-width: unset;
        grid-area: form;
    }

    #ft-TitleForm1 {
        font-size: 28px;
    }

    #ft-TitleForm2 {
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
    }

    #ft-RForm {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "Nome"
            "Email"
            "Tel"
            "Msg";
        gap: 10px;
    }

    #ft-Email,
    #ft-TelForm {
        margin: 0;
    }

    #ft-Ender {
        margin: 0;
        padding: 5% 10%;
        text-align: center;
        grid-area: Ender;
    }

    #ft-Pags {
        margin: 0;
        grid-area: Pags;
        gap: 15px;
        font-size: 1.2rem;
    }

    .ft-rede {
        justify-content: center;
        gap: 12px;
    }

    .ft-rede a img {
        width: 28px;
        height: 28px;
    }

    .ft-links {
        font-size: 18px;
        color: #FFBA42;
    }

    .ft-rodape {
        font-size: 0.75rem;
        padding: 10px;
        text-align: center;
    }

    #ft-textfoot {
        padding: 0 10px;
    }

    .ft-caixa-input input {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .ft-btn {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    .ft-cel {
        font-size: 1rem;
    }
}


/* ==================== responsivit ================= */



@media (max-width: 1023px) {
    .redes {
        display: none;
    }

    #logoicon {
        margin-left: 1vw;
        max-width: 20vw;
        min-height: 100%;
        display: none;
    }
    #logo-container{
        margin: 0;
    }


    .navbar {
        gap: 3%;
        padding: 0;
        justify-content: space-around;
    }
    .options{
        margin: 0;
    }

    .btnLogin-popup {
        margin-left: 3%;
        margin-right: 0.5vw;
    }
}

@media (max-width: 768px) {
    .navbar {
        display: none;
    }
    #logoicon{
        display: block;
        margin-left: 2vw;
        height: calc(8vw + 2rem);
    }

    .mobile-navbar {
        top: 0;
        position: fixed;
        width: 100%;
        background-color: #000033;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        transition: transform 0.3s ease-in-out;
    }


    .menu-toggle {
        margin-right: 4vw;
        width: 30px;
        height: 25px;
        position: relative;
        cursor: pointer;
        border: none;
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        z-index: 1101;
    }

    .menu-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background: white;
        border-radius: 3px;
        transition: transform 0.4s, opacity 0.4s;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000033;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1100;
        animation: none;
    }

    .mobile-nav.active {
        display: flex;
        animation: fadeInUp 0.8s ease-out forwards;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mobile-nav {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease;
    }

    .mobile-nav.active {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        opacity: 1;
        visibility: visible;
        background: linear-gradient(-45deg, #0a163b, #030c2b, #1b2f6e, #0a216e, #19285b);
        background-size: 400% 400%;
        animation: bg 12s ease infinite, fadeInUp 0.8s ease-out forwards;

    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav li {
        margin: 1.5rem 0;
    }

    .mobile-nav a {
        color: white;
        font-size: 1.8rem;
        text-decoration: none;
        font-family: 'MinhaFonte2', sans-serif;
    }

    .btnLogin-popup {
        margin: 0;
    }

    .redes-mobilenavbar {}

    body.noscroll {
        overflow: hidden;
    }
}


@media (max-width: 500px) {
    #logoofc {
        display: none;
    }

    #logoicon {
        height: 100%;
        max-width: 20vw;
    }

    .mobile-navbar {
        height: 20vw;
    }
}



/*_______________________BARRAS DE NAVEGAÇÂO DAS PAGINAS DO USUARIO_________________________*/



aside#main-aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; 
    width: 20%;
    background-color: #020e20;
    border: 2px #FFBA42 solid;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow-y: auto; 
    padding-top: 20px;
    padding-bottom: 3rem;
    z-index: 999; 
}
/* main, .conteudo, #conteudo {
    margin-left: 20%; 
    padding: 20px;
    box-sizing: border-box;
} */
aside img{
     display: none; 
}
aside button {
    position: relative;
    color: #FFBA42;
    font-size: 1.5rem;
    background: none;
    border: none;
    font-family: 'AlteHaasGroteskBold', Times, serif;
    text-decoration: none;
    margin-left: 2vw;
    margin-right: auto;
    cursor: pointer;
    padding: 0px;
    white-space: nowrap; 
    text-align: left; 
}

aside button::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #FFD700;
    transition: width 0.3s ease;
}

aside button:hover::after,
aside button.active::after {
    width: 100%;
    transform: scale(1.1);
}

aside button:hover,
aside button.active {
    color: #FFD700;
}
.hi-user{
    margin-top: 3rem;
    border-bottom: solid #FFBA42 2px;
}
.hi-user p{
    color: #FFBA42;
    font-size: 2rem;
    font-family: 'BebasNeue-Regular', Times, serif;
    text-align: center;
    margin-bottom: 2rem;
}
#conteudo {
    flex-grow: 1; 
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto; 
    position: relative; 
    align-items: center;
    margin-left: 20%; 
}
.title-sections{
    color: white;
    font-family: 'AlteHaasGroteskBold', sans-serif;
}
.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFBA42; 
    margin: 5px 0;
    transition: 0.4s;
}
.hamburger-menu {
    display: none; 
}
.menu-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 999; 
}

  .imgbox img{
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 2rem;
}
@media (min-width: 770px) and (max-width: 1100px) {
    aside button{
        margin-left: 2px;
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    aside#main-aside {
        position: fixed;
        left: -100vw; 
        width: 100vh; 
        max-width: 320px;
        height: 100vh;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        border: none;
    }

    body.menu-open aside#main-aside {
        left: 0;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: 999;
    }

    body.menu-open .menu-overlay {
        display: block;
    }

    .hamburger-menu {
        display: block;
        font-size: 2.5rem;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1100;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
    }
    
    #conteudo {
        margin-left: 0;
        padding: 20px;
        transition: transform 0.3s ease-in-out;
    }

    body.menu-open #conteudo {
        transform: translateX(80vw); 
    }
    .foto-perfil{
        width: calc(7rem + 10vw);
        height: calc(7rem + 10vw);
        object-fit: cover;
        display: block;
        align-self: center;
        border-radius: 50%;
    }
    .hi-user{
        margin-top: 0;
    }

    .hamburger-menu {
        display: block; 
        font-size: 3rem;
    }


    #conteudo {
        transition: transform 0.3s ease-in-out;
    }

    .logobox {
        display: none;
    }

    .userinfo {
        flex-direction: row; 
        justify-content: flex-start;
        align-items: center; 
        text-align: center;
        gap: 2px;
    }
    .userinfo h1{
        font-size: 2.4rem;
        text-align: left;
    }
    .userinfo h2{
        font-size: 1rem;
    }
    .textbox{
        margin-bottom: 2vw;
    }
    .imgbox{
        display: none;
    }

    .box-button {
        padding: 10px 20px;
        color: white;
        border: solid 2px #FFBA42;
        border-radius: 5px;
        cursor: pointer;
      }
    #conteudo{
        margin-top: 5%;
    }

}
@media (max-width: 480px) {
    aside {
        width: 100%; /* Aside ocupa toda a largura em telas muito pequenas */
        left: -100%; /* Esconde totalmente */
    }

    body.menu-open aside {
        left: 0;
    }

    body.menu-open #conteudo {
        transform: translateX(0); /* Não empurra o conteúdo, apenas sobrepõe */
    }
    .hamburger-menu .bar {
        display: fixed;
        width: 35px; /* Aumente a largura das barras */
        height: 4px; /* Aumente a espessura das barras */
        background-color: #FFBA42;
        margin: 6px 0; /* Aumente o espaçamento entre as barras */
        transition: 0.4s;
    }
    aside button {
         /* Diminui a fonte para telas menores */
    }
    #conteudo{
        padding: 0px;
    }
}
/*_______________________( FIM ) BARRAS DE NAVEGAÇÂO DAS PAGINAS DO USUARIO_________________________*/
  

/* ---------------------- SEÇÃO DE PERFIL DOS USUÁRIOS ---------------- */
.perfil-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
  }
  .perfil-container h2{
    color: #FFBA42;
    font-family: 'AlteHaasGroteskBold';
    font-size: 1.6rem;
  }
  
  .foto-preview img {
    width: 155px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #ccc;
  }
  
  .file-label {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #FFBA42, #dec11c, #b88d22);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .file-label:hover{
    filter: brightness(0.85);
    border: solid 1px #cccccc8a;
}

.salvarfoto{
    display: inline-block;
    padding: 12px 20px;
    border: none;
    background: linear-gradient(to right, #656565, #9d9d9d, #616161);
    color: black;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}
.salvarfoto:hover{
    filter: brightness(0.85);
    border: solid 1px #cccccc8a;
}

.dados-cadastrais {
    background-color: #020e20;
    border: 1px solid #FFBA42;;
    padding: 2vw;
    border-radius: 10px;
    color: white;
  }
  
  .dados-cadastrais h2 {
    color: #FFBA42;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'AlteHaasGroteskBold';
  }
  
  .campo {
    margin-bottom: 20px;
  }
  
  .campo label {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #ffffffcc;
  }
  
  .inputR {
    width: 100%;
    padding: 0.6vw;
    border-radius: 5px;
    background-color: #1a1d23;
    color: #fff;
    font-size: 1rem;
    transition: 0.3s;
  }
  
  .inputR:disabled {
    opacity: 0.8;
    cursor: not-allowed;
  }
  
  .campo button {
    margin-top: 8px;
    padding: 6px 12px;
    background: linear-gradient(to right, #FFBA42, #dec11c, #b88d22);
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
  }
  
  .campo button:hover {
    background: #a36e12; 
  }

  /* ---------------------- FIM SEÇÃO DE PERFIL DOS USUÁRIOS   ---------------- */

  /* -------------------------render avaliacao -------------------------*/
#minha-avaliacao{
  background-color: #05214c;
  height: 4rem;
  width: 25rem;
  border-radius: 10px;
  border: 2px solid black;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
#avaliacao-h2{
  padding: 0;
  color: #ffd700;
  margin: 0 auto;
}
.card-avaliacao {
  background-color: #1a1a1a;
  color: #eee;
  max-width: 1300px;
  margin: 20px auto;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 2px solid #FFD700;
  transition: transform 0.3s ease;
}
.card-avaliacao:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
}
.titulo-expandivel {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  transition: color 0.3s ease;
}
.titulo-expandivel::after {
  content: "▼"; /* Indicador de expansão */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #FFD700;
  transition: transform 0.3s ease;
}
.card-avaliacao.expanded .titulo-expandivel::after {
  content: "▲"; /* Indicador recolher */
  transform: translateY(-50%) rotate(120deg);
}
.titulo-expandivel:hover {
  color: #1E90FF;
  text-shadow: 0 0 8px #1E90FF;
}
.avaliacao-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.col-esquerda, .col-direita {
  flex: 1 1 400px;
}
.perfil-container-avaliacao {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.perfil-box {
  background-color: #222;
  border-radius: 10px;
  padding: 18px;
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: inset 0 0 10px #444;
}
.foto-perfil-avaliacao {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #FFD700;
  object-fit: cover;
  box-shadow: 0 0 8px #FFD700;
}
.perfil-box p {
  font-size: 0.95rem;
  color: #ddd;
  margin: 0;
}
.cpf {
  font-size: 0.8rem;
  color: #aaa;
}
.textobranco{
    color: white;
    font-size: 1.4rem;
}
h4 {
  color: #FFD700;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 6px;
  text-shadow: 0 0 5px #FFD700;
}
.infos-avaliacao {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.infos-avaliacao li {
  padding: 7px 0;
  border-bottom: 1px solid #333;
  font-size: 1rem;
}
.infos-avaliacao li strong {
  color: #1E90FF;
  font-weight: 600;
}
.col-direita p, .perfil-box p {
  font-size: 1rem;
  color: #ccc;
  margin-top: 0;
  white-space: pre-wrap;
}
.grafico-container {
  background-color: #111;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(30, 144, 255, 0.8);
  max-width: 320px;
  margin: 0 auto 25px;
}
.grafico-container canvas {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #111 !important;
}
/* RESPONSIVO */
@media screen and (max-width: 780px) {
  .avaliacao-content {
    flex-direction: column;
  }
  .col-esquerda, .col-direita {
    flex: 1 1 100%;
  }
  .perfil-container-avaliacao {
    justify-content: center;
  }
}
/* ------------------------------------FIM render Avaliação-------------------- */

  /* ---------------------- Mensagens ------------------- */
.msg-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #121212;
  border: 2px solid #FFBA42;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(255, 186, 66, 0.2);
  font-family: 'Louis George Cafe', sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.msg-box:hover {
  transform: scale(1.01);
  box-shadow: 0 0 25px rgba(255, 186, 66, 0.5);
}

.info-user-msg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.1rem;
  color: #ffd700;
  font-family: 'Kenyan Coffee Rg', sans-serif;
}

.info-user-msg p {
  margin: 0;
  font-family: 'Classica-Book';
}

.msg {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #1d1d1d;
  color: #ddd;
  line-height: 1.6;
  font-size: 1rem;
  font-family: 'Segoe UI', sans-serif;
}
.msg p{
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.checar {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #ccc;
}
.checar div{
    display: flex;
    align-items: center;
}

.checar input[type="checkbox"] {
  transform: scale(1.3);
  margin-left: 6px;
}

/* Nova mensagem */
.nova-mensagem-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.titulopreto{
    color:white;
}

.toggle-form-checkbox {
  display: none;
}

.toggle-form-label {
  background-color: #ffd700;
  color: #000;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  font-family: 'Rush funky', sans-serif;
}

.toggle-form-label:hover {
  background-color: #e6c200;
  transform: scale(1.05);
}

.form-mensagem {
  display: none;
  flex-direction: column;
  gap: 18px;
  background-color: #1c1c1c;
  padding: 30px;
  border-radius: 14px;
  width: 100%;
  max-width: 520px;
  margin-top: 25px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.07);
  font-family: 'Segoe UI', sans-serif;
}

.toggle-form-checkbox:checked + .toggle-form-label + .form-mensagem {
  display: flex;
}

.form-mensagem label {
  color: #f0f0f0;
  font-weight: 600;
  font-size: 1rem;
}

.form-mensagem input,
.form-mensagem select,
.form-mensagem textarea {
  background-color: #2a2a2a;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
  resize: none;
  transition: border-color 0.3s;
}

.form-mensagem input:focus,
.form-mensagem textarea:focus {
  outline: none;
  border-color: #ffd700;
}

.btn-enviar-msg {
  background-color: #ffd700;
  color: #000;
  padding: 14px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Heading-Pro-Bold-trial', sans-serif;
  transition: background-color 0.3s, transform 0.2s;
}

.btn-enviar-msg:hover {
  background-color: #e6c200;
  transform: scale(1.05);
}
.btn-excluir-msg {
  background-color: #ff4d4d;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-excluir-msg:hover {
  background-color: #ff1a1a;
}
.bullet {
    width: 8px;
    height: 8px;
    background-color: #FFBA42;
    border-radius: 50%;
    display: inline-block;
}
.status-item{
    display: flex;
    justify-content: left;
    gap: 4px;
}
.acoes{
    display: flex;
}
.acoes button{
    background-color: yellow;
    border-radius: 10%;
    border: 2px solid rgb(136, 117, 11);
    padding: 5px;
    cursor: pointer;
}
.filtros-mensagens button{
    padding: 10px;
    border-radius: 10%;
    cursor: pointer;
    border: solid 2px yellow;
}

@media (max-width: 680px) {
    .info-user-msg {
        flex-direction: column;
        gap: 10px;
    }
    .info-user-msg button {
        width: 30%;
        margin: auto;
    }
    .msg-box {
        padding: 15px;
    }
    .info-user-msg {
        font-size: 1rem;
    }
    .msg {
        font-size: 0.9rem;
    }
    .toggle-form-label {
        font-size: 1rem;
    }
    .form-mensagem {
        width: 90%;
        padding: 20px;
    }
    .form-mensagem label {
        font-size: 0.9rem;
    }
    .form-mensagem input,
    .form-mensagem select,
    .form-mensagem textarea {
        font-size: 0.9rem;
    }
    .checar {
        font-size: 0.9rem;
    }
}


/* ---------------------- FIM Mensagens ------------------- */

/* ---------------------- COMEÇO TREINO ---------------- */
#conteudo-treinos .buttons{
    margin: 1% 0 5% 0;
}
.treinoaluno{
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 4% 0% 4%;
    border: whitesmoke solid 2px;
}
.titulo-treino{     /* ***************** ARRUMAR FONTE ***************** */
    color: #FFBA42;
    font-family: 'BebasNeue-Regular'; 
    font-size: 2rem;
}
.info-treino{
    display: flex;
    justify-content: space-between;
    padding: 0 5vw 0 5vw;
    border-bottom: #1e3a8a solid 1px;
}
.obs-treino{
    color: white !important;
    margin: 1vw 0 0 0;
    padding: 0 0 1vw 1vw;
    border-bottom: #1e3a8a solid 1px;
    font-family:'Classica-Book' ;
}
.treinoaluno p{
    color: wheat;
    font-size: 1.5rem;
}
.dia-treino {
    color: white;
    font-size: 2rem;
    font-family: 'BebasNeue-Regular';
    padding: 15px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ccc;
}

.conteudo-treino,
.detalhes-exercicio {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.detalhes-exercicio{
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.exercicio{
    display: flex;
    width: 100%;
    cursor: pointer;
    background-color: rgb(13, 17, 20);
    border-bottom: solid 1px #1779bb;

}
.exercicio p{
    flex-grow: 1;
    color: wheat;
    font-size: 1.5rem;
}
.exercicio p {
    text-align: left;
    margin-left: 5%;
}
.exerciciotext{
    margin-left: 5%;
}


.linha {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 100%;
    background-color: #000033;
    border-bottom: 1px dashed #555;
}

.linha .serie {
    flex: 1;
    min-width: 100px;
    text-align: left;
}

.linha .reps {
    flex: 1;
    min-width: 80px;
    text-align: center;
}

.linha .tecnica {
    flex: 1.5;
    min-width: 150px;
    text-align: left;
}

.linha .descanso {
    flex: 1;
    min-width: 80px;
    text-align: center;
}

.linha p {
    margin: 0;
    padding: 15px;
    white-space: normal; /* Permite que o texto quebre linha se for muito longo */
    word-wrap: break-word; /* Força a quebra de palavras longas */
}  

.buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.botao-opcao{
    background-color: #086640;
    color: white;
    border: solid 1px #000000;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.4s;
}

.botao-opcao:hover {
    background-color: #2fbe12;
}

@media (max-width: 768px) {
.treinoaluno{
  margin: 0;
}
.detalhes-exercicio{
  flex-wrap: wrap;
}
.detalhes-exercicio div{
  margin-left: 0%;
  
}
.detalhes-exercicio p{
  text-align: center;
}
.grupo-series{
  flex: 100%;
}
}
@media (max-width: 690px) {

.linha .tecnica {
    flex: 100%;
}

.linha .descanso {
    flex: 100%;
    text-align: left;
}
}
@media (max-width: 480px) {
    .info-treino{
        flex-direction: column;
    }
    .info-treino h2{
        margin: 8px;
    }
    .obs-treino{
        margin: 0;
        padding: 1rem;
        font-size: 20px !important;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .exercicio{
        flex-direction: column;
    }
}
@media (max-width: 375px) {
    treinoaluno p{
        font-size: 1.2rem;
    }
    .treinoaluno{
        margin: 2px;
    }
}

/* ---------------------- FIM TREINO ---------------- */




