/*
Theme Name: LP Vendas
Theme URI: https://vendas.grupomb.ind.br
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para a nova LP de Vendas do Grupo MB em 2024.
Version: 1.0
*/

/* Font */
@font-face {
  font-family: 'MADE Outer Sans';
  src: url('assets/font/MADE Outer Sans/MADE Outer Sans Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  color: #1A1A1A;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
  background: #fff;
}
main {
  padding-top: 104px;
}
strong {
  font-weight: 800;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.invisivel {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
}
.cta {  
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  color: #F2F2F2;
  background: #FF4D0F;
  border: none;
  border-radius: 0;
  padding: 24px;
  display: block;
  transition: ease-out 300ms;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease-out 300ms;
}
.cta:hover {
  opacity: 0.5;
  color: #fff;
}
.cta.white {
  color: #FF4D0F;
  background: #fff;
}
.cta.white:hover {
  color: #FF4D0F;
}
.navbar .cta {
  padding: 16px 24px;
  font-family: 'Roboto', sans-serif;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.secao-cabecalho{
	background: #fff;
  width: 100%;
  padding: 24px 100px;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 128px;
  height: 44px;
}
.navbar .menu-item a {  
  color: #FF4D0F;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 224%;
	position: relative;
  text-transform: uppercase;
  background: linear-gradient(#FF4D0F, #FF4D0F) bottom/0 0.1em no-repeat;
  transition: .8s background-size;
}
.navbar .menu-item {
  padding: 0 16px;
  position: relative;
}
.navbar .menu-item:last-child {
  margin-right: 48px;
  padding-right: 0;
}
.navbar .menu-item a:hover,
.current-menu-item a{
  color: #FF4D0F;
  background-size: 100% 0.1em;
  background-position: left bottom;
}
.navbar-brand:hover {
  border: none !important;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario .form-control {
  border-radius: 0;
  border: 1px solid #F2F2F2;
  background: #FFF;
  height: 60px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #676768;
}
.formulario textarea.form-control,
.formulario .form-control.wpcf7-checkbox {
  height: auto;
}
.formulario .form-control:focus {
  border: 2px solid #F2F2F2;
  outline: none;
  box-shadow: none;
}
.formulario label{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #676768;
}
/* Estilos Menu */
.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #FF4D0F;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #FF4D0F;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #35241c;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral .menu-item a:hover, .menu-lateral .current-menu-item a {
  color: #35241c;
  font-weight: 500;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.navbar .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  padding: 20px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.21);
  width: 200px;
  z-index: 5;
}
.navbar .sub-menu li {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.navbar .sub-menu a {
  color: #35241c;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 12px 12px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
  content: none;
}
.navbar .sub-menu a:hover {
  opacity: .8;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
/* Página inicial */
.principal {
  position: relative;
 
}
.principal .img-hero{
	padding-right: 0;
	padding-left: 0;
	max-height:600px;
}
.principal .img-hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.principal .bg-cover{
	padding: 100px 32px 100px 64px;
}
h1 {
  font-size: 3.5em;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 818px;
}
@media (max-width: 1513px) and (min-width: 1200px){
	h1{
		font-size: 2.7em;
		line-height: 56px;
	}
}
.principal h2 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  max-width: 818px;
  color: #fff;
}
.projetos {
  position: relative;
}
.container-projetos {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  gap: 24px;
	padding-top: 70px;
}
.projetos .box{
  background: #fff;
  padding: 32px;
  max-width: 608px;
	border: 1px solid;
	border-color: #F2F2F2;
}
.projetos .box .topo{
  position: relative;
}
.projetos .box .imagem{
  height: 355px;
  object-fit: cover;
  margin-bottom: 32px;
}
.projetos .box .tag{
  position: absolute;
  top: 32px;
  left: 0;
  background: #FF4D0F;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  padding: 12px 16px;
}
.projetos .box .tag span{
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #fff;
}
.projetos .box .tag img {
  margin-right: 10px;
}
.projetos .box .icone-logo {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 12px;
  background: #FF4D0F;
	object-fit: contain;
}
.projetos .box h3 {
  color: #FF4D0F;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}
.projetos .box p {
  color: #1A1A1A;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
h2.titulo {
  color: #FF4D0F;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 48px;
}
.texto p {  
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.texto.white .titulo,
.texto.white .subtitulo,
.texto.white p {
  color: #fff;
}
.clientes {
 
  padding: 100px;
  border-top: 1px solid #F2F2F2;
}
.clientes .container-clientes {
  max-width: 1030px;
  gap: 24px;
}
.clientes .box {
  padding: 24px;
  border: 1px solid #F2F2F2;
  width: 180px;
}
.clientes .box img{
  height: 32px;
  object-fit: contain;
}
.solucoes {
  margin-top: 400px;
  padding: 100px;
  border-top: 1px solid #F2F2F2;
  position: relative;
}
.solucoes .cta {
  margin-top: 48px;
}
.solucoes .tab-content {
  padding-top: 48px;
}
.nav-tabs {
  border-bottom: 1px solid #FF4D0F;
}
.nav-tabs .nav-item {
  margin-right: 24px;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-link {
  color: #FF4D0F;
  background-color: transparent;
  border-color: #FF4D0F;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  border-radius: 0;
  transition: ease-in-out .2s;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #FF4D0F;
  border-color: #FF4D0F;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #FF4D0F;
  color: #fff;
  background-color: #FF4D0F;
}
.solucoes .box .left img{
  width: 240px;
  height: 265px;
  object-fit: cover;
}
.solucoes .box .right {
  padding: 32px;
}
@media (max-width: 1513px) and (min-width: 1200px){

	.solucoes .box {
	flex-wrap: wrap !important;
		height: 100%;
		justify-content: center;
	}
	.solucoes .box .right{
		max-width: 313px;
	}
	.solucoes .box .left{
		height: 265px;
	}
}
.solucoes .box h3 {
  color: #FF4D0F;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
.solucoes .box p {
  color: #1A1A1A;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 16px;
}
.solucoes .box ul {
  list-style: none;
  padding: 0;
}
.solucoes .box li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: #1A1A1A;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.solucoes .box li::before {
  content: url('/wp-content/uploads/2024/05/check_circle.svg');
  position: absolute;
  top: 1px;
  left: 0;
}
.aplicacoes {
  background: #FF4D0F;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
.aplicacoes .img-absolute {
  position: absolute;
  right: -200px;
  bottom: -100px;
  max-width: 600px;
}
span.tag {  
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  padding: 12px 20px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 24px;
}
.aplicacoes h2.titulo {
  margin-bottom: 24px;
}
.aplicacoes h3 {
  color: #fff;  
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.aplicacoes .cta {
  margin-top: 48px;
}
.aplicacoes .opcoes {
  gap: 24px;
  max-width: 596px;
}
.aplicacoes .opcoes .item {
  border: 1px solid #F2F2F2;
  background: #A82B00;
  padding: 24px;
}
.aplicacoes .opcoes .item p {
  color: #fff;  
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.beneficios {
  padding: 80px 100px;
}
.beneficios span.tag {  
  color: #FF4D0F;
  background: rgba(255, 77, 15, 0.16);
}
.beneficios .slide .slick-next {
	right: 0;
	top: -150px;
}
.beneficios .slide .slick-prev {
	top: -150px;
}
.beneficios .box {
  padding: 0px 40px 32px 40px;
  background: #fff;
	border: 1px solid #F2F2F2;
	margin: 0 12px 24px 12px;
}
.beneficios .box .icones {
  gap: 24px;
  margin-bottom: 24px;
}
.beneficios .box .icones img{
  width: 32px;
  height: 32px;
  background: #FF4D0F;
  padding: 16px;
  box-sizing: content-box;
}
.beneficios .box h3 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  color: #FF4D0F;
  text-align: center;
}
.beneficios .box p {
  color: #000;
  font-size: 1em;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sobre {
  padding: 100px;
  position: relative;
}
@media  (max-width: 1513px)and (min-width: 1200px){
	.sobre .row{
		gap:20px;
		flex-wrap: nowrap;
	}
}

.sobre span.tag {  
  color: #FF4D0F;
  background: rgba(255, 77, 15, 0.16);
}
.sobre .video iframe {
  width: 100%;
  max-width: 600px;
  height: 450px;
}
.sobre h2.titulo {
  margin-bottom: 24px;
}
.sobre h3 {
  color: #1A1A1A;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.sobre .texto p {
  margin-bottom: 10px;
}
.sobre h4 {
  color: #1A1A1A;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.contato {
  padding: 100px;
  background: #FF4D0F;
	position: relative;
}
.contato h2.titulo {
  margin-bottom: 24px;
}
.contato h3 {
  color: #fff;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}
.contato .formulario {
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 32px;
}
.faq {
  padding: 100px;
  position: relative;
}
.faq span.tag {  
  color: #FF4D0F;
  background: rgba(255, 77, 15, 0.16);
}
.faq h2.titulo {
  margin-bottom: 24px;
}
.faq .topo p {
  color: #676768;
  margin-bottom: 48px;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.faq .card {
  border-radius: 0;
  background: transparent;
  border: 0;
  margin-bottom: 16px;
}
.faq .card-header{
  border-radius: 0;
  background: #f2f2f2;
  border: 0;
  padding: 24px;
  height: 100%;
  margin-bottom: 0;
}
.faq .card-header h4{
  font-size: 1em;
}
.faq .card-header .btn-link {
  color: #FF4D0F;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.rodape {
  background: #FF4D0F;
  padding: 64px 100px;
}
footer .topo {
  border-bottom: 1px solid #fff;
}
footer .topo img {
  width: 141.176px;
  height: 48px;
  margin-bottom: 24px;
}
footer .topo .texto {
  margin-bottom: 48px;
}
footer .bottom {
  padding-top: 48px;
}
footer a {
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
footer a:hover {
  color: #fff;
  opacity: .7;
}
footer .social a {
  margin-right: 16px;
}
footer .social a img {
	width: 24px;
}
footer .social a:last-child {
  margin-right: 0;
}








/* Página Sobre */















/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


ul.dots {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}

ul.dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background: #e3e1db;
  border-radius: 50%;
  box-shadow: 0 0 10px #e3e1db;
  animation: animate 6s ease-in-out infinite;
}

.servicos-dots {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
.servicos-dots li {
  list-style: none;
  width: 3px;
  height: 3px;
  background: #8a8b8b;
  border-radius: 50%;
  box-shadow: 0 0 3px #8a8b8b;
}

@keyframes animate {
  0%, 40%, 100% {
      transform: scale(0.2);
  }
  20% {
      transform: scale(1);
  }
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}


.loader span {
  color: #faebd7;
  text-shadow: 0 0 0 #faebd7;
  animation: loading 3s ease-in-out infinite alternate;
}

@keyframes loading {
  to {
      text-shadow: 20px 0 70px #2d2d2d;
      color: #2d2d2d;
  }
}

/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar .menu-itm a {
    line-height: 1.5em;
    text-align: left;
  }
  .navbar .navbar-brand {
    margin-bottom: 0;
  }
  .navbar a::before {
    content: none;
  }
  .navbar .menu-item {
    margin-bottom: 15px;
  }
  .navbar .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    padding: 10px;
    padding-left: 30px;
    background: transparent;
    box-shadow: none;
  }
  .navbar .sub-menu li {
    justify-content: flex-start;
  }
  .navbar .sub-menu a{
    font-size: .85em;
  }
}
@media (max-width: 768px) { 
  main {
    padding-top: 84px;
  }
  .secao-cabecalho {
    padding: 20px;
  }
	.principal .bg-cover {
    	padding: 40px 20px 200px 20px;
		background-image: none !important;
		background: #FF4D0F;
	}
  h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
	
  .projetos .box {
    padding: 16px;
  }
  .projetos .box h3 {
    font-size: 2em;
  }
  .clientes {
    padding: 40px 20px;
  }
  h2.titulo {
    font-size: 2em;
    margin-bottom: 32px;
  }
  .solucoes {
    padding: 40px 20px;
  }
  .nav-tabs .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .aplicacoes {
    padding: 40px 20px;
  }
  .aplicacoes .opcoes {
    margin-top: 32px;
    gap: 16px;
  }
  .aplicacoes .opcoes .item {
    padding: 16px;
  }
  .aplicacoes .opcoes .item p {
    font-size: 1em;
  }
  .beneficios {
    padding: 40px 20px;
  }
  .beneficios .box {
    padding: 20px;
  }
  .sobre {
    padding: 40px 20px;
  }
  .sobre .video iframe {
    height: 350px;
    margin-bottom: 32px;
  }
  .contato,
  .faq,
  .rodape  {
    padding: 40px 20px;
  }
  .faq .card-header {
    padding: 16px;
  }
  .faq .card-header .btn-link {
    font-size: 1em;
  }
  footer .topo .texto {
    margin-bottom: 24px;
  }
  footer .bottom a {
    text-align: center;
  }
  .projetos .box .tag {
    padding: 12px;
  }
  .projetos .box .tag span {
    font-size: .85em;
  }
  .projetos .box .icone-logo {
    right: 16px;
  }
  .projetos .box .imagem {
    margin-bottom: 24px;
    height: 300px;
  }
	.beneficios .slide .slick-next {
		right: 50px;
        top: -60px;
	}
	.beneficios .slide .slick-prev {
		left: 20px;
		top: -60px;		
	}
	.beneficios .slide .slick-arrow img {
		width: 40px;
	}
}