.elementor-308 .elementor-element.elementor-element-2ab9851{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-308 .elementor-element.elementor-element-bb09fef{--display:flex;}/* Start custom CSS for html, class: .elementor-element-82ceaf2 */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Questrial&display=swap');

.icea-page,
.icea-page * {
  box-sizing: border-box;
}

.icea-page {
  --icea-white: #ffffff;
  --icea-black: #111111;
  --icea-navy: #0b0d5f;
  --icea-cyan: #46c3cc;
  --icea-header: #f5f5f2;
  --icea-line: rgba(0, 0, 0, 0.08);
  --icea-green: #61b35a;
  --icea-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  --icea-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.08);
  --icea-radius-pill: 999px;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  background: #ffffff;
  color: #1f1f1f;
}

.icea-page a {
  text-decoration: none;
  color: inherit;
}

.icea-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.icea-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* TOPO */
.icea-utility-bar {
  background: linear-gradient(180deg, #f7f7f6 0%, #f1f1ef 100%);
  border-bottom: 1px solid var(--icea-line);
}

.icea-utility-bar .icea-container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.icea-utility-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.icea-utility-links a {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.icea-utility-links a:hover {
  transform: translateY(-1px);
  opacity: 0.86;
  color: var(--icea-navy);
}

/* HEADER */
.icea-header {
  position: relative;
  z-index: 20;
  background: linear-gradient(180deg, #f7f7f6 0%, #f4f4f2 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.6) inset;
}

.icea-header-inner {
  min-height: 124px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
}

.icea-logo {
  display: inline-flex;
  align-items: center;
  transition: transform 0.35s ease;
}

.icea-logo:hover {
  transform: scale(1.015);
}

.icea-logo img {
  width: 430px;
  max-width: 100%;
}

.icea-nav {
  justify-self: end;
}

.icea-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
}

.icea-menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #0f0f0f;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease;
}

.icea-menu li a:hover {
  transform: translateY(-1px);
  opacity: 0.86;
  color: var(--icea-navy);
}

.icea-menu .has-arrow a::after {
  content: "⌄";
  font-size: 12px;
  line-height: 1;
  transform: translateY(1px);
}

.icea-whatsapp {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--icea-green);
  color: #ffffff;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12),
    0 0 0 6px rgba(255, 255, 255, 0.5);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.icea-whatsapp:hover {
  transform: scale(1.06);
  filter: saturate(1.02);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.45),
    0 0 24px rgba(97, 179, 90, 0.4),
    0 0 50px rgba(97, 179, 90, 0.22),
    0 16px 30px rgba(0, 0, 0, 0.16);
}

.icea-whatsapp svg {
  width: 42px;
  height: 42px;
}

.icea-menu-toggle-input {
  display: none;
}

.icea-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: transparent;
}

.icea-menu-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background: #151515;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* HERO */
.icea-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(28, 8, 2, 0.66) 0%, rgba(28, 8, 2, 0.18) 44%, rgba(28, 8, 2, 0.54) 100%),
    linear-gradient(135deg, #541200 0%, #8c2400 18%, #b74808 34%, #cf6a1f 48%, #a43b09 66%, #5a1400 100%);
}

