/* Footer */
#footer {
  background-color: #19150c;
  color: white;
  font-family: sans-serif;
  margin-top: 40px;
  padding-top: 34px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 10px;
  overflow: hidden;
}

#footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 18px;
}

#footer .footer-section {
  margin-bottom: 30px;
}

#footer .footer-logo {
  margin-bottom: 20px;
  height: auto;
}

#footer .client-area-button-container {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

#footer .client-area-button {
  align-items: center;
  background-color: var(--color-tempo);
  color: #fff;
  padding-right: 18px;
  border-radius: 50px;
  transition: background-color .3s;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}

#footer .client-area-button svg {
  position: relative;
  top: 5px;
  left: 10px;
  width: 42px;
  height: 42px;
}

#footer .client-area-button:hover {
  background-color: var(--color-tempo-hover);
}

#footer .client-area-button svg linearGradient#degradado stop {
  transition: stop-color .3s;
}

#footer .client-area-button:hover svg linearGradient#degradado stop:first-child {
  stop-color: #000000
}

#footer .client-area-button:hover svg linearGradient#degradado stop:last-child {
  stop-color: #084755
}


#footer .footer-section h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

#footer .footer-section ul {
  list-style: none;
  padding: 0;
}

#footer .footer-section ul li {
  margin: 5px 0;
}

#footer .footer-section ul li a {
  color: white;
  text-decoration: none;
}

#footer .footer-section p {
  margin: 6px 0;
}

#footer .footer-section .email {
  padding-left: 6px;
}


#footer .social-icons a {
  margin-right: 0;
  font-size: 18px;
  color: white;
  text-decoration: none;
}

#footer .footer-line {
  height: 1px;
  width: 100%;
  background: #F8F0E4;
}

#footer .footer-bottom {
  text-align: center;
  font-size: 14px;
}

#footer .footer-bottom .copyright {
  text-align: center;
}

#footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
  row-gap: 8px;
  column-gap: 12px;
}

#footer .footer-links a {
  color: white;
  text-decoration: none;
}

#footer .footer-links li::before {
  content: "\2022";
  margin-right: 10px;
}

#footer .footer-links li:first-child::before {
  content: none;
}

#footer .footer-section p,
#footer .footer-section ul li a,
#footer .footer-links a,
#footer .footer-links p {
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.68;
  letter-spacing: 0.004em;
}

#footer .client-area-button,
#footer .telefono-button {
  font-family: Manrope, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#footer .correo-button-container {
  position: fixed;
  bottom: 87px;
  right: 5px;
  z-index: 999;
}

#footer .correo-button-container svg {
  margin-right: 10px;
}

#footer .telefono-button-container {
  position: fixed;
  bottom: 87px;
  right: 5px;
  z-index: 999;
}

#footer .telefono-button {
  display: flex;
  align-items: center;
  background-color: var(--color-negro);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  transition: background-color .3s, box-shadow .3s;
}

#footer .telefono-button:hover {
  background-color: var(--color-enfasis-hover);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  color: #fff !important;
}

#footer .telefono-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#footer .whatsapp-button-container {
  position: fixed;
  bottom: 36px;
  right: 5px;
  z-index: 999;
}

#footer .whatsapp-button {
  display: flex;
  align-items: center;
  background-color: #058936;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  transition: background-color .3s, box-shadow .3s;
  cursor: pointer;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#footer .whatsapp-button:hover {
  background-color: #128c7e;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  color: #fff !important;
}

#footer .whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#footer .footer-container,
#footer .footer-section {
  min-width: 0;
}

#footer .footer-section p,
#footer .footer-links a,
#footer .footer-links p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

#footer .footer-section p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#footer .footer-section p svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

#footer .footer-links li p {
  display: inline;
  margin: 0;
}

#footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 10px;
}

#footer .footer-links li {
  min-width: 0;
}

#footer .footer-logo svg {
  width: min(160px, 100%);
  height: auto;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #footer {
    margin-top: 32px;
    padding: 28px 24px 14px;
  }

  #footer .client-area-button-container {
    justify-content: center;
  }

  #footer .client-area-button {
    max-width: 100%;
    gap: 8px;
    font-size: 0.95rem;
  }

  #footer .client-area-button svg {
    width: 36px;
    height: 36px;
    top: 5px;
    left: 8px;
  }

  #footer .footer-container {
    gap: 16px;
  }

  #footer .footer-section {
    margin-bottom: 18px;
  }

  #footer .footer-links {
    justify-content: flex-start;
  }

  #footer .footer-bottom {
    font-size: 13px;
  }

  #footer .footer-bottom .copyright {
    margin-top: 20px;
  }

  #footer .correo-button-container {
    display: none;
  }

  #footer .telefono-button-container,
  #footer .whatsapp-button-container {
    right: 12px;
  }

  #footer .telefono-button,
  #footer .whatsapp-button {
    max-width: calc(100vw - 24px);
    padding: 9px 14px;
    font-size: 0.88rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1025px) {
  #footer .telefono-button-container {
    display: none;
  }

}

