/*
Theme Name: Baianai
Template: hello-elementor
Version: 1.0.0
Description: Baianai is a child theme of Hello Elementor.
Author: baianai
Author URI: https://www.baianai.es/
Text Domain: baianai
*/

/* General */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

.noseve {
	display: none;
}

.enlace a {
    color: var(--e-global-color-primary);
}

.enlace a:hover {
    color: var(--e-global-color-secondary);
}

.sinmar p {
    margin-block-end: 0rem;
}

/* Cookies */
.cky-audit-table-element h3 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}
#pojo-a11y-skip-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Al presionar TAB, el enlace debe hacerse visible físicamente */
#pojo-a11y-skip-content:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 15px 25px;
    background-color: #000; /* Cámbialo por tu color corporativo */
    color: #fff;
    z-index: 100000;
    clip: auto;
    overflow: visible;
    text-decoration: none;
    border-radius: 5px;
}

/* Cookies */
.cky-audit-table-element h3 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

.elementor-form label a[href*="politica-privacidad"] {
  color: #444 !important;
}

/* Botones primarios CookieYes: Aceptar / Rechazar / Guardar preferencias */
.cky-btn-accept,
.cky-btn-reject,
.cky-btn-preferences {
  background-color: #CC0200 !important;
  border-color: #CC0200 !important;
  color: #ffffff !important;
}

.cky-btn-accept *,
.cky-btn-reject *,
.cky-btn-preferences * {
  color: #ffffff !important;
}

/* Botón secundario (outline): Personalizar */
.cky-btn-customize {
  background-color: transparent !important;
  border-color: #CC0200 !important;
  color: #CC0200 !important;
}

/* Links del banner */
.cky-consent-bar a {
  color: #CC0200 !important;
}

/* Hover primarios */
.cky-btn-accept:hover,
.cky-btn-reject:hover,
.cky-btn-preferences:hover {
  background-color: #E62F24 !important;
  border-color: #E62F24 !important;
}

/* Hover secundario */
.cky-btn-customize:hover {
  background-color: rgba(64, 64, 64, 0.08) !important;
}

@media (max-width: 767px) {
  .swal2-popup.swal2-modal.jkit-swal-popup.type-vimeo {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 0 auto !important;
    padding-top: 40px !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  .swal2-html-container.jkit-swal-htmlContainer {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
  }

  .swal2-html-container.jkit-swal-htmlContainer iframe.mfp-iframe {
    width: 100% !important;
    height: calc((100vw - 20px) * 0.5625) !important;
    max-height: 80vh !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .swal2-close.jkit-swal-closeButton {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
  }
}