/*--------------------------------------------------------------
# Geral
--------------------------------------------------------------*/
@font-face {
    src: url("../../assets/css/font/OpenSans/OpenSans-Light.ttf");
    font-family: "Open Sans";   
    font-weight: 300; 
}

@font-face {
    src: url("../../assets/css/font/OpenSans/OpenSans-Regular.ttf");
    font-family: "Open Sans";    
    font-weight: 400;
}

@font-face {
    src: url("../../assets/css/font/OpenSans/OpenSans-SemiBold.ttf");
    font-family: "Open Sans";    
    font-weight: 600;
}


@font-face {
    src: url("../../assets/css/font/OpenSans/OpenSans-Bold.ttf");
    font-family: "Open Sans";    
    font-weight: 700;
}



body {
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
color: #212121;
margin: 0;
padding: 0;
font-weight: 400;
list-style-type:none;
	word-wrap: break-word;
	 overflow-wrap: break-Word;
  -ms-Word-break: break-all;
  Word-break: break-all;
  Word-break: break-Word;
list-style-type:none;
}

a {
  color: #035E80;
}

a:hover {
  color:#0C8BB0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}


.section-title h2{
font-style: normal;
font-weight: 700;
line-height: 33px;
font-family: "Open Sans", sans-serif;
margin-left: 9.4vw;
padding-bottom: 1vw;
margin: 0;
text-align: left;
}



/* Small devices (portrait tablets and large phones, 600px and up) */
	
@media only screen and (max-width: 600px) {
	.section-title h2{
	font-size: 17px;
	padding-left: 1vw;
	}
	
html, body{
    overflow-x: hidden; 
}	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
	.section-title h2{
font-size: 17px;
padding-top: 4vw;
padding-bottom: 2vw;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.section-title h2{
	font-size: 24px;
	padding-left: 2vw;
	padding-top: 3vw;
	padding-bottom: 2vw;
	}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
		.section-title h2{
	font-size: 24px;
	padding-top: 4vw;
	padding-left: 3vw;
	}
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.section-title h2{
padding-left: 10px;
font-size: 24px;
padding-top: 2vw;
color:#212121!important;
	}
}
/*--------------------------------------------------------------
# Desabilitando animações
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

 /*--------------------------------------------------------------

 # Header

 --------------------------------------------------------------*/

 #header {

   transition: all 0.5s;

   z-index: 997;

 position: fixed;

 background: #F8F7F7;

  transition: all 0.5s;
  
 }

 

 #header.header-scrolled {

 box-shadow: 0vw 0.2083vw 0.2083vw rgba(0, 0, 0, 0.25);

 }

 /* Small devices (portrait tablets and large phones, 600px and up) */

 	

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

  	#header {

 	width: auto;

 height: 8%;

 	}

 }

 /* Small devices (portrait tablets and large phones, 600px and up) */

 @media only screen and (min-width: 600px) and (max-width: 768px) {

  	#header {

 height: 10%;

 	}

 }

 

 /* Medium devices (landscape tablets, 768px and up) */

 @media only screen and (min-width: 768px) and (max-width: 992px) {

  	#header {

 height: 7vh;

 	}

 }

 /* Large devices (laptops/desktops, 992px and up) */

 @media only screen and (min-width: 992px) and (max-width: 1200px) {

  	#header {
 height: 7vh;
	}
	
}


 /* Extra large devices (large laptops and desktops, 1200px and up) */



/*--------------------------------------------------------------
# Menu - PC
--------------------------------------------------------------*/
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 12px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #757575;
  transition: 0.3s;
font-size: 16.5px;
font-weight: 300; 
 font-family: "Open Sans", sans-serif;
     font-size-adjust:auto;
       text-transform: uppercase;
         font-weight: 300;
  padding: 0 3px;
 
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #035E80;
  opacity: 1;
  font-weight: 300;

}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
 color: #035E80;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  
}

