footer {
  background-image: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #212529;
}


footer a {
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
}

footer a:hover {
  color: #296b79;
}

footer .activa{
  color: #296b79;
}

footer a {
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  display: inline;
  padding-right: 25px;
  font-weight: 500;
}

footer p {
  color: #888888;
  font-size: 0.8em;
  margin: 0;
}
footer h2 {
  color: #ffffff;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;

}
footer h2:after {
  display: none;
}
footer hr {
  border-top: 3px solid #ffffff;
  margin: 20px 0 20px 0;
}

@media all and (max-width: 550px) {
  footer ul li {
    display: block;
  }
}


/* Estilos principales */
.iso-certificado {
  text-align: center;
  margin-top: 20px;
}

.iso-wrapper {
  display: inline-block;
  text-align: center;
}

.iso-text {
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
}

.iso-certificado img {
  max-width: 120px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.iso-certificado img:hover {
  opacity: 1;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .iso-text {
    font-size: 0.8rem; /* Reduce el tamaño de la fuente en pantallas medianas */
  }
  
  .iso-certificado img {
    max-width: 100px; /* Ajusta el tamaño de la imagen en pantallas medianas */
  }
}

@media (max-width: 550px) {
  .iso-text {
    font-size: 0.75rem; /* Reduce aún más el tamaño de la fuente en pantallas pequeñas */
  }
  
  .iso-certificado img {
    max-width: 80px; /* Reduce el tamaño de la imagen en pantallas pequeñas */
  }
}




.redes ul li:hover{
	opacity: 1;
}


.redes ul {
	font: 18px Arial, Helvetica, sans-serif;
	list-style: none;
	line-height: 20px;
    text-align: left;

}


.redes ul li {
	display: inline-block;
	margin-left: 0px;
	opacity:0.9;
}

.redes ul li [class^="icon-"]{
	display: inline-block;
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-size: 32px;
	margin-top:10px;
    margin-right: -12px;
}




.redes ul li:hover{
	opacity: 1;
}



