/*Geral*/
.contato-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .contato-bg #contato {
    padding: 50px 0; }
    @media (min-width: 992px) {
      .contato-bg #contato {
        padding: 130px 0; } }
    .contato-bg #contato p.error {
      color: #FFFFFF;
      font-size: 12px;
      padding-top: 5px;
      margin-bottom: 0; }
  .contato-bg footer {
    padding: 50px 0; }
    @media (min-width: 1600px) {
      .contato-bg footer {
        padding: 80px 0; } }

/*Info*/
@media (min-width: 992px) {
  .info {
    padding: 0 40px; } }
@media (min-width: 1600px) {
  .info {
    padding: 0 80px 0 20px; } }
.info h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .info h1 {
      font-size: 40px;
      line-height: 37px; } }
  .info h1 strong {
    font-weight: 600;
    text-transform: uppercase; }
.info h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 25px;}
  .info h2 span {
    font-weight: 600;
    text-transform: uppercase; }
    .info p {
      font-size: 20px;
      line-height: 25px;
    }
.info h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* padding-left: 35px; */
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 23px; }
.info .whatsapp {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block; }
.info .phone {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }
.info .mail {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: 15px; }
.info .address {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 23px; }

.social {
  margin-bottom: 50px;
}
  /*margin-top: 20px; }*/
  .social a {
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 11px;
    width: 55px;
    height: 55px;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in; }

/*Form*/
.formulario h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }
.formulario h5 {
  font-size: 20px;
  margin-bottom: 20px; }

  .formulario .input-effect .form-control ~ label, .formulario .input-effect .form-control:focus ~ label, .formulario .input-effect .form-control.has-content ~ label {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

  .formulario .input-effect .form-control ~ .focus-border, .formulario .input-effect .form-control:focus ~ .focus-border, .formulario .input-effect .form-control.has-content ~ .focus-border {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }

  .formulario .input-effect {
    position: relative;
    z-index: 1; }
    .formulario .input-effect .form-control {
      font-size: 20px;
      background-color: transparent;
      border-radius: 0;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 3px solid;
      padding: 10px 0;
      resize: none; }
      .formulario .input-effect .form-control ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 0;
        height: 3px; }
      .formulario .input-effect .form-control:focus ~ .focus-border, .formulario .input-effect .form-control.has-content ~ .focus-border {
        width: 100%; }
      .formulario .input-effect .form-control ~ label {
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0px;
        top: 9px;
        z-index: -1; }
      .formulario .input-effect .form-control:focus ~ label, .formulario .input-effect .form-control.has-content ~ label {
        top: -16px;
        font-size: 13px; }
      .formulario .input-effect .form-control ::-webkit-input-placeholder {
        color: #FFFFFF; }
      .formulario .input-effect .form-control :-ms-input-placeholder {
        color: #FFFFFF; }
      .formulario .input-effect .form-control ::-moz-placeholder {
        color: #FFFFFF; }
      .formulario .input-effect .form-control :-moz-placeholder {
        color: #FFFFFF; }
      .formulario .input-effect .form-control:focus {
        box-shadow: none; }
      .formulario .input-effect select.form-control {
        -webkit-appearance: none;
        background-image: url(img/select_button.svg);
        background-position: right 10px center;
        background-repeat: no-repeat;
        padding: 8px 0; }
  .formulario .btn-enviar {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0;
    padding: 20px 40px;
    width: 100%;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in; }
    @media (min-width: 576px) {
      .formulario .btn-enviar {
        width: auto; } }