.nav-menu a:focus, .nav-menu .active > a, .nav-menu li:focus > a {

	font-weight: 700;
}


.logoEn{
	margin-top: 10%;
	margin-bottom:10%;
	padding-left: 4.1vw;
	height: 1.2vw;
}

.logoPt{
	margin-top: 7%;
	margin-bottom:7%;
	padding-left: 5vw;
	height: 1.4vw;
	}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav-menu > ul {
padding-left: 11vw;
}
.nav-menu a {
font-size:15px;
}

.nav-menu > ul > li {
  white-space: nowrap;
padding:1.6vw 1.1vw 1.1vw 0.2vw;
line-height: 13px;
}
.logoEn{
	margin-top: 1.2vw;
	padding-left: 3.9vw;
	height: 1.9vw;
}

.logoPt{
		margin-top: 0.8vw;
	padding-left: 5vw;
	height: 1.9vw;
	}


.nav-menu .langMobile{
	display: none;
}	

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.nav-menu .langMobile{
	display: none;
}	
}

 /*--------------------------------------------------------------

 # Menu - Mobile

 --------------------------------------------------------------*/

 /*MENU BURGUER */

 .mobile-nav-toggle { 

   position: fixed;

   left: 2%;

   top: 4vw;

   z-index: 9998;

   border: 0;

   background: none;

   font-size: 24px;

   transition: all 0.4s;

   outline: none !important;

   line-height: 1;

   cursor: pointer;

   text-align: left;

 text-align: center;

 align-items: center;

 }

 

 .mobile-nav-toggle i {

   color: #035E80;

 }

 

 .mobile-nav .linhaMenu{

 width:100vw;  

 position: relative;

 border: 1px solid rgba(117, 117, 117, 0.2);

 }

 

 /*MENU DE NAVEGACAO */

 .mobile-nav {

  position: fixed;

   top: 0;

   bottom: 0;

   z-index: 9999;

   overflow-y: auto;

   left: -260px;

   width: 260px;

   padding-top: 18px;

   background:  #F8F7F7;

   transition: 0.4s;

 }

 

 button.mobile-nav-toggle.d-lg-none{

 	padding-bottom: 5vw;

 

 }

 

 .mobile-nav * {

   margin: 0;

   padding: 0;

   list-style: none;

 }

 

 /*MENU DE NAVEGACAO */

 .mobile-nav a {

   display: block;

   position: relative;

   color:  #025D79;

   padding: 10px 20px;

   font-weight: 500;

 }

 

 .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {

   color:#0C8BB0;

   text-decoration: none;

 }

 

 

 .mobile-nav-overly {

   width: 100%;

   height: 100%;

   z-index: 9997;

   top: 0;

   left: 0;

   position: fixed;

   background: rgba(40, 58, 90, 0.6);

   overflow: hidden;

   display: none;

   transition: ease-in-out 0.2s;

 }

 

 .mobile-nav-active {

   overflow: hidden;

 }

 

 .mobile-nav-active .mobile-nav {

   left: 0;

 }

 

 

 .mobile-nav-active .mobile-nav-toggle i {

   color: #0C8BB0;

 }


 /* Small devices (portrait tablets and large phones, 600px and up) */

 	

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

 	.mobile-nav .logoEn{

 	height: 6vw;

 	}

 

 		.mobile-nav .logoPt{

 	height: 6vw;

 	}

 	

 	.mobile-nav .lang{

 		padding-top: 5vw;

 	}

 	

 .mobile-nav .langMobile{

 	padding-left: 2vw;

 	}

 }

 

 /* Small devices (portrait tablets and large phones, 600px and up) */

 @media only screen and (min-width: 600px) and (max-width: 768px) {

 .mobile-nav .logoEn{

 	height: 4vw;

 	}

 	

 .mobile-nav .langMobile{

 	padding-left: 2vw;

 	}

 }

 

 /* Medium devices (landscape tablets, 768px and up) */

 @media only screen and (min-width: 768px) and (max-width: 992px) {

 .mobile-nav .logoEn{
 	height: 3vw;
 	}

 .mobile-nav .langMobile{
 	padding-left: 1vw;
 	}

 }

 




