
@font-face {
    font-family: 'Ford Antenna Black';
    src: local('../fonts/Ford Antenna Black'), local('../fonts/Ford-Antenna-Black'),
        url('../fonts/FordAntenna-Black.woff2') format('woff2'),
        url('../fonts/FordAntenna-Black.woff') format('woff'),
        url('../fonts/FordAntenna-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Ford Antenna Bold';
    src: local('../fonts/Ford Antenna Bold'), local('../fonts/Ford-Antenna-Bold'),
        url('../fonts/FordAntenna-Bold.woff2') format('woff2'),
        url('../fonts/FordAntenna-Bold.woff') format('woff'),
        url('../fonts/FordAntenna-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Ford Antenna Light';
    src: local('../fonts/Ford Antenna Light'), local('../fonts/Ford-Antenna-Light'),
        url('../fonts/FordAntenna-Light.woff2') format('woff2'),
        url('../fonts/FordAntenna-Light.woff') format('woff'),
        url('../fonts/FordAntenna-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @import url('https://fonts.googleapis.com/css?family=Open+Sans');

  .opensans {
    font-family: "Open Sans", sans-serif;
  }

  @import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');


body{
background-color: #F5F5F5 !important;

}
.container-fluid{
	width:100%;
	height: 100%;
}	
  
.bg{
background-color: #F5F5F5 !important;
}

.bg-footer{
background-color: #F5F5F5 !important;
background-size: cover !important;

}

.text-footer{
color:#006B77;
font-family: Ford Antenna Bold;
font-size: 30px;
}
.title-footer{
color:#006B77;
font-family: Ford Antenna Bold;
font-size: 30px;

}

.subtitle-footer{
color:#006B77;
font-family: Ford Antenna Bold;
font-size: 30px;
}


.size-footer {
   width: 100%;
  height: 80%;    
  line-height: 50px;
} */


hr{
background-color:#fff;
}
  
  
/* Espaços */

.m-0 { 
  padding: 30px 10px 12px 15px; 
}
  
.mt-8 {
  padding-top:8rem;
}
.mt-4 {
  padding-top:1rem;
}
.mt-2 {
  padding-top:2rem;
}
.m2{
  padding:2rem; 
}
.m5{
	padding:5rem;
}

.m8{
	padding:8rem;
}


/* Imagem */

.img-90{
	max-width:90%;
}

.img-80{
	max-width:80%;
}
.img-60{
	max-width:60%;
}
.img-50{
	max-width:50%;
}
.img-30{
	max-width:30%;
}

.img-20{
	max-width:20%;
}
.img-10{
	max-width:10%;
}
 
  
/* Cards */
  
.bg-info{
	background-color: #006B77 !important;
}

.text-card{
	color:#FFF;
	font-family: Ford Antenna Bold;
}

.btn-primary{
font-family: Ford Antenna Light;
background-color:#F29C38;
border:none;
}

.card-title{
font-size:0.8rem;
}


/* Titulos Centralizados */
 .center{
  text-align: center !important;
}
 

/* NAV_TABS */
.nav_tabs{
  width:1560px ;
  height:1200px ;
  margin: auto;
  position: relative;
  
}

.nav_tabs ul{
  list-style: none;
  
}

.nav_tabs ul li{
  float: left;
  margin: left;
}

.tab_label{
  display: block;
  width: 200px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: lightblue;
  border-radius: 5px;
  
}

.nav_tabs .rd_tab /*rd_tab*/{ 
	display:none;
	position: absolute;
  
  
}

.nav_tabs .rd_tab:checked ~ label { 
	background-color: #099287;
	color:#fff;
  /*display: block;*/
  /*width: 100px;*/
  border-radius: 5px;
  border-bottom: solid green;
}

.tab-content{
	/*border-top: solid 5px #a5a5a5;*/
	/*background-color: #fff;*/
	display: none;
	position: absolute;
	/*height: 200px;*/
	/*width: 600px;*/
	left: 0;
 
}

.rd_tab:checked ~ .tab-content{
	display: block;
  
}

html, * {
  /** Não importa. Reseta os estilos **/
  margin: 0;
  padding: 0;
}

main{
  background-attachment: white;
  
  width: 100%;
  margin: auto;

}

div.body-content{
  /** Essa margem vai evitar que o conteudo fique por baixo do rodapé **/
  margin-bottom: 40px;
}

footer.fixar-rodape{
  bottom: 50px;
  left: 80px;
  height: 100%;
  position: fixed;
  width: 100%;
}

.qv-object-vertical_scroll_table div.qv-object-content-container {
  overflow: hidden; /*<-- Need to be removed*/
}


#wrapper{
min-height: 100%;
position: relative;
}
div.body-content{
  /** Altura do rodapé tem que ser igual a isso aqui e vice-versa **/
  padding-bottom: 100px;
}
footer{
background: #F5F5F5;
width: 100%;
height: 100%;
position: relative;
bottom: 0;
left: 0;
}

.fonte {

  font-family: 'Montserrat', sans-serif;

}

.copyright{

    color: white;
    font-size: 13px;
    padding: 30px;


}

.rodape2{
background: #F5F5F5;
width: 100%;
height: 130px;
position: fixed;
bottom: 0;
left: 0;

}

a[href="#top"]{
  padding:10px;
  position:absolute;
  top: 90%;
  right:40px;
  display:none;
  font-size: 30px;
  color: #F29C38;
}
a[href="#top"]:hover{
  text-decoration:none;
}

footer a {
  color: #999;
  text-decoration:none;
}

footer a:hover, footer a:focus {
  color: #aaa;
  text-decoration:none;
  border-bottom:0px none #ffff;
}

footer .form-control {
    background-color: #1f2022;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300);





/* Sticky footer position and size
-------------------------------------------------- */

/* Taller footer on small screens */
@media (max-width: 350em) {
    body {
      margin-bottom: 250px;
    }
    .footer {
      position: relative;
      top: 250px;
      text-align: center;
      background: #eafcf4;
      color: white;
      font-size: 20px;
      height: 900px;
      z-index: 1;
      margin-top: 1em;
      /* padding: 48px 0 28px 0; */
}

/* Sticky footer style and color
-------------------------------------------------- */

footer a {
  color: #006B77;
  text-decoration:none;
}

footer a:hover, footer a:focus {
  color: #006B77;
  text-decoration:none;
  border-bottom:1px dotted #006B77;
}

footer .form-control {
    background-color: #d1d2d2;
    box-shadow: 0 1px 0 0 #006B77;
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}


.img-premio{
  position: absolute;
  bottom: 50px;
  left: 80px;
  font-size: 18px;
}

.img-ctec{
  position: absolute;
  bottom: 40px;
  right: 80px;
  font-size: 18px;
}

#btntop {
  position: fixed;
  bottom: 18px;
  right: 40px;
  height: 50px;
  width: 50px;
  background: none !important;
  border: none;
  border-radius: 50%;
  display: none;
  cursor: pointer;

}

#btntop img{
  width: 30px;
  animation: jumping 1s linear infinite;
}

/*Botão para Suporte*/
.scrolldown{
  position: fixed;
  bottom: 18px;
  right: 40px;
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  border-radius: none;
  display: none;
  /* cursor: pointer; */
}

/*Novo Scroll - + intuitivo*/



#section-1 {
  background-color: #69f0ae;
}

a#scroll-btn {
  position: absolute;
  height: 3.75em;
  width: 2.25em;
  border: 0.2em solid #006b78;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 148.01em;
  border-radius: 3em;
}

a#scroll-btn:before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  top: 0.3em;
  height: 0.5em;
  width: 0.5em;
  background-color: #69f0ae;
  border-radius: 50%;
  animation: move-down 2s infinite;
}

