@font-face {
  font-family: 'Nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: 'Nova';
  src: url('../fonts/Proxima-Nova-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'Nova';
  src: url('../fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
}


/* =================================== Base =================================== */
body {color: #383837; background: #fff; overflow-x: hidden; font-family: 'Nova', sans-serif; font-weight: 300; font-size: 22px; color: #191919;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0; color: inherit; text-decoration: none;}
button, input[type=checkbox] {cursor: pointer; outline: 0;}
a:hover {text-decoration: none; color: inherit; outline: 0;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ol {list-style-type: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0; font-size: 0;}
ul li {list-style-type: none; font-size: initial;}
address {font-style: normal; margin: 0;}
p {line-height: 28px;}
* {margin: 0; padding: 0; -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; box-sizing: border-box;}
img {max-width: 100%; height: auto;}
sub, sup {font-size: inherit; vertical-align: unset; position: unset;}
strong {font-weight: 400;}
.grid {width: 100%; margin: 0 auto; display: grid; max-width: 1140px; padding: 0 30px;}
#solucoes, #beneficios, #cliente, #faq {
  position: absolute;
}
a.falar {
  background: #FF6900;
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: table;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 50px;  
}

h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;

}
h4 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}

.aviso {
  background: #212121;
  padding: 10px 0 12px;
  display: none;
}
.aviso .grid {
  grid-template-columns: 1fr max-content;  
  align-items: center;
}
.aviso p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.aviso img {
  width: 15px;
  margin-left: 15px;
  cursor: pointer;
}
.fale {
    background: #ff6300;
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: none;  
}
header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 40px;
}
header .grid {
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
  align-items: center;
}
header .grid > a img {
  margin-right: 80px;
}
header .grid > a {
  display: table;
  width: max-content;  
}
header ul li {
  display: inline-block;
  margin-right: 30px;
}
header ul li:last-child {
  margin-right: 0;
}
header ul li a, header p {
  font-size: 18px;
}
header ul li a:hover, header p:hover a {
  color: #ff6300;
}
header p {
  margin-left: 30px;
  font-weight: 500;
}
header ol {
  justify-self: right;
}
header ol li {
  display: inline-block;
}
header ol li img {
  margin-left: 20px;
}
header #menu {
  width: 45px;
  height: 45px;
  background-image: url('../img/icone-menu.png');
  background-size: contain;
  justify-self: right;  
  display: none;
}
header ul #menu {
  background-image: url('../img/icone-fechar-2.png');
  position: absolute;
  top: 23px;
  right: 30px;
}



section.banner {
  background: rgb(248,250,252);
  background: linear-gradient(-90deg, rgba(248,250,252,1) 0%, rgba(225,227,239,1) 100%);
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
}
section.banner .grid {
  grid-gap: 0;
  grid-template-columns: 1fr 0.9fr;
}
section.banner .grid .conteudo {
  margin-top: 100px;
}
section.banner h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
section.banner h1 strong {
  font-weight: 400; 
}
section.banner h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}
section.banner p {
  margin-bottom: 60px;
  max-width: 800px;
}
section.banner p, section.banner ul li {
  font-size: 22px;
}
section.banner p strong {
  color: #4141441;
}
section.banner ul  {
  margin-bottom: 30px;
}
section.banner ul li {

}
section.banner ul li img {
  width: 18px;
  margin-right: 5px;
}
section.banner .grid > img {
  justify-self: center;
  margin-bottom: -85px;
  animation: float 6s ease-in-out infinite;  
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-30px);
  }
  100% {
    transform: translatey(0px);
  }
}
section.banner a {

}
section.banner span {
  font-size: 18px;
  padding-left: 20px;  
}
section.banner a:hover {
  background: #414141;
  color: #fff;
}




section.reparo {
  padding: 75px 0 90px;
}
section.reparo .grid:last-child {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
section.reparo ul li {
  font-size: 26px;
  margin-bottom: 28px;
}
section.reparo ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #191919;
  box-shadow: 0px 0px 0px 1px #191919;
  border: 4px solid #fff;
  border-radius: 50px;
  margin-right: 25px;
}
section.reparo ul li:last-child:before {
  display: none;
}
section.reparo ul li img {
  width: 18px;
  margin-right: 5px;  
}
section.reparo ul li a {

}
section.reparo ul li a:hover {
  background: #414141;
  color: #fff;
}
section.reparo video {
  width: 100%;
  border-radius: 40px;
}