/*--------------------------------------------------------------
# esv Section
--------------------------------------------------------------*/
.esv {
  width: 100%;
  height: 400px;
  background: url("../../assets/img/background/Desktop/RectangleApp.png") top center no-repeat;
  background-size: cover;
  position: relative;
}



.esv .container {
  padding-top: 62px;
}

@media (max-width: 992px) {
  .esv .container {
    padding-top: 62px;
  }
}

.esv h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding-top: 40px;
}

.esv h2 {
  color: #eee;
  margin: 5px 0 0 0;
    font-size: 27px;
    text-align: center;
      font-family: "Open Sans", sans-serif;
        font-weight: 600;
        line-height: 40px;
      font-style: normal;
      text-transform: uppercase;
}

.esv .unbesv {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
}


@media (min-width: 1024px) {
  .esv {
    background-attachment: fixed;
  }
}






@media only screen and (min-width: 768px) and (max-width: 992px) {
	
  .esv {
    height: 50vh;
  }
  .esv h1 {
    font-size: 37px;
    line-height: 40px;
    padding-top: 117px;
  }
  .esv h2 {
    font-size: 28px;
    line-height: 35px;
  }
   .esv .unbesv {
  height: 50px;
  bottom: 70%;
  }
  
  } 




@media only screen and (min-width: 600px) and (max-width: 767px) {
	
  .esv {
    height: 50vh;
  }
  .esv h1 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 53px;
  }
  .esv h2 {
    font-size: 20px;
    line-height: 30px;
  }
   .esv .unbesv {
  height: 42px;
  bottom: 70%;
  }
  
  } 

	
@media only screen and (min-width: 400px) and (max-width: 600px) {

  .esv {
    height: 47vh;
    width:100%;

  }
  .esv h1 {
  padding-top: 47px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
  }
  .esv h2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
  }
  
  .esv .unbesv {
  height: 42px;
  bottom: 50%;
  }
  
 }
  
@media (max-width: 400px)  {
  .esv {
    width:100%;

  }
  
    .esv h1 {
  padding-top:32px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
  }
  .esv h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }
}

/*--------------------------------------------------------------
# SOBRE O PROJETO
--------------------------------------------------------------*/

.sobre{
	padding-top: 2vw;
}


.sobre .content h3 {
  font-weight: 600;
  font-size: 16px;
}


.sobre .content p:last-child {
  margin-bottom: 0;
}


.sobre .row{
	padding-left: 12px;
}

.sobre {
padding-bottom: 70px;	
}



@media only screen and (max-width: 600px) {
	 .desktop{ 
	display: none !important; 
	}
	
	
   .mobile{
	 display: inline !important; 

}

.sobre .col-sm-12{
	padding-left:4px;
	
}

.sobre{
	padding-bottom: 35px;
}

.sobre .row{
padding-left: 3vw;
padding-right: 2vw;
padding-top: 2vw;
}

.sobre .section-title{
	padding-top:20px;
	}
}


@media only screen and (min-width: 600px) and (max-width: 768px) {
		 .desktop{ 
	display: none !important; 
	}
	
	
   .mobile{
	 display: inline !important; 
}

.sobre .row{
	padding-left: 0px;
}

.sobre .section-title{
	padding-left: 0;
}

	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
		 .desktop{ 
	display: inline !important; 
	}

	
	
   .mobile{
	display: none !important; 
}
	
}
	
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	 .mobile{ 
	display: none !important; 
	}


 .desktop{ 
	display: inline !important; 
	}
	
}


@media only screen and (min-width: 1200px) {	
	 .mobile{ 
	display: none !important; 
	}
 .desktop{ 
	display: inline !important; 
	}
	
}



