body{
  color: #46515A;
  overflow-x: hidden;
  width: 100%;
}
p{
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-family: 'Inter', sans-serif;
}

footer{
    font-size: 85%;
    display: block;
    text-align: center;
    padding: .3rem 0;
    background: #FAF8F4
}

footer a{
  color: #46515A;
}

/* MENU */
#topo_menu{
  height: 2rem;
  vertical-align: middle;
  font-size: 0.875rem;
  background-color: #002B49;
  color: white;
}

#topo_menu p{
  margin-top: 1%;
}

#topo_menu nav{
  padding-top: 0;
}

#topo_menu nav a{
  color: white;
  font-size: 1rem;
  margin-top: 0.25rem;
  padding-top: 0;
}

@media (max-width: 991.98px) {
  #topo_menu{
    display: none;
  }
}

#menu .logo{
  width: 12rem;
  height: auto;
}

#menu .nav-link{
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 2rem;
}

#menu .nav-link:last-child{
  font-size: 1rem;
  background-color: #FAF8F4;
  border-radius: 2rem;
  color: #002B49;
  padding: 0.5rem 1rem;
}

#menu .navbar-collapse{
  text-align: end;
}
@media (max-width: 991.98px) {
  #menu .navbar-collapse{
    background: rgba(0,0,0,0.4);
    border-radius: 15px;
    margin: 0 -10px;
    padding: 10px;
  }
  #menu .nav-link:last-child{
    background-color: transparent;
    color: #fff;
    padding: 0.5rem 0;
  }
}
#menu i{
  color: #fff;
  font-size: 2rem;
}

/* HOME */

#home{
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 75%, rgba(0,0,0,0.8) 100%), url("../img/home-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: #78c14E; */
  width: 100%;
  height: 36rem;
}

#home .titulo{
  margin-top: 20rem;
  font-size: 1.5rem;
  color: #fff;
}

@media (max-width: 991.98px) {
  #home .titulo{
    margin-top: 10rem;
  }
  #home{
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("../img/home-2.jpg");
  }
}

#home #btn_conheca_estacao{
  font-size: 1rem;
  background-color: #008F4F;
  border-radius: 2rem;
  color: #fff;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
}

/* QUEM SOMOS */
#quem_somos{
  background: #FAF8F4;
  color: #404A3D;
  padding: 5rem 0;
}

#quem_somos .pre_titulo{
  font-size: 1.5rem;
  color: #008F4F;
  text-transform: uppercase;
}

#quem_somos .imagem_quem_somos{
  background-image: url("../img/quem-somos.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 3rem; */
  /* background-origin: content-box, padding-box; */
  width: 100%;
  height: 100%;
}

#quem_somos u{
  text-decoration: none;
  border-bottom: 2px solid #002B49;
}

#quem_somos h2{
  color: #008F4F;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

/* NOSSOS VALORES */
#valores{
  background: #002B49;
  color: #fff;
  padding: 5rem 0;
}
#valores .pre_titulo{
  font-size: 1.5rem;
  color: #78c14E;
  text-transform: uppercase;
  
}
#valores u{
  text-decoration: none;
  border-bottom: 2px solid #F9D775;
}
#valores h2{
 font-size: 3.5rem;
 font-weight: 700;
 text-transform: capitalize;
 margin-bottom: 1rem;
}

.base_circulo{
  position: absolute;
  right: -80px;
  margin-top: -8.6rem;
  width: 650px;
  height: 650px;
  border: 2px dashed #F9D775;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagem_circulo{
  background-image: url("../img/home.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  width: 90%;
  height: 90%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .base_circulo{
    display: none;
  }
}


/* VÍDEO */
#video{
  padding: 5rem 0;
  background: #FAF8F4;
}

#video a.btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  color: #FFF;
  background: #008F4F;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.2s;
}
#video a.btn:hover{
  color: #008F4F;
  background: #F9D775;
}

/* MISSÃO E VISÃO */
#missao_visao{
  background-image: url("../img/fundo-missao-visao.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 3rem; */
  /* background-origin: content-box, padding-box; */
  /* background: #78c14E; */
  padding: 5rem 0; 
}
#missao_visao .card{
  text-align: center;
  border: none;
  border-radius: 0;
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
}
#missao_visao h5{
  font-weight: 700;
  font-size: 2.25rem;
  color: #008F4F;
  margin: 1rem 0;
}

