* {
  padding: 0;
  margin: 0 auto;
}

body {
  font-family: 'Amiko', sans-serif;
  text-align: justify;
  overflow-x: hidden;
  z-index: -10;
  font-size: 16pt;


}
main {
  max-width: 1096px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline #001834;
  margin-bottom: 100px;
}

svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  margin-top: 20vh;
  position: relative;
  z-index: -1;
}

nav {
  background-color: #001834 !important;
}

.nav-link {
  justify-content: end;
}
.nav-item{
  padding: 15px;
}
header {
  background-color: #001834;
  max-width: 100%;
  opacity: 0.91;
  height: 95vh;

}
.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.close{
  margin-left: 30px;  padding: 10px; 
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: bold;
  border: none;
}

.banner {
  width: 100%;
  /* tamanho do display do navegador */
  height: 95vh;
  /* tamano limite da tela*/
  overflow: hidden;
  /* retira os scrolls e barras de rolagem*/
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
  z-index: -10;
  position: absolute;
  animation: animatedBackground 15s linear infinite alternate;

}

.objetivos{
  font-family: 'Baskervville', serif;
  text-align: left;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}

.mensagem_objetivo{
  background-color: #002D51;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));

  
}
.text_tile{
  text-decoration: underline #fff;
}

.logoBanner {
  display: flex;
  justify-content: center;
  height: auto;
}

img {
  width: 500px;
  margin-top: 8.5%;
}

.quem_somos {
  background-color: #fff;
}

.valores {
  margin-top: 10px;
  text-align: center;
}

.missao {
  height: 200px;
  border-radius: 25px;
  box-shadow: 3px 3px 3px 3px #dddddd;
  justify-content: baseline;
  height: auto;
  padding: 50px;
  transition: all 3s ease-in;
}

.missao:hover {
  background-color: #001834 !important;
  box-shadow: 6px 10px 20px -4px rgba(0, 0, 0, 1);
  color: #fff;
}

.missao:hover #icon_card {
  background-color: #003C68;

}

.ativo{
  background-color: #001834 !important;
  box-shadow: 6px 10px 20px -4px rgba(0, 0, 0, 1);
  color: #fff;
 
  
}

.ativo #icon_card{
  background-color: #003C68;
}


.publico_alvo {
  border-radius: 25px;
  box-shadow: 3px 3px 3px 3px #dddddd;
  justify-content: space-between;
  height: auto;
  padding: 50px;
  margin-left: 15px;
  margin-right: 15px;
}



.btn_nodal {
  box-shadow: 3px 3px 3px 3px #dddddd;
  background-color: #fff !important;
  border-color: #001834;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: #001834;
  padding: 20px;
  font-weight: bold;
  width: 300px !important;
  margin-right: 10px;
}

.btn_nodal_opcoes{
  box-shadow: 3px 3px 3px 3px #dddddd;
  background-color: #fff !important;
  border-color: #001834;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: #001834;
  font-weight: bold;

  margin-top: 20%;
}

.text_of_publico_alvo{
  margin-top: 13%;
}




.btn_nodal:hover {
  color: #001834;
}

.copyright-text{
  text-align: center;
}
section {
  margin-top: 100px;
  margin-bottom: 100px;
}

#icon_card {
  z-index: 99;
  border-radius: 50px;
  text-decoration: none;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 6px 10px 20px -15px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
  padding: 40px;
}


.frase{
  padding: 50px;
  text-align: center;
  font-size: 15pt;
}
.newsletter{
  width: 800px;
}
ul,
li {
  display: inline-block;
  align-items: baseline;
}

.tittle_area {
  text-align: center;
}

#logo_icon {
  width: 50px;
  height: 50px;
}

.form-title {
  text-decoration: underline;
  color: #f4f8fb;
}

.carousel-inner {
 height: 348px;
}

.col-sm {
  margin-top: 20px;
}

.Formulario {
  background-color: #001834;
  height: auto;
  padding: 50px;
  color: #f4f8fb;
  text-align: center;
}

.form-group {
  margin-top: 20px;
}

.alvo_content {
  text-align: left;
  margin-top: 10%;
}

#alvo_content {
  margin-left: 20px;
  margin-right: 20px;
}

.btn_redirect {
  text-align: center;
}

.fas {
  color: #fff;
}


.btn_enviar:hover {
  background-color: #012e4e !important;
  color: #ffffff;
}

.novidades {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23a0a0a0' fill-opacity='0.25'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}

.area_email {
  background-color: #003C68;
  padding: 50px;
}

#logo_footer {
  width: 60%;
}

.site-footer {
  background-color: #001834;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #C5C5C5;
}
.checked {
  color: #0496ff;
 
}
.fa-star {
  font-size: 15pt;
  padding: 10px;
}
.card{
  padding: 30px;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
  align-items: baseline;
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer_links_global {
  text-align: center;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #C5C5C5
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #ffffff;
  text-decoration: none;

}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #002D51;

}

.copyright-text {
  margin: 0
}

#dev {
  color: #ffceb7;
  text-decoration: none;
}

.dev {
  text-align: center;
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
    float: right;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}

.img_links{
  width: 80%;
  border: 1px solid #0018347f;
  height: 113px  !important;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));

}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}


/* slider keyframes ======*/


@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#slider {
  margin: 0 auto;
  overflow: hidden;
}