/*--------------------------------------------------------------
# VÍDEO
--------------------------------------------------------------*/

.ytplayer {
  position: relative;
  padding-bottom: 50%; 
  height: 0;
}
.ytplayer iframe {
  position: absolute;
  top: 0;
  left: 40vw;
  width: 25%;
  height: 30%;

}

/* Small devices (portrait tablets and large phones, 600px and up) */
	
@media only screen and (max-width: 600px) {
.video iframe {
    width: 98%;
  height: 100%;
left: 0.6vw;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
.video iframe {
    width: 90%;
  height: 100%;
left: 4vw;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
.video iframe {
    width: 100%;
  height: 100%;
left: 3vw;
  }

.video .container{
	padding: 0;
	margin: 0;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.video iframe {
    width: 40%;
  height: 50%;
left: 30vw;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.video iframe {
  left: 15vw;
  width: 50%;
  height: 60%;
  }

}



/*--------------------------------------------------------------
# LINHA DO TEMPO
--------------------------------------------------------------*/
.linhaTempo{
	background: #F8F7F7;
	padding-bottom: 3.5vw;
	padding-top: 1vw;
}


.linhaTempo .tlDesktop{
left: 2vw;	
}

.linhaTempo .tlDesktop img{
max-width: 95%;
height: auto;
padding-top: 3vw;
}



@media only screen and (max-width: 600px) {
	 .tlDesktop{ 
	display: none !important; 
	}
	
	 .tlTablet{ 
	display: none !important; 
	}
	
   .tlMobile{
	 display: inline !important; 

}

.timEng{
	padding-top: 7vw;
	padding-bottom: 1vw;
}

.linhaTempo .tlMobile img{
max-width: 94%;
height: auto;
padding-top: 3vw;
}

.linhaTempo{
padding-bottom: 7vw;
}


.tlMobile .timeline {
    border-left: 1px solid #9E9E9E;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    list-style: none;
    text-align: left;
}
	
.lt-article .meta-date{
    position: absolute;
    left: -13px;
    transform: translateY(-50%); 
   width: 23px;
   height: 23px;
    border-radius: 100%;
    background:#fff;
    border: 5px solid #0C8BB0;
box-sizing: border-box;
}
	
.tlMobile .content-box p{
	font-size: 3.8vw;
	bottom: 2vw;
}

.tlMobile .linhaData{
	text-align: left;
	margin-bottom: 0.5vw;
}


.tlMobile .timeline{
	padding-left: 5vw;
}

.tlMobile .event {
	padding-bottom: 3vw;
}

.linhaTempo .titLt{
	padding-left: 0vw!important;
	padding-bottom: 4vw!important;
	padding-top: 8vw!important;
}
	
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
		 .tlDesktop{ 
	display: none !important; 
	}
	
	 .tlTablet{ 
	display: none !important; 
	}
	
   .tlMobile{
	 display: inline !important; 
}

.linhaTempo .tlMobile{
left: 2vw;	
padding:0;
margin: 0;
}

.linhaTempo .container{
padding:5vw;
margin: 0;
}

.linhaTempo .tlMobile img{
height: auto;
padding-top: 3vw;
}

	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
		 .tlDesktop{ 
	display: none !important; 
	}

	 .tlTablet{ 
	 display: inline !important; 
	}
	
		 .linhaTempo .container{
	  padding: 2vw;
	  margin: 0;
}
	.linhaTempo .tlTablet img{
width: 100%;
height: auto;
padding-top: 3vw;
padding-left: 3vw;
}
	
.linhaTempo .section-title{
	padding-left: 4vw;
}
	
   .tlMobile{
	display: none !important; 
}
	
}
	
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	 .tlMobile{ 
	display: none !important; 
	}

 .tlDesktop{
	display: inline !important; 
}

.linhaTempo .tlDesktop img{
max-width: 85%;
height: auto;
padding-top: 3vw;
padding-left: 7.8vw;
}

 .tlTablet{ 
	display: none !important; 
	}
	
}


@media only screen and (min-width: 1200px) {	
	 .tlMobile{ 
	display: none !important; 
	}
.tlDesktop{
	padding-right: 4vw;
display: inline !important; 
    }
 .tlTablet{ 
	display: none !important; 
	}
	
}

/*--------------------------------------------------------------
# produto
--------------------------------------------------------------*/
.produto {
	background-color: #F8F7F7;
	padding-bottom: 2vw;
}

.produto .section-title {
	padding-bottom: 0.5vw;
}

.produto .imgProdDesktop {
	padding-right: 2vw;
	padding-left: 0.6vw;
		text-align: center;
	vertical-align: middle;
	align-items: center;
}


.um img, .tres img,.dois img{
max-width:200%;
width:107%;
height: auto;
}

.tres img,.dois img{
	padding-top: 1vw;
}
.produto .imgProdDesktop li {
  list-style-type: none;
}



@media only screen and (max-width: 600px) {
	
	 .imgProdDesktop{ 
	display: none !important; 
	}
   .imgProdMobile{
	 display: inline !important; 
}
	
	
.tres img,.dois img{
	padding-top: 4vw;
}

.um img, .tres img,.dois img{
width: 100%;
height: 100%;
}

.produto .container, .produto .container-fluid{
	padding: 0;
}

.produto .section-title{
	padding-left:3vw!Important;
}

.produto {
	padding-bottom: 10vw;
	padding-top: 9vw;
}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
		 .imgProdDesktop{ 
	display: none !important; 
	}
   .imgProdMobile{
	 display: inline !important; 
}

	
.um img, .tres img,.dois img{
max-width:150%;
width: 112%;
height: 50vw;
}

.tres img,.dois img{
	padding-top: 2vw;
}

.produto .container, .produto .container-fluid{
	padding: 0;
	margin: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
		 .imgProdDesktop{ 
	display: inline !important; 
	}
   .imgProdMobile{
	 display: none !important; 
}

	
  .produto .imgProdMobile li {
  list-style-type: none;
}

.tres img,.dois img{
	padding-top: 2.5vw;
}
.um img, .tres img,.dois img{
width:100%;
height: 45vw;
padding-right: 2vw;
padding-left:1vw;
padding-top: 0;
}

.produto {
	padding: 0;
	margin: 0;
}

.produto .container, .produto .container-fluid{
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: auto;
}
}
	
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	 .imgProdMobile{ 
	display: none !important; 
	}
  .produto .imgProdDesktop li {
  list-style-type: none;
padding-top: 2vw;
padding-right: 2vw;
padding-left: 2vw;
}

.um img, .tres img,.dois img{
max-width: 100%;
height: auto;
}

.imgProdDesktop{
	padding-right: 0vw;
}


}



@media only screen and (min-width: 1200px) {	
	 .imgProdMobile{ 
	display: none !important; 
	}
	  .produto .imgProdDesktop li {
  list-style-type: none;
}

    }

/*--------------------------------------------------------------
# Equipe 
--------------------------------------------------------------*/
.equipe .section-title {
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
}

.equipe .membro {
  position: relative;
border: 1px solid #EDEDED;
box-sizing: border-box;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 10px;
transition: 0.5s;
max-width: 100%;
	 text-align: left!important;
}

.equipe .img-fluid{
   max-width:200px;
    max-height:100px;
    width: auto;
    height: auto;
}


.equipe .membro .pic img {
transition: ease-in-out 0.3s;
padding: 0;
margin: 0;
}



.equipe .membro:hover {
  transform: translateY(-10px);
}


.equipe .membro span {
display: block;
font-size: 16px;
padding-bottom: 10px;
position: relative;
font-weight: 300;
color: #212121;
text-align: left;
padding-left: 15px;
padding-right:14px;
line-height:  20px;
}



.equipe .membro:hover {
  background: #D3D3D3;
}


/* The Modal (background) */
.equipe .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 15%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}



.equipe .modal-button{
border: none;
background: none;	
font-weight: 600;
font-size: 16px;
line-height:20px;
color: #0C8BB0;
text-align: left;
padding-left: 1vw;
padding-right: 1vw;
padding-top: 0.5vw;
font-family: "Open Sans", Sans serif;
  box-shadow: none;
  outline: none;
}

.equipe .modal-button:hover {
  color: #0C8BB0;
text-decoration: underline;

}


/* Modal Content */
.equipe .modal-content {
    position: relative;
  background: #FFFFFF;
border: 1px solid #EDEDED;
box-sizing: border-box;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin: auto;
padding: 0;
  display: block;
max-width: 45%;
  width: 35%;
height: 60%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #0C8BB0;
    float: right;
    font-size: 35px;
    font-weight: bold;
    font-family: monospace;
    opacity: .7;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.equipe .modal-header {
	padding-top:0;
	padding-bottom: 0;
    padding-right: 18px;
    background-color: #fff;
    color: black;
border: 0;
}

.equipe .modal .modal-body  h5{
	margin-left: 1vw;
	color: #212121;
	font-weight: 600;
	 align-items: left;
	 text-align: left;
}

.equipe p.info1{
	color: #212121;
	margin-left: 1vw;
line-height: 23px;
text-align: left;
}

.equipe p.info2{
	color: #212121;
	font-weight: 300;
	margin-left: 1vw;
	padding-bottom: 1vw;
	text-align: left;

}


.equipe .modal .modal-content .modal-dados{
list-style-type: none;
font-weight: 600;
color: #212121;
line-height: 22px;
text-align: left;
padding-left: 0;
margin-left: 1vw;
word-wrap: break-word;
}

.equipe .modal .dadosCor{
	color:#0C8BB0;
	padding-left: 0.3vw;
	word-wrap: break-word;
}

.equipe .modal .dadosCor:hover{
text-decoration: underline;
}

.equipe .modal .modal-content .modal-dados img{
float: left;	
}
	
.equipe .modal .modal-content .modal-dados .dados{
	padding-left: 1vw;
display: inline-block;
display: table-cell; 
 vertical-align: middle;
 padding-bottom: 4%;
}

.equipe #email{
	font-weight: normal;
}



.equipe {
	padding-bottom: 30px;
}

.equipe .row{
	padding-left: 18%;
		padding-right: 15%;
	
}

	@media (max-width: 400px)  {
	.equipe .modal-content {
margin: auto;
padding: 0;
max-width: 100%;
height: 80%;
width: 95%;
}

.equipe .row{
	padding-left: 4vw;
	padding-right: 4vw;
}
	
}	





@media only screen  and (min-width:400px) and (max-width: 600px) {
.equipe {
padding-bottom: 7vw;	
}

.equipe .row{
	padding-left: 5%;
	padding-right: 3%;
}

.equipe .modal-content {
margin: auto;
padding: 0;
max-width: 100%;
height: 95%;
width: 95%;
}

.equipe .modal {
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */

}

.equipe .imagem{
	padding-top: 2vw;
}

.equipe .modal-button{
	padding-left: 3vw;
	padding-top: 2vw;
}

.equipe .modal .modal-content .modal-dados .dados{
	padding-left: 5%;
	display: table-cell; 
 vertical-align: middle;
 	padding-bottom: 8%;
 
	
}

.equipe .membro span{
	padding-left: 3vw;
}

.equipe .section-title{
	padding-bottom: 3vw;
}

.equipe, .parceiros {
	padding-top: 36px;
}

}


@media only screen and (min-width: 600px) and (max-width: 768px) {
	.equipe .row{
	padding-left: 7.5%;
	padding-right: 7.5%;
	}
	
	.equipe .modal-content {
margin: auto;
padding: 0;
max-width: 70%;
height: 70%;
width: 84%;
}
	}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.equipe .row{
	padding-left: 4.8%;
	padding-right: 5%;
	}
	}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.equipe .row{
	padding-left: 6%;
	padding-right: 6%;
	}
	}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

	.equipe .row{
	padding-left: 5%;
	padding-right: 4%;
	}
	
		.equipe .modal-content {
margin: auto;
padding: 0;
max-width: 48%;
height: 48%;
width: 95%;

}
	}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {

	.equipe .row{
	padding-left: 12%;
	padding-right: 12%;
	}
		.equipe .modal-content {
max-width: 45%;
height: 87%;
width: 45%;

}
	}
	
	
	@media only screen and (min-width: 1500px) and (max-width: 1600px) {
	.equipe .row{
	padding-left: 15%;
	padding-right: 15%;
	}
		.equipe .modal-content {
max-width: 42%;
height: 65%;
width: 100%;

}
	}
	
	
	@media only screen and (min-width: 1600px) and (max-width: 1800px){
	.equipe .row{
	padding-left: 16%;
	padding-right: 15%;
	}
	
	.equipe .modal-content {
max-width: 36%;
height: 100%;
width: 100%;

}
	}
	
	@media only screen and (min-width: 1800px) and (max-width: 1900px){
	.equipe .row{
	padding-left: 19.5%;
	padding-right: 18.5%;
	}
	}
	
	@media only screen and (min-width: 1900px) {
	.equipe .row{
	padding-left: 21.5%;
	padding-right: 20%;
	}
	
	}
	
	


