html{
  scroll-behavior: smooth;
}

body{
  font-style: normal;
}

h1, h2, h3, h4{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

h2{
  text-transform: uppercase;
  font-weight: 700!important;
}

p, a{
  font-family: 'Lato', sans-serif;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  padding-bottom: 10px;

}


.btn-padrao{
  color: #fff;
  border:1px solid #04D939;
  background-color: #04D939;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 45px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 16px;
}

.btn-padrao:hover{
  background-color: #fff;
  color:#04D939;
  text-decoration: none;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #6eb95b;
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50px;
  transition: 0.3s;
}

#myBtn:hover {
  background-color: #0b783e;
}

#whatsapp img{
  position: fixed; 
  right: 20px; 
  bottom: 20px; 
  z-index: 9999; 
  width: 60px; 
  height: 60px; 
  border-radius: 50%; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
  transition: 0.3s;
}

#whatsapp img:hover{
  width: 70px!important;; 
  height: 70px!important;;
}

nav {
  padding: 20px 50px;
}

#nav-img{
  width: 200px;
}

.bg-custom{
  background-color: transparent;
  margin-bottom: -120px;
  z-index: 10000;
}

a.nav-link{
  color: #fff!important;
  margin-right: 15px;
  transition: 0.3s;
  font-weight: 600;
}

a.nav-link:hover{
  font-weight: 700;
  color: #000000;
}

ul.dropdown-menu {
  background-color: #344c9f;
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

a.dropdown-item{
  padding: 15px 5px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}

a.dropdown-item:hover{
  border-radius: 5px;
}

#redes ul{
  list-style-type: none;
  display: flex;
}

#redes li{
  margin-left: 8px;
  padding: 12px;
  background-color: #00d938;
  border-radius: 50%;
  transition: 0.3s;
}

#redes li:hover{
  background: rgba(2,109,29,1) ;
}



#redes li img{
  width: 26px;
}


.btn1{
  color: #fff;
  background: rgb(4,217,57);
  font-weight: 700;
  display: inline-flex;
  width: 260px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  text-decoration: none;
  transition: 0.3s;
}

.btn1:hover{

  background: rgba(2,109,29,1) ;
  color:#fff;
  text-decoration: none;
}

.btn2{
  color: #fff;
  border:1px solid #04D939;
  background-color: transparent;
  font-weight: 700;
  display: inline-flex;
  width: 260px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  text-decoration: none;
  transition: 0.3s;
}

.btn2:hover{
  background-color: #04D939;
  color:#fff;
  text-decoration: none;
}

#banner img{
  width: 100%;
  height: 100vh;
  object-fit: cover
}


#banner-cont{
  position: absolute;
  top: 400px;
  left: 300px;
}

#banner-cont h2{
  font-size: 64px;
  color: #fff;
  text-transform: none;
}

#banner-cont p{
  font-size: 18px;
  color: #fff;
  width: 40%;
}

#container-chamada{
  background: url(../img/fundo2.png) no-repeat ;
  background-size: cover;
  height: 500px;
}

#box-chamada1{
  width: 45%;
  height: 500px;
  border-radius: 15px;
  background: rgb(1,35,64);
  background: linear-gradient(180deg, rgba(1,35,64,1) 0%, rgba(0,7,13,1) 100%);
  padding: 30px;
  margin-right: 4%;
  margin-left: 3%;
  flex-direction: column;
  align-content: flex-start;
  margin-top: 100px;
  color: #fff;
}

#box-chamada1 h2, #box-chamada2 h2{
  margin-top: 32px;
  margin-bottom: 160px;
}

#box-chamada1 h3, #box-chamada2 h3{
  text-transform: uppercase;
}

#box-chamada1 hr, #box-chamada2 hr{
  width: 16%;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1!important;
}


#box-chamada2{
  width: 45%;
  height: 500px;
  border-radius: 15px;
  background: rgb(4,217,57);
  background: linear-gradient(180deg, rgba(4,217,57,1) 0%, rgba(2,109,29,1) 100%); 
  padding: 30px;
  margin-right: 3%;
  flex-direction: column;
  align-content: flex-start;
  margin-top: -100px;
  color: #fff;
}

#diferenciais{
  background-color: #E1E1E1;
  padding: 200px 0 50px 0;
}

#diferenciais h2{
  color: #012340;
  text-align: center;
  margin-bottom: 80px;
}

.box-diferenciais{
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(214,214,214,0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(214,214,214,0.75);
  box-shadow: 2px 2px 13px 0px rgba(214,214,214,0.75);
  width: 24%!important;
  margin-left: 1%;
  padding: 32px;
  border-top: 3px solid #012340;
}

.box-diferenciais a{
  text-decoration: none;
  color: #012340;
  font-weight: 700;
}

.box-diferenciais.ativo{
  background-color:#012340;
  color: #fff;
}

.box-diferenciais.ativo a{
  color: #fff;
}

#slogan{
  background: url(../img/fundo3.png);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

#slogan h2{
  font-size: 24px;
}

