/*
Theme Name: 365 Innovator
Theme URI: https://365innovator.com.br
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da 365 Innovator em 2024.
Version: 1.1
*/

/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #202020;
}
.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;
}
main {
  padding-top: 80px;
  overflow: hidden;
}
strong {
  font-weight: 800;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  font-size: .85em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  background: #29367C;
  border: 1px solid #29367C;
  border-radius: 100px;
  padding: 10px 35px;
  display: block;
  transition: ease-in-out .3s;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
}
.cta:hover {
  color: #29367C;
  border: 1px solid #29367C;
  background: #FFFFFF;
}
.cta.white{  
  color: #000000;
  border-color: #fff;
  background: #fff;
}
.cta.white:hover { 
  background-color: #29367C; 
  color: #FFFFFF;
  border: 1px solid #fff;
}
/* Estilos Header */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .vetor-colorido {
  position: absolute;
  bottom: 0;
  left: 0;
}
.secao-cabecalho{
	background-color: #fff;
  width: 100%;
  filter: drop-shadow(0px -11px 41.3px rgba(0, 0, 0, 0.25));
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 100%;
  max-width: 230px;
}
.navbar a {  
  color: #202020;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  transition: ease-in-out .2s;
	position: relative;
  text-transform: uppercase;
}
.navbar .menu-item {
  position: relative;
}
/* .navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  background-image: url('assets/img/vetor-menu.svg');
  background-position: center;
  z-index: 99999999;
} */
.navbar .menu-item a:hover:before,
.current-menu-item a:before{
  content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
  transform: translateX(-50%);
	width: 40px;
	height: 2px;
  background: #0096B8;
}
.navbar-brand:hover {
  border: none !important;
}
.navbar a.cta{
  padding: 10px 35px;
  color: #fff;
  font-size: .85em;
}
.navbar a.cta:hover{
  color: #29367C;
}
#modalConsulting  .modal-dialog {
  max-width: 750px;
}
#modalConsulting .modal-content {
  background: transparent;
  border: 0;
}
#modalConsulting .modal-header {
  border: 0;
  padding-top: 80px;
}
#modalConsulting .modal-body {
  border-radius: 29px;
  background: #F5F5F5;
  padding: 20px;
}
#modalConsulting .modal-body .titulo {
  font-weight: 600;
  font-size: 1.6em;
}
#modalConsulting .modal-body .formulario {
  margin-top: 40px;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario form.invalid .wpcf7-response-output,
