* {
  box-sizing: border-box;
  outline: none;
  font-family: "Ubuntu", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.titulo {
  display: block;
  text-align: center;
}
.titulo h1 {
  text-align: center;
  color: #8ec63e;
  font-weight: 700;
  font-size: 3rem;
}
.titulo a {
  text-decoration: none;
  background-color: #8ec63e;
  color: #033263;
  font-weight: 600;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.5rem 2rem;
}

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #033263;
  padding: 1rem 8%;
}
.header .image {
  width: 30%;
}
.header .image img {
  width: 35%;
}
.header .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
  gap: 3rem;
}
.header .menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
}

.banner {
  z-index: 8;
  padding: 5% 8%;
  min-height: 88vh;
  width: 100%;
  background: url("../img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
}
.banner .chamada {
  width: 55%;
}
.banner .chamada h1 {
  color: #fff;
  font-weight: 600;
  font-size: 4.5rem;
  margin: 0;
}
.banner .formulario {
  width: 45%;
  padding-right: 10%;
}
.banner .formulario .titulo h1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.15;
}
.banner .formulario form {
  padding: 0 6%;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  width: 100%;
  display: block;
  position: relative;
  background-color: #033263;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 3rem;
  margin: 1rem 0 0;
  height: 3rem;
  padding: 0 1.5rem;
  font-size: 1rem;
}
.banner .formulario form .campos input::-moz-placeholder, .banner .formulario form .campos select::-moz-placeholder {
  color: #fff;
}
.banner .formulario form .campos input::placeholder,
.banner .formulario form .campos select::placeholder {
  color: #fff;
}
.banner .formulario form .bt-section button {
  border-radius: 3rem;
  padding: 0.75rem 0;
  font-size: 1rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  border: none;
  cursor: pointer;
  background-color: #8ec63e;
  color: #fff;
}
.banner .formulario .lgpd {
  padding: 0 6%;
}
.banner .formulario .lgpd p {
  text-align: justify;
  color: #fff;
  font-size: 0.65rem;
  margin: 0;
  line-height: 1;
}

.linhas {
  padding: 4% 8%;
}
.linhas .itens {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin: 2% 0;
}
.linhas .itens .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.linhas .itens .item .image {
  background-color: rgba(168, 218, 245, 0.5019607843);
  border-radius: 1.5rem;
  width: 90%;
}
.linhas .itens .item .image img {
  width: 100%;
}
.linhas .itens .item .texto h1 {
  text-transform: uppercase;
  color: #0276c9;
  font-weight: 700;
  font-size: 2rem;
  margin: 1rem 0;
}

.sejaRevendedor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: space-around;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 4% 10%;
}
.sejaRevendedor .image {
  position: relative;
  background-color: rgba(168, 218, 245, 0.5019607843);
  border-radius: 2rem;
  width: 50%;
}
.sejaRevendedor .image img {
  position: absolute;
  width: 120%;
  margin-left: -6%;
  margin-top: -5%;
}
.sejaRevendedor .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #033263;
  border-radius: 2rem;
  width: 50%;
  padding: 4% 7%;
}
.sejaRevendedor .texto h1 {
  color: #fde5c3;
  font-size: 2.5rem;
  font-weight: 700;
}
.sejaRevendedor .texto a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background-color: #8ec63e;
  color: #033263;
  font-weight: 600;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.5rem 3rem;
}
.sejaRevendedor .texto ul {
  color: #8ec63e;
}
.sejaRevendedor .texto ul li {
  color: #8ec63e;
  font-weight: 600;
  margin: 0.35rem 0;
  font-size: 1.25rem;
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 4% 8%;
  gap: 1rem;
}
.galeria .video {
  display: flex;
  width: 66.33%;
}
.galeria .video .youtube {
  width: 100%;
  min-height: 25vh;
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 1.5rem;
}
.galeria .video .youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.galeria .video .youtube img {
  width: 100%;
  top: -5%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}
.galeria .video .youtube .play-button {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border-radius: 0%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.galeria .video .youtube .play-button .play {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 7rem;
  font-weight: normal;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.galeria .video .youtube .play-button img {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin: 0 2rem;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.galeria .fotos img {
  width: 100%;
  border-radius: 1.5rem;
}
.galeria .foto2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 32.66%;
}
.galeria .foto3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.galeria .foto3 img {
  width: 33%;
}

.depoimentos {
  padding: 4% 8%;
}
.depoimentos .itens {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin: 2% 0;
  gap: 2.5rem;
}
.depoimentos .itens .item {
  background-color: #e3edf4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #0276c9;
  border-radius: 1.5rem;
  width: 33%;
  padding: 2%;
}
.depoimentos .itens .item h1 {
  color: #033263;
  font-weight: 700;
  font-size: 2rem;
  margin: 1rem 0;
}
.depoimentos .itens .item p {
  color: #033263;
  font-size: 1rem;
}

.footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #033263;
  padding: 1rem 8%;
}
.footer img {
  width: 10%;
}
.footer p {
  color: #fff;
  font-size: 0.8rem;
  margin: 0.75rem 0 0;
}
.footer p a {
  color: #fff;
}/*# sourceMappingURL=app.css.map */