/*---------- GERAIS [INÍCIO] ----------*/
*{
    margin: 0px;
    padding: 0px;
}

body{
    color: #000;
}

a{
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

#caixa_titulo{
    background-color: #FFF;
}

#linha-colorida_1{
    width: 223px;
    height: 4px;
}

#linha-colorida_2{
    width: 410px;
    height: 4px;
}

#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;
}

.img_secoes{
    background: rgb(223, 225, 235);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.divisao_secoes{
    width: 100%;
}

#h2{
    text-align: center;
    font-family: "Open Sans";
    font-size: 23px;
    font-style: normal;
    /*font-weight: bold;*/
    letter-spacing: normal;
    word-spacing: 0px;
}

.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;
}

.p_secoes{
    flex-shrink: 0;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: 0px;
}

.p_secoes_claro{
    color: #FFF;
}

.p_secoes_escuro{
    color: #000;
}
/*---------- GERAIS [FIM] ----------*/

/*---------- SEÇÃO DESTAQUE [início] ----------*/
/*---------- SEÇÃO DESTAQUE [fim] ----------*/

/*---------- SEÇÃO INTRO [início] ----------*/
/*---------- SEÇÃO INTRO [fim] ----------*/


/*---------- SEÇÃO TENDÊNCIAS [início] ----------*/
/*---------- SEÇÃO TENDÊNCIAS [fim] ----------*/


/*---------- SEÇÃO VISIBILIDADE [início] ----------*/
/*---------- SEÇÃO VISIBILIDADE [fim] ----------*/


/*---------- SEÇÃO TRABALHO [início] ----------*/
/*---------- SEÇÃO TRABALHO [fim] ----------*/


/*---------- SEÇÃO APROPRIACAO [início] ----------*/
/*---------- SEÇÃO APROPRIACAO [fim] ----------*/


/*---------- SEÇÃO CARDS [início] ----------*/
#secao-cards{
    background-color: #DFD399;
    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;
    }
    #imagem_destaque{
        height: 32vh;
        /*width: 30vw;*/
        object-fit: cover;
        object-position: 50% 60%;
    }
    #h1{
        font-size: 22px;
    }
}

@media(min-width: 400px){
    #linha-colorida_2{
        width: 132px;
        height: 4px;
    }
}
@media(max-width: 455px){
    #linha-colorida_2{
        width: 132px;
        height: 4px;
    }
}

/* ------- TELA SM -------*/
@media(min-width: 576px) and (max-width: 767.98px){
    .p_secoes{
        font-size: 16px;
    }
    .card-image{
        width: 170px;
    }
    #imagem_destaque{
        height: 40vh;
        /*width: 30vw;*/
        object-fit: cover;
        object-position: 50% 50%;
    }
    #h1{
        font-size: 22px;
    }
}

/* ------- TELA MD -------*/
@media(min-width: 768px) and (max-width: 991.98px){
    .card-image{
        width: 185px;
    }
}

/* ------- TELA LG -------*/
@media(min-width: 992px) and (max-width: 1199.98px){
    .card-image{
        width: 200px;
    }
    .p_secoes{
        font-size: 17px;
    }
    .secao-clara{
        padding-top: 200px;
    }
}

/* ------- TELA XL -------*/
@media(min-width: 1200px) and (max-width: 1399.98px){
    .card-image{
        width: 225px;
    }
    .p_secoes{
        font-size: 18px;
    }
    #imagem_destaque{
        height: 80vh;
        object-fit: cover;
        object-position: 50% 60%;
    }
}

/* ------- TELA XL -------*/
@media(min-width: 1400px){
    .p_secoes{
        font-size: 18px;
    }
    .card-image{
        width: 250px;
    }
    #secao-cards{
        gap: 90px;
    }
    #imagem_destaque{
        height: 80vh;
        object-fit: cover;
        object-position: 50% 40%;
    }

}