@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*

font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;

*/

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    
}

::selection {
    color: #fff;
    background-color: #482953c2;
}
::-webkit-scrollbar-track {
    background-color: rgb(219, 219, 219);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #866194;
}

a {
    text-decoration: none;
}

img {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    -moz-user-select: none;
}

header {
    display: flex;
    width: 100%;
    height: 87px;
    justify-content: space-evenly;
    align-items: center;
    color: #9767A9;
}

.menu {
    display: none;
}

header nav ul {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
}

.logo img {
    -webkit-user-drag: none;
    pointer-events: none;
    /* -ms-user-select: none; */
}


header nav ul li{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 10%;
    font-size: 18px;
}
.li-dicas {
    width: 5%;
}
.li-cronograma {
    width: 18%;
}
.li-produtos {
    width: 7%;
}
.li-cadastro {
    width: 11%;
}
.li-contato {
    width: 7%;
}

header nav ul li:hover {
    font-weight: bolder;
}

header nav ul {
    width: 100%;
}

header input {
    border: #9767A9 solid;
    border-radius: 20px;
    height: 35px;
    background-image: url('assets/header/menu-busca.svg');
    background-repeat: no-repeat;
    background-position: 8px;
    text-align: center;
}
header input::placeholder {
    color: #9767A9;
}

.redes-sociais {    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 8%;
}

.redes-sociais img {
    pointer-events: none;
    -webkit-user-drag: none;
}

