.contacto {
  background-color: #09283a;
  color: #fff;
  text-align: center;

}



.contacto-content {
  background: url('../img/Fondo_footer.jpg') no-repeat center center / cover;
  color: #fff;
  padding-top: 60px;
	padding-bottom: 60px;
}

.logo-contacto img {
  height: 120px;
}

.logo-contacto h3 {
  margin: 15px 0;
  font-weight: 800;
  font-size: 1.5em;
	letter-spacing:2px;
	
}



.cta-btn {
	
  background-color: #2a5878;
  color: #fff;
  border: none;
  padding: 10px 25px;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1.1em;
	
}


.info-contacto {
	
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
	
}

.info-contacto .col {
  max-width: 340px;
  text-align: center;
	padding: 30px;
}

.info-contacto .col img {
  height: 30px;
  margin-bottom: 10px;
}

.info-contacto .col h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.central p strong {
  font-size: 1.1em;
}



.social-icons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons img {
  width: 30px;
  height: 30px;

}

.social-icons img:hover {
  transform: scale(1.1);
}


