@charset "UTF-8";
/*
    Created on : Jun 27, 2025, 2:24:09 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Jun 30, 2025, 12:02:56 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.main-footer {
  padding-top: 78px;
  background: #444;
}
@media only screen and (max-width: 1199px) {
  .main-footer {
    flex-direction: column;
    gap: 42px;
    padding-top: 47px;
  }
}
@media only screen and (max-width: 600px) {
  .main-footer {
    padding-top: 20px;
  }
}
.main-footer__container {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .main-footer__container {
    flex-direction: column;
    gap: 42px;
  }
}
.main-footer__addresses-wrap {
  display: flex;
  flex-direction: column;
}
.main-footer__addresses {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  .main-footer__addresses {
    grid-template-columns: 250px;
    gap: 10px;
  }
}
.main-footer__form-wrap {
  flex: 0 0 405px;
}
@media only screen and (max-width: 1199px) {
  .main-footer__form-wrap {
    flex: 0 0 auto;
  }
}
.main-footer__form-wrap .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.main-footer__form-wrap .wpcf7-response-output {
  background: #f2f3f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 20px !important;
}
.main-footer__form-wrap form.sent .wpcf7-response-output {
  display: none;
}
.main-footer__form-wrap form.failed .wpcf7-response-output,
.main-footer__form-wrap form.aborted .wpcf7-response-output {
  color: #000; /* Red */
  background: #f2f3f0;
  border: none !important;
}
.main-footer__form-wrap form.spam .wpcf7-response-output {
  color: #000; /* Orange */
  background: #f2f3f0;
  border: none !important;
}
.main-footer__form-wrap form.invalid .wpcf7-response-output,
.main-footer__form-wrap form.unaccepted .wpcf7-response-output,
.main-footer__form-wrap form.payment-required .wpcf7-response-output {
  color: #000; /* Yellow */
  background: #f2f3f0;
  border: none !important;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-style: normal;
}
@media only screen and (max-width: 600px) {
  .address:not(:last-child)::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #9bc32f;
    margin: auto;
    margin-top: 10px;
  }
}
.address__title {
  font-weight: bold;
  line-height: 34px;
}
.address__phone {
  font-weight: bold;
  line-height: 12px;
  text-decoration: none;
}
.address__mail {
  line-height: 12px;
  text-decoration: none;
}

.portal-empleado {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .portal-empleado {
    display: none;
  }
}
.portal-empleado::before {
  content: "";
  height: 2px;
  width: 360px;
  background: #9bc32f;
  margin: auto auto 58px;
  display: block;
}
.portal-empleado--responsive {
  display: none;
  margin-top: 43px;
}
@media only screen and (max-width: 1199px) {
  .portal-empleado--responsive {
    display: block;
  }
}
.portal-empleado--responsive::before {
  display: none;
}
.portal-empleado__button {
  border-radius: 50px;
  border: 1px solid #fff;
  background: #444;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 276px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  margin: auto;
}
.portal-empleado__button:hover {
  background: #1f1f1f;
}

.footer-form {
  background: #fff;
  border-radius: 12px;
  padding: 25px 22px 22px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  .footer-form {
    max-width: 330px;
  }
}
.footer-form__field {
  margin-bottom: 20px;
}
.footer-form__field input[type=text],
.footer-form__field input[type=email],
.footer-form__field input[type=tel],
.footer-form__field select,
.footer-form__field textarea {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #424a40;
  font-size: 16px;
  background: transparent;
  color: #424a40;
  outline: none;
}
.footer-form__field input[type=text]::-moz-placeholder, .footer-form__field input[type=email]::-moz-placeholder, .footer-form__field input[type=tel]::-moz-placeholder, .footer-form__field select::-moz-placeholder, .footer-form__field textarea::-moz-placeholder {
  color: #555c53;
}
.footer-form__field input[type=text]::placeholder,
.footer-form__field input[type=email]::placeholder,
.footer-form__field input[type=tel]::placeholder,
.footer-form__field select::placeholder,
.footer-form__field textarea::placeholder {
  color: #555c53;
}
.footer-form__field textarea {
  min-height: 80px;
  resize: vertical;
}
.footer-form__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23444" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px;
  padding-right: 30px;
}
.footer-form__check {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  gap: 8px;
}
.footer-form__check .wpcf7-form-control-wrap {
  margin-top: 1px;
}
.footer-form__check input {
  margin-right: 0;
}
.footer-form__check a {
  color: #000;
  text-decoration: underline;
}
.footer-form__submit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-form__submit .wpcf7-spinner {
  position: absolute;
  margin-left: 200px;
}
.footer-form__submit input[type=submit] {
  background: #444;
  color: #fff !important;
  border: none;
  padding: 12px 32px 12px 18px !important;
  cursor: pointer;
  position: relative;
  line-height: normal;
  transition: all 0.3s;
}
.footer-form__submit input[type=submit][disabled]:hover {
  background: #444 !important;
}
.footer-form__submit input[type=submit]:hover {
  background: #1f1f1f !important;
}
.footer-form__submit i {
  position: absolute;
  margin-left: 60px;
  color: #9bc32f;
}
.footer-form .wpcf7-list-item {
  margin: 0;
}
.footer-form .wpcf7-list-item input {
  margin: 0;
  width: 15px;
  height: 15px;
}

.bottom-footer {
  background: #000;
  padding: 16px 0 7px;
  margin-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .bottom-footer {
    margin-top: 47px;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-footer {
    padding: 38px 0;
  }
}
.bottom-footer__container {
  text-align: center;
}

.footer-legales {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .footer-legales {
    flex-direction: column;
    margin-bottom: 27px;
  }
}

.footer-legal {
  color: #f2f3f0;
  text-align: right;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
.footer-legal:hover {
  text-decoration: underline;
}

.footer-sep {
  width: 2px;
  height: 21px;
  background: #9bc32f;
}
@media only screen and (max-width: 600px) {
  .footer-sep {
    height: 2px;
    width: 21px;
  }
}

.footer-copy {
  color: #f2f3f0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.toggle-capa-informacion {
  margin-top: -32px;
}
@media only screen and (max-width: 600px) {
  .toggle-capa-informacion.active {
    margin-top: -100px;
    opacity: 0;
    pointer-events: none;
  }
}
.toggle-capa-informacion__close {
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  top: -50px;
  right: 15px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .toggle-capa-informacion__close {
    background-color: transparent;
    border: none;
    top: 10px;
    right: 5px;
  }
}
.toggle-capa-informacion__close--active {
  opacity: 1;
  width: 40px;
  height: 40px;
}
.toggle-capa-informacion__close:hover {
  background-color: #1f1f1f;
}
.toggle-capa-informacion__close-container {
  position: relative;
}

.toggle-capa-informacion-wrap {
  background: #444;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
  padding-bottom: 21px;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.toggle-capa-informacion-wrap.hidden {
  bottom: -100px;
}

.capa-informacion {
  display: none;
  padding-top: 39px;
  padding-bottom: 50px;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .capa-informacion {
    padding-bottom: 6px;
    padding-top: 20px;
  }
  .capa-informacion .main-footer__form-wrap {
    display: none;
  }
  .capa-informacion .main-footer__container {
    gap: 33px;
  }
}
.capa-informacion__anchor {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .capa-informacion__anchor {
    display: flex;
  }
}

html body .wcc-btn {
  padding: 8px;
  border-radius: 2px;
}/*# sourceMappingURL=footer.css.map */