.formulario form.sent .wpcf7-response-output, 
.formulario form.failed .wpcf7-response-output{
	border: none;
	position: relative;
}
.formulario form.invalid .wpcf7-response-output::before,
.formulario form.sent .wpcf7-response-output::before, 
.formulario form.failed .wpcf7-response-output::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-image: url('https://365innovator.com/wp-content/uploads/2024/07/multiplication_17385208.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.formulario form.sent .wpcf7-response-output::before {	
	background-image: url('https://365innovator.com/wp-content/uploads/2024/07/check_16322615.svg');
}
.formulario .form-control {
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  height: 50px;
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}
.formulario textarea.form-control {
  height: auto;
}
.formulario .form-control:focus {
  border: 1px solid #0096B8;
  outline: none;
  box-shadow: none;
}
.formulario .form-control::placeholder {
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}
/* 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: #b5b5b5;
  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: #0096B8;
}
.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.7s;
  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: #b5b5b5;
  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.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;
}
.navbar .sub-menu a {
  color: #202020;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
  line-height: 110%;
  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 {  
	font-weight: 700;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
.menu-item-has-children::after {
	content: '<';
	position: absolute;
	bottom: -2px;;
	right: 2px;
	font-size: 1em;
	transform: rotate(270deg);
}
/* Página inicial */
.banner-principal {
  position: relative;
  padding: 50px 0 60px 0;
}
.banner-principal .slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active {
  width: 40px;
}
.slick-dots li button:before {
  font-size: 0;
  background: transparent;
  border: 2px solid #0096B8;
  border-radius: 50%;
  opacity: .5;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #0096B8;
  width: 40px;
  border-radius: 100px;
  border: 2px solid transparent;
}
.slick-dots li button {
  padding: 0;
}
.slick-arrow {
  background: #0096B8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: #0096B8;
}
.titulo {
  color: #202020;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; 
  margin-bottom: 20px;
  position: relative;
}
.titulo.white {
  color: #fff;
}
.texto .cta {
  margin-top: 40px;
}
.texto p {
  color: #202020;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.secao-aplicativos {
  padding: 100px 0;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.secao-aplicativos .img-absolute {
  position: absolute;
  left: 0;
  top: -20px;
  width: 200px;
}
.secao-aplicativos .apps {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 800px;
}
.apps .logo {
  width: 250px;
  padding: 10px;
}
.apps .logo .box {
  border-radius: 29.145px;
  background: #FFF;
  box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
  padding: 50px;
  height: 130px;
}
.servicos {
  padding: 60px 0 0 0;
}
.servicos .texto {
  margin-bottom: 40px;
}
.servicos .box {
  background: #0096B8;
  height: 380px;
  padding: 40px 50px;
  position: relative;
}
.servicos .microsoft-fabric {
  background: #007995;
}
.servicos .power-platform {
  background: #29367C;
}
.servicesCarrousel{
	margin-bottom: 40px !important;
}
.servicos .box .texto img{
  filter: brightness(0) invert(1);
  width: 100px;
  height: 70px;
  object-fit: contain;
}
.servicos .box .texto h3 {
  color: #FFF;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 100.563%;
  margin: 20px 0 30px 0;
}
.servicos .box .texto p {
  color: #FFF;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.servicos .box .link{
  position: absolute;
  bottom: 30px;
  right: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: .85em;
}
.servicos .box .link svg{
  width: 25px;
}
#home #sobre {
  position: relative;
  overflow: hidden;
}
#home #sobre .img-absolute:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
}
#home #sobre .cta{
  position: relative;
  overflow: hidden;
}
#home #sobre .item{
  margin: 20px 0;
}
#home .blog {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 100%);
}

/* Página Interna Service */
#service .secao-principal .texto img{
  margin-bottom: 10px;
}
#service h1 {
  font-weight: 500;
}
.info .box img {
    max-width: 80px; /* Limit icon size */
    max-height: 80px;
    object-fit: contain;
  }
.info {
  padding: 0 0 60px 0;
  position: relative;
}
.info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.info .titulo {
  font-weight: 400;
  margin-bottom: 60px;
}
.info .texto1 {
  color: #202020;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.info .box {
  border-radius: 29.145px;
  background: #FFF;
  box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
  height: auto; 
  min-height: 200px; 
  padding: 20px; 
  margin-bottom: 20px;
}
.info .box h4 {
  color: #202020;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 10px 0 15px 0;
}
.info .cta {
  margin-top: 40px;
}
/* Página About us */
#sobre .secao-principal {
  padding: 60px 0;
}
#sobre .secao-principal h1{
  margin-bottom: 30px;
  color: #202020;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
