/*--------- Header --------*/

.header{
  background-color: #FFF;
  padding: 10px;
  padding-top: 20px;
}

.header .fa{
  color: #00427a;
}

.header a{
  color: black;
}

.header a:hover{
  color: #027AC1;
}

.header-2{
  margin-top: -60px;
  background-color: #FFF;
  margin-bottom: 0px;
}

.header-2 img{
  text-align: left;
  height: 200px;
  object-fit: contain;
  margin-top: 0px;
}

.header-2 input, .header-2 nav{
  height: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media(max-width: 768px){
  .header-2 img{
    width: 100%;
    height: 240px;
  }
  .header-2 input, .header-2 nav{
    margin-top: 40px;
  }
}

/*--------- Menu --------*/

.nav-wrapper{
  background-color: #00427a;
}

.nav-wrapper ul.center {
  display: block;
  width: auto;
  text-transform: uppercase;
}

.nav-wrapper > ul.center li {
  float: none;
  display: inline-block;
} 

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.tap-target{
  background-color: #00427a;
}

.tap-target h5{
  color: white;
}

.tap-target a{
  color: white;
  font-size: 1.25em;
}

.dropdown-content{
  background-color: #00427a;
  text-transform: uppercase;
}

.bread .nav-wrapper{
  background-color: transparent;
}

.bread nav{
  background-color: transparent;
  box-shadow: none;
}

.breadcrumb{
  color: #00427a;
}

.breadcrumb:last-child{
  color: black; 
}

.breadcrumb:before{
  color: #666;
}

.collapsible-header{
  color: black;
  padding: 0 32px !important;
  text-transform: uppercase;
}

.collapsible-body{
  background-color: #00427a !important;
}

.collapsible-body a{
  color: white;
  padding-left: 32px !important;
  text-transform: uppercase;
}

/*--------- Quem Somos --------*/

.empresa{
  background-color: #E6E7E8;
  padding: 20px;
  margin-bottom: 0px;
}

.empresa h1{
  font-size: 3em;
}

.empresa .btn{
  background-color: transparent;
  color: black;
  border: 1px solid black;
  margin-left: 35%;
}

@media (max-width: 600px){
  .empresa .btn{
    margin-left: 0px;
    width: 100%;
  }
}

.empresas h1{
  font-size: 2em;
}

.empresas h2{
  font-size: 1.50em;
}

.empresas img{
  border: 1px solid lightgray;
  padding: 10px;
  -webkit-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
}

.empresas form{
  margin-top: 20px;
  padding: 20px;
  border: 1px solid lightgray;
}

.empresas form .input-field{
  margin-bottom: -40px;
}

.empresas form h1{
  color: white;
  font-size: 1.50em;
  padding: 10px;
  margin: 0px;
  margin-right: -11px;
  margin-left: -11px;
  background-color: #00427a;
}

.empresas form input::placeholder, .empresas form textarea::placeholder{
  padding-left: 10px;
  color: black;
}

.empresas form .btn{
  background-color: #00427a;
  width: 100%;
  margin-bottom: 10px;
}

.empresas .descricao{
  margin-top: 20px;
  border: 1px solid lightgray;
  padding: 20px;
  -webkit-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
}

/*--------- Serviços --------*/

.servico{
  background-image: url(../images/banner-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 20px;
  margin-bottom: 0px;
}

.servico h1{
  font-size: 3em;
  color: #00427a;
}

.servico .box{
  background-color: white;
  padding: 1rem;
  margin-top: 10px;
  margin-bottom: 40px;
}

.servico .box h2{
  font-size: 1.25em;
  color: #00427a;
  border-bottom: 1px solid #404040;
}

.box .btn{
  color: white;
  background-color: #00427a;
  width: 100%;
}

.servico .box img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.servicos h1{
  font-size: 2.50em;
}

.servicos h2{
  font-size: 1.50em;
}

.servicos .descricao{
  margin-top: 20px;
  border: 1px solid lightgray;
  padding: 20px;
  -webkit-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
}

.servicos img{
  border: 1px solid lightgray;
  padding: 10px;
  -webkit-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  box-shadow: -1px 12px 19px -8px rgba(0,0,0,0.75);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.servicos form{
  margin-top: 20px;
  padding: 20px;
  border: 1px solid lightgray;
}

.servicos form .input-field{
  margin-bottom: -40px;
}

.servicos form h1{
  color: white;
  font-size: 1.50em;
  padding: 10px;
  margin: 0px;
  margin-right: -11px;
  margin-left: -11px;
  background-color: #00427a;
}

.servicos form input::placeholder, .servicos form textarea::placeholder{
  padding-left: 10px;
  color: black;
}

.servicos form .btn{
  background-color: #00427a;
  width: 100%;
  margin-bottom: 10px;
}

/*--------- Formulario ---------*/

.form{
  background-image: url(../images/banner-3.png);
  background-position: 50% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0px; 
  margin-top: -25px;
}

.form .box{
  background-color: rgba(40, 40, 41, 0.8);
  padding: 20px;
}

.form .box .input-field{
  margin-top: -10px;
  margin-bottom: -10px;
}

.form h1{
  color: white;
  font-size: 2em;
}

.form .input-field>input, .form .input-field>label, .form .input-field>textarea{
  color: white;;
}

.form input::placeholder, .form textarea::placeholder{
  padding-left: 10px;
}

.form input:not([type]), .form input[type=text]:not(.browser-default), .form input[type=email]:not(.browser-default), .form input[type=tel]:not(.browser-default), .form textarea.materialize-textarea{
  border: 2px solid black;
  background-color: black;
}

.form .box .btn{
  background-color: #313131;
  width: 100%;
}

/*--------- Newsletter --------*/

.bg-news{
  background-color: #00427a;
  padding: 10px;
  margin-bottom: 0px;
}

.bg-news img{
  margin-top: 10px; 
  max-width: 100px;
}

.bg-news h1{
  color: white;
  font-size: 1.50em;
  line-height: 0px;
}

.bg-news h2{
  font-size: 1em;
  color: lightgray;
}

.bg-news .btn{
  background: rgb(0,91,170);
  margin-top: 26px;
  margin-bottom: 10px;
}

.bg-news .fb-page{
  padding-top: 20px;
}

.bg-news .input-field>input, .bg-news .input-field>label{
  color: white;
}

.bg-news input:not([type]), .bg-news input[type=text]:not(.browser-default), .bg-news input[type=email]:not(.browser-default){
  border-bottom: 2px solid white;
}
/*--------- Redes Sociais -------*/
.container .social a{
  color: #FFF;
}
.container .social{
  color: #FFF;
  display: inline-block;
  font-size: 25px;
  margin:5px;
  padding-right: 5px;
  padding-left: 5px;
  transition: 0.6s;
  border-radius: 2px;
}
.social:hover{
  background: #00427a;
  transition: 0.6s;
}
@media (max-width: 600px){
  .social{
    width: 100%;
  }
}


/*--------- Mapa -----------*/

.maps{
  background-color: #1A3B67;
  padding: 20px;
  margin-bottom: 0px;
}

.maps h1{
  color: white;
  font-size: 1.50em;
}

.maps p{
  color: white;
  text-align: right;
}

/*--------- Footer --------*/

.page-footer{
  padding: 10px; 
  color: white; 
  background-color: #00427a;
}

.page-footer h1{
  font-size: 1.25em;
  margin-bottom: -20px;
  margin-top: 0px;
}

/*--------- Nossos Trabalhos --------*/

.work{
  margin-top: -32px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.work h1{
  font-size: 3em;
}

.work img{
  -webkit-box-shadow: -2px 6px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px 6px 19px 0px rgba(0,0,0,0.75);
  box-shadow: -2px 6px 19px 0px rgba(0,0,0,0.75);
}

.work img:hover{
  cursor: pointer;
}

.work .modal{
  max-height: 100% !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.work .modal .modal-content{
  padding: 0px !important;
}

/*---------- Contato ----------*/

.contato form{
  margin-top: 20px;
  padding: 20px;
  border: 1px solid lightgray;
  background-color: white;
}

.contato form .input-field{
  margin-bottom: -40px;
}

.contato form h1{
  color: white;
  font-size: 1.50em;
  padding: 10px;
  margin: 0px;
  margin-right: -11px;
  margin-left: -11px;
  background-color: #00427a;
}

.contato form h2{
  color: white;
  font-size: 1em;
  padding: 10px;
  margin: 0px;
  margin-right: -11px;
  margin-left: -11px;
  background-color: #00427a;
}

.contato form input::placeholder, .contato form textarea::placeholder{
  padding-left: 10px;
  color: black;
}

.contato form .btn{
  background-color: #00427a;
  width: 100%;
  margin-bottom: 10px;
}

.modal{
  max-height: 80% !important;
  box-shadow: none !important;
}

@media(min-width: 1025px){
  .modal{
    max-height: 100% !important;
    background-color: transparent;
  }
}

.modal .modal-content{
  padding: 0px !important;
}

/*--------- Tipografia --------*/

@font-face{
  font-family: 'sourcesans';
  src: url(../fonts/exosemibold.ttf);
}

*{
  font-family: 'sourcesans';
}

.nav-wrapper>ul>li>a{
  font-size: 1.10em;
}