* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

/* FONTES */
@font-face {
  font-family: "Font-Light";
  src: url("../fonts/EastmanRomanTrial-Light.otf");
}

@font-face {
  font-family: "Font-Regular";
  src: url("../fonts/EastmanRomanTrial-Regular.otf");
}

@font-face {
  font-family: "Font-Black";
  src: url("../fonts/EastmanRomanTrial-Black.otf");
}

@font-face {
  font-family: "Font-Extra";
  src: url("../fonts/EastmanRomanTrial-Extrabold.otf");
}

.f-light {
  font-family: "Font-Light", sans-serif;
}

.f-regular {
  font-family: "Font-Regular", sans-serif;
}

.f-black {
  font-family: "Font-Black", sans-serif;
}

.f-extra {
  font-family: "Font-Extra", sans-serif;
}

/* ETAPA 1 */



#etapa-1 {
  width: 100%;
  height: 662px;
  background: url("../media/bg-1.jpg");
  background-repeat: repeat-x;
}

.etapa1-titulo1 {
  font-size: 22pt;
  color: #fff;
  line-height: 1;
}

.etapa1-titulo2 {
  font-size: 80pt;
  color: #fa630d;
  line-height: 1;
}

/* mobile */
@media (max-width: 425px) {
  .etapa1-titulo2 {
    font-size: 50pt;
  }
}

.etapa1-texto {
  font-size: 15pt;
  color: #fff;
}

/* mobile */
@media (max-width: 425px) {
  .etapa1-texto {
    font-size: 12pt;
  }
}

.etapa1-form {
  background: url("../media/bg-questionario.png");
  background-repeat: no-repeat;
  width: 300px;
  height: 337px;
  color: #fff;
  font-size: 13pt;
  line-height: 1;
  z-index: 1;
}

.etapa1-submit {
  background-color: #ffd108;
  color: #fd5205;
  border: none;
}

.etapa1-imagem {
  position: absolute;
  width: 620px;
  bottom: -22%;
  z-index: 0;
}
/* mobile */
@media (max-width: 768px) {
.etapa1-imagem {
    bottom: -40%;
  }
}

/* ETAPA 2 */
#etapa-2 {
  background: url("../media/bg-2.jpg");
  background-repeat: repeat;
  height: 100%;
}

#etapa-2 .container {
  padding-top: 180px;
}

/* mobile */
@media (max-width: 425px) {
  #etapa-2 .container {
    padding-top: 80px;
  }
}
@media (max-width: 375px) {
  #etapa-2 .container {
    padding-top: 110px;
  }
}
@media (max-width: 320px) {
  #etapa-2 .container {
    padding-top: 150px;
  }
}

.etapa2-titulo {
  font-size: 20pt;
  color: #fa630d;
  line-height: 1;
}

/* ETAPA 3 */
#etapa-3 {
  background: url("../media/bg-3a.jpg");
  background-repeat: repeat;
  background-position: top left; 
}
@media (max-width: 425px) {
  #etapa-3 {
    background-position: center;
  }
}
@media (max-width: 768px) {
#etapa-3 {
    background-position: top center;
  }
}

.etapa3-titulo {
  font-size: 45pt;
  color: #ffd108;
  line-height: 1;
}
@media (max-width: 425px) {
  .etapa3-titulo {
      font-size: 33pt;
    }
}

.etapa3-texto {
  color: #fff;
  font-size: 14pt;
}

/* ETAPA 4 */
#etapa-4 {
  background: url("../media/bg-2.jpg");
  background-repeat: repeat;
  height: auto;
}

.etapa4-titulo {
  font-size: 45pt;
  color: #fa630d;
  line-height: 1;
}
@media (max-width: 768px) {
.etapa4-titulo {
    font-size: 35pt;
  }
}

.etapa4-texto {
  color: #000;
}

.etapa4-botao {
  background: url("../media/botao-cadastro.png");
  background-repeat: no-repeat;
  color: #fff;
  width: 500px;
  height: 46px;
}

/* FOOTER */
#footer {
  background: url("../media/bg-5.jpg");
  background-repeat: repeat-x;
}