* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5% rem;
}

body {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

header {
  width: 100%;
  height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(../imagens/BGCEL.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 380px) {
  header {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 420px) {
  header {
    padding: 3rem;
  }
}
@media screen and (min-width: 500px) {
  header {
    padding: 6rem;
  }
}
@media screen and (min-width: 600px) {
  header {
    padding: 10rem;
  }
}
@media screen and (min-width: 720px) {
  header {
    background-image: url(../imagens/BGTAB.png);
    padding: 13rem;
  }
}
@media screen and (min-width: 800px) {
  header {
    padding: 15rem;
  }
}
@media screen and (min-width: 950px) {
  header {
    padding: 20rem;
  }
}
@media screen and (min-width: 1020px) {
  header {
    height: 100%;
    background-image: url(../imagens/BGPC.png);
    padding: 0 20rem 20rem 20rem;
  }
}
@media screen and (min-width: 1280px) {
  header {
    padding: 0 30rem 30rem 30rem;
  }
}
@media screen and (min-width: 1500px) {
  header {
    padding: 0 32rem 32rem 32rem;
  }
}
@media screen and (min-width: 1600px) {
  header {
    padding: 0 35rem 35rem 35rem;
  }
}
header .logo img {
  width: 100%;
}
header p {
  font-weight: 600;
  color: #FFF;
}
header a {
  width: 100%;
}
header .botao1, header .botao2, header .botao3 {
  margin-top: 4rem;
  padding: 1rem;
  display: flex;
  width: 100%;
  position: relative;
  border: 0.2rem solid #c05498;
  border-radius: 1rem;
  background-image: url(../imagens/BGCTA.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1020px) {
  header .botao1, header .botao2, header .botao3 {
    padding: 3rem;
  }
}
@media screen and (min-width: 720px) {
  header .botao1, header .botao2, header .botao3 {
    margin-top: 7rem;
  }
}
header .botao1 .texto, header .botao2 .texto, header .botao3 .texto {
  text-align: left;
  color: #FFF;
}
header .botao1 .texto p, header .botao2 .texto p, header .botao3 .texto p {
  font-size: 1.2rem;
  font-weight: lighter;
}
header .botao1 .texto span, header .botao2 .texto span, header .botao3 .texto span {
  font-size: 1.6rem;
  font-weight: bold;
}
header .botao1 .imagem, header .botao3 .imagem {
  position: absolute;
  bottom: -0.45rem;
  right: 0;
}
header .botao1 .imagem img, header .botao3 .imagem img {
  width: 130px;
}
@media screen and (min-width: 1020px) {
  header .botao1 .imagem img, header .botao3 .imagem img {
    width: 210px;
  }
}
header .botao2 .imagem {
  position: absolute;
  bottom: -0.45rem;
  left: 0;
}
header .botao2 .imagem img {
  width: 130px;
}
@media screen and (min-width: 1020px) {
  header .botao2 .imagem img {
    width: 210px;
  }
}
header .botao2 .texto {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}/*# sourceMappingURL=main.css.map */