@keyframes move-down {
    80% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(2.2em);
      opacity: 0;
    }
}

a#scroll-btn::after{
  position: absolute;
  content: "ROLE PARA BAIXO";
  width: 11em;
  display: block;
  text-align: center;
  left: -4.2em;
  bottom: -3.5em;
  font-size: 0.6em;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (max-width: 350px){
  a#scroll-btn {
    font-size: 12px;
  }
}





/* #scrolldown img{
  width: 45px;
  background-color: transparent;
  border: none;
  border-radius: none;
  animation: jumping 1s linear infinite;
  cursor: pointer;
} */

.button{
display: inline-block;
background-color: #006B77;
}

.btnexplica{
  position: fixed;
  bottom: 18px;
  right: 10px;
  height: 10px;
  width: 10px;
  background: #ffff;
  border: none;
  border-radius: none;
  display: none;
}

#btnexplica img{
  width: 30px;
  background-color: #F5F5F5;
  border: none;
  border-radius: none;
}

@keyframes jumping {
  from{transform: translateY(-15px);}
  50% {transform: translateY(0);}
  to {transform: translateY(-15px);}
}


.modal{
  z-index:1;
  position: fixed;
  top:0;
  left:0;
  padding:0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0.25s ease-in-out , opacity 0.25s ease-in-out, transform 0.25s ease-in-out;   
}