#slogan h3{
  font-size: 64px;
  margin-bottom: 24px;
}

.btn-slogan{
  color: #fff;
  border:1px solid #012340;
  background-color: #012340;
  font-weight: 700;
  display: inline-flex;
  width: 260px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-slogan:hover{
  background-color: transparent;
  color:#fff;
  text-decoration: none;
}

#missao{
  padding: 50px 0;
}

#missao h2{
  font-size: 32px;
  color: #04D939;
  margin-top: 24px;
}

#missao h3{
  font-size: 40px;
  color: #012340;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}

#missao ul{
  list-style-type: none;
  display: flex;
  padding-left: 0;
}

#missao li{
  margin-right: 16px;
}

#missao img{
  width: 100%;
}

#parceiros{
background-color: #fff;
padding: 40px 0;
text-align: center;
}

#parceiros h2{
margin-bottom: 48px;
}

.carrossel-parceiros {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

.carrossel-slide {
  display: flex;
  width: max-content;
  animation: slide 30s linear infinite;
  gap: 52px;
  align-items: center;
}

.carrossel-slide img {
  height: 120px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.carrossel-slide img:hover {
  filter: grayscale(0%);
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-30%);
  }
}

#formulario{
  padding: 50px 0;
  background-color: #012340;
  color: #fff;
}

#formulario img{
  margin-top: -160px;
}

#formulario h3{
  color: #04D939;
}

#formulario a{
  color: #04D939;
}


/*PÁGINAS INTERNAS*/

.titulo-paginas{
  background: url(../img/fundo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  padding-top: 120px;
}

.titulo-paginas h2{
text-align: center;
color: #fff;
font-weight: 900;
font-size: 40px;
}

.titulo-paginas h3{
text-align: center;
text-transform: uppercase;
color: #fff;
font-weight: 700;
font-size: 20px;
}

#rodape{
  padding: 50px 0;
  background: rgb(1,35,64);
  background: linear-gradient(180deg, rgba(1,35,64,1) 0%, rgba(0,7,13,1) 100%);
  color: #fff;
  text-align: center;
}

#img-rodape{
  width: 20%;
  margin-bottom: 4%;
}

#rodape H3{
  color: #fff;
}

#rodape ul{
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

#rodape li{
  margin-right: 32px;
}

.col-rodape a{
  display: block;
  text-decoration: none;
  color: #fff;
}




@media screen and (max-width: 1440px){

  #banner-cont{
    top: 320px;
  }

  #box-chamada2{
    margin-top: 16px;
  }

}

@media screen and (max-width: 1024px){

  #redes li{
    margin-left: 4px;
  }

  #banner-cont{
    top: 200px;
    left: 80px;
  }

  #banner-cont h2{
    font-size: 40px;
  }

  #banner-cont p{
    font-size: 16px;
  }

  #formulario img{
    margin-top: -120px;
  }
}


@media screen and (max-width: 699px){
  nav {
  padding: 0;
}

  .bg-custom{
    margin-bottom: -220px;
    background-color:#012340;
  }

  #redes ul{
    padding-top: 40px;
    margin-left: 10%;
  }

  #nav-img {
    width: 60%;
    margin-left: 25%;
}

  #banner{
    height: 886px;
    overflow: hidden;
  }

  #banner img{
    height: 886px;
    width: auto;
  }

  #banner-cont{
    left: 0px;
    top: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #banner-cont h2{
    font-size: 48px;
  }

  #banner-cont p {
    font-size: 16px;
    width: 80%;
    text-align: center;
}

.btn1{
  margin-bottom: 16px;
}

#box-chamada1 {
  width: 90%;
  margin-left: 5%;
  margin-top: 16px;
}

#box-chamada2 {
  width: 90%;
  margin-left: 5%;
  margin-top: 16px;
}


#box-chamada1 h2, #box-chamada2 h2{
  margin-bottom: 60px;
}

#diferenciais {
    padding: 640px 0 50px 0;
}

#slogan h3{
  font-size: 40px;
}

.box-diferenciais{
  width: 90%!important;
  margin-left: 5%;
  margin-bottom: 16px;
}

#formulario{
  padding-top: 120px;
}

#formulario h2{
  margin-top: 16px;
}

  .titulo-paginas{
    background-size: cover;
  }

}


@media screen and (max-width: 768px){

  #box-chamada1 h2, #box-chamada2 h2{
    margin-bottom: 60px;
  }

  .box-diferenciais {
    width: 48%!important;
    margin-bottom: 10px;
    height: 430px;
  }

      #formulario img {
        margin-top: -120px;
        width: 100%;

  }

  #slogan h3 {
    font-size: 40px;
  }

  #missao h3{
    font-size: 20px;
  }

  #missao h2{
    font-size: 18px;
  }

  #missao p{
    font-size: 16px;
  }
}