/* GERAIS [início] */
*{
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #DFD399;
}

.h2_secoes{
    color: #000;
    text-align: center;
    font-family: "Afronik";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2.5px;
}

a{
    text-decoration: none;
}
/* GERAIS [fim] */

main{
    margin-top: 90px;
}

.foto{
    /*height: 260px;*/
    background: rgb(223, 225, 235);
    /*border-radius: 17px;*/
    border: 8px solid #FFF;
    border-bottom: 40px solid #FFF;
    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;
    transition: 400ms;
    cursor: pointer;
    object-fit: cover;
}

.foto:hover
{
    transform: scale(1.1, 1.1);
}

/* NAV-GALERIA [início] */
.nav-secundario {
    border: 0px;
    /*width: 300px;*/
    height: 60px;
    border-radius: 4px;
  /*  background: #212121;*/
    padding: .4em;
    background-color: inherit;
  }
  
  .nav-secundario a {
    height: 100%;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    transition: all .5s;
  /*  background: #442A19;*/
    /*background: #442A19;*/
    border: 3px solid #442A19;
    background-color: #DFD399;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  
  .nav-secundario a:hover {
    flex: 1.2;
    border: 3px solid #442A19;
  }
  
  .nav-secundario a span {
    min-width: 14em;
    padding: .5em;
    text-align: center;
  /*transform: rotate(-90deg);*/
    transition: all .5s;
    text-transform: uppercase;
    color: #442A19;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: "Afronik";
    font-size: 16px;
  }
  
  .nav-secundario a:hover span {
    transform: rotate(0);
  }
  
/* NAV-GALERIA [fim] */

/*a{
    margin: 0px;
    padding: 0px;
}*/
/*#galeria-de-fotos{
    margin-top: 80px;
    margin-top: 15px;
    margin-left: 134px;
    margin-right: 134px;
}*/

/* SEÇÃO CARDS [início] */

#secao-cards{
    background-color: #442A19;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content:center;
    align-items: center;
}

.div_card-duplo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.card {
    /*border-radius: 6px;
    border: 2px solid #442A19;*/
    cursor: pointer;
    background-color: #442A19;;
    border-color: #442A19;;
  }
  
  .card-image {
    /*height: 100px;*/
    /*margin: 0px;
    padding: 0px;*/
  }
  
  .card:hover {
    transform: scale(0.98);
  }
  
  
/* SEÇÃO CARDS [fim] */

footer{
    width: 100%;
    /*margin-top: 150px;*/
    background-color: #DFD399;
    color: #000;
    padding: 15px;
}

.modal {
  align-content: center;
}

#botaoFigurinos {
  background-color: #442A19;
}

#botaoFigurinos span{
    color: #ECE5C2;
}

#galeria-de-fotos_figurinos, #galeria-de-fotos_ciranda a img, #galeria-de-fotos_projeto a img  {
    display: none;
}


/* RESPONSIVIDADE */
@media (max-width: 575.98px){
    .foto{
        height: 260px;
        /*border: 6px solid #FFF;
        border-bottom: 50px solid #FFF;*/
    }
    #secao-cards{
        display: flex;
        flex-direction: column;
    }
}

@media(min-width: 450px) and (max-width: 575.98px){
    .card-image{
        height: 221.547px;
    }
    .div_card-duplo{
        justify-content: center !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px){
    .foto{
        height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    .foto{
        height: 310px;
    }
    #secao-cards, .div_card-duplo{
        gap: 2vw;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .foto{
        height: 320px;
    }
    .nav-secundario a span{
        font-size: 18px;
    }
    .nav-secundario {
        height: 65px;
    }
    #secao-cards, .div_card-duplo{
        gap: 2vw;
    }
}

@media (min-width: 1200px){
    .foto{
        height: 400px;
    }
    .nav-secundario a span{
        font-size: 19px;
    }
    .nav-secundario {
        height: 70px;
      }
}

@media(min-width: 1200px) and (max-width: 1399.98px){
    #secao-cards, .div_card-duplo{
        gap: 3vw;
    }
}

@media(min-width: 992px) and (max-width: 1399.98px){
    #h2_sobre{
        font-size: 27px;
    }
    .p_sobre{
        font-size: 18px;
    }
}

@media(min-width: 1400px){
    #h2_sobre{
        font-size: 28px;
    }
    .p_sobre{
        font-size: 19px;
    }
    #secao-cards, .div_card-duplo{
        gap: 4vw;
    }
}