@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:700);



html, body {
		margin:0;
	height:100%;
  background-image: url(img/fundo.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
	  cursor: default;
}

* html {
  height: 100%;
}

p {
  margin: 0;
  text-align: center;
}

#width {
  width: 940px;
  margin: auto;
}

#menu {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  height: 124px;
}

#menu2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 888;
  height: 80px;
}

#home {
  position: relative;
  width: 100%;
  height: 400px;                        /* para falta de suporte */  
  cursor: default;
}

#sobre {
	position:relative;
  height: auto;
  margin: auto 0;
  padding: 60px 0 70px 0;
  width: 100%;
  background: #ffffff;
  cursor: default;
}

#clientes {
	position:relative;
  height: auto;
  margin: auto 0;
  padding: 60px 0 70px 0;
  width: 100%;
  background: #f5f5f5;
  cursor: default;
}

#galeria {
	position:relative;
  height: auto;
  margin: auto 0;
  padding: 60px 0 70px 0;
  width: 100%;
  background: #f5f5f5;
  cursor: default;
}

#servicos {
	position:relative;
  height: auto;
  margin: auto 0;
  padding: 60px 0 70px 0;
  width: 100%;
  background: #ffffff;
  cursor: default;
}

#contato {
	position: relative;
	  padding: 60px 0 70px 0;
  width: 100%;
  height: auto;
  background-image: url(img/fundo-3.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: default;
}

#servicos {
  position: relative;
  padding: 60px 0 70px 0;
  width: 100%;
  height: auto;
  background-image: url(img/fundo-1.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: default;
}

#extra {
  position: relative;
  padding: 40px 0 70px 0;
  width: 100%;
  height: auto;
  background-image: url(img/fundo-2.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: default;
}

#mapa {
  height: 300px;
  width: 100%;
}

#down {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #00CCFF;
  cursor: default;
}

#down2 {
  height: auto;
  margin: auto 0;
  padding: 0px;
  width: 100%;
  background: #010066;
  cursor: default;
}

#outros {
  height: auto;
  margin: auto 0;
  padding: 40px 0 60px 0;
  width: 100%;
  background: #ffffff;
  cursor: default;
}


.fonte-titulo {
  font-family: 'Comfortaa', cursive;
  color: #ffffff;
  font-size: 30px;
}

.fonte-texto {
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  font-size: 16px;
}

.form
{ border: 1px solid #ffffff; border-left: 0px; padding: 2px 10px 0 10px; color: #333333; height:40px;
background-color: #ffffff;  font-family: 'Titillium Web', sans-serif;
font-size: 20px; } 

.form3
{ border: 0px solid #FD2218; padding: 2px 10px 0 10px; color: #333333; height:50px;
background-color: #eeeeee;  font-family: 'Titillium Web', sans-serif;
font-size: 20px; } 

.form4
{ border: 1px solid #dddddd; padding: 2px 10px 0 10px; color: #333333; height:30px;
background-color: #ffffff;  font-family: 'Titillium Web', sans-serif;
font-size: 15px; } 

.form2
{ border: 1px solid #B30000; background-color: #B30000; padding: 0 0px 0 10px; color: #ffffff; height:30px;  font-family: 'Titillium Web', sans-serif;
font-size: 16px; border-radius: 0px; border-left: 0px; } 

.form2:focus
{ background-color: #D20D02; } 

#botao{
  padding: 10px 20px 10px 20px;
  border: 0px;
  background-color: #f5f5f5;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #00CCFF;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao:hover{
  background-color: #00CCFF;
  color: #ffffff;
}

#botao2{
  padding: 10px 20px 10px 20px;
  border: 2px solid #ffffff;
  background-color: #f5f5f5;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #010066;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao2:hover{
  border: 2px solid #ffffff;
  background-color: #010066;
  color: #ffffff;
}

#botao3{
  padding: 10px 20px 10px 20px;
  border: 0px;
  background-color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #00CCFF;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao3:hover{
  background-color: #00CCFF;
  color: #ffffff;
}

#botao4{
  padding: 10px 20px 10px 20px;
  border: 0px;
  border-bottom: 2px solid #FD2218;
  background-color: transparent;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #FD2218;
  cursor: default;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}


#botao5{
  padding: 4px 7px 4px 7px;
  font-size: 16px;
  border: 1px solid #B30000;
  background-color: #B30000;
  font-family: 'Titillium Web', sans-serif;

  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao5:hover{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #D90000;
}

#botao6{
  border: 1px solid #FD2218;
  background-color: #FD2218;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao6:hover{
  border: 1px solid #FD2218;
  background-color: #ffffff;
  color: #FD2218;
}

#botao7{
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
#botao7:hover{
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #333333;
}

hr.left {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(217, 0, 0, 0), rgba(217, 0, 0, 1));
}
hr.right {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to left, rgba(217, 0, 0, 0), rgba(217, 0, 0, 1));
}
hr.left2 {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
hr.right2 {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.fundo-down {
  background-color: #333333;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

.fundo-transparente {
  background-color: transparent;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

.icon {
  background-color: #00CCFF;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0px;
}

.icon:hover {
  background-color: transparent;
}

.scrolldown {
  opacity:0.6;
  background: #00CCFF;
  width:40px;
  z-index: 8888;
  height:40px;
  position:fixed;
  display:none;
  -webkit-transition:.5s;
  transition:.5s;
}
 
.scrolldown:hover {opacity:1.0;}

a:link {color: #333333; text-decoration: none;} 
a:visited {color: #333333; text-decoration: none;} 
a:hover {color: #FD2218; text-decoration: none;} 
a:focus {color: #333333; text-decoration: none;} 
a:active {color: #333333; text-decoration: none;} 

.flex-centralizado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.flex-centralizado2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

	.clientes-box{overflow:hidden;height:100px;width:100%;margin:0 1px;position:relative;background:#f5f5f5}
	.clientes-box .clientes-img{overflow:hidden;height:100px;width:100%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}
	.clientes-box:hover .clientes-img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1)}
