@charset "UTF-8";
/* Fonts Google carregades des de la capçalera (preconnect + print display swap per optimització) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover, a:focus {
  color: #BC293C;
  outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: #BC293C;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 2.8rem;
}

h2,
.h2 {
  font-size: 2.2rem;
}

h3,
.h3 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
  h2,
  .h2 {
    font-size: 3.125rem;
  }
  h3,
  .h3 {
    font-size: 1.875rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.375rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe,
embed,
object,
video {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations need this */
}
.screen-reader-text:focus {
  background-color: #353535;
  clip: auto !important;
  clip-path: none;
  color: #353535;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px;
  position: absolute;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP admin bar */
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.header-page {
  padding-top: 4rem;
}

.e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-text {
  font-weight: bold;
}

.taula-visible table {
  margin-bottom: 30px;
}
.taula-visible table td {
  border: 1px solid #ddd;
  padding: 15px;
}

.container-hover .bg-hover {
  transition: all 0.5s ease !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  max-width: none !important;
}
.container-hover:hover {
  cursor: pointer;
}
.container-hover:hover .bg-hover:hover {
  width: 110% !important;
  height: 110% !important;
  top: -5% !important;
  left: -5% !important;
}

.container,
.elementor-container,
.e-con-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1350px !important;
}

.site-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex-grow: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.section-premium {
  background-color: #353535;
  color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-premium {
    padding: 3rem;
  }
}

.field-row {
  display: flex;
  gap: 20px;
}

.field-group.half {
  flex: 1;
}

