@import url("../fonts/icomoon/style.css");

.footer-template {
  display: block;
  width: 100%;
  background-color: #E3E3E3;
  color: #4B575E;
}

.footer-template section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 3rem;
  padding: 3rem;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-template section article.logo-ieem {
  display: flex;
}

.footer-template section article.logo-ieem .icon {
  color: #4B575E;
  margin-right: 2rem;
  height: 10rem;
}

.footer-template section article.logo-ieem .icon_f {
  color: #4B575E;
  margin-right: 2rem;
  height: 3rem;
}

.footer-template section article.logo-ieem .icon.icon-ieem-logo {
  font-size: 8rem;
  text-align: center;
}

.footer-template section article.logo-ieem .icon.icon-ieem-logo_f {
  font-size: 8rem;
  text-align: center;
}

.footer-template section article.logo-ieem .contactos-ieem {
  padding-top: 3rem;
}

.footer-template section article.logo-ieem .contactos-ieem h4 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 900 !important;
}

.footer-template section article.logo-ieem .contactos-ieem .icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  text-decoration: none;
  height: auto;
}

.footer-template section article.logo-ieem .contactos-ieem p {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-template section article.logo-ieem .contactos-ieem p.coe {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 900;
  color: #4B575E;
}

.footer-template section article.logo-ieem .contactos-ieem p.coe span {
  display: block;
  font-family: "icomoon";
}

.footer-template section article.logo-ieem .contactos-ieem span {
  display: inline;
}

.footer-template section article.logo-ieem .contactos-ieem a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #4B575E;
  font-weight: 900;
}

.footer-template section article.redes ul {
  display: flex;
  flex-direction: row;
  margin: 2rem 0 4rem 0;
}

.footer-template section article.redes ul li {
  display: block;
  margin-right: 1rem;
}

.footer-template section article.redes ul li a {
  font-size: 3rem;
}

.footer-template section article.redes .icon {
  color: #4B575E;
}

.footer-template section article.redes .contactos-ieem {
  padding-top: 3rem;
}

.footer-template section article.redes .contactos-ieem p {
  font-size: 1.3rem;
}

.footer-template section article.redes img {
  display: block;
  width: 15rem;
  margin-bottom: 1rem;
}

.footer-template section article.redes p,
.footer-template section article.redes a {
  font-size: 1.3rem;
}

.footer-template a{
  text-decoration: none;
}

.footer-template a :hover{
  text-decoration: none;
}

.footer-template h2{
  font-family: "Roboto", sans-serif !important;
  font-size: 1.8em;
  font-weight: bold;
}

.direccion_ieem{
  font-size: 1.3rem !important;
}

.footer-template h4{
  margin-bottom: 0px !important;
}


@media screen and (max-width: 766px) {
  .footer-template section article {
    flex-direction: column;
  }
}