body {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    background-color: #eaeaea;
    color: #000000;
    font-style: normal;
	margin: 0px;
	min-width: 1300px;
}

main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}


section
{
	width: 100%;
	padding: 0px;
	min-height: 700px;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

/* HERO SECTION */

.heroi {
    background-image:
    linear-gradient(to left,  #70ad4700 520px, #70ad47ff 600px),
    url('../assets/heroi.jpg');
	background-position-x: right;
    width: 100%;
    height: 700px;
    background-size: contain;
	background-origin: border-box;
    background-repeat: no-repeat;
    color: white;
	position: relative;
}

.heroi .logo {
	position: absolute;
	width: 500px;
	margin-left: 100px;
	margin-top: 115px;
}

h2 {
    font-weight: 400;
    font-size: 44px;
	margin: 0px;
}

form {
	margin: 0px;
}

h3 {
	margin: 0px;
    font-size: 28px;
}

.heroi h2 {
	position: absolute;
	width: 620px;
	margin-left: 100px;
	margin-top: 320px;
}

.heroi span {
	position: absolute;
	width: calc(100% - 700px);
    font-weight: 400;
    font-size: 30px;
	margin-left: 100px;
	margin-top: 410px;
}

.heroi .button {
	position: absolute;
	width: 200px;
	right: 620px;
	top: 580px;
}


/* DIFERENCIAIS */

.diferenciais {
	background-color: #f6f6f6;
    width: 100%;
    height: 700px;
}

.diferenciais h2, .faq h2 {
	padding-left: 60px;
	padding-top: 40px;
	margin: 0px;
	color: #70ad47;
}

.diferenciais-container {
  display: block;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 60px;
}

.diferencial {
  display: grid;
  grid-template-columns: 90px auto;
  grid-template-rows: 155px;
  grid-row-gap: 30px;
  grid-column-gap: 15px;
}

.diferenciais-container .text-container {
	vertical-align: middle;
	margin: auto 0;
}
.diferenciais-container .image-container {
	vertical-align: middle;
	margin: auto 0;
}

.diferenciais-container img {
	width: 90px;
}

/* FAQ */

.faq {
	background-color: #ffffff;
}

.perguntas-container {
  display: block;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 26px;
}

.pergunta {
	margin-bottom: 20px;
	border-bottom: 2px solid black;
}

input[type='checkbox'] {
     display: none;
}
 .wrap-collabsible {
     margin: 1.2rem 0;
}
 .enunciado {
     display: block;
     cursor: pointer;
     transition: all 0.25s ease-out;
}
 .enunciado:hover {
     color: #70ad47;
}
 .enunciado::before {
     content: ' ';
     display: inline-block;
     border-top: 9px solid transparent;
     border-bottom: 9px solid transparent;
     border-left: 9px solid currentColor;
     vertical-align: middle;
     margin-right: .7rem;
     transform: translateY(-2px);
     transition: transform .2s ease-out;
}
 .status:checked+.enunciado::before {
     transform: rotate(90deg) translateX(-3px);
}
 .resposta {
     max-height: 0px;
     overflow: hidden;
     transition: max-height .25s ease-in-out;
}
 .status:checked + .enunciado + .resposta {
     max-height: 3500px;
}
 .status:checked+.enunciado {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}

.resposta img {
	max-width: 100%;
}

/* FORM */
.form {
	color: #fff;
}

.form .modulo {
	height: 700px;
	overflow: hidden;
	display: flex;
	margin:0;
	position: relative;
	overflow: hidden;
	justify-content: center;
}

.form .paralax-back {
  position: absolute; 
  top:0; 
  left:0; 
  width: 100%; 
  height: 100%; 
  bottom: 0; 
  right: 0; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: scroll; 
  background-attachment: fixed; 
  background-image: url('../assets/form.jpg');
  z-index: -1;
}

.form .form-containter {
  padding: 16px;
  background-color: #7a7a7add;
  margin: auto;
  width: 400px;
	border-radius: 8px;
}

.form .form-containter * {
  display: block;
  width: 100%;
}

textarea, input {
	padding: 8px 8px;
	border-radius: 4px;
	border: 0;
	margin-bottom: 10px;
}

/* ENVIADO */


.sent-mail {
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;  
  background-image: url('../assets/mensagem.png');
}

/* FOOTER */
footer {
  background-color: #70ad47;
  color: #fff;
  display: grid;
  height: 52px;
  grid-template-columns: 700px auto;
  grid-template-rows: auto;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
footer .copyright {
  font-weight: 400;
  font-size: 21px;
  vertical-align: middle;
  margin: auto 0;
  padding-left: 8px;
}

footer .socials{
	margin-left: auto; 
margin-right: 0;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  display:inline;
}

footer ul li img {
  width: 36px;
  padding: 8px;
}
/* OTHERS */

.green {
  background-color: #70ad47;
  border: 1px solid #70ad47;
  color: #fff;
}

.light {
  background-color: #fff;
  border: 1px solid #fff;
  color: #70ad47;
}

/* CSS */
.button {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button {
    padding: 10px 30px;
  }
}


.escondido {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}