body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.bg-topbar {
  background-color: #337cc1;
}

.intro-banner {
  z-index: -10;
}

.sobre-bg {
  background-image: url(../img/bg-gracie.jpg);
  backgrond-size: cover;
}

.sobre h1 {
  font-size: 32px;
  color: #337cc1;
}

.sobre h1::after {
  content: '';
  display: block;
  background-color: red;
  width: 100px;
  height: 2px;
  margin: 5px auto;
}

.sobre p {
  font-size: 15px;
  font-weight: 500;
  margin: 25px auto 0 auto;
  max-width: 900px;
}

.numbers {
  background: #fff;
  -webkit-box-shadow: 5px 5px 40px 5px rgba(7,54,95,0.10); 
  box-shadow: 5px 5px 40px 5px rgba(7,54,95,0.10);
}

.bg-icon {
  min-height: 200px;
  background-color: #337cc1;
  border-radius: 20px;
}

.numbers-text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 12px 0;
}

.bg-numbers-two {
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 40px 5px rgba(7,54,95,0.10); 
  box-shadow: 5px 5px 40px 5px rgba(7,54,95,0.10);
}

.bg-numbers-two h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #337cc1;
}

.bg-numbers-two p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #337cc1;
}

.programa h3 {
  color: #337cc1;
  font-size: 3rem;
}

.programa h3 span {
  display: block;
  font-weight: 800;
}

.programa h3::before {
  content: '';
  display: block;
  background-color: red;
  width: 100px;
  height: 5px;
  border-radius: 10px;
  margin: 15px 0;
}

.programa p {
  font-weight: 500;
  font-size: 18px;
}

.programa a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: red;
  padding: 10px 50px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.programa a:hover {
  transform: scale(0.90);
}

iframe {
  border-radius: 50px;
}

.agendar {
  background: url(../img/bg-aluno.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}

.agendar h2 {
  color: #337cc1;
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
}

.agendar h3 {
  color: #337cc1;
  font-size: 1.7rem;
  font-style: italic;
}

.agendar a {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: red;
  padding: 5px 25px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.agendar a:hover {
  transform: scale(0.90);
}

.depoimentos h3 {
  color: #337cc1;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.depoimentos h3::after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  border-radius: 10px;
  background: red;
  margin: 5px auto;
}

.box-depoimento {
  cursor: pointer;
  border-radius: 8px;
  background: #337cc1;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.06);
  box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.06);
}

.box-depoimento p {
  text-align: left;
  font-size: 0.9rem;
  padding: 0 10px;
  height: 230px;
  overflow-y: scroll;
}

.box-depoimento p::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.box-depoimento p::-webkit-scrollbar-track {
  background: transparent;
  padding: 2px;
}

.box-depoimento p::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.img-depoimento {
  display: inline-flex;
  margin: 0 auto;
  max-width: 32px;
}

.contato {
  background: url(../img/bg-contato.jpg);
  background-position: center;
  background-size: cover;
}

.contato h2 {
  color: #337cc1;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
}

.contato h3 {
  color: #337cc1;
  font-size: 2rem;
  font-style: italic;
}

.contato a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: red;
  padding: 10px 50px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.contato a:hover {
  transform: scale(0.90);
}

.logo-contato {
  width: 150px;
}

.footer-links {
  display: flex;
  margin: 0 auto;
  margin-top: -30px;
}

.footer-links li:nth-child(n+1):nth-child(-n+3) {
  padding: 0 30px;
  border-right: 2px solid #337cc1;
}

.footer-links li:nth-last-child(1) {
  padding: 0 30px;
}

.footer-links li a {
  color: #337cc1;
  font-weight: bold;
  font-size: 1.05rem;
}

.footer-icons {
  display: flex;
  margin: 0 auto;
}

.dev-footer {
  color: #337cc1;
  font-size: 1rem;
  font-weight: bold;
}

.dev-footer img {
  width: 24px;
}


.social-icons {
  color: #337cc1;
}

/* WHATSAPP BUTTON */
.wa img {
  margin-top: 4px;
  max-width: 30px;
  vertical-align: middle;
}
.wa a {
  display: block;
  height: 100%;
  width: 100%;
}
.wa:hover {
  background: #41a79d;
}

.wa {
  background: #0ba360;
  border-radius: 50%;
  bottom: 80px;
  height: 50px;
  padding: 5px;
  position: fixed;
  right: 26px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  z-index: 99999;
}

@media (min-width: 769px) { 
  .wa {
      bottom: 30px;
      right: 40px;
  }
}


.wa::after,
.wa::before {
  -webkit-border-radius: 50%;
  animation: WaveWhatsApp 1.5s ease infinite;
  border: 4px solid #0ba360;
  bottom: -10px;
  content: '';
  left: -10px;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: -10px;
}
.wa::after {
  animation-delay: 0.5s;
}
@keyframes WaveWhatsApp {
  0% {
      transform: scale(0.5);
  }
  50% {
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  display: none;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-prev, .swiper-button-next {
  color: #337cc1 !important;
  margin: 0 -10px;
}

.nav-mobal {
  display: none;
}

.bg-navbar {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 10 !important;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2); 
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2); 
}

.navbar {
  background: white;
  z-index: 10;
}

.img-logo {
  display: flex;
}

.links-nav {
  display: flex;
}


.links-nav li {
  font-size: 13px;
  transition: .15s;
}

.links-nav a {
  font-size: 15px;
  font-weight: 600;
  color: #337cc1;
  transition: .2s;
}

.links-nav li:nth-child(n+1):nth-child(-n+3) {
  border-right: 2px solid #337cc1;
}

.links-nav a:hover {
  color: #000;
}

.btn-agendar {
  font-size: 12px;
  font-weight: bold !important;
  color: white !important;
  background: #337cc1;
  padding: 8px;
  border-radius: 5px;
  transition: .3s ease-in-out;
}

.btn-agendar:hover {
  background: #004acc;
}

.frase {
  font-size: 16px;
  font-weight: 500;
  max-width: 560px;
  text-align: justify;
}

.typing {
  text-transform: uppercase;
  color: #004acc;
}

.typing:after {
  content: '_';
  color: #004acc;
  margin-left: 8px;
  opacity: 1;
  animation: pisca .7s infinite;
}

.btn-agende {
  font-size: 12px;
  font-weight: bold !important;
  color: white !important;
  background: #004acc;
  padding: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.08); 
  box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.08);
  
}

.btn-calcular {
  font-size: 12px;
  font-weight: bold !important;
  color: white !important;
  background: #00423d;
  padding: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.08); 
  box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.08);
}

.intro-bg {
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 520px;
}

.intro {
  background-image: url(../img/banner-mobal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro h1{
  color: #337cc1;
  font-size: 3rem;
  font-style: italic;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}

.intro h1 span {
  font-weight: bold;
}

.intro p {
  color: #337cc1;
  font-weight: 500;
  font-size: 1.1rem;
  font-style: italic;
}

.intro a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  background: red;
  padding: 10px 50px;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}

.intro a:hover {
  transform: scale(0.90);
}


.solucoes-bg {
  background-image: url(../img/bg-solucoes.png);
  background-size: cover;
  margin-top: -20px;
}


.imgdemo {
  max-width: 100%;
}

.solucoes-texto {
  margin-left: -30px;
}

.text-color-one {
  color: #337cc1;
}

.text-color-two {
  color: #004acc;
}

.solucoes-chamada {
  padding-top: 80px;
}

.solucoes-chamada h2{
  text-transform: uppercase;
  color: white;
  font-size: 28px;
}

.solucoes-chamada:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin-top: 10px;
  border-radius: 3px;
  background: #337cc1;
}

.text-solucoes {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5rem;
}

.footer {
  height: 2px;
  background-color: red;
  text-align: center;
  position: relative;
  top: 2em;
}
.footer span img {
  color: #004ece;
  font-size: 30px;
  font-weight: bold;
  background-color: white;
  position: relative;
  top: -2.2em;
  padding: 0 10px;
}

.diretoria {
  height: 3px;
  background-color: #337cc1;
  text-align: center;
}
.diretoria span {
  color: #004ece;
  font-size: 30px;
  font-weight: bold;
  background-color: white;
  position: relative;
  top: -0.7em;
  padding: 0 10px;
}

.parceiros-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.parceiro-foto {
  width: 140px;
	border-radius: 50%;
	border: 4px solid white;
  transition: .7s all ease;
	box-shadow: 0 0 0 2px rgba(0,0,0,.15),
							0 0 0 4px rgba(0,0,0,.05);
}

.parceiro-foto:hover {
  opacity: 1;
  transform: scale(1.05);
}

.diretoria-nome {
  color: #004acc;
  font-size: 18px;
  font-weight: 600;
}

.diretoria-cargo {
  font-size: 12px;
  font-weight: 500;
}

.slide-nome {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.slide-data {
  color: #fff;
  font-size: 13px;
}

.slide-text {
  display: flex;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}

.chamada-principal {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  color: #00423d;
}

.infos-bg {
  margin-top: 50px;
  background: #13b790;
}

.info-item h3{
  text-align: center;
  font-size: 67px;
  font-weight: bold;
  color: #00423d;
}

.info-item p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.reuniram h3{
  font-family: 'Nunito';
  font-size: 32px;
  color: #1f4c45;
  text-align: center;
}

.reuniram-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reuniram-foto {
  opacity: .6;
  width: 120px;
	border-radius: 50%;
	border: 4px solid white;
  transition: .7s all ease;
	box-shadow: 0 0 0 2px rgba(0,0,0,.15),
							0 0 0 4px rgba(0,0,0,.05);
}

.reuniram-foto:hover {
  opacity: 1;
  transform: scale(1.05);
}

.bg-planos {
  background: #e3f2f0;
  font-family: 'Nunito', sans-serif;
  padding-bottom: 200px;
}

.planos h3 {
  text-align: center;
  font-size: 28px;
  color: #1f4c45;
}

.planos p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #1f4c45;
}


.lista-pontos {
  list-style-image: url('../img/liststyle.png');
}


.pontos-item {
  font-size: 16px;
  font-weight: 500;
  color: #1f4c47;
}

.ideal-area {
  margin-top: -160px;
}

.ideal-principal {
  background: #003e39;
  max-height: 330px;
  padding: 35px 35px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.23); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.23);
}

.ideal-principal-child {
  font-family: 'Nunito';
  max-width: 330px;
}

.ideal-principal-child h3 {
  font-size: 32px;
  font-weight: bold;
  color: white;
}

.ideal-principal-child p {
  text-align: justify;
  line-height: 1.4rem;
  font-size: 18px;
  color: white;
}

.tobring {
  margin-left: -270px;
}

.ideal-item {
  margin-top: 50px;
  background: #13b790;
  padding: 20px 30px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
}

.ideal-item h3{
  font-size: 18px;
  font-weight: bold;
  color: #1f4c47;
}

.ideal-item h4 {
  font-size: 16px;
  color: #1f4c47;
}

.ideal-item h4::after{
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 10px;
  border-radius: 3px;
}

.ideal-item ul {
  max-width: 250px;
  list-style-position: outside;
  list-style-image: url(../img/liststyle2.png);
}

.ideal-item li {
  font-size: 12px;
  font-weight: 500;
}

.text-blue {
  color: #13b790;
}

.cases {
  background: #e3f2f0;
  padding: 40px 0 40px 0;
}

.cases h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  color: #1f4c47;
}

.cases h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #1f4c47;
}

.single-box {
  height: 330px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.15);
}

.single-box img{
  border-radius: 50%;
  width: 100px;
  display: flex;
  margin: 0 auto;
}

.single-box h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #1f4c47;

}

.single-box h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #1f4c47;
}

.single-box p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  color: #1f4c47;
  padding: 0 50px 10px 50px;
}

.carousel-control-prev {
  top: -50px;
  left: -50px;
}

.carousel-control-next {
  top: -50px;
  right: -30px;

}

.carousel-control-prev-icon {
  background-image: url(../img/arrow-voltar.png);
  background-size: 15px;
}

.carousel-control-next-icon {
  background-image: url(../img/arrow-avancar.png);
  background-size: 15px;
}

.contato-form {
  border-top: 2px solid #004ece;
  border-bottom: 2px solid #004ece;
  padding: 20px 0;
}

.contato-form h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004ece;
}

.contato-form p {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #1b2b43;
  max-width: 330px;
}

.btn-enviar {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 12px 50px;
  border: none;
  border-radius: 3px;
  background: #337cc1;
  transition: .3s ease-in;
}

.btn-enviar:hover {
  transform: scale(1.05);
  box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.10);
  -webkit-box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.10);
  -moz-box-shadow: 6px 9px 13px -1px rgba(0,0,0,0.10);
}

.funcionamento {
  background: #004ece;
}

.funcionamento h2 {
  font-size: 32px;
  color: white;
}


.funcionamento h2::after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: #337cc1;
}

.funcionamento p {
  color: white;
  font-size: 20px;
  text-align: justify;
}

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

.contratar {
  background: url('../img/bgcontratar.png');
  background-size: cover;
}

.contratar h2 {
  color: white;
  font-size: 36px;
  font-weight: bold;
}

.contratar h2::after {
  content: '';
  display: block;
  position: relative;
  top: -20px;
  left: 200px;
  width: 85%;
  height: 3px;
  background: #00916e;
}

.contratar p {
  color: white;
  font-size: 17px;
}

.lista-contratar {
  color: white;
  font-size: 14px;
  font-weight: 600;
  list-style: url('../img/liststyle.png');
}

.prospeccao {
  color: white;
  background: url('../img/bgprospeccao.png');
  background-size: cover;
}

.prospeccao h2 {
  color: white;
  font-size: 36px;
  font-weight: bold;
}

.prospeccao h2::after {
  content: '';
  display: block;
  position: relative;
  top: -40px;
  left: 290px;
  width: 77%;
  height: 3px;
  background: #13b790;
}

.planos {
  height: 3px;
  background-color: #13b790;
  text-align: center;
}
.planos span {
  color: #1f4c45;
  font-size: 30px;
  font-weight: bold;
  background-color: white;
  position: relative;
  top: -0.7em;
  padding: 0 10px;
}

.item-planos {
  max-width: 300px;
  text-align: center;
  transition: .6s ease-in-out;
  cursor: pointer;
}

.item-planos:hover {
  transform: scale(1.10);
}

.item-planos h3 {
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #046d66;
}

.item-planos p {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
  background: white;
  z-index: 10;

}

.item-planos .preco {
  color: #048f85;
  font-size: 22px;
  font-weight: 700;
}

.verdeplano {
  color: #00916e;
  font-size: 18px;
  font-weight: 600;
}


.no-contract {
  color: #003e39;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.item-planos .recomendado {
  margin-top: -8px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background: #16cca1;
  box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 2px 1px 25px 0px rgba(0,0,0,0.12);
}

.contratar-plano {
  font-family: 'Nunito', sans-serif;
}

.agendar-consulta {
  color: white;
  font-weight: 500;
  background: #00916e;
  padding: 5px 12px;
  border-radius: 5px;
  transition: .3s ease-in-out;
}

.agendar-consulta:hover {
  color: white;
  background: #004938;
}

.top-return {
  color: white;
  font-size: 10px;
  font-weight: 600;
  background: #00916e;
  padding: 5px 7px;
  border-radius: 3px;
  position: fixed;
  left: 20px;
  bottom: 30px;
  opacity: .3;
  z-index: 1000;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
}

.top-return:hover {
  color: white;
  background: #046d66;
  opacity: 1;
}

.top-return-mobal {
  display: none;
  color: white;
  font-size: 10px;
  font-weight: 600;
  background: #00916e;
  padding: 5px 7px;
  border-radius: 3px;
  position: fixed;
  left: 20px;
  bottom: 30px;
  opacity: .3;
  z-index: 1000;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
}

.top-return-mobal:hover {
  color: white;
  background: #046d66;
  opacity: 1;
}

.reuniao-button {
  display: flex;
  color: white;
  font-size: 14px;
  font-weight: 600;
  background: #13b790;
  padding: 10px 15px;
  border-radius: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.30); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.30);
}

.reuniao-button:hover {
  color: white;
}

.wa-button {
  bottom: 75px !important;
}


.section-cookies {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
}
  .active {
    display: block;
  }

  .hide {
    display: none;
  }

.cookies {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

  .cookies-text {
    font-weight: bold;
   }

  .cookies-text_title {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .cookies-content {
    margin: 15px 0;
    color: white;
    transition: all 0.6s;
  }

.button {
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  color: white;
  background: red;
  border-radius: 20px;
}

.button:hover {
  color: white;
}

@media (min-width: 986px) {

  .section-cookies {
    padding: 15px 0;
   }

    .cookies {
      flex-direction: row;
    }

      .cookies-content {
        margin-left: 40px;
        margin-top: 0;
        margin-bottom: 0;
      }
}

.menubar {
  background: #004ece;
  -webkit-box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.4);
  box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.4);
}

.menubar a {
  color: #fff;
  font-size: 14px;
}

.menubar li:nth-child(1):after {
  content: "»";
  display: inline-block;
  margin: 0 20px;
  color: #fff;
}

.page-title {
  font-size: 36px;
  font-weight: 800;
  color: #004ece;
}

.grid-ggti {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "header1 header1 header1 bloco1 bloco1"
        "descricao1 descricao1 descricao1 descricao1 descricao1";
    width: 100%;
}

.grid-ggti h3 {
  grid-area: header1;
  background-color: #004ece;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.grid-ggti .right {
  grid-area: bloco1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto-associado {
  color: #929292;
  font-weight: 500;
}

.texto-grid {
  grid-area: descricao1;
  padding: 5px 25px;
  font-size: 18px;
  display: flex;
  color: #444;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  text-align: justify;
}

.texto-grid h4 {
  color: #004acc;
  font-weight: bold;
  font-size: 32px;
}

.texto-grid h4:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #337cc1;
  border-radius: 50%;
  border: 1px solid #004acc;
  margin-right: 15px;
  position: relative;
  top: -6px;
}

.texto-grid p {
  font-size: 14px;
}

.texto-grid .sub-title {
  font-size: 20px;
  font-weight: 500;
}

.diretoria-texto {
  color: #004acc;
  font-size: 30px;
}

.foto-diretoria {
  position: relative;
  color: #fff;
  cursor: pointer;
} 

.foto-diretoria img {
  border-radius: 8px;
  width: 210px;
  height: 100%;
}

.foto-diretoria:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 8px;
  opacity: .2;
}

.foto-diretoria p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 25px 30px 25px;
  margin: 0;
  font-size: 16px;
  text-shadow: 2px 2px 4px #000000;
}

.foto-diretoria p span {
  text-transform: uppercase;
  font-size: 14px;
}

.title-modal {
  font-size: 28px;
  font-weight: 800;
  color: #222;
}

.modal-dialog {
  max-width: 900px;
}

.cargo-modal {
  font-size: 18px;
  color: #929292;
}

.text-modal {
  color: #929292;
  font-size: 14px;
}

.link-form {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 14px;
  background-color: #004acc;
  transition: .35s ease-in-out;
}

