@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

footer .text-number {
  font-size:18px;
  font-family:'Montserrat';
  font-weight:800;
  line-height:31.01px;
  color:#d92b8d;
}

footer .text-email {
  font-family:'Montserrat';
  font-weight:700;
  font-size:18px;
  line-height:31.01px;
  color:#324e8a;
}

#rodape #redes-bottom {
  width:100%;
  margin-top:41px;
  padding-left:0;
}

#rodape #redes-bottom li {
  display:block;
}

#rodape #redes-bottom li a:hover img {
  opacity:0.7;
}

#rodape #redes-bottom li a img {
  transition:0.3s;
}

@media (max-width:991px) {
  footer .text-number {
    font-size:16px;
  }
}

@media (max-width:400px) {
  footer .text-number {
    font-size:12px;
  }
}

@media (max-width:991px) {
  footer .text-email {
    font-size:16px;
  }
}

@media (max-width:400px) {
  footer .text-email {
    font-size:13px;
  }
}

@media (max-width:767px) {
  .title-form {
    margin-top:30px !important;
  }
}

@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

footer .text-bottom {
  font-size:13px;
  font-family:'Raleway';
  font-weight:400;
  color:#FFF;
  line-height:24PX;
  margin-bottom:0;
}

@media (max-width: 991px) {
  footer .text-bottom {
    font-size:12px;
  }
}

@media (max-width: 767px) {
  footer .text-bottom {
    font-size:13px;
  }
}

.title-form {
  font-size:14px;
  text-transform:uppercase;
  font-family:'Raleway';
  font-weight:700;
  color:#5490cb;
  margin-top:33px;
  margin-bottom:0;
}

form .form-group {
  margin-bottom:7px;
}

form .form-group .form-control {
  height:44px;
  border:none;
  box-shadow:none;
  border-radius:3px;
  background-color:#e6e6e6;
  font-size:12px;
  font-family:'Montserrat';
  font-weight:300;
  line-height:23px;
  color:#7d7d7d;
  padding-left:17px;
}

form {
  margin-top:8px;
}

.form-group textarea.form-control {
  height:114px;
}

footer form .form-group .btn.btn-default {
  background:none;
  padding:0;
  border:0;
  text-transform:uppercase;
  font-size:12px;
  color:#dea408;
  font-family:'Montserrat';
  font-weight:700;
  box-shadow:none;
  text-shadow:none;
  transition:0.3s;
  outline:none;
}

#rodape .logo-bottom {
  margin-bottom:13px;
  margin-top:1px;
  margin-left:2px;
}

#rodape {
  padding-top:35px;
  background:#002351;
  min-height:359PX;
}

@media (max-width:767px) {
  #rodape {
    padding-bottom:30px;
  }
}

footer .form-group .col-xs-7:first-child {
  padding-right:7px;
  width:60%;
}

footer .form-group .col-xs-5:last-child {
  padding-left:0;
  width:40%;
}

footer form .form-group .btn.btn-default:hover {
  color:#3681c9;
}