.modal-content{
  
  background-color: white;
  padding: 16px 24px;    
  width: 384px;
  border-radius: 0.5rem;
  color: #1f2022;
}
.close-button{
 float: right;
 width: 20px;
 line-height: 20px;
 text-align: center;
 cursor: pointer;
 border-radius: 0.25rem;
 background-color: lightgray;
}
.close-button:hover{
  background-color: darkgray;
}

.show-modal{
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);  
    
}
.Footer{
position:static;
bottom:0;
}

.trigger{
  width: 16px;
  height: 17px;
  border-radius: 8px;
  cursor: pointer;
}

.MAIS{
  height: 100%;
  width: 100%;
  top: 10px;
}

.CTEC2{
  height: 64%;
  width: 80%;
}

.indicador12{
  width: 345%;
  padding: 40px;
  /* cursor: pointer; */
  left: 50px;
  top: 65px;
  height: 470px;
}

.ind12{
  max-width: 100%;
  height: auto;
}

#ind12{
  position: relative;
/*   width: 1200%;
  padding: 40px;
   left: 20px; */
}
/* #ind12:hover{top:-2px;box-shadow:0 2px 2px transparent;
transition: all .2s ease-in-out;} */

.indicador04{
  width: 100%;
  /* padding: 50px; */
  /* cursor: pointer; */
  margin-bottom: -20px;
  left: 30px;
}

#ind04{
  position: relative;
/*   width: 1200%;
  padding: 40px;
   left: 20px; */
}
/* #ind04:hover{top:-2px;box-shadow:0 2px 2px #ffff;
transition: all .2s ease-in-out;} */

@media screen and (min-width: 500px){ 
  .col-3 {
    display: flex;
  }
  
}

/* Header/Logo Title */
.header {
  padding: 100px;
  text-align: center;
  background: #eafcf4;
  color: gray;
  font-size: 30px;
/*   background: url(../img/indicador_header2.png) no-repeat;
  background-position: 100%;
  background-size: cover; */
}

/* .l-cards{
  display: grid;
  grid-gap: 10px; */
  /*grid-template-columns: repeat(2, 1000px);*/
  /*grid-template-columns: repeat(auto-fit, 300px);*/
/*   grid-template-columns: repeat(6, minmax(265px, 1fr));  
  padding: 100px;
  width: 10px;
  margin-bottom: -80px;
  margin-top: 100px;
} */



/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  /* height: 600px; */ /* Should be removed. Only for demonstration */
}

/*SLIDER*/

.slider{
  padding: 0;
  margin: 0 auto;
  width: 800px;
  height: 560px;
  overflow: hidden;
}

/* @media screen and (min-width: 560px){ 
  .slider {
    display: flex;
  }
  
} */

/* .slide img{
  margin: auto;
  height: 100%;
  width: 100%;
  vertical-align: top;
} */

.slides{
  width: 400%;
  height: 400px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 25%;
  position: relative;
  transition: 2s;
  top: 100px;
}

.slide img{
  width: 800px;
  height: 400px;
}

.manual-navigation{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  bottom: 33px;
}

.manual-btn{
  border: 2px solid #69f0ae;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background-color:#69f0ae;
}

#radio1:checked ~ .first{
  margin-left: 0;

}

#radio2:checked ~ .first{
  margin-left: -25%;
}

#radio3:checked ~ .first{
  margin-left: -50%;
}

