/*
Theme Name: Pilotis i.p.s.
Theme URI: http://pilotisips.com
Author: Ghi Design
Author URI: http://ghidesign.com.br/
Description: Tema criado para a empresa Pilotis i.p.s.
Version: 1.0
*/

/* Styles.css */
/* Estilos Gerais */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

.wow {
  visibility: hidden;
}

body {
  background-color: #f1f1f1; 
  font-family: 'Roboto Condensed', sans-serif;
  color:#666;
  font-weight: 400;
  overflow-x: hidden;
}

p, a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 20px;
}

img {
  display: block;
  max-width: 100%;
}

h2 {
  font-weight: 700;
  font-size:40px;
  line-height: 40px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: .2em;
  margin: 27px 10px 27px 13px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

.barra-rose:after {
  content: "";
  display: block;
  width: 280px;
  height: 25px;
  background: #e5d2c8;
  margin: -13px 13px;
}

.barra-rose-escuro:after {
  content: "";
  display: block;
  width: 280px;
  height: 25px;
  background: #d1bfb6;
  margin: -20px 13px;
}

.barra-cinza:after {
  content: "";
  display: block;
  width: 85%;
  height: 25px;
  background: #e2e2e4;
  margin: -16px 13px;
}

.barra-cinza2:after {
  content: "";
  display: block;
  width: 220px;
  height: 25px;
  background: #e2e2e4;
  margin: -16px 13px;
}

.barra-azul:after {
  content: "";
  display: block;
  width: 280px;
  height: 25px;
  background: #3b3b58;
  margin: -16px 13px;
}

.azul{
  color:#232345;
}

.branco{
  color:#d1d1d1;
}

.rose-claro{
  color:#e5d2c8;
}

.uppercase{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

/* Header */

.header {
  width: 100%;
  padding:0px 0 20px 0;
  height:800px;
  margin:0 auto;
  overflow:hidden;
  background: url('http://www.pilotisips.com/wp-content/themes/pilotis/img/banner-home.jpg') no-repeat;
  background-size: 100%; 
  background-position: center;
  -webkit-animation: zoomin 3s linear;
  animation: zoomin 3s linear;
  animation-fill-mode: forwards;
  background-origin:bottom;
  animation-timing-function: linear;
}

/* Header Logo */

.header-logo{
  padding-top:50px;
}

/*Header Menu*/

.header_menu {
  padding-top:70px;
}

.header_menu ul {
  float:right;
}

.header_menu ul li {
  display: inline-block;
}

.header_menu ul li a {
  color: #232345;
  text-transform: uppercase;
  font-size: 16px;
  padding:10px;
}

.header_menu ul li a:hover {
  background-color: #c19f8c;
  transition: all 1s ease;
}

/*Header Chamada*/

.header-chamada{
  width: 55%;
  background-color: rgba(35,35,69,.9);
  padding:70px;
  margin:0 auto;
  text-align:center;
  position: relative;
  top:200px;
}

.header-chamada:after,.header-chamada:before {
  content:'';
  position:absolute;
  bottom:-50px;
  width:50%;
  z-index:100;
  border-bottom:50px solid transparent;
  -moz-transform:rotate(0.000001deg);
  -webkit-transform:rotate(0.000001deg);
  -o-transform:rotate(0.000001deg);
  -ms-transform:rotate(0.000001deg);
  transform:rotate(0.000001deg);
}

.header-chamada:before{
  right:50%;
  border-right:75px solid rgba(35,35,69,.9);
}

.header-chamada:after{
  left:50%;
  border-left:75px solid rgba(35,35,69,.9);
}

.header-chamada h2{
  font-weight: 300;
  font-size:33px; 
}

.icone-chamada{
  position: relative;
  top: 83px;
}

/*A Pilotis*/

.apilotis{
  padding:100px 0;
  background-image: url('http://www.pilotisips.com/wp-content/themes/pilotis/img/fundo-listrado-pilotis.png');
}

.apilotis-texto{
  padding-bottom:100px;
}

.apilotis-texto p{
  text-align: justify;
}

.apilotis:after, .apilotis:before {
  content: " ";
  display: table;
}

.apilotis:after {
  clear: both;
}

/*Missao Valores*/

.missao, .tabset{
  width:75%;
  background-color: #e5d2c8;
  padding:70px 150px;
  margin: 0 auto;
  text-align: center;
}

.missao p, .tab-panel p{
  color:#232345;
  font-style: italic;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;

}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  cursor: pointer;
  background-color: #2d2d45;
  color: #e5d2c8;
  text-transform: uppercase;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #e5d2c8;
  background-color: #3f3f45;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background-color: #3f3f45;
}

.tabset > input:checked + label {
  background-color: #3f3f45;
}

.tab-panel {
  padding: 30px 0;
}

.missao:after, .missao:before {
  content: " ";
  display: table;
}

.missao:after {
  clear: both;
}

/*Nossa Equipe*/

.nossa-equipe{
  padding:100px 0 120px 0;
}

.nossa-equipe p{
  text-align: justify;
}

.nossa-equipe-foto {
  position: relative;
  top: -130px;
  left: 70px;
  height: 0;
}

.nossa-equipe:after, .nossa-equipe:before {
  content: " ";
  display: table;
}

.nossa-equipe:after {
  clear: both;
}

/*Nossa Equipe Perfil*/

.nossa-equipe-perfil{
  width:100%;
}

.nossa-equipe-perfil ul li{
  width:30%;
  background-color:#f1f1f1;
  padding: 40px 30px;
  text-align: center;
  float: left;
  margin:0 15px auto;
}

.only-so-big {
  height: 100%;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height .75s;
  transition: max-height .75s;
}

.read-more {
  text-transform: uppercase;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  outline: none; 
}
.read-more:hover {
  text-decoration: underline;
}
.read-more:focus {
  outline: none;
}
.read-more::-moz-focus-inner {
  border: 0;
}
.hid {
  display: none;
}

.nossa-equipe-perfil ul li p{
  font-size:14px;
  line-height: 21px;
}

.nossa-equipe-perfil img {
  margin: 0 auto;
}

.nossa-equipe-perfil h3{
  font-weight: 700;
  text-transform: none;
  padding:10px 0 10px 0;
  font-size:24px;
  letter-spacing: 0;
}

.nossa-equipe-perfil:after, .nossa-equipe-perfil:before {
  content: " ";
  display: table;
}

.nossa-equipe-perfil:after {
  clear: both;
}

/*Serviços*/

.servicos{
  padding:110px 0 120px 0;
  background-image: url('http://www.pilotisips.com/wp-content/themes/pilotis/img/fundo-listrado-pilotis2.png');
  background-repeat: repeat-x;
  background-position: top;
    background-color:#e5d2c8;
}

.servicos p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.servicos-detalhe1{
  background-color:#fff;
  padding: 0px 50px 50px 50px;
  margin-bottom: 80px;
  margin-top: 100px;
  box-shadow: 10px 0px 10px -10px rgba(0,0,0,0.4), -10px 0px 10px -10px rgba(0,0,0,0.4);
}

.servicos-detalhe1 img{
  position: relative;
  top: -50px;
  margin:0 auto;
}

.servicos-detalhe1 h4{
  font-weight: 700;
  padding-bottom:20px;
}

.servicos-detalhe2{
  background-color:#fff;
  padding: 0px 50px 50px 50px;
  margin-bottom: 80px;
  margin-top: 100px;
  box-shadow: 10px 0px 10px -10px rgba(0,0,0,0.4), -10px 0px 10px -10px rgba(0,0,0,0.4);
}

.servicos-detalhe2 img{
  position: relative;
  top: -50px;
  margin:0 auto;
}

.servicos-detalhe2 h4{
  font-weight: 700;
  padding-bottom:20px;
}

.servicos-detalhe2-topo{
  background-color:#fff;
  padding: 0px 50px;
}

.servicos-detalhe2-topo img{
  position: relative;
  top: -50px;
  margin:0 auto;
}

.servicos-detalhe2-topo h4{
  font-weight: 700;
  padding-bottom:20px;
}

.servicos-detalhe2 ul {
  display: table;
}

.servicos-detalhe2 li {
  float: left;
  width: 50%;
  border-left: #232345 1px solid;
  padding: 0 20px;
  margin-top: 20px;
}

.servicos-detalhe2-titulo{
  display: block;
}

.servicos-detalhe2-titulo h5 {
  margin-bottom: 20px;
  float: left;
}

.servicos-detalhe2-titulo img {
  float: left;
  margin-right: 10px;
  position: none;
  top: 0;
}

.servicos-detalhe2-titulo .barra-rose:after {
  width:100px;
  height: 15px;
}

.servicos-detalhe2-titulo:after, .servicos-detalhe2-titulo:before {
  content: " ";
  display: table;
}

.servicos-detalhe2-titulo:after {
  clear: both;
}

.servicos-detalhe2 li p{
  display: block;
}

.servicos:after, .servicos:before {
  content: " ";
  display: table;
}

.servicos:after {
  clear: both;
}

/* Clientes e Parceiros */

.clientes{
  padding:100px 0 350px 0;
  width:100%;
  background-color: #232345;
  background-image: url('http://www.pilotisips.com/wp-content/themes/pilotis/img/fundo-clientes-pilotis.gif');
  margin:0 auto;
  overflow:hidden;
  background-size: cover; 
  background-attachment: fixed;
}

.clientes-slider {
  padding-top: 30px;
}

.flexslider .slides li {
  margin: 10px 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  text-shadow: none!important;
  transition: none;
  color: #fff;
  background-color: none;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block; 
}

.flex-direction-nav .flex-next { right: 0 !important; margin-right: -40px; opacity: 1 !important; }
.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; margin-left: -40px; }
.flexslider { width: 90%; margin: 0 auto; }