/*--------------------------------------------------------------

480px // Extra small screen
768px // Small screen
992px // Medium screen
1200px // Large screen
1600px // Extra Large screen
1900px // Extra Large screen

#  PARCEIROS*
--------------------------------------------------------------*/
.parceiros {
	padding-bottom: 70px;
	padding-top: 1.5vw;
}



#gdf{
	left:5%;
}
	
#cnj{
	left:2%;

}



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

	.parceiros .section-title{
	padding-left: 2vw;
	padding-top: 20px;
	}
	
.parceiros .container-fluid img{
	max-width: 80%;
}


#justP{
	float: left;
	left:4vw;
	max-width: 80%;
	height: 100%;
	display: flex;
	padding: 0;
	top: 120px;
	padding-bottom: 0;
	}

#fap{
	padding: 0;
	left: 4vw;
	top:2vw;
 max-width: 40%;
	
}

#gdf{
	right:-1vw;
	width: auto;
	height: auto;
	padding-top: 15%;
}
	
#cnj{
	bottom:9%;
	left:40%;
	max-width: 100%;
	max-height: 100%;

}

	

#parcUnb{
	float: right;
	padding: 0;
	top: 10vw;
	 max-width: 60%;
	 left: 8vw;
}

#finatec{
	float: right;
	padding: 0;
	bottom: 21vw;
	 max-width: 60%;
	 left: 47vw;

	}


	
