/* Hero Section */
.colaboradores-hero {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 0;
  padding-left: 5%;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/assets/Imagenes de alta resolucion/colaboradores-portada.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
}

.hero-title-overlay {
  position: absolute;
  z-index: 3;
  left: calc((100vw - 1440px) / 2 + 24px);
  bottom: 50% !important;
  background: #F7AD3E;
  padding: 25px 70px;
  border-radius: 0 20px 0 20px;
  border: 6px solid #072A40;
  box-shadow: 0 12px 0 #072A40, 0 16px 24px rgba(7, 42, 64, 0.18);
  width: 854px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colaboradores-page-title {
  font-family: 'Switzer', sans-serif !important;
  font-size: 80px !important;
  font-weight: 600 !important;
  color: #142139 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.1 !important;
  text-shadow: none !important;
  filter: none !important;
}

/* Sección de descripción */
.colaboradores-description {
  background: #EBEBF0;
  padding: 144px 0 192px 0;
}

.description-text {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #2D3139;
  text-align: center;
  line-height: 44px;
  margin: 0;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-text {
  color: #072A40;
  font-weight: 600;
}

/* Sección de tarjetas de colaboradores */
.colaboradores-cards-section {
  background: #EBEBF0;
  padding: 80px 0;
}

.colaborador-card {
  background: #EDF1F7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #E0E0E0;
}

.colaborador-card-pdp {
  background: #EDF1F7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 8px 8px 0 #0E5D8B, 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #0E5D8B;
}

.colaborador-card-usb {
  background: #EDF1F7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 8px 8px 0 #FF7F00, 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #C67700;
}

.colaborador-card-sd {
  background: #EDF1F7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 8px 8px 0 #247138, 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #247138;
}

.colaborador-card-york {
  background: #EDF1F7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 8px 8px 0 #32404D, 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #32404D;
  position:relative;
  left:50%;
}

.colaborador-card-medeor {
  background: #EDF1F7;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 8px 8px 0 #005FAC, 1px 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 4px solid #005FAC;
  position:relative;
  left:50%;
}

.colaborador-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #7CB342;
}

.colaborador-logo {
  padding: 8px;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
}

.colaborador-logo img {
  max-width: 100%;
  object-fit: contain;
  height: 184px;
}

.colaborador-title {
  font-family: 'Switzer', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #072A40;
  margin-bottom: 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.colaborador-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background-color: #F7AD3E;
  color: #092C44;
  font-family: 'Switzer', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 8px 8px 0 #092C44, 0 10px 16px rgba(7, 42, 64, 0.18);
  transition: all 0.6s ease;
  border: 4px solid #092C44;
  justify-content: center;
}

.colaborador-btn:hover {
  background-color: #e69e36;
  color: #072A40;
  transform: translateY(-3px);
  box-shadow: 0 9px 0 #072A40, 0 13px 20px rgba(7, 42, 64, 0.25);
  text-decoration: none;
}

.colaborador-btn:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #072A40, 0 7px 12px rgba(7, 42, 64, 0.15);
}

/* Sección de agradecimientos */
.agradecimientos-section {
  background: #EBEBF0;
  padding: 180px 240px 180px 240px;
  margin-left: auto;
  margin-right: auto;
}

.agradecimientos-title {
  font-family: 'Switzer', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #142139;
  text-align: center;
  margin-bottom: 144px;
  
}

.agradecimientos-text {
  font-family: 'Switzer', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #142139;
  text-align: center;
  line-height: 48px;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .colaboradores-hero {
    height: 400px;
    margin-top: 100px;
  }
  
  .colaboradores-page-title {
    font-size: 42px;
  }
  
  .hero-title-overlay {
    padding: 20px 50px;
  }
  
  .colaboradores-description {
    padding: 60px 20px 40px 20px;
  }
  
  .colaboradores-cards-section {
    padding: 60px 20px;
  }
  
  .agradecimientos-section {
    padding: 60px 20px;
  }
  
  .description-text {
    font-size: 18px;
  }
  
  .colaborador-card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .colaborador-title {
    font-size: 17px;
  }
  
  .agradecimientos-title {
    font-size: 28px;
  }
  
  .agradecimientos-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .colaboradores-hero {
    height: 350px;
    margin-top: 80px;
  }
  
  .colaboradores-page-title {
    font-size: 36px;
  }
  
  .hero-title-overlay {
    padding: 15px 40px;
  }
  
  .colaboradores-description {
    padding: 50px 15px 30px 15px;
  }
  
  .colaboradores-cards-section {
    padding: 50px 15px;
  }
  
  .agradecimientos-section {
    padding: 50px 15px;
  }
  
  .description-text {
    font-size: 16px;
    text-align: left;
  }
  
  .colaborador-card {
    padding: 25px 20px;
  }
  
  .colaborador-logo {
    height: 100px;
    margin-bottom: 20px;
  }
  
  .colaborador-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .colaborador-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  
  .agradecimientos-title {
    font-size: 24px;
    text-align: left;
  }
  
  .agradecimientos-text {
    font-size: 15px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .colaboradores-hero {
    height: 300px;
  }
  
  .colaboradores-page-title {
    font-size: 28px;
  }
  
  .hero-title-overlay {
    padding: 12px 30px;
  }
  
  .description-text {
    font-size: 15px;
  }
  
  .colaborador-logo {
    height: 80px;
  }
  
  .colaborador-title {
    font-size: 15px;
  }
  
  .agradecimientos-title {
    font-size: 22px;
  }
  
  .agradecimientos-text {
    font-size: 14px;
  }
}