@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Roboto';
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
object,
embed,
video,
iframe,
iframe {
  max-width: 100%;
  height: auto; }
img {
  max-width: 100%;
  vertical-align: middle; }
ul {
  list-style: none; }
a,
a:hover {
  text-decoration: none; }
fieldset {
  border: 0; }
input,
select,
textarea {
  padding: 10px;
  width: 100%; }
input.btn {
  width: auto;
  cursor: pointer; }

.desktop{
  display: block;
}

.mobile{
  display: none;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.white{
  color: #FFF;
}  

.nopdg{
  padding: 0;
}

header{
  padding: 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  background-color: #e8e8e3;
}

ul.menu{
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-top: 35px;
}

ul.menu li{
  display: inline-block;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}

ul.menu li a{
  font-size: 18px;
  color: #000;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.menu li.current-menu-item,
ul.menu li.current-menu-parent{
  border-bottom: 5px solid #000;
}

ul.menu li.current-menu-parent a,
ul.menu li.current-menu-item a{
  color: #f70400;
}

ul.sub-menu {
    display:none;
    border-top:0 none;
    font-size:12px;
    padding-bottom:.5em;
    text-align: left;
    background: #000;
}

ul.sub-menu li{
    display: block;
}

ul.menu li ul.sub-menu a,
ul.menu li.current-menu-parent ul.sub-menu a, 
ul.menu li.current-menu-item ul.sub-menu a{
    color: #FFF;
    font-size: 14px;
    letter-spacing: 2px;    
}

ul.menu li ul.sub-menu a:hover,
ul.menu li.current-menu-parent ul.sub-menu a:hover, 
ul.menu li.current-menu-item ul.sub-menu a:hover{
    color: #F00;
}

ul.menu li.current-menu-item ul.sub-menu li, 
ul.menu li ul.sub-menu li, 
ul.menu li.current-menu-parent ul.sub-menu li{
    display: block;
    padding: 15px 20px;
    border: none;
    margin: 0;
}

ul.menu li.current-menu-item ul.sub-menu li:hover, 
ul.menu li.current-menu-parent ul.sub-menu li:hover,
ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item{
    background: #3d3d3d;
}

header ul.menu > li:hover ul.sub-menu {
  display:block;
  position:absolute;
  z-index:900;
  margin-top: 0px;
}

header .redes-sociais a,
footer .redes-sociais a{
  font-size: 18px;
  color: #000;
  margin-left: 5px;
}

header .redes-sociais a:hover,
footer .redes-sociais a:hover{
    color: #f70400;
}

footer{
  background-color: #e8e8e3;
}

#site-content{
  padding: 40px 0 80px;
  margin-top: 160px;
  background-color: #e8e8e3;
}

#home h2{
    font-size: 30px;
    font-weight: 900;
    padding: 55px 100px 25px 0px;
    margin: 50px 0 70px;
    text-transform: uppercase;
    line-height: 40px;
}

#home h2:before{
    content: '';
    width: 85px;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 35px;
}

#home h2:after{
    content: '';
    width: 85px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    display: block;
    margin-top: 25px;
}

#home .item .overlay{
  width: 100%;
  height: 100%; 
  position: absolute; 
  background: rgba(0,0,0,0.2);
  z-index: 1;
  bottom: 0;
}

#home .item:first-child{
    margin-right: 25px;
}

#home .item{
    width: 47%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#home .item img{
  -webkit-transition: all .5s ease;
  transition: all .5s ease;  
  width: 100%;
}

#home .item a:hover img{
  transform: scale(1.1);
}

#home .item .content-link{
  position: absolute;
  bottom: 50px;
  left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;      
}

#home .item .content-link p{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase; 
    letter-spacing: 2px;   
}

#home .item .content-link p:after{
    content: '';
    width: 50px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    display: block;
    margin-top: 25px;    
}

#posts h2{
    font-size: 20px;
    font-weight: 900;
    padding: 0 25px;
    text-transform: uppercase;
}

#posts .publicacoes{
    margin-top: 25px;
    width: 100%;
}

#posts .publicacao{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#posts .publicacao img{
  -webkit-transition: all .5s ease;
  transition: all .5s ease;  
  width: 100%;
}

#posts .publicacao a:hover img{
  transform: scale(1.1);
}