.parceiros .container{
	padding: 0;
	margin: 0;
}

.parceiros{
	padding-bottom: 50px;
}

.parceiros .container-fluid{
	max-width: 100%;
	padding-bottom: 0;
	margin-bottom: -42px;
	margin-top: -80px;
}

.parceiros .pb-5{
	padding-bottom: 2rem!important;
}

.parceiros {
	padding-bottom: 10px;
}

}

@media only screen and (min-width: 600px) and (max-width: 768px) {
#justP{
	float: left;
	left:3vw;
}

.parceiros #parcUnb{
padding: 0;
bottom:-10vw;
right:50px;
}

.parceiros #finatec{
	bottom: -7vw;
}

#cnj{
right: 6vw;
	}

#fap{
	left: 2vw;
}	


#gdf{
top:17px;
left:20px;
}
	

.parceiros .section-title{
	padding-left: 5vw;
}

.parceiros .container-fluid{
	padding-bottom: 5vw;
}
	
.parceiros .container{
	padding: 0;
	margin: 0;
}


}
/*
/*--------------------------------------------------------------
#  FOOTER
--------------------------------------------------------------*/

.footer {
padding-top: 2vw;
color: #fff;
font-size: 16px;
background: #035E80;
padding-bottom: 2vw;
font-weight: 400;
}

