@import url(reset.css);
@import url(menu.css);
@import url(footer.css);

.mascara{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.texto-mascara{
    max-width: 500px;
    margin: 10px;
    font-size: 25px;
    line-height: 50px;
}

.texto-mascara h1{
    padding: 20px 0;
    text-transform: uppercase;
}

.mascara img{
    width: 550px;
    margin: 10px;

}

.funcionamento-mascara{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    flex-wrap: wrap;
}

.funcionamento-mascara .mascara2{
    text-align: center;
    font-size: 20px;
    height: 100%;
    margin: 20px;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;   
}

.funcionamento-mascara img{
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mascara-section .como-funciona{
    margin: 30px;
}