.img_depoimentos {
  width: 500px;
  background-size: cover;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));

}

.img_oficina{

  width: 400px  !important;
  height: 350px  !important;
  padding: 5px;
  background-color: #001834;

}

.slides {
  overflow: hidden;
  animation-name: fade;
  animation-duration: 1s;
  display: none;
  padding: 10px;
}


#dot {
  margin: 0 auto;
  text-align: center;
}

.dot {
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  padding: 8px;
  margin: 10px 5px;
}


@media (max-width:567px) {
  #slider {
    width: 100%;

  }
}

#heading {
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 10px 0px;

}

/* =======================anime====================================== */
[data-anime] {
  opacity: 0;
  transition: .3s;
}

[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);

}

[data-anime="left"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(-50px, 0, 0);
}

[data-anime="right"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* =======================anime====================================== */

/* slider keyframes ======*/

#whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  animation: effect 5s infinite ease-in;
}

#whatsapp-button:hover {
  background-color: #00ff5a;
  color: #ffffff;

}

.fotter_title{
  text-align: center;
}




/*=======================================*/

  @media (max-width: 990px) {
    main{
      text-align: center;
    }
    .bannerMobile {
        display: block;

        padding: 20px;
        margin-top: 60px;
    }

    .bannerDesktop {
        display: none;
    }
}

@media (max-width: 860px) {
  main{
    text-align: center;
  }
    .bannerMobile {
        display: block;
        
        padding: 20px;
       
        margin-top: 60px;
    }
    .bannerDesktop {
        display: none;
    }

}


/* grendess */
@media (min-width: 601px) and (max-width: 700px) {
  main{
    text-align: center;
  }
  .banner{
    display: none;
  }
  .bannerMobile {
      display: block;
      margin-top: 60px;
  }

  .bannerDesktop {
      display: none;
  }
  .social-icons{
    display: flex;
   
  }
  .midias{
    margin-top: 20px;
    margin-bottom: 20px;
  }


}

/* tables */
@media (min-width: 401px) and (max-width: 600px) {
  main{
    text-align: center;
  }
  .banner{
    display: none;
  }
  .bannerMobile {
    display: block;
    margin-top: 60px;
    margin-left: -20%;
}

.bannerDesktop {
    display: none;
}
header{
  height: auto;
}
#logoBanner{
  max-width: 90%;
  height: auto;
}
#logoCEntral{
  max-width: 90%;
  height: auto;
}
.social-icons{
  align-items: center;
  text-align: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.card{
  width: 90%;
}
.midias{
  margin-top: 20px;
}
.fa-star {
  font-size: 7pt;
}
.fotter_title{
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.content{
  text-align: start;
}
.conteudo{
  display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: baseline;
}
#demo{
  display: none;
}
.text{
  text-align: center;
  padding: 10px;
}
.btn_enviar_notificacoes{
  font-weight: bold;
  font-size: 10pt;
}
.text-justify{
  text-align: center;
}
.social-icons{
  flex-direction: row;
  float: left;
  margin-left: 150px;
} 

}

/* medios */
@media (min-width: 301px) and (max-width: 400px) {
  main{
    text-align: center;
  }
  .banner{
    display: none;
  }
  .bannerMobile {
    display: block;
    margin-top: 60px;
    margin-left: -20%;
}

.bannerDesktop {
    display: none;
}
header{
  height: auto;
}
#logoBanner{
  max-width: 90%;
  height: auto;
}
#logoCEntral{
  max-width: 90%;
  height: auto;
}
.social-icons{
  flex-direction: row;
  float: left;
  margin-left: 100px;
}
.card{
  width: 90%;
}
.midias{
  margin-top: 20px;
}
.fa-star {
  font-size: 7pt;
}
.fotter_title{
  margin-top: 40px;
  margin-bottom: 20px;
}
.content{
  text-align: start;
}
.conteudo{
  display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: baseline;
}
#demo{
  display: none;
}
.text{
  text-align: center;
  padding: 10px;
}
.btn_enviar_notificacoes{
  font-weight: bold;
  font-size: 10pt;
}
.text-justify{
  text-align: center;
}
.social-icons{
  flex-direction: row;
} 
  }


/* muito pequenos */
@media (min-width: 50px) and (max-width: 300px)  {
  main{
    text-align: center;
  }
  .banner{
    display: none;
  }
  .bannerMobile {
    display: block;
    margin-top: 60px;
    margin-left: -20%;
}

.bannerDesktop {
    display: none;
}
header{
  height: auto;
}
#logoBanner{
  max-width: 90%;
  height: auto;
}
#logoCEntral{
  max-width: 90%;
  height: auto;
}
.social-icons{
  flex-direction: row;
  float: left;
  margin-left: 90px;
}
.card{
  width: 90%;
}
.midias{
  margin-top: 20px;
}
.fa-star {
  font-size: 7pt;
}
.fotter_title{
  margin-top: 40px;
  margin-bottom: 20px;
}
.content{
  text-align: start;
}
.conteudo{
  display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: baseline;
}
#demo{
  display: none;
}
.text{
  text-align: center;
  padding: 10px;
}
.btn_enviar_notificacoes{
  font-weight: bold;
  font-size: 10pt;
}
.text-justify{
  text-align: center;
}
.social-icons{
  flex-direction: row;
} 

}
