.elementor-720 .elementor-element.elementor-element-dc9fb7a{--display:flex;--min-height:40px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-720 .elementor-element.elementor-element-dc9fb7a:not(.elementor-motion-effects-element-type-background), .elementor-720 .elementor-element.elementor-element-dc9fb7a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D4571A;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-720 .elementor-element.elementor-element-70b0a4b{text-align:center;font-family:"Poppins", Sans-serif;font-size:12px;font-weight:500;line-height:1.5px;letter-spacing:0.2px;color:#FFFFFF;}.elementor-720 .elementor-element.elementor-element-693eb76{--display:flex;--padding-top:-11px;--padding-bottom:-11px;--padding-left:-11px;--padding-right:-11px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-720 .elementor-element.elementor-element-dc9fb7a{--min-height:0px;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-baf0041 *//* ================================================
   GO CASES — Buscador + Menú Móvil
   ================================================ */

/* ── Buscador dropdown ── */
.gc-search-wrap {
  position: relative;
}

.gc-search-trigger {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255,255,255,0.75) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: color 0.2s ease !important;
}

.gc-search-trigger svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.gc-search-trigger.active {
  color: #D4571A !important;
}

.gc-search-drop {
  display: none !important;
  position: absolute;
  top: calc(100% + 16px);
  right: -8px;
  width: 340px;
  background: #ffffff;
  border-radius: 16px;
  border: 0.5px solid #ebebeb;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  z-index: 99999;
  overflow: hidden;
}

.gc-search-drop::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-left: 0.5px solid #ebebeb;
  border-top: 0.5px solid #ebebeb;
  transform: rotate(45deg);
}

.gc-search-drop.open {
  display: block !important;
  animation: gc-drop-in 0.2s ease;
}

@keyframes gc-drop-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.gc-search-drop-inner {
  padding: 16px;
}

.gc-search-drop .dgwt-wcas-search-wrapp,
.gc-search-drop .dgwt-wcas-search-wrapp form {
  width: 100% !important;
}

.gc-search-drop .dgwt-wcas-search-wrapp input[type="search"] {
  width: 100% !important;
  border: 1px solid #ebebeb !important;
  border-radius: 100px !important;
  padding: 12px 18px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  outline: none !important;
  color: #1a1a1a !important;
  background: #f9f9f9 !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

.gc-search-drop .dgwt-wcas-search-wrapp input[type="search"]:focus {
  border-color: #D4571A !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(212,87,26,0.08) !important;
}

.gc-search-drop .dgwt-wcas-search-wrapp input[type="search"]::placeholder {
  color: #aaaaaa !important;
}

.gc-search-drop-sugg {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0.5px solid #f0f0f0;
}

.gc-search-sugg-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #999999;
  flex-shrink: 0;
}

.gc-search-sugg-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #666666;
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.gc-search-sugg-tag:hover {
  background: #D4571A;
  color: #ffffff;
}

/* ── Hamburguesa ── */
.gc-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  padding: 6px !important;
  outline: none !important;
  box-shadow: none !important;
}

.gc-hamburger span {
  display: block !important;
  width: 20px !important;
  height: 1.5px !important;
  background: rgba(255,255,255,0.8) !important;
  border-radius: 2px !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.gc-hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg) !important;
}

.gc-hamburger.open span:nth-child(2) {
  opacity: 0 !important;
}

.gc-hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg) !important;
}

/* ── Menú móvil ── */
.gc-mobile-menu {
  display: none !important;
  background: #1a1a1a !important;
  border-top: 0.5px solid rgba(255,255,255,0.08) !important;
  padding: 12px 0 !important;
  width: 100% !important;
}

.gc-mobile-menu.open {
  display: block !important;
}

.gc-mobile-link {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.06) !important;
  transition: color 0.2s ease !important;
}

.gc-mobile-link:hover { color: #ffffff !important; }

.gc-mobile-section-title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 12px 20px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.06) !important;
  cursor: pointer !important;
}

.gc-mobile-section-title svg {
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
}

.gc-mobile-section.open .gc-mobile-section-title svg {
  transform: rotate(180deg) !important;
}

.gc-mobile-sub {
  display: none !important;
  background: rgba(255,255,255,0.03) !important;
}

.gc-mobile-section.open .gc-mobile-sub {
  display: block !important;
}

.gc-mobile-sublink {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none !important;
  padding: 10px 20px 10px 32px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.04) !important;
  transition: color 0.2s ease !important;
}

.gc-mobile-sublink:hover { color: #D4571A !important; }

/* ── Responsive ── */
@media (min-width: 1025px) {
  .gc-nav-links { display: flex !important; }
  .gc-hamburger { display: none !important; }
}

@media (max-width: 1024px) {
  .gc-nav-links { display: none !important; }
  .gc-hamburger { display: flex !important; }
  .gc-search-drop { right: -50px; width: 280px; }
}

@media (max-width: 480px) {
  .gc-search-drop { right: -80px; width: 260px; }
}/* End custom CSS */