/*FUENTES*/

@font-face {
  font-family: 'Mont-Regular';
  src: url('https://sinergiafp.es/wp-content/uploads/2025/11/Mont-Regular-3.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont-Bold';
  src: url('https://sinergiafp.es/wp-content/uploads/2025/11/Mont-Bold-2.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont-Book';
  src: url('https://sinergiafp.es/wp-content/uploads/2025/11/Mont-Book-2.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont-SemiBoldItalic';
  src: url('https://sinergiafp.es/wp-content/uploads/2025/11/Mont-SemiBoldItalic-2.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Mont-SemiBold';
  src: url('https://sinergiafp.es/wp-content/uploads/2025/11/Mont-SemiBold-3.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Ocultar título de página en el tema Hello Elementor */
.site-title {
  display: none;
}

#hero-button svg {
  font-size: 27px;
}

.gradiant-number {
  font-size: 22px;
  background: linear-gradient(to bottom, #00ff75, #aaffc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
}

.e-n-accordion-item-title[aria-expanded="true"] .gradiant-number {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: black;
  color: black;
}

/* Cada pestaña (cerrada): borde completo y esquinas redondeadas */
.e-n-accordion-item {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* ===== Pestaña abierta ===== */
.e-n-accordion-item[open] {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

/* Contenido desplegado: borde inferior y redondeado abajo */
.e-n-accordion-item[open]>div {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
  padding: 20px;
  overflow: hidden;
}

.container-prices {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.container-prices .e-n-accordion-item {
  border: none !important;
  background: #ffffff !important;
  box-shadow:
    0 -12px 15px rgba(0, 0, 0, 0.08),
    0 12px 15px rgba(0, 0, 0, 0.08) !important;
  padding: 0 !important;
}

.container-prices .e-n-accordion-item-title {
  font-family: "Mont-SemiBold", sans-serif;
  justify-content: left;
  margin-left: 15%;
}

@media (max-width: 767px) {
  .degradado-desktop {
    background: none !important;
  }
}

@media (min-width: 767px) {
  .degradado-mobile {
    background: none !important;
  }
}

/* Centrar puntos paginacion swiper */
@media (min-width: 768px) {
  .elementor-widget-n-carousel .swiper-pagination-bullets {
    transform: none !important;
  }
}

.elementor-post__text {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.elementor-post__read-more {
  align-self: flex-end !important;
  padding: 4px 10px;
  background: #0d0d2a;
  color: white !important;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 10px;
}

.current-price {
  font-size: 27px;
  font-family: "Mont-SemiBold", Sans-serif
}

.old-price {
  font-size: 21px;
  font-family: "Mont-Regular", Sans-serif;
  text-decoration: line-through
}

.full-current-price {
  font-family: "Mont-SemiBold", Sans-serif;
  text-align: right;
  font-size: 36px;
}

.full-old-price {
  font-family: "Mont-Regular", Sans-serif;
  font-size: 27px;
  text-decoration: line-through;
}

#content>.page-header>.entry-title {
  margin-top: 50px;
}

.page-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  text-align: center;
  gap: 30px;
}

.page-content>.post {
  font-size: 14px;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .20);
  margin-bottom: 50px;
}

.page-content>.post a {
  font-size: 30px;
  text-decoration: none;
  color: #000;
}

.page-content>.post a:hover {
  color: #00FA54A8;
}

a {
  color: #09BB57;
}


.page-content>.post p {
  display: none;
}

.page-content>.post h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-image: url("https://sinergiafp.es/wp-content/uploads/2025/11/cropped-favicon-1.webp");
  background-size: contain;
}

/* =============================== 
   PAGINACIÓN ELEMENTOR
================================ */

.elementor-pagination {
  margin: 40px 0;
  text-align: center;
}

.elementor-pagination a.page-numbers,
.elementor-pagination span.page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #ccc;
  font-size: 14px;
  text-decoration: none;
  color: #111;
  background: #fff;
  line-height: 1;
}

.elementor-pagination span.page-numbers.current {
  background: #00ff80 !important;
  border-color: #00ff80 !important;
  color: #000 !important;
  font-weight: 600;
}

.elementor-pagination a.page-numbers:hover {
  background: #00ff80;
  border-color: #00ff80;
  color: #000;
}

.elementor-pagination .prev,
.elementor-pagination .next {
  font-weight: 500;
}

/* Botón Elementor Contact Buttons siempre abierto como una sola píldora*/
.btn-popup-call .e-contact-buttons,
.btn-popup-call .e-contact-buttons__chat-button-container {
  width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
}

/* Fondo único del botón */
.btn-popup-call .e-contact-buttons__chat-button,
.btn-popup-call .e-contact-buttons__chat-button.has-size-small {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  inline-size: auto !important;
  min-width: max-content !important;
  min-inline-size: max-content !important;
  max-width: none !important;
  max-inline-size: none !important;

  height: 48px !important;
  min-height: 48px !important;

  padding: 0 54px 0 22px !important;

  border-radius: 999px !important;
  overflow: hidden !important;
  white-space: nowrap !important;

  background-color: var(--e-contact-buttons-button-bg, #00e600) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}

/* Quitar fondos separados del texto y del icono*/
.btn-popup-call .e-contact-buttons__chat-button-text,
.btn-popup-call .e-contact-buttons__chat-button-icon-container {
  background: transparent !important;
  box-shadow: none !important;
}

/* Texto siempre visible*/
.btn-popup-call .e-contact-buttons__chat-button-text {
  position: static !important;
  inset: auto !important;

  display: inline-flex !important;
  align-items: center !important;

  opacity: 1 !important;
  visibility: visible !important;

  width: auto !important;
  inline-size: auto !important;
  max-width: none !important;
  max-inline-size: none !important;
  min-width: max-content !important;
  min-inline-size: max-content !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
  clip-path: none !important;
  white-space: nowrap !important;
}

/* Icono dentro del mismo botón*/
.btn-popup-call .e-contact-buttons__chat-button-icon-container {
  position: absolute !important;

  inset-inline-end: 12px !important;
  inset-inline-start: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 32px !important;
  inline-size: 32px !important;
  min-width: 32px !important;
  height: 32px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  flex-shrink: 0 !important;
}