@media (max-width: 850px) {

  #footer .footer-section:nth-child(4) {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
  }

  #footer .footer-section:nth-child(4) h4 {
    display: none;
  }

}

@media (max-width: 768px) {
  #footer {
    margin-top: 26px;
    padding: 24px 18px 14px;
  }

  #footer .footer-container {
    gap: 12px;
  }

  #footer .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
  }

  #footer .footer-logo svg {
    width: min(140px, 60vw);
  }

  #footer .footer-section {
    margin-bottom: 14px;
  }

  #footer .footer-section h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  #footer .footer-section p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  #footer .footer-section .email {
    padding-left: 0;
  }

  #footer .social-icons {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 8px;
  }

  #footer .footer-bottom {
    text-align: left;
  }

  #footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 12px;
  }

  #footer .footer-links li {
    width: 100%;
  }

  #footer .footer-links li::before {
    content: none;
    margin-right: 0;
  }

  #footer .telefono-button-container,
  #footer .whatsapp-button-container {
    right: 10px;
  }

  #footer .telefono-button,
  #footer .whatsapp-button {
    padding: 8px 12px;
    font-size: 0.82rem;
  }

}

@media (max-width: 620px) {

  #footer .footer-container{
    gap: 27px;
  }

  #footer .footer-section:nth-child(4) {
    width: initial;
    display: initial;
  }

  #footer .footer-section:nth-child(4) h4 {
    display: block;
  }

  #footer .footer-section{
    width: 45%!important;
  }

  #footer .footer-logo{
    display: initial;
  }
}

@media (max-width: 580px) {
  #footer {
    padding: 22px 14px 12px;
  }

  #footer .client-area-button {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
    padding: 8px 12px;
  }

  #footer .client-area-button svg {
    width: 30px;
    height: 30px;
  }

  #footer .footer-section p {
    gap: 6px;
  }

  #footer .footer-section p svg {
    width: 20px;
  }

  #footer .telefono-button-container,
  #footer .whatsapp-button-container {
    left: 10px;
    right: 10px;
  }

  #footer .telefono-button-container {
    bottom: 56px;
  }

  #footer .whatsapp-button-container {
    bottom: 8px;
  }

  #footer .telefono-button,
  #footer .whatsapp-button {
    width: 100%;
    justify-content: center;
    font-size: 0.8rem;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  #footer .footer-links {
    padding-bottom: 95px;
  }

}

@media (max-width: 545px) {
      #footer .footer-section {
        width: 100% !important;
    }

        #footer .footer-logo {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        }

}

@media (max-width: 420px) {
  #footer .social-icons a svg {
    width: 30px;
    height: 30px;
  }

  #footer .telefono-icon,
  #footer .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  #footer .telefono-button,
  #footer .whatsapp-button {
    padding: 8px 10px;
  }

}

/* END footer */

/* Cookie consent */
.cookie-consent-banner-open {
  cursor: pointer;
}

#cookie-consent-banner {
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 30px #00000057;
  border-radius: 10px;
  opacity: .95;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--color-negro);
  z-index: 40000;
}

#cookie-consent-banner p.titulo {
  text-align: center;
  font-size: 1.2em;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 20px;
}

#cookie-consent-banner p {
  text-align: center;
  font-size: 1em;
  line-height: 26px;
  text-wrap: balance;
  margin-bottom: 0;
}

#cookie-consent-banner label {
  font-size: 1em;
  line-height: 26px;
}

#cookie-consent-banner label input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

#cookie-consent-banner .cookie-consent-buttons,
#cookie-consent-banner .cookie-consent-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
  gap: 20px;
}

#cookie-consent-banner .cookie-consent-buttons button {
  display: block;
  padding: 10px 25px;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 23px;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3) {
  background-color: #595959;
  cursor: pointer;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2) {
  background-color: #595959;
  cursor: pointer;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1) {
  background-color: var(--color-enfasis);
  cursor: pointer;
}

#cookie-consent-banner .cookie-consent-buttons button:hover {
  background-color: var(--color-enfasis-hover);
}

#cookie-consent-banner a {
  font-weight: 700;
}

#cookie-consent-banner a:hover {
  font-weight: 700;
  color: var(--color-enfasis-hover);
  text-decoration: underline;
}

@media (max-width: 768px) {
  #cookie-consent-banner {
    bottom: 12px;
    right: 12px;
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  #cookie-consent-banner p {
    font-size: 0.94em;
    line-height: 1.45;
  }

  #cookie-consent-banner .cookie-consent-options {
    gap: 10px;
    padding: 0 10px;
  }

  #cookie-consent-banner .cookie-consent-buttons {
    width: 100%;
    padding: 0 12px 12px;
    gap: 10px;
    margin-bottom: 0;
  }

  #cookie-consent-banner .cookie-consent-buttons button {
    width: 100%;
    font-size: 1em;
    line-height: 1.3;
    padding: 10px 12px;
  }
}

@media (max-width: 580px) {
  #cookie-consent-banner .cookie-consent-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
  }
}

@media (max-width: 420px) {
  #cookie-consent-banner {
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
  }
}

/* END Cookie consent */