@charset "UTF-8";
/*
    Created on : Oct 29, 2024, 1:52:49 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.help {
  margin-top: 56px;
}
@media only screen and (max-width: 600px) {
  .help {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.help__title {
  color: #3A3A3A;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.78px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 600px) {
  .help__title {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}
.help__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFAE5;
  position: relative;
}
.help__decor {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  margin-right: 850px;
}
.help__button-container {
  margin-top: -35px;
  margin-bottom: 30px;
}
.help__links {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}
.help__types {
  display: flex;
  gap: 72px;
  justify-content: center;
  margin-top: 44px;
}
@media only screen and (max-width: 991px) {
  .help__types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .help__types {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
.help__types-type {
  color: #8C52FF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  gap: 13.5px;
  text-decoration: none;
}
.help__types-type:hover span {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .help__types-type {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .help__types-type {
    justify-content: flex-start;
  }
}
.help__types-type i {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.48px;
  color: #00BB75;
}

.help-link {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 33px;
  height: 35.64px;
  /*padding-right: 1px;*/
  flex-shrink: 0;
  width: 58px;
  flex: 0 0 58px;
  height: 58px;
  color: #8C52FF;
  font-size: 27px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  /*border: 2px solid #fff*/
}
.help-link .fa-whatsapp {
  font-size: 33px;
}
.help-link:hover {
  background: #8C52FF;
  color: #fff;
}

.help-form {
  background: #FFF8D5;
  width: 100%;
  padding: 32px 15px;
  display: flex;
  flex-direction: column;
  align-items: centeR;
}
.help-form__title {
  color: #3A3A3A;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .help-form__title {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.help-form .wpcf7 form.invalid .wpcf7-response-output, .help-form .wpcf7 form.unaccepted .wpcf7-response-output, .help-form .wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.call-form {
  display: flex;
  gap: 22px;
  height: 62px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .call-form {
    flex-direction: column;
    height: 143px;
    gap: 12px;
  }
}
.call-form input:not([type=submit]) {
  border-radius: 100px;
  border: 1px solid #BABABA;
  background: #FFF;
  appearance: none;
  outline: none !important;
  width: 322px;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  height: 62px;
  padding: 0 24px;
}
@media only screen and (max-width: 600px) {
  .call-form input:not([type=submit]) {
    width: 100%;
  }
}
.call-form input:not([type=submit])::placeholder {
  font-style: italic;
  color: #626262;
}
.call-form input[type=submit] {
  min-height: 69px;
  text-transform: uppercase;
  width: 155px;
  color: #3A3A3A;
  font-size: 20px;
  cursor: pointer;
  border-bottom-width: 7px;
}
@media only screen and (max-width: 600px) {
  .call-form input[type=submit] {
    width: 100%;
  }
}
.call-form input[type=submit]:hover {
  min-height: 62px;
  transform: translateY(5px);
  border-bottom-width: 2px;
}
.call-form .wpcf7-not-valid-tip {
  padding-left: 24px;
}
@media only screen and (max-width: 600px) {
  .call-form .wpcf7-not-valid-tip {
    /*  position: absolute;
    top: -30px;*/
  }
}
.call-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 20px;
}

.main-footer {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .main-footer {
    margin-top: 62px;
  }
}
.main-footer__logo {
  margin-bottom: 45px;
}
.main-footer__copy {
  color: #425466;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .main-footer__copy {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main-footer__copy .sep {
    height: 0;
    text-indent: -9999px;
  }
}
.main-footer__disc-logos {
  margin-top: 73px;
  padding: 0 12px;
}
@media only screen and (max-width: 600px) {
  .main-footer__disc-logos {
    margin-top: 64px;
  }
}
.main-footer__menu {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 90px;
}
@media only screen and (max-width: 600px) {
  .main-footer__menu {
    margin-top: 42px;
    gap: 4px;
    flex-direction: column;
    align-items: center;
  }
}
.main-footer__menu-link {
  color: #8C52FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}
.main-footer__menu-link:hover::after {
  bottom: 0;
  background: #F5CB08;
}
.main-footer__menu-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 2.25px;
  background: transparent;
  transition: all 0.3s;
  left: 0;
  right: 0;
}
.main-footer__legales {
  height: 83px;
  background: #F8F8F8;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .main-footer__legales {
    flex-direction: column;
    gap: 27px;
    height: auto;
    padding: 38px 15px;
  }
}
.main-footer__legales-item {
  color: #425466;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-decoration: none;
  line-height: 1em;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.main-footer__legales-item:hover {
  border-color: currentColor;
}
.main-footer__arrow {
  width: calc(100% - 188px);
  display: flex;
  align-items: center;
  height: 6px;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: 14px;
}
@media only screen and (max-width: 600px) {
  .main-footer__arrow {
    margin-top: 45px;
    width: calc(100% - 35px);
  }
}
.main-footer__arrow-line {
  flex-grow: 1;
  border-radius: 0px 100px 100px 0px;
  background: #8C52FF;
  height: 100%;
  margin-top: 6px;
}
.main-footer__arrow-icon {
  margin-left: 10px;
  margin-top: 15px;
}

.social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.social-links__link {
  flex: 0 0 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C52FF;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.926px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.social-links__link:hover {
  background: #8C52FF;
  color: #fff;
  transform: scale(1.05);
}

/*# sourceMappingURL=footer.css.map */