#posts .publicacao a:hover .content-post{
   opacity: 1;
}

#posts .publicacao .image-destaque{
    overflow: hidden;
    width: 100%;
}

#posts .publicacao .content-post{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
    opacity: 0;
    margin: 0 15px;
    right: 0;
    text-align: center;
    padding: 0 40px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    padding-top: 150px;
}

#posts .publicacao .content-post p{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase; 
    letter-spacing: 2px;  
    line-height: 25px; 
}

#posts .conteudo-post{
    margin-top: 30px;
}

#posts .conteudo-post p{
    font-weight: 100;
    line-height: 20px;
}

#posts .conteudo-post img{
    max-width: 100%;
    margin-bottom: 30px;
}

#posts.single-post h2{
    letter-spacing: 3px;
}

#posts.single-post .voltar{
    position: absolute;
    top: 15px;
    color: #000;
    font-weight: 100;
    text-transform: uppercase;    
    font-size: 12px;
}

#posts.single-post .voltar img{
    margin-right: 5px;
    max-width: 35px;
}

#sobre .image-destacada{
    width: 100%;
}

#sobre h2{
    font-size: 35px;
    font-weight: 900;
    padding: 25px 30px;
    margin: 50px 0 0px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
/*
#sobre h2:before{
    content: '';
    width: 85px;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: -10px;
}

#sobre h2:after{
    content: '';
    width: 85px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    display: block;
    margin-top: 25px;
}*/

#sobre .conteudo-post p{
    font-weight: 100;
    line-height: 30px;
    font-size: 18px;
    text-align: justify;
}

#sobre h3{
    font-size: 25px;
    font-weight: 900;
    padding: 25px 30px;
    text-transform: uppercase;
}

#sobre .content-post h4{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;    
}

#sobre .content-post .conteudo{
  font-weight: 100;
  line-height: 22px;
  text-align: center;
  padding: 0 20px;   
}

#clientes .image-destaque{
    display: inline-block;
    margin: 20px 2px;
}

#clientes .image-destaque:hover img{
    opacity: 1;
    filter: none;    
}

#clientes .image-destaque img{
    opacity: 0.5;
    filter: grayscale(100%);
}

#clientes p{
  font-weight: 900;
  line-height: 24px;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

#contato p.texto-descritivo{
    font-weight: 100;
    line-height: 22px;
}

#contato .contatos{
    margin-top: 30px;
}

#contato .contatos p{
    margin-bottom: 0px;
}

#contato .contatos p.contact-mail{
    margin: 25px 0;
}

#contato .contatos p a{
    font-size: 23px;
    color: #000;
    font-weight: 700;
}

#contato .contatos .redes-sociais a{
    font-size: 30px;
    color: #000;
    margin-left: 10px;
}

#contato .contatos a:hover{
    color: #f70400;
}

#contato .formulario-contato{
    margin-left: 60px;
    border-left: 2px solid #000;
    padding-left: 80px;
}

#form-contato input,
#form-contato textarea{  
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 40px;
}

#form-contato input::placeholder,
#form-contato textarea::placeholder{
  font-size: 14px;
  color: #000;
  font-weight: 700;  
  text-transform: uppercase;
}

#form-contato textarea{
  height: 150px;
}

#form-contato .btn-yw{
  display: inline-block;
  margin: 0 auto;
  width: 140px;
  border: none;
  padding: 0px;
  height: 50px;
  float: right;
  background: #000;
  color: #FFF; 
  font-size: 14px;
  font-weight: 700;  
  text-transform: uppercase;  
}

#form-contato input.error-form,
#form-contato textarea.error-form{
  background-color: #fd58589e;
  color: #FFF;
}

#form-contato input.valide-form,
#form-contato textarea.valide-form{
  background-color: #428bca82;
  color: #FFF;
}

#form-contato .error{
  text-align: left;
  margin: -10px 10px 20px;
  font-size: 12px;  
  display: none;
}

#sucesso{
  display: none;
  padding: 50px 0;
}

#sucesso p{
  font-size: 35px;
  font-weight: 700;   
}

.time .publicacao{
  margin-bottom: 40px;
}

footer .content-footer{
    padding: 50px 0 30px;
    border-top: 1px solid #cccccc;
}

footer p{
    margin-bottom: 15px;
}

