/* 
This website was developed for team at SSA:RP 2024-2026
Developer: nocaffe
Designer: nocaffe
Version: 1.0.0
all rights reserved to nocaffe and SSA:RP
*/

:root {
    --cor-back: #100B07;
    --cor-sec: #22160D;
    --text: #fff;
    --principal: #D4B57A;
    --backimg: url('assets/image/back.png');
}

body {
    background-color: var(--cor-back);
    color: var(--text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    margin-top: 10%;
    padding: 0;
}

.logossa{
    width: 120px;
    height: auto;
}

.centerlize{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
}

nav {
    position: fixed; 
    top: 0;          
    left: 0;         
    width: 100%;     
    z-index: 1000;
}

.nave{
    background-color: var(--cor-sec);
    padding: 1rem;
}

.txtan a {
    font-weight: 600;
    font-size: large;
    text-decoration: none;
    color: var(--text);
    &:hover {
        color: var(--principal);
    }
}

.txtan {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.txim{
    text-align: center;
}

.imagem-protegida {
  -webkit-user-select: none; 
  -ms-user-select: none;
  user-select: none;       
  -webkit-user-drag: none;    
  pointer-events: none;
}

.Tp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.TTT, .stitle, .cr{
    color: var(--principal);
}

.hwdow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pttj {
    font-size: large;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
}

.stext{
    text-align: justify;
}




.txcom{
    margin-top: 20dvh;
}

.socialmidia{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    transition: fill 0.3s ease;
}

.iconsso{
    margin-left: 25%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.ss{
    fill: white;

    &:hover{
        fill: var(--principal);
        color: var(--principal);
    }
}

.imtxfcop{
    margin-left: 3%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
}

.copy{
    font-weight: bold;
}

.logofot{
    width: 150px;
    height: auto;
    margin-top: 4rem;
}

.line{
    margin-top: 80px;
    border-bottom: 2px solid var(--principal);
}

.txff{
    margin-top: 5rem;
    font-size: small;
}

.secb{
    display: flex;
    flex-direction: row;
    gap: 15%;
}

.ftlinks{
    margin-left: 1%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}

.flink{
    color: #979797;
    gap: 30px;
    text-decoration: none;

    &:hover{
        text-decoration: underline;
    }
}

.dev{
    color: #979797;
}

.fotes{
    background-color: var(--cor-sec);
    height: 420px;
    margin-top: 4rem;
}


/* Tablets (Até 1024px) */
@media (max-width: 1024px) {
    .secb { gap: 5%; }
    .iconsso { margin-left: 0; justify-content: center; width: 100%;}
    .fotes { height: auto; width: 100%; }
}

/* --- Respansividade --- */

@media (max-width: 768px) {
    body { margin-top: 25%; padding: 0 1rem; }
    .centerlize { gap: 1rem; }
    .stext { text-align: left; font-size: 0.95rem; }
    .txcom { margin-top: 10dvh; }
    .fotes { height: auto; padding-bottom: 2rem; }
    .secb { flex-direction: column; align-items: center; gap: 2rem; }
    .iconsso { margin-left: 0; justify-content: center; width: 100%;}
    .secb { flex-direction: column; align-items: center; text-align: center; gap: 2rem; }
    .ftlinks { flex-wrap: wrap; justify-content: center; }
    .fotes { height: 100%; width: 100%; }
}

@media (max-width: 480px) {
    body { margin-top: 35%; }
    .TTT { font-size: 1.5rem; }
    .iconsso { margin-left: 0; gap: 1.5rem; justify-content: center; }
    .iconsso { margin-left: 0; justify-content: center; width: 100%;}
    .secb { flex-direction: column; align-items: center; text-align: center; gap: 2rem; }
    .ftlinks { flex-wrap: wrap; justify-content: center; }
    .fotes { height: auto; width: 100%; }
}