.icea-hero::before {
  content: "";
  position: absolute;
  inset: -3%;
  z-index: -3;
  transform: scale(1);
  transition: transform 0.9s ease;
  background:
    radial-gradient(ellipse 18% 24% at 49% 32%, rgba(219, 169, 82, 0.55) 0%, rgba(219, 169, 82, 0.55) 42%, transparent 43%),
    radial-gradient(ellipse 16% 22% at 36% 34%, rgba(173, 63, 10, 0.50) 0%, rgba(173, 63, 10, 0.50) 40%, transparent 41%),
    radial-gradient(ellipse 17% 22% at 62% 28%, rgba(191, 87, 18, 0.44) 0%, rgba(191, 87, 18, 0.44) 40%, transparent 41%),
    radial-gradient(ellipse 14% 20% at 76% 35%, rgba(140, 43, 7, 0.40) 0%, rgba(140, 43, 7, 0.40) 40%, transparent 41%),
    radial-gradient(ellipse 18% 24% at 52% 57%, rgba(177, 66, 12, 0.38) 0%, rgba(177, 66, 12, 0.38) 40%, transparent 41%),
    radial-gradient(ellipse 14% 20% at 29% 56%, rgba(121, 28, 2, 0.34) 0%, rgba(121, 28, 2, 0.34) 40%, transparent 41%),
    radial-gradient(ellipse 16% 22% at 74% 57%, rgba(122, 29, 3, 0.36) 0%, rgba(122, 29, 3, 0.36) 40%, transparent 41%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
  filter: saturate(1.04) contrast(1.03);
}

.icea-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.52;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Cg fill='none' stroke='rgba(255,224,186,0.55)' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M1040 120 C1120 180,1200 180,1260 250 S1400 380,1490 330'/%3E%3Cpath d='M1120 150 C1180 240,1300 240,1360 330 S1460 520,1380 600'/%3E%3Cpath d='M980 270 C1080 300,1170 350,1220 440 S1300 610,1210 710'/%3E%3Cpath d='M930 420 C1050 450,1130 470,1160 560 S1170 730,1070 830'/%3E%3Cpath d='M1240 100 C1290 170,1360 190,1420 240 S1500 360,1550 430'/%3E%3Cpath d='M1160 510 C1270 520,1390 520,1490 610'/%3E%3Cpath d='M980 180 C1020 250,1040 330,1000 420 S920 580,940 700'/%3E%3C/g%3E%3Cg fill='rgba(255,220,180,0.56)'%3E%3Ccircle cx='1040' cy='120' r='10'/%3E%3Ccircle cx='1260' cy='250' r='8'/%3E%3Ccircle cx='1490' cy='330' r='12'/%3E%3Ccircle cx='1360' cy='330' r='8'/%3E%3Ccircle cx='1380' cy='600' r='10'/%3E%3Ccircle cx='1220' cy='440' r='14'/%3E%3Ccircle cx='1210' cy='710' r='11'/%3E%3Ccircle cx='1160' cy='560' r='8'/%3E%3Ccircle cx='1420' cy='240' r='8'/%3E%3Ccircle cx='1550' cy='430' r='10'/%3E%3Ccircle cx='1490' cy='610' r='12'/%3E%3Ccircle cx='1000' cy='420' r='9'/%3E%3Ccircle cx='940' cy='700' r='10'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 56% auto;
  filter: blur(0.4px);
  pointer-events: none;
}

.icea-hero:hover::before {
  transform: scale(1.04);
}

