* {
  outline: none;
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}

.btn-cadastrar {
  margin: 0;
  padding: 8px 20px;
  background-color: #FFE000;
  color: #C71910;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 2.2rem;
}
.btn-cadastrar:hover {
  color: #fff;
}

@media(max-width: 768px){
  .btn-cadastrar.topo{
    display: none;
  }
}

html,
body {
  height: 100vh;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-image: url("../images/textura.jpeg");
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body {
    overflow-x: hidden;
  }
}
/* BANNERS DO TOPO */
.banners > div {
  display: flex;
}
.banners > div .video {
  margin-top: -32px;
}

.chamada1 {
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .chamada1 {
    padding: 0;
    padding-left: 7px;
    margin-top: 50px;
    margin-bottom: 32px;
  }

  .chamada1 .align-button{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chamada1 .btn-cadastrar{
    width: 88%;
    text-align: center;
  }
}
.chamada1 .titulo {
  font-size: 4.7rem;
  line-height: 5.8rem;
  color: #E40521;
  font-weight: bolder;
  margin-bottom: 26px;
}
.chamada1 .texto {
  color: #7C7272;
  font-size: 2.5rem;
  font-weight: 300;
  width: 68%;
}

.beneficios {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .beneficios {
    margin: 0;
  }
}
.beneficios .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beneficios .wrapper .titulo {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #E40521;
  font-weight: bolder;
  width: 70%;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .beneficios .wrapper .titulo {
    width: 100%;
    font-size: 2.1rem;
    line-height: 2.6rem;
    margin-bottom: 30px;
  }
}

.vantagens .vantagem {
  display: flex;
}
.vantagens .vantagem .img {
  width: 200px;
}
.vantagens .vantagem .meta-infos {
  padding-left: 30px;
}
.vantagens .vantagem .meta-infos .titulo {
  color: #413737;
  font-size: 2rem;
  margin-bottom: 32px;
  font-weight: 400;
  height: 54px;
  width: 70%;
}
@media (max-width: 768px) {
  .vantagens .vantagem .meta-infos .titulo {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .vantagens .vantagem .meta-infos .titulo {
    font-size: 1.7rem;
  }
}
.vantagens .vantagem .meta-infos .texto {
  color: #7C7272;
  font-weight: 300;
  font-size: 1.6rem;
}

.rodape {
  margin-top: 73px;
  background-image: url("../imagens/rodape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  padding-bottom: 20px;
}
.rodape .logo {
  margin-bottom: 100px;
}
.rodape .chamada {
  font-size: 3rem;
  padding-left: 89px;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .rodape .chamada {
    padding: 0;
  }
}
.rodape .chamada strong {
  font-weight: bolder;
}
.rodape .chamada span {
  background-color: #FFE000;
  color: #C71910;
  font-weight: bolder;
  padding: 8px 20px;
  border-radius: 45px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 83px;
}
.rodape .marcas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.rodape .marcas .titulo {
  color: #C71910;
  font-size: 1.8rem;
  font-weight: bolder;
}

.topo-position {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

/*# sourceMappingURL=main.css.map */