#sobre .secao-principal h1 strong{
  font-weight: 600;
}
#sobre .secao-principal p{
  margin-bottom: 15px;
}
#sobre .secao-principal .right {
  position: relative;
}
#sobre .secao-principal .right .thumb {
  border-radius: 300px 50px 50px 50px;
}
#sobre .secao-principal .right .img-absolute {
  position: absolute;
  right: 10px; /* Adjust position */
  bottom: 10px; /* Lift off bottom */
  width: 80px; /* Constrain size */
  z-index: -1;
}
#sobre .pilares {
  padding: 60px 0;
  background: #F5F5F5;
}
#sobre .pilares .titulo{
  font-weight: 400;
  margin-bottom: 60px;
}
#sobre .pilares .box {
  height: 240px;
  padding: 30px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#sobre .pilares .col-md-4:last-child .box {
  border-right: 0;
}
#sobre .pilares .box h4 {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 15px 0;
}
#sobre .pilares .box span {
  position: absolute;
  left: 30;
  bottom: 0;
  color: #202020;
  font-family: Lato;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  opacity: .2;
}
#sobre .banner-secundario {
  padding: 60px 0;
}
#sobre .motivos {
  padding: 60px 0;
  background: #F5F5F5;
}
#sobre .motivos .titulo{
  font-weight: 400;
  margin-bottom: 60px;
}
#sobre .motivos .box {
  border-radius: 29.145px;
  background: #FFF;
  box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
  height: 300px;
  padding: 30px;
}
#sobre .motivos .box svg {
  width: 50px;
}
#sobre .motivos .box h4 {
  color: #202020;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 10px 0 15px 0;
}

/* Página Notícias */
.blog {
  padding: 60px 0;
}
.blog .posts .box {
  display: block;
  margin-bottom: 20px;
  border-radius: 0 0 30px 30px;
  background: transparent;
  transition: ease-in-out .2s;
  padding: 10px;
}
.blog .posts .box:hover {  
  background: #FFF;
  box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
}
.blog .posts .box .topo{
  position: relative;
}
.blog .posts .box .topo img{
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.blog .posts .box .texto {
  padding: 30px;
  height: 100%;
}
.blog .posts .box h2 {
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin: 15px 0 20px 0;
}
.blog .posts .box .texto .data span{
  color: #202020;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.blog .posts .box .link {
  color: #000;
  font-size: 11.458px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.blog .posts .box .link svg{
  margin-left: 5px;
  width: 25px;
  height: 25px;
}
.blog .page-numbers {
  border: 1px solid #0096B8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 10px;
}
.blog .page-numbers.current,
  .blog .page-numbers:hover {
  background: #0096B8;
  color: #fff;
}


/* Página Notícia interna */
#blog.single .secao-principal {
  padding: 60px 0;
}
#blog.single .postagem .data span {
  color: #202020;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
#blog.single .titulo {
  font-weight: 500;
  margin: 15px 0 30px 0;
}
.single .thumb-post {
  border-radius: 10px;
  margin-bottom: 30px;
}
.single .texto-post p,
.single .texto-post li {
  color: #202020;
  font-family: Lato;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.single .texto-post li {
  line-height: 14px;
  margin-bottom: 2px;
}
.single .texto-post img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.single .texto-post h2,
.single .texto-post h3{
  font-size: 1.5em;
}
.single .texto-post h3 {
  font-size: 1.3em;
}
.share h4 {
    margin: 30px 0;
    text-align: center;
    font-weight: 500
}
.share a {
    color: #fff;
    padding: 10px;
    font-size: 1em;
	border-radius: 5px;
    cursor: pointer;
	width: 100px;
	display: block;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.share a::last-child {
	margin-right: 0;
}
.share .facebook a {
    background-color: #37589b
}

.share .twitter a {
    background-color: #3caef0
}

.share .linkedin a {
    background-color: #0c78b9
}

.share .whatsapp a {
    background-color: #00b74c
}

.share .mail a {
    background-color: #1D225C
}
.single .relacionados {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 100%);
  padding: 60px 0;
}

/* Página Careers */
#careers .titulo {
  font-weight: 500;
  margin-bottom: 40px;
}
#careers .secao-principal .texto p {
  margin-bottom: 15px;
}
#careers .secao-principal h1{
  margin-bottom: 30px;
  color: #202020;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.faq {
  padding: 60px 0;
}
.faq .card {
  border: 0;
  margin-bottom: 15px;
  background: #fff;
  filter: drop-shadow(0px 4px 100px #DBDBDB);
  border-radius: 10px !important;
}
.faq .card-header {
  background: #fff;
  border: 0;
}
.faq .card-header button {
  color: #202020;
  font-family: Lato;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.faq .card-body p{
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 15px;
}
.faq .card-body h2{
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  margin-bottom: 20px;
}
#careers .box-formulario {
  border-radius: 20px;
  background: #0096B8;
  padding: 60px 0;
  position: relative;
}
#careers .box-formulario .img-absolute{
  position: absolute;
  top: 80px;
  left: 20px;
  width: 120px;
}
#careers .secao-contato {
  padding: 60px 0;
}
/* Página Interna Training */
#training .titulo {
  font-weight: 500;
  margin-bottom: 40px;
}
#training .cta {
  padding: 15px 30px;
}
#training .secao-principal .titulo {
  margin-bottom: 20px;
}
#training .secao-principal .tag {
  display: block;
  border-radius: 5px;
  border: 2px solid #0096B8;
  background: #EAF5F8;
  width: 90%;
  color: #202020;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding: 15px 35px;
  margin-bottom: 20px;
}
#training .secao-principal p {
  margin-bottom: 15px;
}
#training .secao-principal .box {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 40px;
}
#training .secao-principal .box .data {
  color: #202020;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 20px;
}
#training .secao-principal .box .horario {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.21);
  width: fit-content;
  margin-bottom: 30px;
  padding: 5px 10px;
}
#training .secao-principal .box .horario span{
  color: #202020;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  display: inline-block;
  padding: 0 5px;
}
#training .info {
  padding: 60px 0;
}
#training .info::after {
  content: none;
}
#training .topicos {
  padding: 60px 0;
  background: #F5F5F5;
}
#training .topicos .box{
  margin: 0 0 10px 0;
}
#training .faq .card-header button {
  font-size: .85em;
}
#training .mentor{
  padding: 60px 0;
}
#training .mentor img{
  border-radius: 10px 100px 10px 100px;
  height: 330px;
  max-width: 260px;
  object-fit: cover;
}
#training .mentor p{
  margin-bottom: 15px;
}
/* Página Partner */
#partner .secao-principal {
  padding: 60px 0;
}
#partner .secao-principal h1{
  margin-bottom: 30px;
  color: #202020;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#partner .secao-principal h1 strong{
  font-weight: 600;
}
#partner .secao-principal p{
  margin-bottom: 15px;
}
#partner .apps {
  padding: 60px 0;
  background: #F5F5F5;
}