#radio4:checked ~ .first{
  margin-left: -75%;
}

/* #radio5:checked ~ .first{
  margin-left: -100%;
} */

.navigation-auto div{
  border: 2px solid #bcf8dc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.navigation-auto{
  position: absolute;
  width: 800px;
  margin-top: 360px;
  display: flex;
  justify-content: center;
  top: 145px;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background-color: #bcf8dc;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background-color: #bcf8dc;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background-color: #bcf8dc;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background-color: #bcf8dc;
}

#radio5:checked ~ .navigation-auto .auto-btn5{
  background-color: #bcf8dc;
}

/* .slides {
  display: block;
  width: 230%;
  margin: auto;
  margin-top: 20px;
  position: relative;
  padding: 10px;
  right: 10px;
}

@-webkit-keyframes slide {
  100% { left: 0; }
}

@keyframes slide {
  100% { left: 0; }
}

.slide li {
  list-style: none;
  position: relative;
}

.slide img {
  margin: auto;
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.slide input {
  display: none;
}

.slide img {
  opacity: 0;
  visibility: hidden;
}

.slide li input:checked ~ img {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.slide label {
  background-color: #000;
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 10;
}

.slide li:nth-child(1) label {
  left: 10px;
}

.slide li:nth-child(2) label {
  left: 40px;
}

.slide li:nth-child(3) label {
  left: 70px;
}

.mySlides {
  display:none;
}

@media screen and (min-width: 500px){ 
  .mySlides {
    display: flex;
  }
  
}

/* img.mySlides{
  margin: auto;
  height: 100%;
  width: 100%;
  vertical-align: top;
} */




/*myCarousel*/

.bullets {
	position: relative;
	width: 100%;
	top: 520px;
	padding: 0;
	margin: 0;
	text-align: center;
}

	.bullets li {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin: 0 3px;

		background: rgba(122, 163, 122, 0.5);
		box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.2 );
		cursor: pointer;

		-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	}

		.bullets li:hover {
			background: rgba( 17, 17, 17);
		}

		.bullets li.active {
			cursor: default;
			background: rgb(17, 17, 17);
		}

    .bullets li {
      margin: 0 6px;
    }    

  } */
  
  
  /*TESTE*/

  :root {
    --color: #3c3163;
    --transition-time: 0.5s;
  }
  
  * {
    box-sizing: border-box;
  }
  
