.elementor-460 .elementor-element.elementor-element-9ab2661{--display:flex;--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-460 .elementor-element.elementor-element-e96e701{--display:flex;--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-460 .elementor-element.elementor-element-ce8ea47{--display:flex;--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-460 .elementor-element.elementor-element-8d00027{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-460:not(.elementor-motion-effects-element-type-background), body.elementor-page-460 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-486f998 */.iit-hero {
  padding-top: 70px;
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  background: linear-gradient(155deg, rgba(15, 35, 64, 0.9) 0%, rgba(19, 44, 75, 0.95) 50%, rgba(26, 61, 107, 0.9) 100%), 
              url('https://primegestioninmobiliaria.pe/wp-content/uploads/2024/03/oficinas-3.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px; 
}

.iit-hero__bg-lines {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to left, rgba(0,0,0,.4), transparent);
  pointer-events: none;
  z-index: 1;
}

.iit-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20vw 56px;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

/* 2. ANIMACIONES DE ENTRADA */
.iit-hero__tag {
  font-family: 'Red Hat Display', sans-serif !important;
  align-items: center;
  text-align: center;
  gap: 7px;
  color: #ff5b04;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0;
  animation: iitFadeUp 0.8s ease forwards;
}
.iit-hero__tag::before {
  content: '';
  width: 14px; height: 2px;
  background: #ff5b04;
  border-radius: 2px;
}

.iit-hero__title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: clamp(1.7rem, 3.5vw, 2.9rem) !important;
  font-weight: 900 !important;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -.03em;
  color: #ffffff;
  margin-bottom: 1rem;
  opacity: 0;
  animation: iitFadeUp 0.8s ease forwards 0.2s;
}
.iit-hero__title em {
  font-style: normal;
  color: #ff5b04;
}

.iit-hero__desc {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.75;
  color: rgba(255,255,255,.72);
  opacity: 0;
  animation: iitFadeUp 0.8s ease forwards 0.4s;
}

/* Deco circle */
.iit-hero__deco {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,91,4,.1));
  border: 1px solid rgba(255,255,255,.12);
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  animation: iitFadeIn 1s ease forwards 0.6s;
}
.iit-hero__deco::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(255,91,4,.35);
  animation: iitHeroSpin 30s linear infinite;
}
.iit-hero__deco-icon {
  font-size: 3rem;
  z-index: 1;
}

/* Breadcrumb */
.iit-hero__breadcrumb-wrap {
  padding: 12px 6vw 0;
  border-top: 1px solid rgba(255,255,255,.1);
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: iitFadeIn 0.8s ease forwards 0.8s;
}
.iit-hero__breadcrumb {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 500;
  color: rgba(255,255,255,.45);
}
.iit-hero__breadcrumb-link {
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .2s;
}
.iit-hero__breadcrumb-link:hover { color: #ff5b04; }
.iit-hero__breadcrumb-sep { color: rgba(255,255,255,.2); }
.iit-hero__breadcrumb-current {
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

/* 3. ESTILOS DEL SEPARADOR DE OLAS */
.iit-hero__waves {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}
.iit-hero__waves svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 60px;
}

/* KEYFRAMES PARA ANIMACIONES */
@keyframes iitHeroSpin {
  to { transform: rotate(360deg); }
}

@keyframes iitFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes iitFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  .iit-hero__inner {
    grid-template-columns: 1fr;
  }
  .iit-hero__deco { display: none; }
  .iit-hero__waves svg {
    height: 35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dac71f3 */.iit-sg {
  padding: 100px 6vw;
  position: relative;
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  background: linear-gradient(rgba(245, 247, 250, 0.92), rgba(245, 247, 250, 0.92)), 
              url('https://img.freepik.com/vector-premium/flujo-onda-transparente-gris-efecto-trama-semitonos-sobre-fondo-blanco-elemento-diseno-portada-fondo-poster_206325-1032.jpg') center/cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

/* Título */
.iit-sg__header {
  max-width: 1200px;
  margin: 0 auto 2.8rem;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.iit-sg__header.iit-sg--visible {
  opacity: 1;
  transform: translateY(0);
}
.iit-sg__title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: clamp(1.5rem, 3.5vw, 5rem) !important;
  font-weight: 900 !important;
  letter-spacing: -.025em;
  margin-bottom: .6rem;
  color: #132c4b !important;
}
.iit-sg__subtitle {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size:1.2rem;
  font-weight: 300;
  color: rgba(19,44,75,.55);
  line-height: 1.7;
}

/* Grid */
.iit-sg__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Card */
.iit-sg__card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(19,44,75,.07);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.22,1,.36,1),
              box-shadow .35s cubic-bezier(.22,1,.36,1),
              border-color .3s;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
}
.iit-sg__card.iit-sg--card-visible {
  opacity: 1;
  transform: translateY(0);
}
.iit-sg__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff5b04, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.iit-sg__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(19,44,75,.12);
  border-color: rgba(255,91,4,.2);
}
.iit-sg__card:hover::before {
  transform: scaleX(1);
}

.iit-sg__card-num {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: .85rem;
  font-weight: 700 ;
  letter-spacing: .1em;
  color: rgba(19,44,75,.25);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.iit-sg__card-num::before {
  content: '';
  width: 20px; height: 1px;
  background: rgba(19,44,75,.2);
}

.iit-sg__card-icon {
  width: 46px; height: 46px;
  border-radius: 9px;
  background: rgba(19,44,75,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
  transition: background .3s, transform .3s;
}
.iit-sg__card:hover .iit-sg__card-icon {
  background: rgba(255,91,4,.1);
  transform: scale(1.1) rotate(3deg);
}

.iit-sg__card-title {
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 700 !important;
  color: #132c4b;
  line-height: 1.3;
  margin-bottom: 6px;
}

.iit-sg__card-desc {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(19,44,75,.55);
  flex: 1;
}

.iit-sg__card-cta {
  font-family: 'IBM Plex Sans', system-ui, sans-serif !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  font-size: .88rem;
  font-weight: 600;
  color: #ff5b04;
  transition: gap .25s;
}
.iit-sg__card:hover .iit-sg__card-cta {
  gap: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .iit-sg__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .iit-sg__grid { grid-template-columns: 1fr; }
}/* End custom CSS */