.elementor-277 .elementor-element.elementor-element-95d3939{--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-277 .elementor-element.elementor-element-02c2717{--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-277 .elementor-element.elementor-element-a49b287{--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-277 .elementor-element.elementor-element-47622cd{--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-277 .elementor-element.elementor-element-835639d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e9a535b */.philosophy-section {
  padding: 100px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.philosophy-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(237,40,57,0.05), transparent 70%);
  z-index: 0;
}
.philosophy-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* COLUMNA IMAGEN */
.philosophy-image-col {
  position: relative;
}
.philosophy-img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.philosophy-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(11,19,43,0.35) 100%
  );
  z-index: 1;
}
.philosophy-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(15%);
  transition: filter 0.4s ease;
}
.philosophy-img-wrap:hover .philosophy-img {
  filter: grayscale(0%);
}
.philosophy-img-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #ed2839, #0b132b);
  z-index: 2;
}

/* BADGE FLOTANTE */
.philosophy-img-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: black;
  color: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.philosophy-img-card-num {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Merriweather", serif;
  color: #ed2839;
  line-height: 1;
  margin-bottom: 6px;
}
.philosophy-img-card-label {
  font-size: 0.72rem;
  color: #c6c6c6;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* COLUMNA CONTENIDO */
.philosophy-content-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.philosophy-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.philosophy-title {
  font-size: 2.4rem;
  font-weight: 900;
  font-family: "Merriweather", serif;
  color: #0b132b;
  line-height: 1.2;
  margin: 0;
}
.philosophy-intro {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  max-width: 480px;
}
.philosophy-sub {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0b132b;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.philosophy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.philosophy-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: #374151;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
.philosophy-list-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(237,40,57,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HIGHLIGHT FINAL */
.philosophy-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f9fafb;
  border-radius: 4px;
  padding: 20px 22px;
  margin-top: 4px;
}
.philosophy-highlight-line {
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  background: #ed2839;
  border-radius: 2px;
}
.philosophy-highlight p {
  font-size: 0.98rem;
  color: #374151;
  line-height: 1.65;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.philosophy-highlight strong {
  color: #0b132b;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .philosophy-container {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .philosophy-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .philosophy-img {
    height: 400px;
  }
  .philosophy-img-card {
    right: 10px;
    bottom: 10px;
  }
  .philosophy-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51dfe42 */@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@400;600&display=swap');

.team-section {
  background: #0b0b0b;
  padding: 100px 24px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  overflow: hidden;
}
.team-blob1,
.team-blob2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.team-blob1 {
  width: 400px;
  height: 400px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(237,40,57,0.08) 0%, transparent 70%);
}
.team-blob2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(237,40,57,0.06) 0%, transparent 70%);
}
.team-container {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

/* HEADER */
.team-header {
  text-align: center;
  margin-bottom: 64px;
  opacity: 0;
  transform: translateY(30px);
  animation: team-fadeup 0.7s ease forwards;
}
.team-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.team-eyebrow-line {
  width: 28px;
  height: 2px;
  background: #ed2839;
  display: inline-block;
}
.team-eyebrow-label {
  color: #ed2839;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.team-title {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.6rem, 2.3rem, 2.4rem);
  color: #fff;
  margin: 0;
  line-height: 1.25;
}
.team-title em {
  color: #ed2839;
  font-style: italic;
}

/* GRID — 3 cols, última card centrada */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-grid .team-card:nth-child(4) {
  grid-column: 1 / 2;
}
.team-grid .team-card:nth-child(5) {
  grid-column: 2 / 3;
}

/* CARD */
.team-card {
  background: #111;
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  padding: 36px 24px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: border-color 0.3s, transform 0.3s;
}
.team-card.visible {
  animation: team-fadeup 0.65s ease forwards;
}
.team-card:nth-child(1) { animation-delay: 0.10s; }
.team-card:nth-child(2) { animation-delay: 0.20s; }
.team-card:nth-child(3) { animation-delay: 0.30s; }
.team-card:nth-child(4) { animation-delay: 0.40s; }
.team-card:nth-child(5) { animation-delay: 0.50s; }
.team-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ed2839;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.team-card:hover {
  border-color: #2c2c2c;
  transform: translateY(-6px);
}
.team-card:hover::after {
  transform: scaleX(1);
}

/* ICON */
.team-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(237,40,57,0.08);
  border: 1px solid rgba(237,40,57,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.3s, border-color 0.3s;
}
.team-card:hover .team-icon-wrap {
  background: rgba(237,40,57,0.15);
  border-color: rgba(237,40,57,0.4);
}

/* CONTENT */
.team-name {
  font-family: 'Merriweather', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f0f0f0;
  margin: 0 0 5px;
}
.team-role {
  display: block;
  font-size: 0.73rem;
  color: #ed2839;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
}
.team-divider {
  width: 32px;
  height: 1px;
  background: #2a2a2a;
  margin: 0 auto 14px;
  transition: width 0.3s, background 0.3s;
}
.team-card:hover .team-divider {
  width: 56px;
  background: #ed2839;
}
.team-desc {
  font-size: 0.83rem;
  color: #777;
  line-height: 1.7;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}

/* TAGS */
.team-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.team-cert {
  font-size: 0.68rem;
  padding: 4px 10px;
  border-radius: 4px;
  background: #191919;
  color: #c6c6c6;
  border: 1px solid #282828;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: 'Open Sans', sans-serif;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.team-card:hover .team-cert {
  background: #1c0507;
  color: #ed2839;
  border-color: #3a0b10;
}

/* ANIMATION */
@keyframes team-fadeup {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 860px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid .team-card:nth-child(4),
  .team-grid .team-card:nth-child(5) {
    grid-column: auto;
  }
}
@media (max-width: 520px) {
  .team-section {
    padding: 72px 16px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */