img {
  max-width: 100%;
}

i {
  font-style: normal;
}

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

.top-bar {
background-color: #323174;
width: 100%;
height: 5px;
}

.header {
background: url('../img/headerbg.jpg');
background-repeat: no-repeat;
background-size: auto;
}

.menu {
display: flex;
justify-content: center;
padding: 20px 0;
}


.nav {
z-index: 9999;
justify-content: center;
}

.nav-mobal {
display: none;
}


.btn-menu {
color: #fff;
background: #323174;
padding: 5px 25px;
transition: all .3s;
-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.48);
box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.48);
}

.border-nav {
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
}

.border-nav2 {
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
}


.nav a:hover {
color: #a7a5ec;
}

.area-banner {
margin-top: -9px;
height: 575px;
background: url('../img/bgbanner.jpg');
background-size: cover;
background-position: center;
z-index: 0;
}

.area-banner h1 {
max-width: 700px;
color: #323174;
margin-top: 190px;
margin-left: 60px;
line-height: 3.2rem;
}

.area-banner h1::after {
margin: 10px 0 30px 0;
content: "";
display: block;
background-color: #403f95;
height: 3px;
border-radius: 5px;
width: 115px;
}

.text-big {
font-size: 48px;
font-weight: bold;
}

.text-small {
font-size: 36px;
font-weight: 300;
}

.quem-somos {
background: url('../img/bgsobre.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.quem-somos h3{
font-size: 34px;
color: #333275;
font-weight: bold;
}

.about {
padding: 100px 0;
}

.quem-somos h3:after {
margin: 20px 0 30px 0;
content: "";
display: block;
background-color: #403f95;
height: 2px;
width: 115px;
}

.quem-somos p{
font-size: 22px;
color: #81858e;
text-align: justify;
}

.saiba-mais {
color: #fff;
background: #403f95;
padding: 5px 30px;
border-radius: 16px;
font-weight: 500;
transition: .3s ease-in-out;
}

.saiba-mais:hover {
color: #fff;
background: #323174;
padding: 5px 50px;
}

.marcas {
background: url('../img/bgclientes.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.marcas h3 {
font-size: 30px;
font-weight: 600;
color: #fff;
text-align: center;
}

.marcas h3:after {
content: "";
display: block;
margin: 10px auto;
width: 80px;
height: 4px;
background: #7f85f0;
border-radius: 2px;
}

.marcas img {
max-width: 150px;
}

.depoimentos h3 {
font-size: 36px;
font-weight: 600;
color: #323174;
text-align: center;
}

.depoimentos p {
font-size: 20px;
font-weight: 300;
letter-spacing: 0.3rem;
color: #323174;
text-align: center;
}

.card-depoimento {
min-height: 270px;
padding: 20px;
border: 2px solid #7e8ead;
border-radius: 12px;
}


.card-depoimento p{
font-size: 12px;
color: #7e8ead;
}

.card-depoimento h4 {
font-size: 16px;
color: #7e8ead;
}

.card-depoimento h3 {
font-size: 16px;
color: #226b90;
font-weight: 500;
}

.newsletter {
background: url('../img/bgcontato.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.newsletter h3 {
text-transform: uppercase;
color: #fff;
font-size: 34px;
font-weight: bold;
}

.newsletter h4{
text-transform: uppercase;
color: #fff;
font-size: 24px;
font-weight: 300;
}

form label {
color: #fff;
font-size: 19px;
}

.form-control {
background: #fff0 !important;
}

.form-control:focus{
background: #fff !important;
}

.btn-enviar {
display: block;
width: 100%;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
color: #323174;
padding: 12px 50px;
border: none;
border-radius: 3px;
transition: all .5s;
-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.3);
box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.3);
}

.btn-enviar:hover {
background: #323174;
color: #fff;
}

.footer span {
font-size: 15px;
color: #989898;
}

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

.span {
display: inline-block;
}

.footer i {
background-color: #323174;
color: #fff;
font-size: 13px;
padding: 7px;
border-radius: 14px;
} 

.footer a i:hover {
background-color: #212075;
}

.mySwiperMobal {
  display: none !important;
}

.dep-mobal {
  display: none;
}

/* NAVEGATION */

.navegation {
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 2px solid #0e0129;
  margin-bottom: 30px;
  margin-top: -10px;
}


.navegation-links {
  margin-left: 1%;
}


.navegation-links li {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.15s;
}

.navegation-links li::after {
  top: 0;
  height: 100%;
  width: 1px;
  right: 0;
  background-color: #d9d9d9;
  position: absolute;
  transform: skewX(35deg);
  content: "";
}

.navegation ul li a{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}

.navegation-links li:hover {
  -moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
transform: scale(1.03);
}

.confira {
  font-size: 36px;
  font-weight: 600;
  color: #323174;
}

.bg-sobre {
  margin-top: -30px;
  background: url('../img/bgcontato.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}

.text_sobre {
  text-align: center;
  padding: 100px 0;
}

.text_sobre::after {
  content: "";
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 500px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0.0578606442577031) 100%);
}

.text_sobre h3 {
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 10px;

}

.text_sobre h2 {
  padding-top: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;

}

.sobre-dispall h3{
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  color: #323174;
  border-left: 4px solid #212075;
  padding-left: 20px;
}

.sobre-dispall p {
  font-size: 20px;
  line-height: 2.2rem;
  text-align: justify;
}

.missao {
  background: #f2f2f4;
}

.missao h3 {
  font-size: 32px;
  color: #323174;
  margin-bottom: 10px;
}

.missao p {
  font-size: 20px;
  line-height: 2rem;
}

.nao-aparece {
  visibility: hidden;
  height: 0px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
.quem-somos {
background: #fff;
}

.area-banner {
background: #fff;
height: auto;
}

.area-banner h1 {
max-width: 700px;
color: #323174;
margin-top: 50px !important;
margin-left: 0px !important;
padding-left: 10px;
line-height: 3.2rem;
}

.text-big {
font-size: 42px !important;
font-weight: bold;
}

.text-small {
font-size: 30px !important;
font-weight: 300;
}

.mySwiper {
  display: none !important;
}

.mySwiperMobal {
  display: block !important;
}

.dep-mobal {
  display: block;
}

.dep {
  display: none;
}

.text_sobre h3 {
  font-size: 14px;
  letter-spacing: 5px;
}

}

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

.header {
  display: none;
}

.nav-mobal {
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f2f2f4;
  margin-bottom: 10px;
  background-color: #fff;
}

.nav-mobal img {
  max-width: 100%;
}

#nav {
  visibility: visible;
}

