.elementor-1051 .elementor-element.elementor-element-ff034c9{--display:flex;}.elementor-1051 .elementor-element.elementor-element-ff034c9.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1051 .elementor-element.elementor-element-ff034c9{--width:104.504%;}}/* Start custom CSS for html, class: .elementor-element-b798e04 *//* Estilos del nuevo Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: url("https://3krgroup.es/wp-content/uploads/2025/07/hero-equipo.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-text-column {
  padding-right: 20px;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  
}



/* Responsive Design */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-section::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }

  .hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 90vh;
    background-position: 80% center;
  }

  .hero-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  
}

@media (max-width: 480px) {
  .hero-section {
    height: 80vh;
    min-height: 450px;
    background-position: 70% center;
    background-size: cover;
  }

  .hero-text-column {
    padding-right: 0;
  }

  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }

  
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10ef511 *//* Sección de información sobre el equipo */
.team-intro {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  
}




.cinematic-line {
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        margin: 60px auto;
        width: 90%;
      }

      /* Estilo para el separador entre secciones */
      .section-separator {
        height: 5px;
        background: linear-gradient(
          to right,
          transparent,
          rgba(229, 60, 8, 0.3),
          transparent
        );
        margin: 0;
        position: relative;
        z-index: 5;
        margin-top: -20px;
      }

/* Fondo de scroll para pantallas grandes */
@media (min-width: 992px) {
  .team-intro {
    background-image: url("https://3krgroup.es/wp-content/uploads/2025/07/equipo-3kr.webp");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }

  .team-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  .intro-content {
    position: relative;
    z-index: 2;
  }

  .intro-image {
    display: none;
  }
}

.team-intro::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.intro-text {
  padding: 20px;
}

.intro-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 800;
  color: #fff;
}

.intro-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #e53c08;
}

.intro-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 30px;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stat-item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  background-color: rgba(30, 30, 30, 0.6);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  background-color: rgba(40, 40, 40, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
}

.intro-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  height: 100%;
  min-height: 450px;
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0%) contrast(1);
  transition: all 0.3s ease;
}

.cinematic-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 60px auto;
  width: 90%;
}

/* Media queries para responsividad */
@media (max-width: 992px) {
  .intro-content {
    grid-template-columns: 1fr;
  }

  .intro-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-image {
    order: -1;
    margin-bottom: 30px;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
  }

  .intro-image img {
    object-position: center top;
  }
}

@media (max-width: 768px) {
  .team-intro {
    padding: 60px 0;
  }

  .intro-text {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
  }

  .intro-title {
    font-size: 2rem;
    text-align: center;
  }

  .intro-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .intro-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
  }

  .intro-stats {
    text-align: center;
  }

  .stat-item {
    text-align: center;
  }

  .intro-image {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .intro-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .intro-title {
    font-size: 1.8rem;
  }

  .stat-item {
    padding: 15px 10px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .intro-image {
    height: 280px;
  }

  .intro-image img {
    object-fit: cover;
    object-position: top center;
  }
}

@media (max-width: 400px) {
  .intro-stats {
    grid-template-columns: 1fr;
  }

  .stat-item {
    margin-bottom: 10px;
  }

  .team-intro {
    padding: 40px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59668c2 *//* Estilos para la sección de miembros del equipo */
.team-members {
  
  background-color: transparent;
  position: relative;
}

.team-members::before {
  display: none;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.section-subtitle {
  text-align: center;
  color: #aaa;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 50px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.member-card {
  background-color: rgba(25, 25, 25, 0.7);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.member-photo {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0%) contrast(1);
  transition: all 0.3s ease;
}

.member-card:hover .member-photo img {
  transform: scale(1.02);
  filter: grayscale(0%) contrast(1.05);
}

.member-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.member-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.member-name {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
}

.member-role {
  color: #aaa;
  font-size: 0.9rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.member-bio {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.member-social {
  margin-top: 5px;
}

body.page-id-1051 .member-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

body.page-id-1051  .member-social a:hover {
  background-color: #e53c08;
  transform: translateY(-3px);
}

/* Efectos especiales para escritorio */
@media (min-width: 992px) {
  .members-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    gap: 30px;
  }

  /* Centrar la última tarjeta */
  .member-card:last-child {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .member-photo img {
    filter: grayscale(80%) contrast(1.05);
    opacity: 0;
    animation: fadeInMember 0.8s ease forwards;
    transition: all 0.5s ease;
  }

  .member-card:nth-child(1) .member-photo img {
    animation-delay: 0.2s;
  }

  .member-card:nth-child(2) .member-photo img {
    animation-delay: 0.4s;
  }

  .member-card:nth-child(3) .member-photo img {
    animation-delay: 0.6s;
  }

  .member-card:nth-child(4) .member-photo img {
    animation-delay: 0.8s;
  }

  .member-card:nth-child(5) .member-photo img {
    animation-delay: 1s;
  }

  .member-card:hover .member-photo img {
    transform: scale(1.04);
    filter: grayscale(10%) contrast(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }
}

/* Animación de entrada */
@keyframes fadeInMember {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Media queries para responsividad */
@media (max-width: 992px) {
  .members-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .members-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4b75c8 *//* Estilos para la sección CTA */
.cta-section {
  padding: 6rem 5%;
  text-align: center;
  background-color: rgba(30, 30, 30, 0.3);
  position: relative;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: #e0e0e0;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* Estilos específicos para botones en la sección CTA */
.cta-section .btn-primary,
.cta-section .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  gap: 0.5rem;
}

.cta-section .btn-primary {
  background-color: #e53c08;
  color: #fff;
}

.cta-section .btn-primary:hover {
  background-color: #f77014;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229, 60, 8, 0.2);
}

.cta-section .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-section .btn-secondary:hover {
  background-color: #e53c08;
  color: #fff;
  border-color: #e53c08;
}

/* Media queries para responsividad */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2.2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .cta-title {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ff034c9 */body {
    background-color: #212121 !important;
    background-image: url("https://3krgroup.es/wp-content/uploads/2024/08/fondo-3krgroup.es_.png")
}

.container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }
      
      .elementor-element.elementor-element-ff034c9 {
    padding: 0px;
}/* End custom CSS */