p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal !important;
  line-height: 24px !important;
}

/* HEADER */
.header-in {
   padding-bottom: 0px !important;
}  

/* FOOTER */

#footer {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #footer .container {
    padding: 0 20px !important;
  }
  
  #footer col-sm-3 {
    width: 100% !important;
  } 
  
  #iconecontato {
    display: inline !important;
    float: left;
    margin-right: 20px;
  }
  
  #footer .aps-social-icon-wrapper {
    margin-bottom: 60px !important;
  }
}  

/* CONTACT FORM 7 - FOOTER */
#wpcf7-f3273-o2 input[type="text"],
#wpcf7-f3273-o2 input[type="email"],
#wpcf7-f3273-o1 input[type="text"],
#wpcf7-f3273-o1 input[type="email"],
#wpcf7-f3273-o2 input[type="tel"],
#wpcf7-f3273-o1 input[type="tel"] {
  background: transparent !important;
  color: #fff !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
} 

#wpcf7-f3273-o2 textarea,
#wpcf7-f3273-o1 textarea{
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100% !important;
  height: 180px !important;
} 

#wpcf7-f3273-o2 ::-webkit-input-placeholder,
#wpcf7-f3273-o1 ::-webkit-input-placeholder{ /* WebKit browsers */
    font-family: Poppins, sans-serif !important;
    color: #fff !important;
    font-size: 12px;
    opacity: 1;
}

#wpcf7-f3273-o2 :-moz-placeholder,
#wpcf7-f3273-o1 :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color: #fff !important;
font-size: 12px;
opacity: 1;
}

#wpcf7-f3273-o2 ::-moz-placeholder,
#wpcf7-f3273-o1 ::-moz-placeholder{ /* Mozilla Firefox 19+ */
color: #fff !important;
font-size: 12px;
opacity: 1;
}

#wpcf7-f3273-o2 :-ms-input-placeholder,
#wpcf7-f3273-o1 :-ms-input-placeholder{ /* Internet Explorer 10+ */
color: #fff !important;
font-size: 12px;
opacity: 1;
}

#wpcf7-f3273-o2 input[type="submit"],
#wpcf7-f3273-o1 input[type="submit"]{
    font-family: Poppins, sans-serif;
    text-transform: uppercase !important;
    background-color: #69714c;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

#wpcf7-f3273-o2 input[type="submit"]:hover,
#wpcf7-f3273-o1 input[type="submit"]:hover{
    background-color: #fff !important ;
    color: #69714c !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}  

/* HOVER ENTRADAS HOME */
#hoverlouco {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#hoverlouco:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.html5-endscreen {
  display: none !important;
}  