.elementor-11025 .elementor-element.elementor-element-59dad68{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-59dad68 */<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.samesa-header-fullbleed-fix {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.samesa-header {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  box-sizing: border-box;

  /* TRANSPARENTE */
  background: transparent;
  border: none;

  padding: 18px 5%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;
  z-index: 9999;
}

/* ===================================================
   LOGO — IZQUIERDA
   =================================================== */

.samesa-header-logo {
  flex: 0 0 auto;
  z-index: 2;
}

.samesa-header-logo img {
  height: 42px;
  width: auto;
  display: block;
}


/* ===================================================
   NAVEGACIÓN — CENTRO REAL
   =================================================== */

.samesa-header-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;

  margin: 0;
}

.samesa-header-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;

  transition: color 0.2s ease;
  white-space: nowrap;
}

.samesa-header-nav a:hover {
  color: #009FE3;
}


/* ===================================================
   DROPDOWN DIVISIONES
   =================================================== */

.samesa-header-dropdown {
  position: relative;
}

.samesa-header-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #009FE3;
}

.samesa-header-dropdown > a::after {
  content: '';
  width: 7px;
  height: 7px;

  border-right: 2px solid #009FE3;
  border-bottom: 2px solid #009FE3;

  transform: rotate(45deg);
  margin-top: -3px;

  transition: transform 0.2s ease;
}

.samesa-header-dropdown:hover > a::after {
  transform: rotate(225deg);
  margin-top: 3px;
}

.samesa-header-dropdown-menu {
  position: absolute;

  top: calc(100% + 14px);
  left: 50%;

  transform: translateX(-50%) translateY(8px);

  background: #ffffff;
  border-radius: 14px;

  box-shadow: 0 12px 32px rgba(7,59,87,0.16);

  padding: 10px;
  min-width: 210px;

  opacity: 0;
  visibility: hidden;

  transition: all 0.2s ease;
}

.samesa-header-dropdown:hover .samesa-header-dropdown-menu {
  opacity: 1;
  visibility: visible;

  transform: translateX(-50%) translateY(0);
}

.samesa-header-dropdown-menu a {
  display: block;

  padding: 10px 14px;

  border-radius: 8px;

  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
}

.samesa-header-dropdown-menu a:hover {
  background: #f3f8fb;
  color: #009FE3;
}


/* ===================================================
   IDIOMAS
   =================================================== */

.samesa-header-lang {
  display: flex;
  align-items: center;

  gap: 6px;

  font-size: 14px;
  font-weight: 500;

  white-space: nowrap;
}

.samesa-header-lang span {
  opacity: 0.4;
}

.samesa-header-lang a {
  color: #000000;
  text-decoration: none;
}

.samesa-header-lang a.active {
  color: #009FE3;
  font-weight: 600;
}


/* ===================================================
   CONTACTO — DERECHA
   =================================================== */

.samesa-header-btn {
  background: #009FE3;

  color: #ffffff !important;

  font-size: 14px;
  font-weight: 600;

  padding: 12px 26px;

  border-radius: 40px;

  text-decoration: none;
  white-space: nowrap;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.samesa-header-btn:hover {
  background: #073B57;
  color: #ffffff !important;
  transform: translateY(-1px);
}


/* ===================================================
   BURGER
   =================================================== */

.samesa-header-burger {
  display: none;

  flex-direction: column;
  gap: 5px;

  cursor: pointer;

  background: none;
  border: none;
}

.samesa-header-burger span {
  width: 26px;
  height: 2px;

  background: #000000;

  display: block;
}


/* ===================================================
   MOBILE
   =================================================== */

@media (max-width: 992px) {

  .samesa-header {
    padding: 15px 5%;
  }

  .samesa-header-nav {
    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    transform: none;

    background: rgba(255,255,255,0.98);

    flex-direction: column;
    align-items: flex-start;

    gap: 0;

    padding: 10px 5% 20px;

    box-shadow: 0 12px 24px rgba(7,59,87,0.1);

    display: none;
  }

  .samesa-header-nav.samesa-nav-open {
    display: flex;
  }

  .samesa-header-nav a {
    width: 100%;
    padding: 12px 0;

    border-bottom: 1px solid #f1f1f1;
  }

  .samesa-header-dropdown-menu {
    position: static;

    box-shadow: none;

    transform: none;

    opacity: 1;
    visibility: visible;

    display: none;

    width: 100%;

    padding: 0 0 0 14px;
  }

  .samesa-header-dropdown.samesa-dropdown-open
  .samesa-header-dropdown-menu {
    display: block;
  }

  .samesa-header-lang {
    padding: 12px 0;
  }

  .samesa-header-btn {
    margin-top: 10px;
    text-align: center;
  }

  .samesa-header-burger {
    display: flex;
  }
}
</style>/* End custom CSS */