.icea-hero-inner {
  width: 100%;
  padding-top: 86px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.icea-hero-copy {
  max-width: 1080px;
  color: #ffffff;
}

.icea-hero-copy h1 {
  margin: 0 0 24px;
  max-width: 1120px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(50px, 5.1vw, 76px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.icea-lead {
  margin: 0;
  font-family: "Questrial", sans-serif;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.icea-description {
  margin: 24px 0 0;
  max-width: 1150px;
  font-family: "Questrial", sans-serif;
  font-size: 26px;
  line-height: 1.58;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
}

.icea-description strong {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.icea-cta {
  margin-top: 42px;
  min-height: 74px;
  padding: 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: var(--icea-radius-pill);
  background: #ffffff;
  color: #111111;
  box-shadow: var(--icea-shadow);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.icea-cta:hover {
  transform: scale(1.035);
  background: #fffdfb;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.14),
    0 0 30px rgba(255, 199, 124, 0.34),
    0 0 54px rgba(255, 199, 124, 0.18),
    0 18px 38px rgba(0, 0, 0, 0.18);
}

.icea-cta i {
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-1px);
}

.icea-diamond {
  position: absolute;
  right: 48px;
  bottom: 44px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  border-radius: 9px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
  z-index: 2;
}

/* RESPONSIVO */
@media (max-width: 1400px) {
  .icea-logo img {
    width: 390px;
  }

  .icea-menu {
    gap: 30px;
  }

  .icea-menu li a {
    font-size: 16px;
  }

  .icea-hero {
    min-height: 700px;
  }

  .icea-lead {
    font-size: 23px;
  }

  .icea-description {
    font-size: 21px;
  }

  .icea-cta {
    font-size: 21px;
  }
}

@media (max-width: 1100px) {
  .icea-header-inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 18px;
  }

  .icea-logo img {
    width: 290px;
  }

  .icea-menu {
    gap: 20px;
  }

  .icea-menu li a {
    font-size: 14px;
  }

  .icea-whatsapp {
    width: 68px;
    height: 68px;
  }

  .icea-whatsapp svg {
    width: 34px;
    height: 34px;
  }

  .icea-hero {
    min-height: 620px;
  }

  .icea-hero-inner {
    padding-top: 70px;
    padding-bottom: 82px;
  }

  .icea-hero-copy h1 {
    font-size: clamp(42px, 5vw, 62px);
  }

  .icea-lead {
    font-size: 20px;
  }

  .icea-description {
    font-size: 18px;
    line-height: 1.62;
  }

  .icea-cta {
    min-height: 66px;
    padding: 0 36px;
    font-size: 18px;
  }

  .icea-cta i {
    font-size: 32px;
  }
}

@media (max-width: 980px) {
  .icea-utility-bar .icea-container {
    min-height: 40px;
  }

  .icea-utility-links {
    gap: 24px;
  }

  .icea-utility-links a {
    font-size: 15px;
  }

  .icea-header-inner {
    min-height: 96px;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .icea-logo {
    grid-column: 1;
  }

  .icea-logo img {
    width: 235px;
  }

  .icea-whatsapp {
    width: 56px;
    height: 56px;
    order: 2;
  }

  .icea-whatsapp svg {
    width: 28px;
    height: 28px;
  }

  .icea-menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .icea-nav {
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  }

  .icea-menu {
    width: 100%;
    padding: 14px 0 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .icea-menu li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .icea-menu li a {
    width: 100%;
    padding: 14px 0;
    justify-content: space-between;
    font-size: 15px;
  }

  .icea-menu-toggle-input:checked ~ .icea-nav {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
  }

  .icea-menu-toggle-input:checked ~ .icea-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .icea-menu-toggle-input:checked ~ .icea-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .icea-menu-toggle-input:checked ~ .icea-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .icea-hero {
    min-height: auto;
  }

  .icea-hero::after {
    background-size: 85% auto;
    opacity: 0.4;
  }

  .icea-hero-inner {
    padding-top: 52px;
    padding-bottom: 66px;
  }

  .icea-hero-copy h1 {
    margin-bottom: 18px;
  }

  .icea-lead {
    font-size: 17px;
  }

  .icea-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .icea-cta {
    margin-top: 30px;
    min-height: 60px;
    padding: 0 24px;
    font-size: 16px;
  }

  .icea-diamond {
    display: none;
  }
}

@media (max-width: 640px) {
  .icea-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .icea-utility-bar .icea-container {
    justify-content: center;
  }

  .icea-utility-links {
    gap: 20px;
  }

  .icea-utility-links a {
    font-size: 14px;
  }

  .icea-header-inner {
    min-height: 88px;
  }

  .icea-logo img {
    width: 200px;
  }

  .icea-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .icea-whatsapp {
    width: 50px;
    height: 50px;
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.12),
      0 0 0 4px rgba(255, 255, 255, 0.4);
  }

  .icea-whatsapp svg {
    width: 24px;
    height: 24px;
  }

  .icea-hero::after {
    background-size: 120% auto;
    background-position: right top;
    opacity: 0.28;
  }

  .icea-hero-inner {
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .icea-hero-copy h1 {
    font-size: clamp(32px, 10.4vw, 46px);
    line-height: 1.04;
    margin-bottom: 14px;
  }

  .icea-lead {
    font-size: 14px;
    line-height: 1.55;
  }

  .icea-description {
    font-size: 14px;
    line-height: 1.72;
  }

  .icea-cta {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
    font-size: 14px;
    text-align: center;
    gap: 10px;
  }

  .icea-cta span {
    display: block;
  }

  .icea-cta i {
    font-size: 26px;
  }
}/* End custom CSS */