/* RODAPE */
#rodape{
  background: #002B49;
  color: #FFF;
  padding: 3rem 0;
}
#rodape p{
  font-size: 0.875rem;
}
#rodape h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}
#rodape h2::after{
  content:"";
  display: block;
  width: 65px;
  height: 1px;
  background: #F9D775;
  margin: 1rem 0;  
}
#rodape a{
  color: #FFF;
  text-decoration: none;
}
#rodape a:hover{
  color: #F9D775;
}
#rodape .bi-telephone, #rodape .bi-envelope{
  color: #F9D775;
}
#rodape .bi-instagram, #rodape .bi-facebook, #rodape .bi-linkedin{
  font-size: 2rem;
}
#rodape .bi-instagram, #rodape .bi-facebook{
  margin-right: 1rem;
}


/* Start Page */
#start_page{
  width: 100%;
  height: 26rem;
  color: #fff;
}

#start_page .titulo{
  padding-top: 4rem;
}

#start_page h1{
  font-size: 3rem;
  font-weight: bolder;
}

#start_page h1::after{
  content:"";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 1rem 0;  
}

.contato{
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("../img/bg-contato.jpg");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
}

#contato .bi{
  font-size: 2.2rem;
}
#contato .bi-pin-map-fill{
  color: #008F4F;
}
#contato .bi-telephone-fill{
  color:#78C14E;
}
#contato .bi-envelope{
  color:#F9D775
}

#contato p{
  margin-left: 3rem;
}

.instalacoes{
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("../img/bg-instalacoes.png");
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
}

.servicos{
  background-image:linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("../img/bg-instalacoes.png");
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
}

#dados-contato{
  margin-top: 8rem;
}

#background-contato{
  background-color: #002B49;
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 15px 15px 0px #A5CC8F;
}

#btn-enviar-msg input{
  background-color: #008F4F;
  color: #fff;
  border-style: none;
  font-size: 1rem;
  border-radius: 4rem;
  padding: 0.6rem 3rem;
  margin-top: 2rem;
  float:right;
}

#contato{
  padding: 2rem 0;
  background: #FAF8F4;
}

#form-contato input{
  height: 2.6rem;
  border-radius: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#form-contato textarea{
  border-radius: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#mapa iframe{
  margin-bottom: -6px;
}

#mapa .container{
  padding: 0;
  margin: 0;
}

/* INSTALAÇÕES */
.nossa_estrutura{
  padding: 3rem 0;
  background: #FAF8F4;
}

.nossa_estrutura h2{
  color: #008F4F;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.nossa_estrutura h2::after{
  content:"";
  display: block;
  width: 65px;
  height: 1px;
  background: #F9D775;
  margin: 1rem 0;  
}

.nossa_estrutura a.btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  color: #FFF;
  background: #008F4F;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.2s;
}

.nossa_estrutura a.btn:hover{
  color: #008F4F;
  background: #F9D775;
}

.imagem > img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 2rem;
}

/* INSTALAÇÕES */
#estudos{
  padding: 3rem 0;
  background: #fff;
}

#estudos h2{
  color: #008F4F;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

#estudos h3{
  color: #008F4F;
  font-weight: 700;
  margin-bottom: 1rem;
}

#estudos h2::after{
  content:"";
  display: block;
  width: 65px;
  height: 1px;
  background: #F9D775;
  margin: 1rem 0;  
}

#estudos a.btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  color: #FFF;
  background: #008F4F;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.2s;
}

#estudos a.btn:hover{
  color: #008F4F;
  background: #F9D775;
}


#laboratorios{
  padding: 4rem 0;
  background: #FAF8F4;
}

.lab{
  border-radius: 1rem;
  color: #fff;
  margin: 3rem auto;
  padding: 3rem;
}

.lab-azul{
  background-color: #002B49;
}

.lab-verde{
  background-color: #008F4F;
}

.lab h2::after{
  content:"";
  display: block;
  width: 65px;
  height: 1px;
  background: #F9D775;
  margin: 1rem 0;  
}

.galeria_start{
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 75%, rgba(0,0,0,0.8) 100%), url("../img/bg-galeria.jpg");
  /* background: url("../img/bg-galeria.jpg"); */
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
}

#em-breve{
  background-color: #FAF8F4;
}

#em-breve h1{
  padding-bottom: 3rem;
  color: #008F4F;
  font-weight: 700;
  font-size: 5rem;
}

#gear{
  /* padding-top: 3rem; */
  color: #008F4F;
  font-weight: 700;
  font-size: 8rem;
}
          
.spin {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin-back { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }