.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#FF0000;--e-global-color-text:#121212;--e-global-color-accent:#FF0000;--e-global-color-574441c:#FFFFFF;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-3.8px;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-size:64px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-3.8px;--e-global-typography-text-font-family:"suissee BP";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roberte bold";--e-global-typography-accent-font-size:1.5vw;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:-0.4px;--e-global-typography-3585e65-font-family:"suissee BP";--e-global-typography-3585e65-font-size:22px;--e-global-typography-3585e65-font-weight:400;--e-global-typography-3585e65-letter-spacing:0px;--e-global-typography-156c67a-font-family:"suissee BP";--e-global-typography-156c67a-font-size:16px;--e-global-typography-156c67a-font-weight:300;--e-global-typography-156c67a-line-height:1.4em;--e-global-typography-156c67a-letter-spacing:0px;--e-global-typography-64b6a6a-font-family:"Work Sans";--e-global-typography-64b6a6a-font-size:20px;--e-global-typography-64b6a6a-letter-spacing:-1.5px;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-slide-in-down;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:4%;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Roberte bold", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(min-width:2400px){.elementor-kit-10{--e-global-typography-primary-font-size:68px;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-3px;--e-global-typography-secondary-font-size:74px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-3.8px;--e-global-typography-text-font-size:34px;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:-1.6px;--e-global-typography-3585e65-font-size:33px;--e-global-typography-156c67a-font-size:27px;--e-global-typography-156c67a-line-height:1.3em;--e-global-typography-64b6a6a-font-size:31px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-2.3px;--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-1.9px;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:1em;--e-global-typography-text-letter-spacing:-1.2px;--e-global-typography-3585e65-font-size:18px;--e-global-typography-3585e65-letter-spacing:-1.2px;--e-global-typography-156c67a-font-size:14px;--e-global-typography-156c67a-line-height:1em;--e-global-typography-156c67a-letter-spacing:-0.7px;--e-preloader-width:22%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 1920px) {
  .elementor .e-con-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Mostrar siempre scroll*/
@media (hover: hover) and (pointer: fine) {
  /* Solo en escritorio para no afectar móviles */
  html { overflow-y: scroll; }
}

body.modal-open { overflow: hidden; }
/*se hace italic el menú*/

.elementor-nav-menu .elementor-item:hover {
  font-style: italic;
}


/* Tooltip genérico para #menu-trigger */
#menu-trigger .elementor-icon::after {
  content: "MENÚ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;

  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -1.1px;
  color: var(--e-global-color-secondary);  /* color global */
  white-space: nowrap;

  transition: opacity .18s ease, transform .18s ease;
  z-index: 100000;
}

#menu-trigger:hover .elementor-icon::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Tooltip específico para #menu-trigger2 → en negro */
#menu-trigger2 .elementor-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#menu-trigger2 .elementor-icon::after {
  content: "MENÚ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;

  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -1.1px;
  color: #000;  /* negro solo aquí */
  white-space: nowrap;

  transition: opacity .18s ease, transform .18s ease;
  z-index: 100000;
}

#menu-trigger2:hover .elementor-icon::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* --- Control extra para que no se quede atascado --- */

/* Ocultar tooltip si queda en foco sin hover */
#menu-trigger:focus-within .elementor-icon::after,
#menu-trigger2:focus-within .elementor-icon::after {
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
}

/* Ocultar tooltip si el popup está abierto */
body.elementor-popup-modal-open #menu-trigger .elementor-icon::after,
body.elementor-popup-modal-open #menu-trigger2 .elementor-icon::after,
body.dialog-lightbox-open #menu-trigger .elementor-icon::after,
body.dialog-lightbox-open #menu-trigger2 .elementor-icon::after {
  display: none !important;
}

/* Ocultar tooltip si el trigger está marcado como activo */
#menu-trigger.elementor-active .elementor-icon::after,
#menu-trigger2.elementor-active .elementor-icon::after {
  display: none !important;
}

/* Si Elementor pone opacity: 0 en el header, que no bloquee */
.header[style*="opacity: 0"] {
  pointer-events: none;
  visibility: hidden;   /* además lo saca del foco visual */
  z-index: -1;          /* por si acaso */
}


/* 1) Poner opciones en línea tipo “chips” */
.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* 2) Ocultar POR COMPLETO el checkbox nativo */
.elementor-form .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"]{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  appearance:none !important; /* por si acaso */
}

/* 3) Estilo de la “píldora” (label) no seleccionada */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label{
  display:inline-block;
  padding:6px 16px;
  border:1px solid #fff;
  border-radius:999px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  transition:all .2s ease;
  line-height:1.2;
  font-size:14px;
}

/* 4) Estado seleccionado (al marcar) */
.elementor-form .elementor-field-type-checkbox .elementor-field-option 
input[type="checkbox"]:checked + label{
  background:#fff;
  color:#000;
  border-color:#fff;
}

/* (Opcional) Hover suave cuando no está marcado */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label:hover{
  background:rgba(255,255,255,.12);
}
/* Estilo base de las “píldoras” */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label {
  display:inline-block;
  padding:10px 20px; /* más espacio */
  border:1px solid #fff;
  border-radius:999px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  transition:all .2s ease;
  line-height:1.2;
  font-size:18px; /* aquí el tamaño */
}

/* Seleccionado */
.elementor-form .elementor-field-type-checkbox .elementor-field-option 
input[type="checkbox"]:checked + label {
  background:#fff;
  color:#000;
  border-color:#fff;
}

/* Hover */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label:hover {
  background:rgba(255,255,255,.12);
}


/* Contenedor de las opciones */
.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* espacio entre chips */
  margin-top: 10px; /* 👈 separación respecto al título */
}
.elementor-form .elementor-field-group-field_1350368 {
  margin-top: 20px; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'suissee BP';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://santateresaestudio.es/wp-content/uploads/2025/09/Suisse-BP-Int_l-Light.woff') format('woff');
}
@font-face {
	font-family: 'suissee BP';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://santateresaestudio.es/wp-content/uploads/2025/09/Suisse-BP-Int_l-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roberte bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.eot');
	src: url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.woff2') format('woff2'),
		url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.woff') format('woff'),
		url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.ttf') format('truetype'),
		url('https://santateresaestudio.es/wp-content/uploads/2023/12/Roberte_bold-Regular.svg#Robertebold') format('svg');
}
/* End Custom Fonts CSS */