footer p a{
    color: #000;
    margin: 15px 15px 25px 15px;
}

footer p a:hover{
    color: #f70400;
}

footer p a img{
    margin-right: 5px;
}

/* Mobile */
@media (max-width: 768px){
  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }

  header {
    padding: 15px;
  }  

  header .menu-hbg{
    padding-top: 20px;
  }

  #site-content{
    margin-top: 40px;
  }

  .archive #site-content,
  #site-content.spacing-main{
    margin-top: 110px;
  }

  #contato{
    margin-top: 50px;
  }

  #MenuModalInt{
    background: #000;
  }

  .close{
    opacity: 1;
  }

  .modal-content{
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 20px;
  }

  .modal-content ul.menu{
    margin-top: 80px;
    border: none;
    margin-left: 0;
    width: 100%;    
  }

  .modal-content ul.menu .sub-menu{
    margin-left: 30px;
    display: block;
  }

  .modal-content ul.menu li{
    display: block;
    margin-bottom: 15px;
  }

  .modal-content ul.menu li a,
  .modal-content ul.menu .sub-menu a{
    color: #FFF;    
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
  }   

  .modal-content ul.menu .sub-menu a{
    font-size: 20px;
    color: #9e9e9e;
  }

  .image-capa-home{
    margin-left: -40%;
  }

  #home h2{
    font-size: 26px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 40px;    
  }

  #home h2:before{
    top: -25px;
    right: 15px;    
  }

  #home h2:after{
    margin-top: 20px;
    right: 15px;    
  }

  #home .projetos-home{
    margin-top: 50px;
  }

  #home .item:first-child{
    margin-right: 0;
  }

  #home .item{
    width: 100%;
    margin-right: 0;
    height: 250px;
    background-size: cover;
    background-position: center;
  }

  #home .item img{
    display: none;
  }

  #home .projetos{
    padding: 0; 
  }

  #posts .publicacoes{
    margin: 0;
  }

  #posts .publicacao{
    padding: 0;    
  }

  #posts h2{
    padding: 0;
  }

  #posts .publicacao .content-post{
    opacity: 1;
    margin: 0;
    padding: 0 70px;
    padding-top: 90px;    
  }

  #posts.single-post h2{
    font-size: 16px;
    line-height: 25px;
  }

  #posts .conteudo-post img{
    height: auto;
  }

  #posts.single-post .voltar{
    display: none;
  }

  #sobre .conteudo-post p{
    padding: 0 25px;
  }

  #sobre h2{
    font-size: 26px;
    font-weight: 900;
    padding: 0;
    margin: 20px 0 60px;
    text-transform: uppercase;
    line-height: 40px; 
    position: relative;   
  }

  #sobre h2:before{
    top: -25px;
    left: 0;    
  }

  #sobre h2:after{
    margin-top: 20px;
    left: 0;    
  }  

  #sobre .top-sobre div{
    min-height: auto;
  }

  #sobre .conteudo-post {
    margin-top: 50px;
  }  

  #sobre .content-post .conteudo,
  .time .publicacao .image-destaque{
    text-align: center;
  }

  #clientes .image-destaque {
    margin: 40px 0;
    width: 49%;
    text-align: center;
  }  

  #clientes p{
    line-height: 45px;
  }

  #contato p.texto-descritivo,
  #contato .contatos{
    text-align: center;
  }

  #contato .formulario-contato{
    margin: 50px 0 30px;
    padding: 0;
    border: none;
  }

  #form-contato .btn-yw{
    width: 100%;
  }

  footer .content-footer{
    border: none;
    padding: 0px 0 30px;
  }

  footer .content-footer .logo-rodape{
    margin-bottom: 40px;
    display: inline-block;
  }
}

@media (max-width: 375px){
    #posts .publicacao .content-post{
      padding-top: 125px;
    }
}

@media (max-width: 360px){
    .modal-content ul.menu{
      margin-top: 40px;
    }   

    .modal-content ul.menu li a{
      font-size: 25px; 
    }        
}

@media (max-width: 320px){
    footer p a{
      font-size: 11px;
    }

    #posts .publicacao .content-post{
      padding-top: 100px;
    }    

    .modal-content ul.menu li a{
      font-size: 20px; 
    }  

    .modal-content ul.menu li{
      margin-bottom: 0;  
    }   
}