a.flex-next:before, a.flex-prev:before  {
  color: #d1d1d1!important;
  text-shadow: none!important;
}

.flex-control-nav {
  display: none;
} 

.clientes:after, .clientes:before {
  content: " ";
  display: table;
}

.clientes:after {
  clear: both;
}

/*Contato*/

.contato{
  background: url("http://www.pilotisips.com/wp-content/themes/pilotis/img/fundo-contato-pilotis.jpg") no-repeat center center;
  background-size: cover;
  padding: 85px 0 170px 0;
}

.contato-form{
  padding-top:80px;
}

.contato-form input {
  background-color:#e2e2e4;
  border-bottom: 2px solid #232345;
  border-top:0;
  border-left:0;
  border-right:0;
  color: #232345!important;
  margin-bottom: 15px !important;
  outline: none;
  padding: 10px;
  width: 100%;
  transition: all 1s ease;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
}

.contato-form input:focus {
  background-color: #ceced0;
  color:#232345;
}

.contato-form textarea {
  background-color:#e2e2e4;
  border-bottom: 2px solid #232345;
  border-top:0;
  border-left:0;
  border-right:0;
  color: #232345;
  height: 120px;
  margin-bottom: 15px !important;
  outline: none;
  padding: 10px;
  width: 100%;
  transition: all 1s ease;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
}