/* Página Contato */
#contato .secao-principal {
  background: #F5F5F5;
  padding: 60px 0 80px 0;
  position: relative;
}
#contato .secao-principal .img-absolute{
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
#contato h1{
  color: #202020;
  text-align: center;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  margin-bottom: 40px;
}
#contato .endereco .titulo {
  margin-bottom: 10px;
  font-weight: 500;
}
#contato .endereco p {
  color: #202020;
  text-align: center;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}
#contato .endereco .mapa iframe {
  width: 100%;
  height: 500px;
}


/* Footer */
footer {
  background: #0096B8;
}
footer .banner {
  padding: 100px 0;
  background-position: right;
}
footer .banner .titulo {
  margin-bottom: 30px;
}
footer .copy { 
  padding: 20px 0;
}
footer .copy p {
  color: #FFF;
  text-align: center;
  font-size: .9em;
  font-style: normal;
  font-weight: 300;
  line-height: 136.9%;
  letter-spacing: 0.455px;
}
footer .copy a {
  color: #FFF;
  text-align: right;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 136.9%;
  letter-spacing: 0.7px;
  transition: ease-in-out .2s;
}
footer .copy a:hover {
  opacity: .7;
}
footer .social svg{
  width: 30px;
}
footer .navbar-brand {
  margin-right: 20px;
}
/* Animação */
[data-anime]{
  opacity: 1;
  transform: none;
  transition: .12s;
  transition-delay: .2s;
}
[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);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar a {
    line-height: 1.5em;
    text-align: left;
    color: #0096B8;
  }
  .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;
  }
  .navbar a.cta {
    padding: 5px 10px;
    font-size: .8em;
  }
}
@media (max-width: 768px) { 
  .titulo {
    font-size: 1.8em;
  }
  .banner-principal .texto {
    margin-bottom: 30px;
  }
  .secao-aplicativos {
    padding: 40px 15px;
  }
  .secao-aplicativos .img-absolute {
    width: 100px;
  }
  .secao-aplicativos .apps {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 30px;
  }
  .secao-aplicativos .apps .logo {
    width: 100%;
	padding: 10px;
  }
  .apps .logo .box {
    padding: 15px;
    height: auto;
  }
  .servicos {
    padding: 40px 30px;
  }
  .servicos .box {
    height: auto;
    padding: 30px;
  }
  .servicos .box1 {
    height: auto;
    padding: 100px;
  }
  .servicos .box .texto {
    padding: 0 15px 40px 15px;
  }
  #sobre .secao-principal {
    padding: 40px 15px;
  }
  #sobre .secao-principal .right {
    position: relative; /* Reset positioning */
    margin-top: 20px; /* Space between text and image */
  }
  #home .blog {
    padding: 40px 15px;
  }
  footer .banner {
    padding: 40px 15px;
  }
  footer .copy {
    justify-content: center;
  }
  footer .copy p {
    margin: 15px 0;
  }
  #modalConsulting .modal-body {
    padding: 20px 10px;
  }
  #blog.single .secao-principal,
  .single .relacionados {
    padding: 40px 15px;
  }
	#blog.single .share a {
		width: 50px;
	}
  .blog .posts .box {
    padding: 0;
  }
  #service .secao-principal {
    padding: 20px 15px;
  }
  #service .secao-principal .texto{
    margin-bottom: 20px;
  }
  .info {
    padding: 20px 15px;
  }
  .info .titulo {
    font-size: 1.5em; /* Smaller title */
    margin-bottom: 20px;
  }
  .info .box {
    margin-bottom: 15px;
  }
  #sobre .pilares {
    padding: 40px 15px;
  }
  #sobre .pilares .box {
    padding: 0;
    padding-bottom: 60px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: auto;
  }
  #sobre .banner-secundario {
    padding: 40px 30px;
  }
  #sobre .motivos {
    padding: 40px 15px;
  }
  #sobre .motivos .titulo {
    margin-bottom: 20px;
  }
  #sobre .motivos .box {
    height: auto; /* Remove fixed height */
    min-height: 250px; /* Optional minimum */
    padding: 20px;
  }
  .blog {
    padding: 40px 30px;
  }
  #careers .secao-principal {
    padding: 40px 15px;
  }
  .faq {
    padding: 40px 15px;
  }
  #careers .secao-contato {
    padding: 40px 30px;
  }
  #training .titulo {
    margin-bottom: 20px;
  }
  #training .secao-principal,
  #training .info {
    padding: 40px 15px;
  }
  #training .secao-principal .box {
    padding: 20px;
  }
  #training .topicos .box {
    justify-content: center;
    margin-bottom: 15px;
  }
  #training .faq .card-header button {
    text-align: left;
  }
  #training .faq .card-header button svg{
    width: 30px;
  }
  #training .mentor {
    padding: 40px 30px;
  }
  #training .mentor img {
    margin-bottom: 20px;
  }
  #partner .secao-principal {
    padding: 40px 30px;
  }
  #partner .secao-principal .right {
    margin-top: 30px;
  }
  #partner .apps {
    padding: 40px 15px;
  }
  #contato .secao-principal {
    padding: 40px 15px 80px 15px;
  }
  #contato .endereco .texto{
    padding: 10px 15px 0 15px;
  }
}