#footer {
    text-align: center;
    padding: 25px 40px;
    z-index: 1;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: baseline;
}

.footer_color  {
      background-color: #01539f;
    	color: #fff;
}

.responsive .containerf {
	text-align: center;
}

.containerf a {
    max-width: 80%;
  margin: auto;
  color: #fff;
}

.social .svg-icon svg{
height: 20px;
  fill: #fff;
}

.social .svg-icon {
padding: 5px;
}

.social {
margin-right: 5px}

.social {
  display: inline-flex;
}

#footer .button {
  float: right;
}

#footer p {
text-align: left;
}

#footer .widget {
    padding: 0;
    margin: 30px 0 30px 0;
    overflow: hidden;
}

.logofooter {
 margin: auto;
 Padding-top: 10px;
 max-width: 300px;
}

.textwidget {
  padding: 0 0 0 0;
  max-width: 1010px;
  margin: auto;
}

@media screen and (max-width: 560px){
#footer {
  grid-template-columns: 1fr;
  }
  
  #footer .button {
  float: none;
  margin-top: 15px;
  padding: 20px;}
  
  #footer p{text-align: center;}
}

.i4afooterlink {
display: none;
}

.footer-text p {
    margin-top:  !important; 
    margin-bottom: 0 !important; 
}

.button-group {
	display: flex;
  	flex-direction: row;
  	justify-content: end;
    align-self: anchor-center;
}

.button-right {
      display: flex;
    align-items: center;
}