section.assistencia {
  background: #F8F9FC;
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.assistencia a {
  display: table;
  max-width: 500px;
  margin: 60px auto 0;
}
section.assistencia a:hover {
  background: #414141;
  color: #fff;
}
section.assistencia .grid:nth-child(2) {
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 30px;
  margin-bottom: 60px;
}
section.assistencia .grid:nth-child(2) img {
  border-radius: 25px;
  max-width: 130px;
}
section.assistencia .grid:nth-child(2) article:first-child {
  text-align: right;
}
section.assistencia .grid:nth-child(2) article h5 {
  font-size: 26px;
  margin: 0 0 10px;  
  font-weight: 600;
}
section.assistencia .grid:nth-child(2) p {
  font-size: 20px;
}
section.assistencia .grid:nth-child(3) {
  grid-template-columns: 1fr;
}
section.assistencia .grid:nth-child(4) {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
section.assistencia .grid:nth-child(4) img {
  margin: 0 auto 20px;
  display: block;
}
section.assistencia .grid:nth-child(4) h5 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}
section.assistencia .grid:nth-child(4) p {
  text-align: center;
  font-size: 20px;
}


section.insta {
  padding: 75px 0 85px;
}
section.insta .grid:nth-child(2) {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
section.insta figure {
  overflow: hidden;
  background: #fff;
}
section.insta figure img {
  transition: .3s;
  width: 100%;
  height: 100%;
}
section.insta figure:hover img {
  opacity: .5;
  transform: scale(1.15) rotate(-5deg);
}



section.onde {
  padding: 75px 0;
  background: #F8F9FC;
}
section.onde .grid:nth-child(2) {
  grid-template-columns: 1fr
  grid-gap: 30px;
}
section.onde iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-bottom: 40px;
}
section.onde p {
  font-size: 18px; 
  text-align: center;
  line-height: 22px;
  margin-bottom: 40px;
}
section.onde a {
  display: table;
  margin: 0 auto;
}



section.avaliacoes {
  padding: 75px 0;
}
section.avaliacoes .grid:nth-child(2) {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 45px;
}
section.avaliacoes .media h5 {
  color: #80868B;
  font-size: 20px;
  margin-bottom: 25px;
}
section.avaliacoes .media h5 img {
  position: relative;
  top: 3px;
}

section.avaliacoes .media ul li span {
  width: 10px;
  display: inline-block;
  color: #80868B;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-right: 5px;
}
section.avaliacoes .media ul li img {
  display: inline-block;
  margin-right: 5px;
}
section.avaliacoes .media ul li div {
  height: 25px;
  background: #FBBC04;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  top: 7px;  
}
section.avaliacoes .media ul li:nth-child(1) div {
  width: 90%;
}
section.avaliacoes .media ul li:nth-child(2) div {
  width: 10%;
}
section.avaliacoes .media ul li:nth-child(3) div {
  width: 5%;
}
section.avaliacoes .nota {
  justify-self: right;
  align-self: center;    
  text-align: center;
  padding-top: 30px;
}
section.avaliacoes .nota h5 {
  font-size: 75px;
}
section.avaliacoes .nota p {
  font-size: 20px;
  color: #80868B;   
}
section.avaliacoes blockquote {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
section.avaliacoes blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.avaliacoes blockquote h6 {
  font-size: 20px;
  margin-bottom: -2px;
}
section.avaliacoes blockquote > img {
  float: left;
  margin-right: 15px;
}
section.avaliacoes blockquote p {
  font-size: 20px;
  clear: both;
  margin-left: 75px;
  line-height: 26px;
}
section.avaliacoes blockquote span {

}
section.avaliacoes blockquote span img {
  width: 85px;
  margin-right: 12px;
}
section.avaliacoes blockquote span time {
  font-size: 16px;
  color: #80868B;
}




section.duvidas {
  padding: 75px 0;
  background: #F8F9FC;
  position: relative;
}
section.duvidas .grid {
  grid-template-columns: .9fr 1fr;
}
section.duvidas img {

}
section.duvidas .faq {
  position: relative;
}
section.duvidas .item {
  padding: 18px 26px;
  margin-bottom: 10px;
  border: 1px solid #191919;
  border-radius: 20px;
  transition: .3s;
  position: relative;
}
section.duvidas .item.aparecer {
  background: #FF6900;
  border-color: #FF6900;
  color: #fff;
}
section.duvidas h3 {
  text-align: left;
}
section.duvidas h4 {
  margin-bottom: 40px;
  text-align: left;
}
section.duvidas h5 {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  line-height: 28px;
}
section.duvidas h5 span {
  width: 20px;
  height: 20px;
  background: #414141;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 18px;  
}
section.duvidas h5 .icone {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 25px;
}
section.duvidas h5 .icone:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 4px;
  background: #191919;
  top: 5px;
  left: -5px;
  border-radius: 10px;
  transition: .3s;
}
section.duvidas h5 .icone:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 14px;
  background: #191919;
  border-radius: 10px;
  transition: .3s;
}
section.duvidas .aparecer h5 .icone:before, section.duvidas .aparecer h5 .icone:after {
  display: none;
}
section.duvidas p {
  display: none;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}
section.duvidas .item.aparecer p {
  display: block;
}
section.duvidas a {
  background: none;
  color: #414141;
  border: 2px solid #212121;
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  display: table;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
section.duvidas a:hover {
  background: #414141;
  color: #fff;
}



footer {
  background: #212121;
  padding: 50px 0 0;
  color: #F8F9FC;
  background-position: 0 100%;
}
footer .grid{
  grid-template-columns: 1fr .75fr;
  grid-gap: 60px;
}
footer .logo img {
  border-radius: 15px;
  max-width: 52px;
  float: left;
  margin-right: 15px;
}
footer .redes {
  justify-self: right;  
}
footer .redes img {
  max-width: 52px;
  margin-left: 10px;
}
footer .grid:nth-child(2) p {
  text-align: center;
  margin-top: 40px;
}
footer p,footer ul li {
  font-size: 20px;
}
footer span {
  display: block;
  text-align: center;
}
footer .creditos {
  background: #191919;
  padding: 30px 0;
  margin-top: 50px;
}
footer .creditos p:last-child {
  justify-self: right;
  position: relative;
  padding-right: 90px;
}
footer .creditos p img {
  position: absolute;
  right: 0;
  top: -10px;  
}