/*gerais  html semântico*/


body
{
	font-family: 'Roboto', sans-serif;
	
}

.row{
	margin: 0;

}

.container{
	padding: 70px 0;
}

p, li{
	color: #444;
	font-size: 14px;
}



/*barra de navegação */
header, .navbar{
	background-color: #353D41;

}

#nav-container{
	padding-top: 0;
	padding-bottom: 0;
}

#logo{
	width: 75px;
}

.navbar-brand{
	padding: 0;
	color: #FFF;
}
.navbar-brand:hover
{
	color: #FFF;
}

#navbar-links a {
	color:  #fff;
}
.navbar-brand-lg .navbar-nav .nav-link{
	/*unidades de medida adaptativa da fonte -expansao contração máxima da fonte*/
	padding: 1rem .8rem;
}
.nav-item.active {
	border-bottom: 3px solid #FFF;
  }

/*slider */

.container-fluid{
	padding:  0;
}

/*
#mainSlider .carousel-inner, #mainSlider .carousel-item{
height: 90vh;
}
*/
#mainSlider .carousel-caption{
	top: 30%;
}

#mainSlider .carousel-caption h2{
	font-size: 50px;
	margin-bottom: 30px;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black; 
}

#mainSlider .carousel-caption p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 100px;
	color: #397ebf;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black; 
}

.main-btn {
	background-color: #397ebs;
	color: #FFF;
	text-transform: uppercase;
	width: 200px;
	height: 60px;
	padding: 10px 20px;
	border-radius: 30px;
	border-radius: 3px solid transparent;
	transition: .5s;
}
.main-btn:hover{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border-color: #65DAF9;
}

.carousel-indicators .active{
	background-color: #65DAF9;
}

/* seção sobre */

#about-area{
	background-color: #f9f9f9;
}

.main-title{
	color: #444;
	margin:0 0 65px, 0;
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.main-title::after
{
	content:"";
	border-top: 2px solid #333;
	width: 15%;
	position:absolute;
	top: 60px;
	left: 42.5%;

}

/*
.main-title::after {
	content: "";
	border-top: 2px solid #333;
	width: 15%;
	position: absolute;
	top: 60px;
	left: 42.5%;
  }
  */

.about-title{
font-size: 17px;
color: #444;
text-transform: uppercase;	
font-weight: bold;

}
/*list style muda os icones padrao
da lista*/
#about-list{
	list-style:none;
	padding-left: 0;
}
#about-list li{
	line-height: 30px;
}

#about-list i {
	color: #65DAF9;
	margin-right: 15px;
}

/* serviços */
.service-box{
	text-align: center;
	margin-bottom: 50px;
}

.service-box i, .service-box h4{
	transition: .5s;
	
}

.service-box i{
	font-size: 36px;
	margin-bottom:20px;
	color:#444;
}

.service-box h4{
	font-size: 24px;
}
.service-box:hover > i, .service-box:hover > h4{
	color: #65DAF9;

}

/* Dados */

.circle-box div {
	padding: 0 40px;
  }
  
  .progressbar-text {
	font-weight: bold;
	font-size: 32px;
  }
  
  #data-area p {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
  }


  /*Time */
  
  .card {
  /*background: #65DAF9;*/
  border: 1px solid #65DAF9;
  color: rgba(166, 217, 215, 0.8);
  margin-bottom: 2rem;
}

  .card-body {
	  text-align: center;
  }

  
  .card-block{
	margin-left: 35%;
	margin-right: 35%;
}

.card-link{
	font-weight: bold;
}

/*
.card-block:hover{
	text-decoration: none;
	color: #fff;
	border-color: #65DAF9;
}
*/


/*Trabalhe conosco */

#apply-area{
	height: 500px;

}

#apply-area .container-fluid, #apply-area .row{
	height: 100%;
}

#apply-area .apply-box{
	padding: 70px 50px;
	text-align: center;
}

#company-img{
	background-image: url('../img/empresa.jpg');
	background-size: cover;
	height: 100%;
}

#pattern-img h4, #pattern-img p{
	color: #fff;
}

#pattern-img h4{
	margin-top: 8%;
	margin-bottom: 20px;
	text-transform: uppercase;

}

#pattern-img p {
	margin-bottom: 20px;
}

#apply-btn{
	display: block;
	height: auto;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-color: #FFF;
	background-color: transparent;
	
	
}

#apply-btn:hover{
	border-color: #65DAF9;
	background-color: #65DAF9;
}


/* PORTFOLIO */

.project-box
{
margin-bottom: 30px;
}

#filter-btn-box
{
margin-bottom: 50px;
text-align: center;
}

#portfolio-area .filter-btn{
color: #444;
border: 1px solid #444;
background-color: transparent;
text-transform: none;
margin: 0px;
min-width: 100px;
width: auto;
height: 40px;
line-height: 40px;
padding: 0 20px;

}

#portfolio-area .filter-btn.active, #portfolio-area .filter-btn:hover{
	color: #fff;
	background-color: #65DAF9;
	border-color: #65DAF9;

}

#news-area {
	text-align: center;
	background-color: #f9f9f9;
}

#news-area p  {
font-size: 18px;
margin-bottom: 40px;
}

#email-input{
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #005ba4;
	display: inline;
	box-sizing: border-box;
	width: 40%;
	height: 40px;
}

#news-btn{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 1px solid #005ba4;
	background-color: #005ba4;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	padding:  0 30px;
	margin-left: -130px;
	position: absolute;
	transition: .5s;
}

#news-btn:hover{
 background-color: #fff;
 color: #005ba4;
}

/* CALL TO ACTION */

#call-area{
	/*background-color: #005ba4;*/
	background-color: #343536 !imporant;
	text-transform: uppercase;
}

#call-area .container{
	padding:  40px 100px;
}

#call-area .row {
	display: block;
	text-align: center;	
}

#call-area p {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	width: auto;
	letter-spacing: 2px;
	margin-bottom: 0;
	display: inline;
	height: 60px;
	line-height: 60px;
}

#call-area #call-btn {
	background-color: #FFF;
	color: #005ba4;
	font-weight: bold;
	font-size: 20px;
	margin-left: 30px;
	width: auto;
	letter-spacing: 2px;
}


/*
@font-face {
  font-family: 'OpenDyslexic';
  src: url('fonts/OpenDyslexic-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('fonts/OpenDyslexic-Regular.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('fonts/OpenDyslexic-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}


/* Classe que ativa a fonte */
/*body.dyslexia-font {
  font-family: 'OpenDyslexic', Arial, sans-serif !important;
}*/

/* Só é aplicada quando a classe estiver presente no ID */

/*#text_resumo.dyslexia-font {
	line-height: 1;
  						text-align: justify !important;
 
  						font-size: 1.0em !important;

  						font-weight: 400;
  						line-height: 1.05;
  						color: #7F7F7F !important;
  						font-family: 'OpenDyslexic', Arial, sans-serif !important;
							}
						ul {
						  list-style-type: none;
						  padding-left: 0px;
						}
						.n-4
						{
							margin-bottom: -20px !important;
						}

}
*/






