
@font-face {
  font-family: myFirstFont;
  src: url(Cinzel-Regular_16.ttf);
}

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Allura);

html, body {
  height: 100%;
  margin: 0px;
  background: #ffffff;
}

#all {
  height: 100%;                        /* para falta de suporte */  

background: #222222;
}

* html #destaques {
  height: 100%;
}

#width {
  width: 940px;
  margin: auto;
}

p {
  margin: 0;
  text-align: center;
}

#menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  height: 100px;
}

#destaques {
position: relative;
color: white;
  width: 100%;
  height: 100%;                        /* para falta de suporte */  
  height: -webkit-calc(100%);  /* para Chrome */
  height: -moz-calc(100%);     /* para Firefox */
  height: calc(100%);          /* para suporte nativo */
  background: url(img/fundo3.jpg);
  background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  cursor: default;
  background-position: center;
}

#sobre {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #2B364A;
  cursor: default;
}

#servicos {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #373F56;
  cursor: default;
}

#equipe {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #2B364A;
  cursor: default;
}

#clientes {
  height: auto;
  margin: auto 0;
  padding: 50px 0 60px 0;
  width: 100%;
  background: #444444;
  cursor: default;
}

#outros {
  height: auto;
  margin: auto 0;
  padding: 165px 0 50px 0;
  width: 100%;
  background: #2B364A;
  min-height: 250px;
  cursor: default;
}

#contato {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #373F56;
  cursor: default;
}

#down {
  height: auto;
  margin: auto 0;
  padding: 50px 0 50px 0;
  width: 100%;
  background: #F2D35F;
  cursor: default;
}

#down2 {
  height: auto;
  margin: auto 0;
  padding: 0px;
  width: 100%;
  background: #2B364A;
  cursor: default;
  height: 60px;
}

#mapa {
  height: 300px;
  width: 100%;

}

.fonte-titulo {
  font-family: myFirstFont, sans-serif;
  color: #F2D35F;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.fonte-destaque {
  font-family: 'Allura', cursive;
  color: #F2D35F;
  font-size: 80px;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000000,2px 2px 5px #000000;
}




.fonte-texto {
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  font-size: 16px;
}

.form:focus
{ color: #ffffff; background-color: #2B364A;  } 

.form
{ border: 1px solid #2B364A; padding: 2px 10px 0 10px; color: #ffffff; height:40px;
background-color: #2B364A;  font-family: 'Titillium Web', sans-serif;
font-size: 15px; border-left: 0px;outline: none; } 

.form2:focus
{ border: 1px solid rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.3); color: #2B364A; } 

.form2
{ border: 1px solid rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.3); padding: 0 0px 0 10px; color: #2B364A; height:30px;  font-family: 'Titillium Web', sans-serif;
font-size: 16px; border-radius: 0px; border-left: 0px;outline: none; } 

#botao{
  padding: 10px 20px 10px 20px;
  border: 0px solid #F2D35F;
  background-color: #F2D35F;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #2B364A;
  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{
  border: 0px solid #2B364A;
  background-color: #2B364A;
  color: #ffffff;
}

#botao2{
  padding: 10px 20px 10px 20px;
  border: 1px solid #F2D35F;
  background-color: #F2D35F;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #2B364A;
  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: 1px solid #2B364A;
  background-color: #2B364A;
  color: #ffffff;
}

#botao3{
  padding: 10px 20px 10px 20px;
  border: 1px solid #F2D35F;
  background-color: #F2D35F;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  color: #2B364A;
  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{
  border: 1px solid #2B364A;
  background-color: #2B364A;
  color: #ffffff;
}

#botao4{
  padding: 5px 10px 5px 10px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #2B364A;
  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;
}
#botao4:hover{
  border: 1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,1);
  color: #2B364A;
}

.fundo-down {
  color: #ffffff;
  -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: rgba(255,255,255,0.3);
  -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: 30px;
  height: 30px;
  margin: 0px;
}

.icon:hover {
  background-color: rgba(255,255,255,1);
}

::-webkit-input-placeholder {
	color: #666666;
}

:-moz-placeholder {
	color: #666666;
}

::-moz-placeholder {
	color: #666666;
}

:-ms-input-placeholder {  
	color: #666666;
}