@import "../../src/css/parts/root.css";
@import "../../src/css/parts/header.css";
@import "../../src/css/parts/main.css";
@import "../../src/css/pages/mobile/mobile.css";
@import "../../src/css/parts/footer.css";


body{
    background: gray;
}

.FirstSheet{
    padding: 10rem 1rem 2rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.9;
    width: 95%;
    max-width: 800px;
    align-items: center;
    text-align: center;
}

.container{
    min-height: 59vh;
    display: flex;
    flex-flow: column;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;


}
.willing{
    align-items: left;
}


.folha:nth-child(3){
    background-color:rgba(139, 139, 27, 0);
    color: white;
}

.folha:last-child{
    margin-bottom: 3rem;
}

.folha {
    box-shadow: var(--bx-Sdw);
    color: var(--f-clr);
    font-size: 1.1rem;
    max-width: 800px;
    position: relative;
    background: #e0e0e0a4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.9;
    width: 95%;
    border-radius: 1.5rem;
    padding: 1rem;
}
.vacant{
    color: green;
}


ol{
    display: block;
    padding: 15px;

}

li{
    list-style-type: disc;
}


.icon-mais-desc{

    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

}

.material-icons {
font-size: 40px;
}
.parag-clock{
    padding: 8px;
}

.vagas {
    display: flex;
    align-items: center;
    border-radius: 20px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #000000bc;
    color: white;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    line-height: 1.9rem;
    font-size: 15px;
    border-radius: 1rem;
    margin-top: 1rem;
    font-size: 1rem;

  }
  

  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .content {
    padding: 0.5rem;
    color: aliceblue;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

  }

 

  