.dicas {
    background-image: url("assets/main/dicas-e-truques/cabeludo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 46vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}

h1 {
    font-size: 4.6vw;
    width: 16.40vw;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
 
.dicas h2 {
    font-size: 2.3vw;
    width: 28.12vw;
    font-weight: 200;
}

.passos {
    background-color: #9767A9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 28.7vh;
}

.passos h3{
    font-size: 3vw;
    width: 42%;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    height: 100%;
    margin-right: 2.3vw;
    line-height: 8vh;
}

.passos .paragrafodesktop {
    font-size: 1.17vw;
    font-weight: 200;
    width: 35%;
    height: 70%;
}

.paragrafomobile {
    display: none;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etapas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.lado-esquerdo {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    bottom: 100px;
}

.lado-direito {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.lado-direito img, .lado-esquerdo img {
    height: 64vh;
    width: 38vw;
}

.bloco-roxo-um, .bloco-roxo-dois, .bloco-roxo-tres, .bloco-roxo-quatro, .bloco-roxo-cinco, .bloco-roxo-seis, .bloco-roxo-sete {
    background-color: #9767A9;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    position: relative;
    bottom: 200px;
}

.bloco-roxo-um h4, .bloco-roxo-dois h4, .bloco-roxo-tres h4, .bloco-roxo-quatro h4, .bloco-roxo-cinco h4, .bloco-roxo-seis h4, .bloco-roxo-sete h4 {
    font-size: 1.4vw;
}

.bloco-roxo-um h4, .bloco-roxo-dois h4, .bloco-roxo-tres h4, .bloco-roxo-quatro h4, .bloco-roxo-cinco h4, .bloco-roxo-seis h4, .bloco-roxo-sete h4, .bloco-roxo-um p, .bloco-roxo-dois p, .bloco-roxo-tres p, .bloco-roxo-quatro p, .bloco-roxo-cinco p, .bloco-roxo-seis p, .bloco-roxo-sete p{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.bloco-roxo-um p, .bloco-roxo-dois p, .bloco-roxo-tres p, .bloco-roxo-quatro p, .bloco-roxo-cinco p, .bloco-roxo-seis p, .bloco-roxo-sete p {
    font-size: 0.9vw;
    font-weight: 200;
    height: 60%;
}

.bloco-roxo-um, .bloco-roxo-dois, .bloco-roxo-tres, .bloco-roxo-quatro, .bloco-roxo-cinco, .bloco-roxo-seis, .bloco-roxo-sete {
    height: 38.3vh;
}

.etapasMobile {
    display: none;
}

.imagens-desktop {
    display: flex;
    justify-content: space-around;
    width: 80%;
    height: 86.2vh
}

.linha-um, .linha-dois, .linha-tres, .linha-quatro, .linha-cinco {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.imagens-mobile {
    display: none;
}

.rei {
    width: 18.6vw;
    height:  57.3vh;
}

.gloriamaria {
    width: 18.6vw;
    height: 22.7vh;
}

.cantora {
    width: 12.1vw;
    height: 28.66vh;
}

.wakanda {
    width: 12.1vw;
    height: 27vh;
}

.fototres-linhadois{
    width: 12.1vw;
    height: 22.7vh;
}

.fotoum-linhatres{
    width: 12.1vw;
    height: 57.3vh;
}

.snoopdog {
    width: 12.1vw;
    height: 22.7vh;
}

.cabeludo {
    width: 18.6vw;
    height: 81.4vh;
}

.menina {
    width: 12.1vw;
    height: 22.7vh;
}

.fotodois-linhacinco {
    width: 12.1vw;
    height: 56.9vh;
}

footer {
    color: white;
    display: flex;
    justify-content: space-evenly;
    background-color: #9767A9;
    width: 100%;
    height: 10.16vh;
    align-items: center;
}

.referencia {
    width: 40%;
}
.referencia p {
    font-size: 0.8vw;
}

.links {
    display: flex;
    height: 60%;
}

.links a {
    text-decoration: none;
    color: white;
    display: flex;
}

.left {
    display: flex;
    width: 32%;
    justify-content: space-evenly;
    align-items: center;
}

.left:hover {
    background-color: #AC95BB;
    cursor: pointer;
}

.left p {
    font-size: 0.93vw;
    width: 50%;
    
}

.top {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.top:hover {
    background-color: #AC95BB;
    cursor: pointer;
}

.top p {
    font-size: 0.84vw;
    width: 45%;
    text-align: center;
}

.right:hover {
    background-color: #AC95BB;
    cursor: pointer;
}

.right {
    display: flex;
    width: 30%;
    justify-content: space-evenly;
    align-items: center;
}

.right p {
    width: 50%;
    font-size: 0.84vw;
}
.links-referencias-mobile {
    display: none;
}



@media (max-width:2560px) {
    .logo { 
        display: flex;
        align-items: center;
    }
    .logo img {
        width: 8.05vw;
        height: 8.14vh;
    }
    header {
        height: 9vh;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    header nav ul li {
        font-size: 30px;
    }
    .li-dicas {
        width: 7%;
    }
    .li-cronograma {
        width: 28%;
    }
    .li-referencia {
        width: 15%;
    }
    .li-produtos {
        width: 12%;
    }
    .li-cadastro {
        width: 16%;
    }
    .li-contato {
        width: 10%;
    }
    header input {
        height: 4.7vh;
        width: 11.7vw;
        font-size: 25px;
    }
    .redes-sociais {
        width: 10%;
    }
    .redes-sociais img {
        height: 7.6vh;
        width: 2.8vw;
    }
    .dicas {
        height: 65vh;
    }
    .right p, .left p, .top p {
        font-size: 1vw;
    }
}

@media (max-width:2400px){
    .li-dicas {
        width: 9%;
    }
    .li-cronograma {
        width: 20%;
    }
    .li-referencia {
        width: 15%;
    }
    .li-produtos {
        width: 12%;
    }
    .li-cadastro {
        width: 12%;
    }
    .li-contato {
        width: 12%;
    }
    header nav ul {
        width: 60%;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    header nav ul li {
        font-size: 20px;
    }
}

@media (max-width:2200px){
    .li-referencia {
        width: 12%;
    }
    .li-produtos {
        width: 15%;
    }
    .li-cadastro {
        width: 14%;
    }
}

@media (max-width: 1920px) {
    header nav ul {
        width: 60%;
    }
    .li-dicas {
        width: 9%;
    }
    .li-cronograma {
        width: 24%;
    }
    .li-referencia {
        width: 14%;
    }
    .li-produtos {
        width: 12%;
    }
    .li-cadastro {
        width: 14%;
    }
    .li-contato {
        width: 14%;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    .passos .paragrafodesktop {
        font-size: 1.4vw;
        width: 40%;
    }
    .passos h3 {
        line-height: 4.5vh;
    }
}
@media (max-width:1850px){
    header nav ul {
        width: 60%;
    }
    header nav ul li {
        font-size: 25px;
    }
    .li-dicas {
        width: 9%;
    }
    .li-cronograma {
        width: 29%;
    }
    .li-referencia {
        width: 14%;
    }
    .li-produtos {
        width: 12%;
    }
    .li-cadastro {
        width: 17%;
    }
    .li-contato {
        width: 14%;
    }
    header input {
        height: 40px;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    header nav ul li {
        font-size: 20px;
    }
}

@media (max-width:1550px){
    header nav ul li {
        font-size: 20px;
    }
    header nav ul {
        width: 55%;
    }
    .logo img {
        width: 6.05vw;
        height: 6.00vh;
    }
    .li-cadastro {
        width: 20%;
    }
    .li-cronograma {
        width: 32%;
    }
    .li-referencia {
        width: 20%;
    }
    .li-produtos {
        width: 15%;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    header nav ul li {
        font-size: 20px;
    }
}


@media (max-width:1440px){
    header {
        width: 100%;
    }
    .logo img {
        width: 6.46vw;
        height: 6.5vh;
    }
    header nav ul li {
        font-size: 20px;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 60%;
    }
    .li-dicas {
        width: 9%;
    }
    .li-cronograma {
        width: 30%;
    }
    .li-referencia {
        width: 17%;
    }
    .li-produtos {
        width: 15%;
    }
    .li-cadastro {
        width: 18%;
    }
    .li-contato {
        width: 12%;
    }
    .redes-sociais {
        width: 10%;
    }
    header input {
        width: 10.03vw;
    }
    header input::placeholder {
        font-size: 20px;
    }
    .redes-sociais img {
        height: 6.7vh;
        width: 2.8vw;
    }
    .dicas {
        height: 55vh;
    }
    .referencia {
        width: 60%;
    }
    .referencia p {
        font-size: 1.2vw;
    }
}

@media (max-width: 1300px) {
    header nav ul {
        width: 65%;
    }
    .li-cronograma {
        width: 15vw;
    }
    .li-produtos {
        width: 12%;
    }
    .li-cadastro {
        width: 9vw;
    }
    .li-referencia {
        width: 10vw;
    }
    .li-contato{
        width: 6vw;
    }
    header input {
        width: 12.03vw;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 50%;
    }
    header nav ul li {
        font-size: 15px;
    }
    .redes-sociais img {
        height: 5.0vh;
        width: 2.8vw;
    }
    .passos .paragrafodesktop {
        font-size: 1.8vw;
        width: 40%;
    }
    .lado-direito img, .lado-esquerdo img {
        height: 44vh;
        width: 38vw;
    }
    .bloco-roxo-um, .bloco-roxo-dois, .bloco-roxo-tres, .bloco-roxo-quatro, .bloco-roxo-cinco, .bloco-roxo-seis, .bloco-roxo-sete {
        height: 28.3vh;
        bottom: 100px;
    }
    .etapas {
        width: 90%;
    }
    .bloco-roxo-um p, .bloco-roxo-dois p, .bloco-roxo-tres p, .bloco-roxo-quatro p, .bloco-roxo-cinco p, .bloco-roxo-seis p, .bloco-roxo-sete p {
        font-size: 1.1vw;
    }
}

@media (max-width:1150px) {
    header nav ul li {
        font-size: 15px;
    }
    .dicas-crespos{
        margin-bottom: 40vh;
    }    
    .li-cronograma {
        width: 18vw;
    }
    .li-cadastro {
        width: 12vw;
    }
}

@media (max-width:1060px) {
    header nav ul li {
        font-size: 12px;
    }
    .dicas-crespos{
        margin-bottom: 40.5vh;
    }
}

@media (max-width:1024px) {
    header nav ul li {
        font-size: 14px;
    }
    header input {
        width: 12vw;
        font-size: 15px;
        height: 3.8vh;
        background-size: 15px;
    }
    header input::placeholder {
        font-size: 15px;
    }
    header nav ul {
        width: 100%;
    }
    nav {
        width: 60%;
    }
    .redes-sociais {
        width: 12%;
    }
    .redes-sociais img {
        height: 6vh;
        width: 3vw;
    }
    .logo img {
        width: 8vw;
        height: 5.2vh;
    }
    .passos h3 {
        line-height: 5vh;
        height: 90%;
    }
    .passos .paragrafodesktop{
        font-size: 1.8vw;
        width: 49%;
        height: 80%;
        line-height: 2vh;
    }
    .right p, .left p, .top p {
        font-size: 1.5vw;
    }
    .referencia {
        width: 50%;
    }
    .referencia p {
        font-size: 1.5vw;
    }
}
@media (max-width:910px) {
    .logo img {
        width: 7.6vw;
        height: 3.8vh;
    }
    header ul {
        width: 60%;
    }
    header nav ul li {
        font-size: 12px;
    }
    header input {
        width: 100px;
        
    }

    header input::placeholder {
        font-size: 13px;
    }
    .li-dicas {
        width: 9%;
    }
    .li-cronograma {
        width: 32%;
    }
    .li-referencia {
        width: 19%;
    }
    .li-produtos {
        width: 15%;
    }
    .li-cadastro {
        width: 21%;
    }
    .li-contato {
        width: 12%;
    }
    .redes-sociais {
        width: 15%;
    }
    .dicas-crespos{
        margin-bottom: 45.5vh;
    }
}
@media (max-width:768px) {
    header {    
        justify-content: space-between;
        height: 5.8vh;
    }
    .menu {
        height: 5.8vh;
        display: flex;
    }
    .logo {
        width: 92%;
        display: flex;
        justify-content: center;
    }
    .logo img {
        width: 13%;
        height: 100%;
    }
    nav {
        display: none;
    }
    header nav ul {
        display: none;
    }
    header input {
        display: none;
    }
    .redes-sociais {
        display: none;
    }
    .dicas {
        background-image: url("assets/responsivo-mobile/main/dicas-e-truques/cabeludo.png");
        justify-content: center;
        height: 86vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }

    h1 {
        font-size: 13vw;
        width: 59vw;
        margin-left: 50px;
        margin-bottom: 40px;
    }
    .dicas h2{
        font-size: 5vw;
        width: 60vw;
        justify-content: space-evenly;
        margin-left: 50px;
    }
    .passos {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 47.9vh;
    }
    .passos h3 {
        width: 82%;
        font-size: 45px;
        height: auto;
        margin-right: 0px;
    }
    .paragrafodesktop{
        display: none;
    }
    .paragrafomobile{
        display: flex;
    }
    .passos p {
        width: 82%;
        font-size: 25px;
        font-weight: 200;
    }
    .etapas, .lado-direito, .lado-esquerdo, .lado-direito img, .lado-esquerdo img, .bloco-roxo-um, .bloco-roxo-dois, .bloco-roxo-tres, .bloco-roxo-quatro, .bloco-roxo-cinco, .bloco-roxo-seis, .bloco-roxo-sete {
        display: none;
    }
    .etapasMobile {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 5vh;
    }
    .bloco-roxo-um-mobile, .bloco-roxo-dois-mobile, .bloco-roxo-tres-mobile, .bloco-roxo-quatro-mobile, .bloco-roxo-cinco-mobile, .bloco-roxo-seis-mobile, .bloco-roxo-sete-mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        background-color: #9767A9;
        color: white;
        height: 80vh;
        position: relative;
        bottom: 10px;
    }
    .etapasMobile img {
        width: 80%;
    }
    .rainha {
        position: relative;
        top: 30px;
    }
    .etapasMobile p {
        width: 75%;
        font-size: 3.5vw;
        font-weight: 200;
    }
    .etapasMobile h4 {
        font-size: 4.5vw;
        width: 75%;
        font-weight: 600;
    }
    .bloco-roxo-tres-mobile{
        height: 40vh;
    }
    .bloco-roxo-quatro-mobile{
        height: 50vh;
    }
    .bloco-roxo-cinco-mobile{
        height: 60vh;
    }
    .bloco-roxo-seis-mobile{
        height: 40vh;
    }
    .bloco-roxo-sete-mobile{
        height: 40vh;
    }
    .linha {
        height: 50px;
    }
    .imagens-desktop {
        display: none;
    }
    .imagens-mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 124.6vh;
        width: 80%;
    }
    .linha-um-mobile {
        display: flex;
        height: 40%;
        justify-content: space-between;
    }
    .direita {
        display: flex;
        flex-direction: column;
        width: 48%;
        justify-content: flex-start;
    }
    .direita-cima {
        height: 40%;
        display: flex;
        justify-content: space-between;
    }
    .direita-cima img {
        width: 48%;
        height: 98%;
    }

    .direita-baixo {
        height: 65%;
    }
    .direita-baixo img {
        width: 100%;
        height: 94%;
    }
    .esquerda {
        width: 48%;
        display: flex;
        align-items: flex-start;
    }
    .esquerda img {
        width: 100%;
        height: 98%;
    }
    .linha-dois-mobile {
        display: flex;
        justify-content: center;
        height: 20%;
    }
    .linha-tres-mobile {
        height: 40%;
        display: flex;
        justify-content: space-between;
    }

    .divisao-um {
        width: 48%;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .parte-cima{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70%;
    }
    .parte-baixo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30%;
    }

    .divisao-dois {
        width: 50%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        height: 97%;
        align-self: center;
    }
    .rei-mobile {
        width: 6.8vw;
        height: 21.3vh;
    }
    .cantora-mobile{
        width: 3.1vw;
        height: 7.1vh;   
    }
    .wakanda-mobile{
        width: 3.1vw;
        height: 7.1vh;
    }
    .menina-mobile{
        width: 6.8vw;
        height: 13.13vh;
    }
    .gloriamaria-mobile{
        width: 100%;
        height: 100%;
    }
    .cabeludo-mobile{
        /* width: 67px; */
        /* height: 147px; */
        height: 95%;
        width: 50%;
    }
    .homem-mobile{
        /* width: 3.1vw;
        height: 147px; */
        height: 95%;
        width: 45%;
    }
    .snoopdog-mobile{
        /* width: 3.1vw;
        height: 62px; */
        height: 95%;
        width: 45%;
    }
    .crianca-mobile {
        /* width: 3.1vw;
        height: 62px; */
        height: 95%;
        width: 50%;
    }
    .cigarro-mobile{
        width: 100%;
        height: 100%;
    }
    .referencia, .links {
        display: none;
    }
    footer {
        background-color: white;
        height: 30vh;
        
        display: flex;
        flex-direction: column;
        
    }
    .links-referencias-mobile{
        display: flex;
        flex-direction: column;
        height: 20vh;
        width: 80%;
        justify-content: space-evenly;
        align-items: center;
    }
    .setas {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .copyright{
        color: black;
    }
    .copyright h5{
        font-size: 4vw;
        font-weight: 600;
    }
    .copyright p {
        width: 100%;
        font-size: 3vw;
    }
}

@media (max-width:500px){
    .logo img {
        width: 25%;
    }
    .dicas {
        height: 40vh;
    }
    .passos h3 {
        font-size: 25px;
        line-height: 40px;
        width: 85%;
    }
    .passos .paragrafomobile {
        font-size: 4vw;
        width: 85%;
    }
}

@media (max-width:425px) {
    header {
        justify-content: space-between;
        height: 5.8vh;
    }
    header nav ul {
        display: none;
    }
    header input{
        display: none;
    }
    .redes-sociais {
        display: none;
    }
    .logo {
        width: 85%;
        display: flex;
        justify-content: center;
    }
    .logo img {
        width: 25%;
    }
    .menu {
        display:flex;
        height: 5.8vh;
    }
    .dicas{
        height: 40vh;
    }
    .dicas h2{
        font-size: 7vw;
        width: 82.1vw;
        justify-content: space-evenly;
        margin-bottom: 100px;
    }
    .passos {
        height: 47.9vh;
    }
    .passos h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .passos p {
        font-size: 15px;
    }
    .bloco-roxo-um-mobile, .bloco-roxo-dois-mobile, .bloco-roxo-tres-mobile, .bloco-roxo-quatro-mobile{
        height: 50vh;
    }
    .bloco-roxo-tres-mobile{
        height: 30vh;
    }
    .bloco-roxo-quatro-mobile{
        height: 30vh;
    }
    .bloco-roxo-cinco-mobile{
        height: 40vh;
    }
    .bloco-roxo-seis-mobile{
        height: 30vh;
    }
    .bloco-roxo-sete-mobile{
        height: 30vh;
    }
    .linha {
        height: 30px;
    }
    .imagens-mobile {
        height: 90vh;
    }
}
@media (max-width:37.1vh) {
    .logo img {
        width: 30%;
    }
    h1 {
        margin-left: 20px;
    }
    .dicas{
        height: 40vh;
    }
    .dicas h2{
        margin-bottom: 100px;
        margin-left: 20px;
    }
    .imagens-mobile {
        height: 70vh;
    }
}

@media (max-width:320px) {
    .logo img {
        width: 30%;
    }
    .dicas {
        height: 36vh;
    }
    h1 {
        margin-bottom: 20px;
    }
    .dicas h2{
        margin-bottom: 100px;
        width: 60%;
        font-size: 15px;
    }
    .passos h3 {
        font-size: 18px;
    }
}