#menu {
  display: block;
  position: absolute;
  width: 100%;
  top: 80px;
  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: #0e0129;
  padding: 10px 0;
  transition: 0.15s;
}


#menu a:hover {
  color: #323174;
  
}

#btn-mobile {
  display: flex;
  padding: .5rem 1rem;
  font-size: 1rem;
  color: #0e0129;
  border: none;
  border-radius: 3px;
  background: #f2f2f4;
  cursor: pointer;
  gap: .5rem;
}

#hamburguer {
  color: #323174;
  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;
}

.area-banner h1 {
  max-width: 700px;
  color: #323174;
  margin-top: 200px;
  margin-left: -80px;
  line-height: 3.2rem;
}

.text-big {
  font-size: 36px;
}

.text-small {
  font-size: 28px;
}

}

@media only screen and (min-width: 979px) and (max-width: 1200px) {
  .area-banner h1 {
    max-width: 700px;
    color: #323174;
    margin-top: 200px;
    margin-left: -20px;
    line-height: 3.2rem;
  }

  .text-big {
    font-size: 40px;
  }

  .text-small {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .area-banner {
    margin-top: -16px;
    height: 575px;
    background: url('../img/bgbanner.jpg');
    background-size: cover;
    background-position: center;
  }
  
  .area-banner h1 {
    max-width: 700px;
    color: #323174;
    margin-top: 200px;
    margin-left: -20px;
    line-height: 3.2rem;
  }
}

/* ANIMATIONS */


.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, 70px, 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);
}

.swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.colorbtn {
  background: #323174 !important;
}

.swiper-button-next {
  top: 40% !important;
  color: #fff !important;
  right: 0px !important;
}

.swiper-button-next::after {
  font-size: 18px !important;
}

.swiper-button-prev {
  top: 40% !important;
  color: #fff !important;
  left: 0px !important;
}

.swiper-button-prev::after {
  font-size: 18px !important;
}

.swiper-pagination-bullet {
  height: 7px !important;
  width: 26px !important;
  border-radius: 25px !important;
  background: #7f85f0 !important;
}

