 /* Config Geral */
 @font-face {
  font-family: 'Fonte_Frinco';
  src: url('complementos/fonts/FRINCO.woff') format('woff'),
       url('complementos/fonts/FRINCO.ttf')  format('truetype'),
       url('complementos/fonts/FRINCO.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Fonte_Quicksand';
  src: url('complementos/fonts/Quicksand_Book.woff') format('woff'),
       url('complementos/fonts/Quicksand_Book.ttf')  format('truetype'),
       url('complementos/fonts/Quicksand_Book.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'Wingding2';
	src: url('complementos/fonts/Wingding2.eot');
	src: url('complementos/fonts/Wingding2.woff') format('woff'),
        url('complementos/fonts/Wingding2.ttf') format('truetype'),
        url('complementos/fonts/Wingding2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Fonte_Quicksand', Calibri, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #242b34;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Links */
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}

a:focus, a:hover {
  text-decoration: none;
  color: #9e8a6a;
}

/* Menu */
#mainNav {
  font-family: 'Fonte_Quicksand', Calibri, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #9e8a6a;
  background-color: #242b34;
  font-size: 12px;
}

#mainNav .navbar-toggler {
  /* font-size: 12px; */
  padding: 11px;
  color: #9e8a6a;
  border: 0px solid #9e8a6a;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: #9e8a6a;
}

#mainNav a:hover {
    color: white;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9e8a6a;
    background: #242b34;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba( 0, 0, 0, 0.1 );
    border-radius: 10px;
  }
}

/* Cover */
.cover {
  background: url("complementos/img/cover.jpg") no-repeat bottom center scroll;
  background-color: #242b34;
  background-size: cover;
}
.logo-cover {
  max-height: 250px;
}

/* quem-somos */
#quem-somos .logo-quem-somos {
  max-height: 130px;
}
#quem-somos .descricao {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}
#quem-somos .icone {
  color: rgba(158, 138, 106, 0.5);
  font-size: 50px;
  margin: 25px;
}
#quem-somos .servico{
  font-size: 18px;
}
#quem-somos .detalhe-frase {
  font-family: 'Wingding2';
  font-size: 40px;
  vertical-align: middle;
  color: rgba(158, 138, 106, 0.5);
}
#quem-somos ul {
  padding-left: 0;
}
#quem-somos li {
  display: inline;
  white-space: nowrap;
  margin-right: 10px;
}
#quem-somos .areas {
  font-family: 'Wingding2';
  font-size: 18px;
  color: rgba(158, 138, 106, 0.5);
}
@media (max-width: 768px) {
  #quem-somos .logo-quem-somos {
    max-height: 80px;
  }
  #quem-somos .descricao {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 14px;
  }
  #quem-somos .icone {
    font-size: 30px;
    margin: 20px;
  }
  #quem-somos .servico {
    font-size: 14px;
  }
  #quem-somos .detalhe-frase {
    font-size: 30px;
  }
}

/* parallax01 */
#parallax01 .frase,
#parallax02 .frase{
  color: white;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #parallax01 .frase,
  #parallax02 .frase {
    font-size: 14px;
    font-weight: 400;
  }
}

/* equipe */
#equipe h2 {
  font-size: 35px;
}
#equipe .descricao {
  margin-bottom: 50px;
  font-size: 15px;
}
#equipe .nome {
  font-size: 25px;
  border-bottom-style: double;
  border-color: rgba(158, 138, 106, 0.5);
}
#equipe .curriculo {
  margin-bottom: 50px;
  font-size: 14px;
}
#equipe .texto-direita {
  text-align: right;
}
#equipe .texto-esquerda {
  text-align: left;
}
#equipe .descricao-final {
  margin-bottom: 50px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #equipe h2 {
    font-size: 25px;
  }
  #equipe .descricao {
    margin-bottom: 25px;
    font-size: 15px;
  }
  #equipe .nome {
    font-size: 23px;
  }
  #equipe .curriculo {
    margin-bottom: 25px;
    font-size: 14px;
  }
  #equipe .descricao-final {
    margin-bottom: 25px;
    font-size: 14px;
  }
}

/* contato */
#contato .icone {
  color: #9e8a6a;
  width: 15px;
  text-align: center;
}
#contato h2 {
  font-size: 35px;
  padding-bottom: 20px;
}
#contato h3 {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #contato .icone {
    font-size: 14px;
  }
  #contato h2 {
    font-size: 25px;
  }
  #contato p {
    font-size: 14px;
  }
}

/* Rodapé */
footer {
  border-top: 1px solid #9e8a6a;
  padding: 20px 0;
}
footer p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  footer p {
    font-size: 11px;
  }
}
/* Efeito Parallax */
#parallax01 {
  background-image: url('complementos/img/parallax01.jpg');
  padding: 0;
  min-height: 70%;
}
#parallax02 {
  background-image: url('complementos/img/parallax02.jpg');
  padding: 0;
  min-height: 70%;
}

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .parallax {
    background-position: centet tip !important;
  }
}

/*******************/
/*** enviar form ***/
/*******************/
.send-box {
  clear: both;
  text-align: center;
}
.send-btn {
  background: none;
  border: 1px solid #9e8a6a;
  color: #9e8a6a;
}
.send-btn:hover {
  background: #9e8a6a;
  color: #242b34;
}
.gif-box {
    display: none;
    width: 100%;
    padding-left: calc(50% - 15px);
    text-align: center !important;
}
.gif-fundo {
    width: 30px;
    height: 30px;
    background-color: #9e8a6a;
    border-radius: 50px;
}
.gif {
    margin-top: 5px;
    height: 20px;
    width: 20px;
}
.form-msgem {
    margin: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}
