/* 
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;
}

.titsec, .titsec2{
    margin-left: 6%;
    width: 85%;
    font-size: 1.5rem;
}

.titsec{
    padding: 2%;
    font-size: 1rem;
    background-color: #48403B;
}

.firstsec{
    display: flex;
    flex-direction: column;
    height: 180dvh;
    top: 10%;
}

.teamandcard{
    display: flex;
    flex-direction: column;
    margin-top: 3%;
}

.cardscontainer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: -1.2%;
}

.colr{
    color: #FF8800;
}

.cgd{
    color: #0077FF;
}

.cs{
    color: #00AA00;
}

.cdev {
    color: #9E6BFF;
}


.card{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    text-align: justify;
    width: 300px;
}  

.cardes{
    display: flex;
    justify-content: start;
    margin-left: 6%;
    background-color: #37312D;
    flex-wrap: wrap;
    width: 89%;
    gap: 8rem;
    height: 200px;
}

.card-image{
    width: 80px;
    border-radius: 5%;
    border: 1px solid var(--principal);
    object-fit: cover;
    margin-bottom: 1rem;
}

.nmfunc{
    display: flex;
    flex-direction: column;
}

.card-name{
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

.card-role{
    font-size: 1rem;
    color: var(--principal);
    margin-top: -1%;
    width: 500px;
}

.container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}

.imagem-protegida, .card-image {
  -webkit-user-select: none; 
  -ms-user-select: none;
  user-select: none;       
  -webkit-user-drag: none;    
  pointer-events: none;
}






.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;
}



/* --- Respansividade --- */

@media (max-width: 1024px) {
    body { margin-top: 15%; }
    .cardes { width: 95%; margin-left: 2.5%; gap: 2rem; height: auto; padding: 1rem; }
}

@media (max-width: 768px) {
    body { margin-top: 25%; }
    .firstsec { height: auto; }
    .titsec, .titsec2 { width: 90%; margin-left: 5%; font-size: 1.2rem; }
    .cardscontainer { justify-content: center; }
    .card { width: 100%; max-width: 300px; }
    .card-role { width: auto; }
    .fotes { height: auto; width: 100%; }
    .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; }
}

@media (max-width: 480px) {
    body { margin-top: 35%; }
    .cardes { justify-content: center; }
    .card { flex-direction: column; text-align: center; }
    .nmfunc { align-items: center; }
    .iconsso { margin-left: 0; justify-content: center; width: 100%;}
    .fotes { height: auto; width: 100%; }
}