/*---------- GERAIS [INÍCIO] ----------*/
*{
    margin: 0px;
    padding: 0px;
}

body{
    color: #000;
}

a{
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

#caixa_titulo{
    background-color: #FFF;
}

#h1{
    text-align: center;
    color: #442A19;
    text-align: center;
    font-family: "Afronik";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.75px;
    word-spacing: 0px;
}

#secao-cards-alunos{
    padding-top: 120px;
    gap: 100px;
    padding-left: 30px;
    padding-right: 30px;
    row-gap: 125px;
}

.card-aluno{
    background-color: #FFFBE9;
    border-radius: 40px;
    height: 280px;
    width: 280px;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

.texto-aluno{

}

.img_secoes{
    width: 40%;
    height: 40%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 0%;
}

.img_croqui{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.position_img_secoes{
    position: absolute;
    top: -30%;
    left: 30%;
}

.botao-modal{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #CBAA2D;
    width: 122px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao-modal:hover{
    transform: scale(0.96);
    background: #CBAA2D;
}

.modal-body h2{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.modal-body p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.divisao_secoes{
    width: 100%;
}

.h2_card-aluno{
    color: #3F2D1F;
    text-align: center;
    font-family: Afronik;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.p_card-aluno{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block; 
    display: -webkit-box;
    max-width: 280px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sublinhado{
    text-decoration: none;
    background-image: URL("../../../imagens/projetos/moda-afrocentrada/linhas/linha-vermelha.png");
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    /*text-decoration: none;*/
    /*border-bottom: 2px solid #442A19;*/
} 

.secao-escura{
    background-color: #442A19;
    
}

.secao-clara{
    background-color: #DFD399;
}

/*---------- GERAIS [FIM] ----------*/

/*---------- SEÇÃO DESTAQUE [início] ----------*/
/*---------- SEÇÃO DESTAQUE [fim] ----------*/

/*---------- SEÇÃO CARDS [início] ----------*/
#secao-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
}

.card {
    cursor: pointer;
    background-color: #DFD399;
    border-color: #DFD399;
  }
  
  .card:hover {
    transform: scale(0.98);
  }
/*---------- SEÇÃO CARDS [fim] ----------*/


/*---------- RESPONSIVIDADE ----------*/

/* ------- TELA PEQUENA -------*/
@media(max-width: 575.98px){
    .card-image{
        width: 160px;
    }
    #secao-cards{
        gap: 2px;
    }
    #h1{
        font-size: 22px;
    }
}

/* ------- TELA SM -------*/
@media(min-width: 576px) and (max-width: 767.98px){
    .card-image{
        width: 170px;
    }
    #h1{
        font-size: 24px;
    }
}

/* ------- TELA MD -------*/
@media(min-width: 768px) and (max-width: 991.98px){
    .card-image{
        width: 185px;
    }
    #h1{
        font-size: 26px;
    }
}

/* ------- TELA LG -------*/
@media(min-width: 992px) and (max-width: 1199.98px){
    .card-image{
        width: 200px;
    }
    .secao-clara{
        padding-top: 200px;
    }
    #h1{
        font-size: 27px;
    }
}

/* ------- TELA XL -------*/
@media(min-width: 1200px) and (max-width: 1399.98px){
    .card-image{
        width: 225px;
    }
}
@media(min-width: 1200px){
}

/* ------- TELA XXL -------*/
@media(min-width: 1400px){
    .card-image{
        width: 250px;
    }
    #secao-cards{
        gap: 90px;
    }
    #secao-cards-alunos{
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media(min-width: 1600px){
    #secao-cards-alunos{
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

@media(min-width: 1774px){
    #secao-cards-alunos{
        padding-left: 260px;
        padding-right: 260px;
    }
}