.newsletter-section {
    padding: 0px 20px;
    display: block;
    margin: 0;
    text-align: center;
    background: #f8f8f8;
}

body.hs-blog-post .newsletter-section {
    display:none;
}

.newsletter-section h3 {
    text-transform: inherit!important;
    font-size: 19px;
    color: #444;
    margin: 0 0 0!important;
}

.news-wrapper p {
    margin: 10px 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
}

.form-news-box {
    width: 500px;
    max-width: 100%;
    text-align: left;
    padding: 0;
}

/*.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
    display: inline-block;
    width: 60%;
}*/

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
    width: 100%;
}

/*.hs_submit.hs-submit {
    display: inline-block;
    width: 35%;
    margin-left:5px;
}*/

.hs_submit.hs-submit {
    display: inline-block;
    width: 100%;
    margin-left: 0;
}



.form-news-box form input {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 5px;
}
.form-news-box form input.hs-button.primary.large {
    background: #c25700;
    border: 1px solid #c25700 !important;
    padding: 8px 10px;
    width: fit-content;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto';
    transition: .2s linear all;
    margin: 10px 1px 0;
    width: 100%!important;
    max-width: 100%;
}

.form-news-box form input.hs-button.primary.large:hover{
    background: #ff8624;
    border: 1px solid #f37c1c!important;
  }

.form-news-box label {
    display: none;
}

label.hs-form-booleancheckbox-display {
    display: block;
    font-size: 12px;
}

label.hs-error-msg {
    color: #d00;
    text-decoration: none;
    box-shadow: 0 0 0;
    width: 100%;
    margin: 10px 0 0!important;
    background: transparent;
    padding: 0;
}

.news-wrapper {
    width: 1100px;
    max-width: 100%;
    margin: 0px auto;
    text-align: left;
    border-top: 2px solid #386097;
    padding: 40px 0;
}


.footer-section-one {
    padding: 50px 0;
    background: #fff;
    text-align:center;
}



.group-logos-footer{
  display:block;
  margin:0 auto 20px;
  width:1000px;
  max-width:100%;
}

.group-logos-footer img.logo-footer{
  height:50px;
  width:auto;
  position:relative;
  display:inline-block;
  vertical-align:middle;
    margin: 10px 20px;
    height: 35px;
    width: auto;
}

a.voltar-btn {
    margin: 20px auto 60px;
    width: 100%;
    display: block;
    background: #386097;
    color: #fff;
    padding: 13px 30px;
    font-size: 15px;
    width: fit-content;
    border-radius: 4px;
    font-weight: 500;
    transition: .2s linear all;
}

a.voltar-btn:hover {
    background: #27a0f9;
    color: #fff;
}


.column-footer.left, .column-footer.center, .column-footer.right {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.column-footer.left {
    text-align: left;
    font-size: 15px;
}

.column-footer.left .corte {
    width: 400px;
    max-width:100%;
    margin: 0;
}

.column-footer.center .corte {
    width: 200px;
  max-width:100%;
    margin: 0 auto;
}
.column-footer.right .corte {
    width: 400px;
    max-width:100%;
    margin: 0 auto;
}
.social-group {
    text-align: left;
    margin-bottom: 30px;
    width: 350px;
    max-width: 100%;
    text-align: left;
}

{#.social-group a {
    font-size: 18px;
    margin: 5px 5px;
    transition: .2s linear all;
    background: #404040;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 6px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}#}

.social-group a {
    background: transparent;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    margin: 5px;
    padding: 0;
    text-align: center;
    transition: all .2s linear;
    vertical-align: middle;
    width: 36px;
}

.social-group a:hover {
    color: #ff7800;
  {#background:#333;#}
}

.column-footer.left h3 {
    margin: 0 0 0!important;
    font-weight: 700!important;
}

.column-footer.center ul{
    margin:0;
}

.column-footer.center ul li {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 17px;
}

.footer-section-two {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 50px;
    color: #404040;
}



.form-news-box.footer h3 {
    font-weight: 700!important;
    color: #404040!important;
    margin: 10px 0 0px!important;
    font-size: 18px;
    text-transform: initial!important;
}

.copyright-section{
  padding:10px;
  display:block;
  margin:0;
  text-align:center;
  font-size:12px;
}

@media screen and (max-width: 900px) {
.footer-section-two {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px 40px;
}
  
  .column-footer.center .corte {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 0 20px;
}
  
  .column-footer.left, .column-footer.center, .column-footer.right {
    width: 100%;
    max-width: 90%;
    margin: 10px 0;
}
  
  .group-logos-footer img.logo-footer {
    display: block;
    text-align: center;
    margin: 20px auto;
}
}