@charset "utf-8";
/* CSS Document 

font-family: 'Quicksand', sans-serif;
font-family: 'Raleway', sans-serif;

*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');



body{
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
background-color:white;
}

a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
a:link{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}


#slider{
	margin-top: 100px!important;
}





.whatsBt{
	width:200px;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	margin:15px;
	z-index:400;
}


.topoPaginas{
	width: 100%;
	height: 437px;
	background: url(../dados/layout/topoPaginas.jpg)center no-repeat;
	background-size: cover;
	margin-top: 100px;
	
	display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.topoPaginas h1{
	font-weight:700;
	color: white;
	font-size: 50px;
}

.topoPaginas hr{
  border: 2px solid #00acec;
	width: 150px;
	margin-top: 8px;
	border-radius: 3px;
	
}


.marginCol{
	margin-top: 20px;
	margin-bottom: 20px;
}


.saiba{
	background-color: #00aceb;
	color: white!important;
	font-weight: 900;
	padding: 12px 25px;
	margin: 0;
	text-align: center;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	  transition: all 0.5s ease;

}

.saiba:hover{
 transition: all 0.5s ease;
	background-color: #2B64A8;
}


.azul{
	font-weight: 600;
	color: #00aceb;
}


.azul2{
	font-size: 18px;
	font-weight: 600;
	color: #00aceb;
}


.white{
	text-align: center;
	padding: 30px;
	background-color: #fff;
}
.white p{
	font-weight: 900;
	padding: 0;
	margin: 0;
}

.white ul{
	text-align: left;
		margin-top: 0px;
	list-style-image: url(../dados/layout/dot.png);
	padding: 0 0 0 15px;
	line-height: 28px;
    
}

.white h4{
	text-align: center; width: 100%;
	font-size: 40px;
	font-weight: 800;
	color: #009BDD;
	padding: 15px 0 15px 0;
	margin: 0;
}





.novadescr{
	padding:15px;
	width: 100%;
}

.novadescr h4{
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #0b114a;
	line-height: 20px;
}
.novadescr h4 small{
	font-size: 16px;
}

.velo{
	height: 143px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	
	
	display: -webkit-flex;
  		display:flex;
  		-webkit-align-items: center;
        align-items: center;
 		-webkit-justify-content: center;
        justify-content: center;
	
}

.velo h3{
 font-weight: 900;
	padding-top: 30px!important;
	color: #fff;
	font-size: 48px;
	line-height: 20px;
}

.velo h3 small{
	font-size: 16px;
	color:#fff;
	font-weight: 600;
	text-transform:lowercase;
}



.descrLeft{

	width: auto;
}


.descricao{
	text-align: center;
	padding: 30px 10px 0 10px;
}
.descricao ul{
	text-align: left;
		margin-top: 20px;
	list-style-image: url(../dados/layout/dot.png);
    
}



.sombra{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
}

	.cinza{
	 background-color: #efefef;
	 width: 100%;
	 padding: 40px 0 40px 0;
	}




/*==========HEADERS==============*/

h4{
	color: #000;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	text-align: center;
}

h4 hr{
  border: 2px solid #00acec;
	width: 200px;
	margin-top: 8px;
	border-radius: 3px;
	
}
h4 small{
	font-size: 18px; font-weight: 500; color: #00acec;
}

h3{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	color: white;
}

.gradient1{
	

	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e5fa3+0,00acec+100 */
background: rgb(46,95,163); /* Old browsers */
background: -moz-linear-gradient(left, rgba(46,95,163,1) 0%, rgba(0,172,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(46,95,163,1) 0%,rgba(0,172,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(46,95,163,1) 0%,rgba(0,172,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa3', endColorstr='#00acec',GradientType=1 ); /* IE6-9 */
}










.gradient2{
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d60a3+0,0f4b61+59 */
background: rgb(45,96,163); /* Old browsers */
background: -moz-linear-gradient(left, rgba(45,96,163,1) 0%, rgba(15,75,97,1) 59%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(45,96,163,1) 0%,rgba(15,75,97,1) 59%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(45,96,163,1) 0%,rgba(15,75,97,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d60a3', endColorstr='#0f4b61',GradientType=1 ); /* IE6-9 */

}


.gradient3{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104b61+0,01abeb+39 */
background: rgb(16,75,97); /* Old browsers */
background: -moz-linear-gradient(left, rgba(16,75,97,1) 0%, rgba(1,171,235,1) 39%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(16,75,97,1) 0%,rgba(1,171,235,1) 39%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(16,75,97,1) 0%,rgba(1,171,235,1) 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104b61', endColorstr='#01abeb',GradientType=1 ); /* IE6-9 */

}



.topoTop{
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 900;
}



/*=============TOP CONTATO==========*/
.topizinho{padding: 5px 0!important; width: 100%; font-size: 12px!important; transition: all 0.5s ease;}
.topizinho img{width: 15px!important;}
.contatosTop{
	width: 100%;
	vertical-align:text-top!important;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: solid 1px #bebebe;
	text-align: right;
	padding: 10px 0;
	transition: all 0.5s ease;
}
.contatosTop p{
	vertical-align:text-top!important;
	display: inline-block;
	color: #00acec;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
.contatosTop p a{
	font-weight: normal;
	color: #000;
	text-transform: none;
}






.navbar-nav{
	margin-top: 5px;
}



.logao img{width: inherit;}
.logosize{width: 70%;

	 -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}

/*=============TOP MENU==========*/


.padding{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px;
	transition: all 0.5s ease;
}

/*=============EFEITO TOPO==========*/
.pad{
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s ease;
	

-webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.45);
box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.45);
}


.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  border:none;
}

.float-menu{
	float: right;
}

.navbar-nav > li > a:hover{
	color: #00acec!important;
	transition: all 0.3s ease;
} 


.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: normal;
}

.navbar-default{
	background-color: transparent;
}











/*===============RODAPE=============*/
.rodape{
	width: 100%;
	background: url(../dados/layout/bgRodape.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding:6% 0 3% 0;
	color: #fff;
	position: relative;
}


.faixaRodape{
	background-color: #0b114a;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	top: 0;
}
.faixaRodape p{
	color: #00acec;
	font-weight: 600;
	display: inline;
	margin: 0 40px ;
}

.faixaRodape a{
	color: #fff;
	font-weight: 300;
}




/*==================PARALLAX================*/
/* CSS Document 

font-family: 'Heebo', sans-serif;
font-family: 'Great Vibes', cursive;
font-family: 'Roboto Condensed', sans-serif;

*/

/*PARALLAX WINDOW*/

.parallax-window {
    min-height: auto;
	height: auto;
	padding: 6% 0 6% 0;
    background: transparent;
	text-align: center;
	margin: 0% 0 80px 0;
	color:#fff;
}



.parallax-window h2{
	color: #fff!important;
	font-size: 36px;
	padding: 0 0 0px 0;
	width: 75%; margin: 0 auto;
	line-height: 45px;
	font-weight: 600;
}