.contato-form textarea:focus {
  background-color: #ceced0;
  color:#232345;
}

.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit:focus {
  background-color: #232345;
  font-style: italic;
  color: #f1f1f1 !important;
  line-height: 20px;
  display: block;
  transition: all 1s ease;
  float: right;
  font-weight: 300;
  font-size: 16px;
  border: 0;
  width: 25%;
}

.wpcf7-form-control.wpcf7-submit:hover {
  opacity:0.8;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #232345 !important;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #232345 !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #232345 !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #232345 !important;
  opacity: 1;
}

:focus::placeholder { 
  color:#232345!important; 
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color:#232345!important; 
  opacity: 1;
}

:focus:-moz-placeholder {
  color:#232345!important; 
  opacity: 1;
}

:focus::-moz-placeholder { 
  color:#232345!important; 
  opacity: 1;
}

:focus:-ms-input-placeholder {
  color:#232345!important; 
  opacity: 1;
}

div.wpcf7-response-output {
  margin: 0!important;
  border: 2px solid #232345!important;
  color:232345!important;
  font-weight: 300!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  margin: 0!important;
  border: 2px solid #232345!important;
  color:#232345!important;
  font-weight: 300!important;
  margin: 20px 0 !important;
  font-size: 14px!important;
}

span.wpcf7-not-valid-tip {
  color: #232345!important;
  font-size: 14px!important;
  font-weight: 300!important;
  display: inline-block !important;
  position: relative;
  top: -10px;
}

.contato:after, .contato:before {
  content: " ";
  display: table;
}

.contato:after {
  clear: both;
}

/*Footer*/

.footer {
  overflow:hidden;
  background: url("http://www.pilotisips.com/wp-content/themes/pilotis/img/fundo-rodape-pilotis.jpg") no-repeat;
  background-size: 100%;
	background-color: #232345;
	color: #f1f1f1;
  padding:130px 0 30px 0;
  background-position: bottom;
    -webkit-animation: zoomin 5s linear;
     animation-timing-function: ease;
    animation: zoomin 5s linear;
    animation-fill-mode: forwards;
  background-origin:bottom;
}

.footer-logo{
  margin:0 auto;
  text-align: center;
}

.footer-contato{
  padding-top:20px;
}

.footer-contato li {
  display: table;
  font-weight: 300;
  padding: 6px 0;
}

.footer-contato li a{
  font-size: 16px;
}

.footer-contato li img {
    float: left;
    padding-right:10px;
}

.footer-contato .cep{
  padding-left:32px;
}

.footer-redes {
  padding-top:20px;
}

.footer-redes ul li{
  display: inline-block;
  margin:0 auto;
  padding:5px;
}

.footer a{
	color: #f1f1f1;
}

.footer a:hover{
	opacity: 0.7;
}

.copy{
  padding-top:150px!important;
  color:#f1f1f1;
  text-align: left;
}

.copy p{
  font-size:14px;
}

.copy a{
  font-size:14px;
  color:#f1f1f1;
}

.copy a:hover{
  opacity:0.7;
}

@-webkit-keyframes zoomin {
  0% {
     background-size: 100%; 
  }
  100% {
     background-size: 105%;
  }
}