.newsletter-vsa{
  background: #eeeeee;
  

  & #news{
    padding: 48px 0;
  }
}

.newsletter-vsa p{
  font-family: "SST Heavy" !important;
}



.news-vsa{
  justify-content: flex-start;
}

.form-group-check span{
  font-family: "SST";
}

.form-group-check{
  margin: 0px;
}

section.newsletter form input[type=email]{
    background-color: rgb(255, 255, 255);
    max-width: 520px;
    margin: 0 auto;
    height: 48px;
    border: none;
    outline: none;
}

section.newsletter form input[type=submit]{
  width: 100%;
  max-width: 140px;
  font-size: 20px;
  font-family: "SST";
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.026;
  text-align: center;
  background-color: var(--blue-primary);
  padding: 16px 32px;
  border: none;
  outline: none;
  cursor: pointer;
}


section.follow{
  padding: 48px 0;
  background: #fff;
}
section.follow .content{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
section.follow .content img.logo{width: 100%;max-width: 300px;}
section.follow .follow-icons{
  display: flex;
  align-items: end;
  gap: 12px;
}
section.follow .follow-icons h3{
  font-size: 22px;
  /* font-family: "SST"; */
  color: rgb(76, 184, 210);
  font-weight: bold;
}
section.follow .follow-icons img{
  width: 100%;
  max-width: 28px;
}
section.follow .content img.logoBoston{
  width: 100%;
  max-width: 180px;
}

footer{
  background: #023970;
  padding: 40px 0;
}
footer ul.menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 32px;
}
footer ul li a{
  color: #fff;
  font-size: 16px;
  font-family: mulish,sans-serif; 
   color: rgb(255, 255, 255);
  line-height: 1.542;
  text-align: center;
  cursor: pointer;
  text-align: center;

}

footer ul li a:hover{
  color: #0a58ca !important;
}


footer p.desc{
  font-size: 12px;
  font-family: "SST";
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.1;
  margin: 0 0 32px;
  word-break: break-word;
}

footer p.desc a {
  color: rgba(255, 255, 255, 0.502);
  text-decoration: underline;
}

footer h6{
  font-size: 20px;
  font-family: "SST";
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.85;
  text-align: center;
}

@media (max-width:980px){
  section.follow .content,
  section.follow .follow-icons{
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

}

@media (max-width:768px){
  footer ul li a{
    font-size: 18px;
  }

  footer p.desc{
    font-size: 16px;
  }
}


.btn-whats-float{
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 99;
}

.btn-whats-float img {
  width: 120px;
}

.go-top.active{
  bottom: 30px;
}


#socialLinks p{
  font-family: 'SST Bold' !important;
}

#socialLinks {
  padding: 2rem 0;
}

#socialLinks .container-fluid {
  width: 90%;
}

#socialLinks p {
  font-family: 'SST Bold';
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: right;
  color: #4cb8d2;
  padding: 0;
  margin: 0;
}

#socialLinks ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#socialLinks li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  display: inline;
}

#socialLinks li a {
  background-color: #47b8d2;
  padding: 7px 1px 5px 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-grid;
  color: #fff;
  font-size: 16px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .inverter-3 {
    order: 3;
  }

  #socialLinks p {
    padding: 0 14%;
    margin: 0;
    padding-bottom: 1rem;
    text-align: center;
  }

  #socialLinks ul {
    padding-bottom: 2rem;
  }

  #socialLinks li a {
    padding: 10px 0px 5px 0px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}