.link-form:hover {
  color: #fff;
  background-color: #337cc1;
  transform: scale(0.95);
}

/* EFFECTS */

@keyframes pisca {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.js [data-anime] {
	opacity: 0;
}

.js .fadeInUp {
	transform: translate3d(0, 80px, 0);
}

.js .fadeInDown {
	transform: translate3d(0, -80px, 0);
}

.js .fadeInRight {
	transform: translate3d(80px, 0, 0);
}

.js .fadeInLeft {
	transform: translate3d(-80px, 0, 0);
}

.js .anime {
	opacity: 1;
	transform: none;
	transition: opacity 800ms, transform 800ms;
}


.animate {
	opacity: 0;
	transform: translate3d(0px, -50px, 0px);
	transition: .7s all ease;
}


.anime-init {
	opacity: 1;
	transition: .7s all ease;
	transform: translate3d(0px, 0px, 0px);
}

.anime-bottom {
	opacity: 0;
	transform: translate3d(0px, 50px, 0px);
	transition: .7s all ease;
}

.anime-bottom-init {
	opacity: 1;
	transition: .7s all ease;
	transform: translate3d(0px, 0px, 0px);
}

.anime-left {
	opacity: 0;
	transform: translate3d(-50px, 0px, 0px);
	transition: .7s all ease;
}


.anime-left-init {
	opacity: 1;
	transition: .7s all ease;
	transform: translate3d(0px, 0px, 0px);
}

.ideal-area-mobal {
  display: none;
}

.below {
  visibility: hidden;
}




/* RESPONSIVE */


@media only screen and (max-width: 360px) {

  .btn-agende {
    display: inline-block;
    margin-bottom: 10px;

  }

  .btn-calcular {
    display: inline-block;
  }

  .ideal-principal-mobal-child h3 {
    font-size: 26px !important;
    margin-top: 10px !important;
  }

  .ideal-principal-mobal-child p {
    font-size: 14px !important;
    margin-top: 10px !important;
  }

  .ideal-item-mobal {
    max-width: 250px !important;
  }
}


@media only screen and (max-width: 400px) {

  .btn-agende {
    font-size: 10px;
  }

  .btn-calcular {
    font-size: 10px;
  }

  .ideal-principal-mobal {
    margin-bottom: 13px;
  }

  .ideal-principal-mobal-child p {
    font-size: 16px !important;
    margin-top: 10px !important;
  }

  .reuniao-button {
    display: none;
  }
}


@media only screen and (max-width: 600px) {

  .footer-links {
    display: block;
  }

  .footer-links li:nth-child(n+1):nth-child(-n+3) {
    border-right: none;
  }
  
  .video-gb {
    width: 90vw;
    max-height: 200px;
  }

  .img-mestre {
    max-width: 300px;
  }

  .solucoes-texto {
    padding: 30px;
    margin-left: 0 !important;
  }

  .solucoes-chamada {
    padding-top: 20px;
  }

  .text-solucoes {
    text-align: justify;
    font-size: 16px;
  }

  .contratar h2::after {
    display: none;
  }
  
  .prospeccao h2::after {
    display: none;
  }
  
  .img-logo {
    width: 80px;
  }

  .top-return {
    display: none;
  }

  .top-return-mobal {
    display: flex !important;
  }

  .wa-button {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {

  .onright {
    display: none;
  }
  
  .below {
    visibility: visible;
  }
}

@media only screen and (max-width: 900px) {

  .img-reuniao {
    display: none;
  }

  .parceiro-foto {
    width: 80px;
  }
  
  .solucoes-texto {
    padding: 30px;
    margin-left: 0 !important;
  }

  .grid-ggti {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "header1 header1 header1 header1 header1"
        "bloco1 bloco1 bloco1 bloco1 bloco1"
        "descricao1 descricao1 descricao1 descricao1 descricao1";
}

  .grid-ggti .right {
    grid-area: bloco1;
  }

}


@media (min-width: 979px) and (max-width: 1220px) {

  .reuniram-foto {
    width: 90px;
  }

  .tobring {
    margin-left: -100px !important;
  }

  .contratar h2::after {
    width: 78%;
  }
  
  .prospeccao h2::after {
    width: 65%;
  }

}
  


@media (min-width: 1221px) and (max-width: 1400px) {

.img-reuniao {
  max-width: 700px;
  margin-left: -150px;
  margin-top: 70px;
}

.tobring {
  margin-left: -180px;
}

.contratar h2::after {
  width: 70%;
}

.prospeccao h2::after {
  width: 65%;
}

}


@media only screen and (max-width: 978px) {

  .cases {
    display: none;
  }

  .solucoes-bg {
    margin-top: -20px;
  }

  .ideal-area {
    display: none;
  }

  .ideal-area-mobal {
    display: block;
    margin-top: -160px;
  }

  .ideal-principal-mobal {
    background: #003e39;
    max-height: 330px;
    padding: 35px 35px;
    border-radius: 3px;
  }
  
  .ideal-principal-mobal-child {
    font-family: 'Nunito';
  }
  
  .ideal-principal-mobal-child h3 {
    font-size: 32px;
    font-weight: bold;
    color: white;
  }
  
  .ideal-principal-mobal-child p {
    text-align: justify;
    line-height: 1.4rem;
    font-size: 18px;
    color: white;
  }

  .ideal-item-mobal {
    max-width: 300px;
    margin-top: -20px;
    margin-left: 20px;
    background: #13b790;
    padding: 20px 30px;
    border-radius: 3px;
  }
  
  .ideal-item-mobal h3{
    font-size: 18px;
    font-weight: bold;
    color: #1f354c;
  }
  
  .ideal-item-mobal h4 {
    font-size: 16px;
    color: #1f354c;
  }
  
  .ideal-item-mobal h4::after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 10px;
    border-radius: 3px;

  }
  
  .ideal-item-mobal ul {
    list-style-position: outside;
    list-style-image: url(../img/liststyle2.png);
  }
  
  .ideal-item-mobal li {
    font-size: 12px;
    font-weight: 500;
  }

  .bg-navbar {
    display: none;
  }
  
  .nav-mobal {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 2px solid #f2f2f4;
      margin-bottom: 10px;
    }
    
  
  #nav {
      visibility: visible;
    }
    
    #menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 195px;
      right: 0;
      gap: 1rem;
      background: #fff;
      height: 0;
      transition: .6s;
      z-index: 1000;
      visibility: hidden;
      overflow-y: hidden;
    }
    
    #nav.active #menu {
      height: calc(100vh - 129px);
      visibility: visible;
      overflow-y: auto;
    }
  
    #menu li {
      padding: 1rem 0;
      margin: 0 1rem;
      border-bottom: 2px solid #f2f2f4;
    }
    
    #menu a {
      font-size: 16px;
      font-weight: 500;
      color: #337cc1;
      padding: 10px 0;
      transition: 0.15s;
    }
    
    
    #menu a:hover {
      color: #337cc1;
      
    }
    
    #btn-mobile {
      display: flex;
      padding: .5rem 1rem;
      font-size: 1rem;
      color: #337cc1;
      border: none;
      background: none;
      cursor: pointer;
      gap: .5rem;
    }
    
    #hamburguer {
      color: #337cc1;
      display: block;
      border-top: 2px solid;
      width: 20px;
    }
    
    #hamburguer::after, #hamburguer::before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: currentColor;
      margin-top: 5px;
      transition: .3s;
      position: relative;
    
    }
    
    #nav.active #hamburguer {
      border-top-color: transparent;
    }
    
    #nav.active #hamburguer::before {
      transform: rotate(135deg);
    }
    
    #nav.active #hamburguer::after {
      transform: rotate(-135deg);
      top: -7px;
  }
  
  
  }
