@charset "UTF-8";
/*
    Created on : Mar 18, 2025, 1:22:34 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Mar 21, 2025, 1:36:32 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.main-footer {
  position: relative;
  padding-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .main-footer {
    padding-bottom: 0;
  }
}
.main-footer__gradient {
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgba(100, 172, 210, 0.82) 135.29%);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 45px;
}
.main-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  top: -65px;
  margin-bottom: -65px;
}
.main-footer__sep {
  background: linear-gradient(90deg, #3791C0 0%, #2E7498 100%);
  height: 5px;
  margin: 23px 0 31px;
}
@media only screen and (max-width: 991px) {
  .main-footer__sep {
    margin: 44px -15px;
  }
}
.main-footer__content {
  display: grid;
  align-items: flex-end;
  justify-content: space-between;
  grid-template-columns: 1fr auto 1fr;
  width: 1020px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .main-footer__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
  }
}
.main-footer__prize {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  margin-bottom: 19px;
}
@media only screen and (max-width: 991px) {
  .main-footer__prize {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
  }
}
.main-footer__button {
  border-radius: 100px;
  border-top: 1px solid #67767E;
  border-right: 1px solid #67767E;
  border-bottom: 3px solid #67767E;
  border-left: 1px solid #67767E;
  background: #000;
  padding: 10px 18px;
  color: #F9F9F9;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .main-footer__button {
    margin-bottom: 0;
  }
}
.main-footer__button:hover {
  background-color: #67767E;
}
.main-footer__finance {
  display: flex;
  gap: 34px;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .main-footer__finance {
    display: none;
  }
}
.main-footer__finance--mb {
  display: none;
  margin-top: 38px;
  justify-content: center;
  padding: 15px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .main-footer__finance--mb {
    display: flex;
  }
}
.main-footer__finance-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px; /* 108.333% */
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .main-footer__finance-item {
    color: #000;
  }
}
.main-footer__legal {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .main-footer__legal {
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }
}
.main-footer__links {
  color: #2E7498;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 991px) {
  .main-footer__links {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 11px;
    line-height: 22px;
  }
}
.main-footer__link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.main-footer__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main-footer__break-mb {
    flex: 0 0 100%;
    height: 0;
    opacity: 0;
  }
}/*# sourceMappingURL=footer.css.map */