.footer  .footer-contact h6{
 font-weight: 700;
font-size: 16px;
text-align: center;

}


.footer-text p{
padding-left: 15vw;
padding-right: 15vw;
padding-top: 1vw;


}

.footer  .footer-contact {
 margin-bottom: 1.5625vw;
}


.footer  .email {
	color:#fff;
		font-weight: 400;
		text-align: center;
		margin-left: 44%;
	
}


.linha {
border-bottom: 0.12vw solid #fff;
width:1120vw;  
color: #fff;
position: relative;
right: 50%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.footer  .footer-contact .section-title h6{
 font-weight: 700;
padding-left: 0vw;
padding-right: 0w;
padding-top: 7vw;
}

.footer #contactEng{
	 font-weight: 700;
padding-left: 0;
padding-right: 0;
padding-top: 7vw;
}



.footer {
font-size: 15px;
line-height: 20px;
	
}	

.footer  .footer-contact {
	padding-bottom: 3vw;
}

.footer .email{
	font-size: 16px;
	font-weight: 400;
	margin-left: 30%;
	align-content: center;
	align-items: center;
	
}

.linha {
	margin-left: -20vw;
	color:#fff;
}

.footer-text p{
	font-size: 16px;
	padding-top: 6vw;
	padding-right: 5vw;
	padding-left: 5vw;
}