@media (max-width: 600px) {
  .field-row {
    flex-direction: column;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,
.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header.is-scrolled {
  position: fixed;
  backdrop-filter: blur(16px);
  animation: slideDown 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header.is-scrolled .logo-color {
  display: block !important;
}
.site-header.is-scrolled .logo-white {
  display: none !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-branding {
  position: relative;
  z-index: 10001;
}
@media (min-width: 768px) {
  .site-branding {
    flex: 1;
  }
}
.site-branding .custom-site-logo {
  height: auto;
  max-height: 40px;
  display: block;
}
.site-branding .custom-site-logo.logo-color {
  display: none;
}
.site-branding .custom-site-logo.logo-white {
  display: block;
}
.site-branding .site-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.5px;
}
.site-branding .site-title a {
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #BC293C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-branding .site-title a:hover {
  background: linear-gradient(135deg, #BC293C 0%, #A92637 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-navigation {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-navigation {
    flex: 2;
    justify-content: center;
  }
}
.main-navigation .menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  z-index: 10001;
}
@media (min-width: 768px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .menu-toggle .hamburger-line {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 9999px;
}
.main-navigation.toggled .menu-toggle, .main-navigation.is-open .menu-toggle {
  gap: 0;
  justify-content: center;
}
.main-navigation.toggled .menu-toggle .bottom-line, .main-navigation.is-open .menu-toggle .bottom-line {
  opacity: 0;
  transform: translateY(-5px);
}
.main-navigation.toggled .mobile-menu-overlay, .main-navigation.is-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 100px 2rem 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-navigation .mobile-menu-overlay {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
    overflow-y: visible;
  }
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .main-navigation .mobile-menu-overlay ul.primary-menu-list {
    display: flex;
    gap: 2rem;
  }
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list li {
  position: relative;
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list li a {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #353535;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list li a::after {
  content: "+";
  font-weight: 300;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .main-navigation .mobile-menu-overlay ul.primary-menu-list li a {
    font-size: 0.95rem;
    font-weight: normal;
    padding: 0.5rem 0;
    display: block;
    color: #ffffff;
    position: relative;
  }
  .main-navigation .mobile-menu-overlay ul.primary-menu-list li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #BC293C;
    transform-origin: bottom right;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .main-navigation .mobile-menu-overlay ul.primary-menu-list li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .main-navigation .mobile-menu-overlay ul.primary-menu-list li a::after {
    content: none;
  }
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list li a:hover {
  color: #BC293C;
}
.main-navigation .mobile-menu-overlay ul.primary-menu-list li.current-menu-item > a, .main-navigation .mobile-menu-overlay ul.primary-menu-list li.current_page_parent > a {
  color: #BC293C;
}
@media (min-width: 768px) {
  .main-navigation .mobile-menu-overlay ul.primary-menu-list li.current-menu-item > a::after, .main-navigation .mobile-menu-overlay ul.primary-menu-list li.current_page_parent > a::after {
    transform: scaleX(1);
  }
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer {
  margin-top: auto;
  padding-top: 3rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .main-navigation .mobile-menu-overlay .mobile-menu-footer {
    display: none;
  }
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-languages {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-languages .mobile-lang-item {
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-languages .mobile-lang-item.active, .main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-languages .mobile-lang-item:hover {
  color: #ffffff;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-languages .mobile-lang-item:not(:last-child)::after {
  content: "|";
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 300;
  pointer-events: none;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-schedule {
  color: #eee;
  font-size: 1rem;
  line-height: 1.6;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .mobile-schedule strong {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .social-links {
  display: flex;
  gap: 1rem;
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .social-links a {
  color: #353535;
  display: inline-flex;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .social-links a:hover {
  color: #BC293C;
  transform: translateY(-2px);
}
.main-navigation .mobile-menu-overlay .mobile-menu-footer .social-links a svg {
  width: 24px;
  height: 24px;
}

.header-actions {
  position: relative;
  z-index: 10001;
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header-actions {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
body .header-actions .header-scroll-btn-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  #masthead.is-scrolled .header-actions .header-scroll-btn-desktop {
    display: inline-flex !important;
  }
}

body .mobile-sticky-btn {
  display: none !important;
}

body.is-scrolled .mobile-sticky-btn {
  display: inline-flex !important;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}
@media (min-width: 768px) {
  body.is-scrolled .mobile-sticky-btn {
    display: none !important;
  }
}

.wpml-ls-statics-shortcode_actions ul,
.wpml-ls ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
.wpml-ls-statics-shortcode_actions ul li,
.wpml-ls ul li {
  position: relative;
}
.wpml-ls-statics-shortcode_actions ul li a,
.wpml-ls ul li a {
  color: #ffffff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent !important;
}
.wpml-ls-statics-shortcode_actions ul li a:hover,
.wpml-ls ul li a:hover {
  color: #BC293C !important;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-current-language > a,
.wpml-ls ul .wpml-ls-current-language > a {
  gap: 6px;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-current-language > a::after,
.wpml-ls ul .wpml-ls-current-language > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-current-language > a:hover::after,
.wpml-ls ul .wpml-ls-current-language > a:hover::after {
  transform: rotate(180deg);
  border-top-color: #BC293C;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu,
.wpml-ls ul .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 0.25rem 0 !important;
  z-index: 1000;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu li,
.wpml-ls ul .wpml-ls-sub-menu li {
  width: 100%;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu li a,
.wpml-ls ul .wpml-ls-sub-menu li a {
  font-weight: 300;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu li a::after,
.wpml-ls ul .wpml-ls-sub-menu li a::after {
  display: none;
}
.wpml-ls-statics-shortcode_actions ul .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls ul .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wpml-ls-legacy-dropdown {
  width: fit-content;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: 0px;
}

.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu li a,
.wpml-ls ul .wpml-ls-sub-menu li a {
  border: 0px;
}

header.is-scrolled .main-navigation .menu-toggle .hamburger-line {
  background-color: #353535;
}

header.is-scrolled .main-navigation .mobile-menu-overlay ul.primary-menu-list li a {
  color: #353535;
}

.site-footer {
  background-color: #353535;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 5rem;
  }
}
.site-footer a {
  color: #eee;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .footer-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.site-footer-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer-main-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
  }
}

.footer-col figure.wp-block-image,
.footer-col .widget_block figure {
  margin: 0 0 1rem 0;
}
.footer-col figure.wp-block-image img,
.footer-col .widget_block figure img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}
.footer-col .widget img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

.footer-col-brand .main-logo {
  height: 30px;
  width: auto;
  margin-bottom: 1rem;
  display: block;
}
.footer-col-brand .brand-desc {
  margin-bottom: 1.5rem;
  color: #eee;
}
.footer-col-brand .mediapro-logo {
  margin-bottom: 2rem;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
.footer-col-brand .mediapro-logo .mediapro-text {
  font-weight: 300;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 1px;
}
.footer-col-brand .mediapro-logo .xperiences-text {
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  display: block;
}
.footer-col-brand .contact-info {
  margin-bottom: 1.5rem;
}
.footer-col-brand .contact-info p {
  margin-bottom: 1rem;
  color: #eee;
}
.footer-col-brand .social-links {
  display: flex;
  gap: 1rem;
}
.footer-col-brand .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-col-brand .social-links a:hover {
  color: #BC293C;
  transform: translateY(-2px);
}
.footer-col-brand .social-links a svg {
  width: 20px;
  height: 20px;
}

.footer-col-emails .email-group {
  margin-bottom: 1.5rem;
}
.footer-col-emails .email-group .footer-title {
  margin-bottom: 0.25rem;
}
.footer-col-emails .email-group a {
  color: #eee;
}
.footer-col-emails .email-group a:hover {
  color: #BC293C;
}

.footer-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col-links ul li {
  margin-bottom: 1rem;
}
.footer-col-links ul li a:hover {
  color: #ffffff;
}

.site-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .site-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.site-info .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-info .legal-links {
    gap: 1.5rem;
  }
}
.site-info .legal-links ul.legal-menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-info .legal-links ul.legal-menu-list {
    gap: 1.5rem;
  }
}
.site-info .legal-links ul.legal-menu-list li {
  margin: 0;
}
.site-info .legal-links a {
  color: rgba(255, 255, 255, 0.7);
}
.site-info .legal-links a:hover {
  color: #ffffff;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #BC293C !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 11;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.whatsapp-float:hover {
  background-color: #BC293C;
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.05);
}
.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

.button-color, input[type=submit],
.btn.button-color {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 1.25rem !important;
  border-radius: 99rem !important;
  border: 0px solid transparent;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  width: fit-content;
  gap: 0.7rem;
}
.button-color::after, input[type=submit]::after,
.btn.button-color::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button-color .elementor-button-content-wrapper, input[type=submit] .elementor-button-content-wrapper,
.btn.button-color .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: inherit;
}
.button-color .elementor-button-text, input[type=submit] .elementor-button-text,
.button-color .elementor-button-icon,
input[type=submit] .elementor-button-icon,
.btn.button-color .elementor-button-text,
.btn.button-color .elementor-button-icon {
  transition: inherit;
}
.button-color svg path, input[type=submit] svg path,
.btn.button-color svg path {
  fill: currentColor;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-color, input[type=submit],
.btn.button-color {
  background-color: #BC293C !important;
  border-color: #BC293C !important;
  color: #ffffff !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.button-color:after, input[type=submit]:after,
.btn.button-color:after {
  display: none;
}
.button-color:hover, input[type=submit]:hover,
.btn.button-color:hover {
  background-color: #eee !important;
  border-color: #eee !important;
  color: #BC293C !important;
}

.button-gris,
.btn.button-gris {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 1.25rem !important;
  border-radius: 99rem !important;
  border: 0px solid transparent;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  width: fit-content;
  gap: 0.7rem;
}
.button-gris::after,
.btn.button-gris::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button-gris .elementor-button-content-wrapper,
.btn.button-gris .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: inherit;
}
.button-gris .elementor-button-text,
.button-gris .elementor-button-icon,
.btn.button-gris .elementor-button-text,
.btn.button-gris .elementor-button-icon {
  transition: inherit;
}
.button-gris svg path,
.btn.button-gris svg path {
  fill: currentColor;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-gris,
.btn.button-gris {
  background-color: #eee !important;
  color: #353535 !important;
  border: 1px solid #ffffff !important;
}
.button-gris::after,
.btn.button-gris::after {
  background-color: #BC293C !important;
}
.button-gris:hover,
.btn.button-gris:hover {
  background-color: #ffffff !important;
  color: #353535 !important;
  border: 1px solid #eee !important;
}
.button-gris:hover::after,
.btn.button-gris:hover::after {
  background-color: #BC293C !important;
}

.button-stroke,
.btn.button-stroke {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 1.25rem !important;
  border-radius: 99rem !important;
  border: 0px solid transparent;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  width: fit-content;
  gap: 0.7rem;
}
.button-stroke::after,
.btn.button-stroke::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button-stroke .elementor-button-content-wrapper,
.btn.button-stroke .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: inherit;
}
.button-stroke .elementor-button-text,
.button-stroke .elementor-button-icon,
.btn.button-stroke .elementor-button-text,
.btn.button-stroke .elementor-button-icon {
  transition: inherit;
}
.button-stroke svg path,
.btn.button-stroke svg path {
  fill: currentColor;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-stroke,
.btn.button-stroke {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.button-stroke:hover,
.btn.button-stroke:hover {
  background-color: #eee !important;
  border-color: #BC293C !important;
  color: #BC293C !important;
}

.button-transparent,
.btn.button-transparent {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 1.25rem !important;
  border-radius: 99rem !important;
  border: 0px solid transparent;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  width: fit-content;
  gap: 0.7rem;
}
.button-transparent::after,
.btn.button-transparent::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9998 5.75049L22.2493 14.0001L13.9998 22.2496' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75018 14.0001H22.2493' stroke='%23BC293C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.button-transparent .elementor-button-content-wrapper,
.btn.button-transparent .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: inherit;
}
.button-transparent .elementor-button-text,
.button-transparent .elementor-button-icon,
.btn.button-transparent .elementor-button-text,
.btn.button-transparent .elementor-button-icon {
  transition: inherit;
}
.button-transparent svg path,
.btn.button-transparent svg path {
  fill: currentColor;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-transparent,
.btn.button-transparent {
  background-color: transparent !important;
  border: 1px solid #BC293C !important;
  color: #BC293C !important;
}
.button-transparent:hover,
.btn.button-transparent:hover {
  background-color: #BC293C !important;
  border-color: #BC293C !important;
  color: #ffffff !important;
}

.adsmurai-swiper-nav {
  display: flex;
  gap: 1rem;
}
.adsmurai-swiper-nav .swiper-button-prev,
.adsmurai-swiper-nav .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  cursor: pointer;
}
.adsmurai-swiper-nav .swiper-button-prev::after,
.adsmurai-swiper-nav .swiper-button-next::after {
  content: none !important;
}
.adsmurai-swiper-nav .swiper-button-prev::before,
.adsmurai-swiper-nav .swiper-button-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background-color: #616366;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath d='M9.81862 3.76594L15.5459 9.03837L9.81862 14.3108' stroke='black' stroke-linecap='square'/%3E%3Cpath d='M4.09116 9.03835L14.7275 9.03835' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cpath d='M9.81862 3.76594L15.5459 9.03837L9.81862 14.3108' stroke='black' stroke-linecap='square'/%3E%3Cpath d='M4.09116 9.03835L14.7275 9.03835' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.adsmurai-swiper-nav .swiper-button-prev:hover, .adsmurai-swiper-nav .swiper-button-prev.swiper-button-disabled:hover,
.adsmurai-swiper-nav .swiper-button-next:hover,
.adsmurai-swiper-nav .swiper-button-next.swiper-button-disabled:hover {
  background-color: #5C5C60;
}
.adsmurai-swiper-nav .swiper-button-prev:hover::before, .adsmurai-swiper-nav .swiper-button-prev.swiper-button-disabled:hover::before,
.adsmurai-swiper-nav .swiper-button-next:hover::before,
.adsmurai-swiper-nav .swiper-button-next.swiper-button-disabled:hover::before {
  background-color: #FFFFFF;
}
.adsmurai-swiper-nav .swiper-button-prev.swiper-button-disabled,
.adsmurai-swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adsmurai-swiper-nav .swiper-button-prev::before {
  transform: rotate(180deg);
}

input[type=submit],
input[type=submit] {
  height: auto;
  border-radius: 99rem !important;
  padding: 1rem 1.25rem !important;
}

input:not([type=checkbox], [type=submit]),
textarea {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px 10px;
  font-family: "Outfit", sans-serif;
  width: 100%;
}

.archive-hero {
  height: 40vh;
  min-height: 400px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-image: linear-gradient(180deg, #000000 0%, #f2295b 100%);
  padding-bottom: 2rem;
}
.archive-hero h1 {
  z-index: 2;
  position: relative;
  margin: 0;
}
.archive-hero .archive-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: inherit;
  height: 100%;
}
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(188, 41, 60, 0.2);
  color: inherit;
}
.post-card:hover .post-card-image {
  transform: scale(1.03);
}
.post-card:hover .post-card-title {
  color: #BC293C;
}
.post-card .post-card-image-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #f0f0f0;
}
.post-card .post-card-image-wrapper .post-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-card .post-card-image-wrapper .post-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}
.post-card .post-card-image-wrapper .post-card-image-placeholder span {
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
}
.post-card .post-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-card .post-card-content .post-card-date {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.post-card .post-card-content .post-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #353535;
  margin: 0;
  font-weight: 600;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.posts-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.posts-pagination .nav-links {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.posts-pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #353535;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.posts-pagination .nav-links .page-numbers:hover, .posts-pagination .nav-links .page-numbers.current {
  background-color: #BC293C;
  border-color: #BC293C;
  color: #ffffff;
}

.mptt-shortcode-row-0 {
  display: none;
}

.mptt-shortcode-row-1 {
  display: none;
}

.mptt-shortcode-row-2 {
  display: none;
}

.mptt-shortcode-row-3 {
  display: none;
}

.mptt-shortcode-row-4 {
  display: none;
}

.mptt-shortcode-row-5 {
  display: none;
}

.mptt-shortcode-row-6 {
  display: none;
}

.mptt-shortcode-row-7 {
  display: none;
}

.mptt-shortcode-row-8 {
  display: none;
}

.mptt-shortcode-row-20 {
  display: none;
}

.mptt-shortcode-row-21 {
  display: none;
}

.mptt-shortcode-row-22 {
  display: none;
}

.mptt-shortcode-row-23 {
  display: none;
}

.mptt-shortcode-wrapper .mptt-navigation-tabs {
  padding-left: 0;
  display: flex;
  gap: 1rem;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  margin: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  border: 1px solid #eee;
  padding: 0.4rem 0.8rem;
  color: #353535;
  border-radius: 8px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a {
  background-color: #eee;
}
@media (min-width: 768px) {
  .mptt-shortcode-wrapper.mptt-table-fixed {
    overflow: visible;
  }
}

.border-container-1 {
  border-radius: 1rem 1rem 0 0 !important;
  overflow: hidden !important;
}

.sticky-top {
  position: sticky !important;
  top: 0;
}

/*# sourceMappingURL=style.css.map */
