@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";



.whatsapp-btn {
    display: flex;
    height: 70px;
    background: #0fbb2e;
    border-radius: 50px;
    color: aliceblue;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    margin: 10px;
    padding: 20px;
}



.whatsapp-btn:hover{
    
    color: #FFF;
    transform: scale(1.1);
}

.whatsapp-btn p {
    margin: 10px 0 10px 10px;
    font-size: large;
}

.container{
    padding:6rem 1rem ;
    display: flex;
    align-content: center;
    justify-content: center;
    background: radial-gradient(#a71f1f, #0c095eb8);

}

.folha {

    margin: auto;
    padding: 5%;
    border-radius: 10px;
    box-shadow: var(--bx-Sdw);
    color: var(--f-clr);
    font-size: 1.1rem;
    max-width: 100%;
    position: relative;
    background: rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}


.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;
}

.Atention {
    padding: 20px;
    background: #bd3912;
    color: aliceblue;
    border-radius: 15px;
    margin: 30px;
}

.folha ul{
    list-style: inside;
}

.first_step:before {
    content: "1";
    display: inline-block;
    background: #d01515;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: antiquewhite;
    font-weight: 600;
    margin: 7px;
}

.second_step:before {
    content: "2";
    display: inline-block;
    background: #d01515;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: antiquewhite;
    font-weight: 600;
    margin: 7px;
}