.unbFooter{
	padding-bottom: 20vw;
}

.footer .section-titleEng{
padding-left: 0vw;
padding-right: 0vw;
 font-weight: bold;
padding-top: 7vw;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
.footer  .footer-contact h6{
text-align: center;
}

}


/*--------------------------------------------------------------
# Publicacoes + Noticias
--------------------------------------------------------------*/
#publicacoes{
	background-color:  #F8F7F7;
}


.more-services .section-title{
	padding-bottom: 1vw;
	padding-top: 1vw;
}


.more-services {
  padding-top: 20px;
  padding-bottom: 70px;
}

.more-services .card {
  border: 0;
  position: relative;
  width: 100%;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 10px;
}

.more-services .card-title {
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  line-height: 21px;
  font-style: normal;
  font-size: 16px;
  
}

.more-services .card-title a:hover {
  text-decoration: underline;
}


.more-services .card-title a {
  color: #0C8BB0;
}

.more-services .card-text {
    font-weight: 400;
  text-align: left;
  line-height: 21px;
  font-style: normal;
  color: #212121;
  font-size: 16px;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #F7F7F7;
}

.more-services .subPublic{
	font-weight: 400;
	line-height: 21px;
	font-size: 16px;
}

.more-services .nomePublic{
	font-weight: 300;
	line-height: 21px;
	font-size: 16px;
}

.more-services .disabled{
	color:#212121!important;
	    pointer-events: none;
	}
	
	
	@media only screen and (max-width: 600px) {
	.more-services .section-title{
	padding-top: 3vw;
	padding-bottom: 7vw;
}
	}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	more-services .section-title{
padding-left: 0vw!important;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.more-services .section-title{
padding-left: 0vw!important;
}

#noticias{
	padding-top: 40px;
}
	}

#clicavelUm, #clicavelDois, #clicavelTres,#clicavelQuatro,#clicavelCinco, #clicavelPublicUm,#clicavelPublicDois,#clicavelPublicTres,#clicavelPublicQuatro,#clicavelPublicCinco {
cursor: pointer;
}


#text{
display:none;
}

.more-services .btn-container {
padding-top: 30px;
    text-align: center;
       outline:none;
}

.botaoVerMais {
	background-color: #fff;
}

.more-services img{
padding-right: 10px;
    box-shadow: none;
}

