@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    background-color: #d9d9d933;
    border-bottom: 1px solid #dddddd00;
    margin-bottom: 20px;

    position: sticky;
    top: 0;
    z-index: 1000;

    background-color: #fff;
    box-shadow: 0 2px 10px rgba(139, 41, 41, 0.034);
}

header div img {
    width: 45px;
    height: 45px;
}

header div h1,
header div h3 {
    display: block;
}

nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 16px;
}

nav a:hover {
    color: #DA0707;
}

nav a.active {
    color: #DA0707;
    font-weight: 600;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1px !important;
    padding-right: 40px;
}

.footer-top {
    background-color: #892e2f;
    color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.footer-left {
    max-width: 400px;

}

.footer-left h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 30px;
}

.footer-left p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 100;
    font-size: 19px;
}

.footer-right {
    margin-right: 130px;
}

.footer-right h3 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 26px;
}

.footer-links {
    display: flex;
    gap: 160px;
}

.footer-links p {
    margin-bottom: 26px;
    cursor: pointer;
    font-weight: 100;
    font-size: 18px;
}

.footer-bottom {
    background-color: #d9d9d9;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-size: 14px;
    color: #000000;
}

.logo-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: row;
}

.logo-title img {
    width: 90px;
    height: 90px;
}

.instagram {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.instagram div {
    display: flex;
    flex-direction: column;
}

.instagram img {
    width: 50px;
    height: 50px;
}

#btn-entrar {
    display: inline-flex;
    background-color: #DA0707;
    color: aliceblue;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
    font-size: 14px;
    line-height: normal;
    transition: transform 0.2s ease;
}

#btn-entrar:hover {
    transform: scale(1.1);
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 35px;
    cursor: pointer;
}

body {
    background-color: #fff;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 80px;
}

.hero {
    display: flex;
    align-items: center;
    gap: 60px;
}

.texto {
    max-width: 520px;
}

.imagem img {
    width: 420px;
    border-radius: 20px;
}

.plata {
    color: #DA0707;
    background-color: #FEEAEA;
    padding: 5px 12px !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    display: block !important;
    width: fit-content !important;
    margin: 0 0 20px 0 !important;
}

section h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
}

section h3 {
    font-weight: 400;
    line-height: 1.5;
}

.sublinhavermelho span {
    color: #DA0707;
}

.botoes {
    margin-top: 50px;
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease;
}

button:first-child:hover {
    transform: scale(1.1);
}

button:last-child:hover {
    transform: scale(1.1);
}

.botoes button a {
    text-decoration: none;
}

.botoes button:first-child a {
    color: white;
}

.botoes button:last-child a {
    color: #DA0707;
}

.botoes button {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.botoes button:first-child {
    background-color: #DA0707;
    color: white;
}

.botoes button:last-child {
    background-color: transparent;
    border: 1px solid #DA0707;
    color: #DA0707;
}



#usuario-logado {
    font-weight: 600;
    color: #da0707;
}

#logout {
    color: #555;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    transition: 0.3s;
}

#logout:hover {
    color: #da0707;
}


.footer-top {
    background-color: #892e2f;
    color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.footer-left {
    max-width: 400px;

}

.footer-left h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 30px;
}

.footer-left p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 100;
    font-size: 19px;
}

.footer-right {
    margin-right: 130px;
}

.footer-right h3 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 26px;
}

.footer-links div {
    display: flex;
    flex-direction: column;
}

.footer-links {
    display: flex;
    gap: 160px;
}

.footer-links a {
    text-decoration: none;
    color: #d9d9d9;
    margin-bottom: 26px;
    cursor: pointer;
    font-weight: 100;
    font-size: 18px;
}

.footer-bottom {
    background-color: #d9d9d9;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-size: 14px;
    color: #000000;
}

.logo-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: row;
}

.logo-title img {
    width: 90px;
    height: 90px;
}

.instagram {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.instagram div {
    display: flex;
    flex-direction: column;
}

.instagram img {
    width: 50px;
    height: 50px;

}

.linktr{
    text-decoration: none;
    color: #d9d9d9;
}

.linktree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.linktree div {
    display: flex;
    flex-direction: column;
}

.linktree img {
    width: 50px;
    height: 50px;
}
/* ================= MOBILE ================= */
@media (max-width: 768px) {

    header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .logo-area {
        gap: 15px;
    }

    .logo-area h1 {
        font-size: 18px;
    }

    .logo-area h3 {
        font-size: 12px;
    }

    nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    nav a {
        font-size: 14px;
    }

    #btn-entrar {
        padding: 6px 14px;
        font-size: 12px;
    }

    main {
        padding: 0 20px;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .texto {
        max-width: 100%;
    }

    section h1 {
        font-size: 32px;
    }

    section h3 {
        font-size: 14px;
    }

    .imagem img {
        width: 100%;
        max-width: 300px;
    }


    .botoes {
        flex-direction: column;
        align-items: center;
    }

    .botoes button {
        width: 100%;
        max-width: 280px;
    }
}

/* ================= (1024px) ================= */
@media (max-width: 1024px) {

    .hero {
        gap: 30px;
    }

    section h1 {
        font-size: 42px;
    }

    .imagem img {
        width: 320px;
    }

    nav {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .footer-content {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .footer-left {
        max-width: 100%;
        text-align: center;
    }

    .footer-right {
        margin-right: 0;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-links div {
        align-items: center;
    }

    .footer-links a {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 20px;
    }

    .instagram {
        justify-content: center;
    }

    .logo-title {
        justify-content: center;
    }
}