/*   body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Open Sans';
    background: #fafafa;
  } */
  
  a {
    color: inherit;
    justify-content: center;
  }
  
  .cards-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
    padding: 4rem;
    margin: 0 auto;
    width: max-content;
  }
  
  .card {
    font-family: 'Heebo', sans-serif;
    --bg-filter-opacity: 0.5;
    background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
    height: 9em;
    width: 11em;
    font-size: 1.5em;
    color: white;
    border-radius: 1em;
    padding: 1em;
    /*margin: 2em;*/
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 0 5em -1em black; */
    transition: all, var(--transition-time);
    position: relative;
    overflow: hidden;
    /*#69f0ae*/
    border: 7px solid #bcf8db;
    text-decoration: none;
  }
  
  .card:hover {
    transform: rotate(0);
  }

  .card h1 {
    margin: 0;
    font-size: 1.0em;
    line-height: 1.2em;
  }
  
  .card p {
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0.5em;
    line-height: 2em;
  }
  
  .card .tags {
    display: flex;
  }
  
  .card .tags .tag {
    font-size: 0.75em;
    background: rgba(255,255,255,0.5);
    border-radius: 0.3rem;
    padding: 0 0.5em;
    margin-right: 0.5em;
    line-height: 1.5em;
    transition: all, var(--transition-time);
  }
  
  .card:hover .tags .tag {
    background: var(--color);
    color: white;
  }
  
  .card .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75em;
    padding: 1em;
    line-height: 1em;
    opacity: .8;
  }
  
  .card:before, .card:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all, var(--transition-time);
    transition-timing-function: ease-in-out;
  }
  
  .card:before {
    background: #69f0ae;
    width: 250%;
    height: 250%;
  }
  
  .card:after {
    background: white;
    width: 200%;
    height: 200%;
  }
  
  .card:hover {
    color: var(--color);
  }
  
  .card:hover:before, .card:hover:after {
    transform: scale(1);
  }
  
  .card-grid-space .num {
    font-size: 3em;
    margin-bottom: 1.2rem;
    margin-left: 1rem;
  }
  
  .info {
    font-size: 1.2em;
    display: flex;
    padding: 1em 3em;
    height: 3em;
  }
  
  .info img {
    height: 3em;
    margin-right: 0.5em;
  }
  
  .info h1 {
    font-size: 1em;
    font-weight: normal;
  }
  
  /* MEDIA QUERIES */
  @media screen and (max-width: 1285px) {
    .cards-wrapper {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media screen and (max-width: 900px) {
    .cards-wrapper {
      grid-template-columns: 1fr;
    }
    .info {
      justify-content: center;
    }
    .card-grid-space .num {
      margin-left: 0;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 500px) {
    .cards-wrapper {
      padding: 4rem 2rem;
    }
    .card {
      max-width: calc(100vw - 4rem);
    }
  }
  
  @media screen and (max-width: 450px) {
    .info {
      display: block;
      text-align: center;
    }
    .info h1 {
      margin: 0;
    }
  }
  .num{
    color: #ffff !important;
  }

  /*PARTICLES*/

  
  
  /* ---- particles.js container ---- */
  
  
.h5{
  color: #006B77
}  

/*HEADER COM EFEITO*/


.nav-item .nav-link {
  display: inline-block;
  color: #29344a;
  text-decoration: none;
}
.navbar .logo .logo-dark {
  display: none;
}
.navbar .logo .logo-light {
  display: inline-block;
}
.navbar .navbar-nav li a {
  line-height: 26px;
  color: rgba(0, 107, 121);
  font-size: 16px;
  transition: all 0.3s;
  background-color: RGB(235, 252, 244) !important;
  padding: 6px 0;
  margin: 0 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.navbar .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar .navbar-nav li .nav-link.active,
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .nav-link:focus {
  color: #fe9d28 !important;
}
.navbar .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #fff;
  outline: 0;
}
.navbar .nav-btn {
  background-color: #fbfbfb;
  color: #5b6b8d;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #5b6b8d;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}

.navbar {
  padding: 0px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: RGB(235, 252, 244);
}

.nav-sticky.navbar {
  margin-top: 0px;
  background-color: rgba(234,252,244,1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000 !important;
}
.nav-sticky.navbar .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar .navbar-nav li .nav-link {
  color: #6c757d !important;
}
.nav-sticky.navbar .navbar-nav li .nav-link.active,
.nav-sticky.navbar .navbar-nav li .nav-link:hover,
.nav-sticky.navbar .navbar-nav li .nav-link:focus {
  color: #5b6b8d !important;
}
.nav-sticky.navbar .nav-btn {
  background-color: #5b6b8d;
  color: #fff;
}

.nav-sticky .logo .logo-dark {
  display: inline-block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}
.navbar-toggler {
  color: #29344a !important;
  border: none !important;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .logo .logo-dark {
  display: inline-block;
}
.navbar-light .logo .logo-light {
  display: none;
}
.navbar-light .navbar-nav li a {
  color: #6c757d !important;
}
.navbar-light .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-light .navbar-nav li .nav-link.active,
.navbar-light .navbar-nav li .nav-link:hover,
.navbar-light .navbar-nav li .nav-link:focus {
  color: #5b6b8d !important;
}
.navbar-light .nav-btn {
  background-color: #5b6b8d;
  color: #fff;
}

@media (min-width: 200px) and (max-width: 991px) {
  .navbar {
      margin-top: 0px;
      background-color: #fff !important;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      color: #fff !important;
  }

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
  .navbar .navbar-nav {
      margin-top: 0px;
  }
  .navbar .navbar-nav li .nav-link {
      padding: 6px 0;
      transition: all 0.4s;
      color: #6c757d !important;
      margin: 0px;
      display: block;
  }
  .navbar .navbar-nav li .nav-link.active,
  .navbar .navbar-nav li .nav-link:hover,
  .navbar .navbar-nav li .nav-link:focus {
      color: #5b6b8d !important;
  }
  .navbar .navbar-nav li.active a {
      border-color: transparent;
  }
  .navbar > .container {
      width: 90%;
  }
  .navbar .logo .logo-dark {
      display: inline-block !important;
  }
  .navbar .logo .logo-light {
      display: none !important;
  }
  .navbar.navbar-light .navbar-nav li .nav-link.active,
  .navbar.navbar-light .navbar-nav li .nav-link:hover,
  .navbar.navbar-light .navbar-nav li .nav-link:focus {
      color: #29344a !important;
  }
  .navbar .nav-btn {
      background-color: #5b6b8d;
      color: #fff;
  }
  .navbar-collapse {
      padding: 0;
  }
}


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/*efeito 2 menu scroll*/

/* Estilos do header 
.navbar {
  padding: 10px 16px;
}*/

/* Conteúdo*/
/* .content {
  padding: 16px;
}

/* Esta classe é adicionada em JS quando o header chega à posição de scroll 
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Hack para prevenir movimentos bruscos nos elementos da página quando o header fica fixo
.sticky + .content {
  padding-top: 102px;
}  */

.text-md-center{
  color: #006B77;
}

.contato-ctto{
  padding: 230px;
  margin-bottom: -250px;

}

h1{
  position: absolute;
  top: 50%;
  left: 30%;
  color: #006B77;
/*   text-align: center;
  background-color: none;
  color: black;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 0.5rem; */
}

h2{
  text-align: center;
  background-color: none;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 0.5rem;
}

.card-text{
  margin-bottom: -150px;
  margin-top: 180px;
}

.mo.nav{
  border-top: 5px solid #c33;
  background-color: #FFF;
}

.form-group {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid rgba(128, 128, 128, 0.199);
  margin-top: 5px;
}

textarea {
  resize: vertical;
}
button[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 24px;
  border-radius: 8px;
  font-family: "Montserrat";
  color: rgb(254, 157, 40);
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease background-color;
}
button[type="submit"]:hover {
  background-color: rgb(0, 106, 119);
}
#status {
  width: 90%;
  max-width: 500px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border-radius: 8px;
}
#status.success {
  background-color: rgb(211, 250, 153);
  animation: status 4s ease forwards;
}
#status.error {
  background-color: rgb(250, 129, 92);
  color: white;
  animation: status 4s ease forwards;
}
@keyframes status {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

#particles-js{
  width: 100%;
  height: 100%;
  background-image: linear-gradient( rgba(243, 240, 240, 0.644),rgba(238, 234, 234, 0.7)), url("../img/tecnologia1.png"); 
}

.img-medalha1{
  left: 20px;
}

.img-medalha2{
  left: 20px;
}

/*novo footer*/

.new_footer_area {
  background: #fbfbfd;
}


.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}
.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}
.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ti-facebook:before {
  content: "\e741";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
color:white;
}
.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.f_600 {
  font-weight: 600;
}
.f_size_18 {
  font-size: 18px;
}
h2, h3, h4, h5, h6 {
  color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}


.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

.Premios{
  margin-top: -203px;
  width: 400px;
  height: 180px;
  margin-left: -371px;
}

.indicador05 {
  width: 100%;
  /* padding: 50px; */
  /* cursor: pointer; */
  margin-bottom: -20px;
  left: 986px;
  bottom: 230px;
}

/*************footer End*****************/


.btn:hover, .btn:focus {
  color: #006B77;
  outline: 0;
}

.third {
  border-color: #006B77;
  color: #fff;
  box-shadow: 0 0 40px 40px #006B77 inset, 0 0 0 0 #006B77;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #ebfcf4 inset, 0 0 10px 4px #ebfcf4;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 80px;
  margin-left: 40px;
  padding-top: 10px;
}

/*SLIDE E IMG JUNTOS - TESTE RESPONSÍVEL*/

.father{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-mother{
  flex: 1 1 150px;
  margin: 5px;
}


.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  }
.grid > article {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.8);
}
.grid > article img {
  max-width: 100%;
}


.third {
  border-color: #fe9d28;
  color: #fff;
  box-shadow: 0 0 40px 40px #fe9d28 inset, 0 0 0 0 #fe9d28;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}