.elementor-786 .elementor-element.elementor-element-eff6a46{--display:flex;--min-height:0px;--gap:0vw 0vw;--row-gap:0vw;--column-gap:0vw;--overflow:auto;--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-786 .elementor-element.elementor-element-eff6a46.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-786 .elementor-element.elementor-element-434acf5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-786 .elementor-element.elementor-element-c2589b4{--display:flex;}.elementor-786 .elementor-element.elementor-element-33c18bd{width:100%;max-width:100%;}.elementor-786 .elementor-element.elementor-element-33c18bd.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-786 .elementor-element.elementor-element-1852a3c{width:100%;max-width:100%;}.elementor-786 .elementor-element.elementor-element-1852a3c.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-786 .elementor-element.elementor-element-85acea4{--spacer-size:50px;}body.elementor-page-786{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-786 .elementor-element.elementor-element-eff6a46{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-434acf5 *//* Removed global * and body .elementor-786 .elementor-element.elementor-element-434acf5s, added scoped styles to .job-search-page */
.job-search-page {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.6;
}

.job-search-page *,
.job-search-page *::before,
.job-search-page *::after {
  box-sizing: border-box;
}

.job-search-page .hero-section {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://talento.smartpartner.pe/wp-content/uploads/2022/06/company-hero-6.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  color: white;
}

.job-search-page .hero-content {
  max-width: 1200px;
  width: 100%;
}

.job-search-page .hero-title {
  font-family: "Source Serif 4", serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.job-search-page .hero-subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

.job-search-page .search-container {
  background: white;
  border-radius: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.job-search-page .search-input-container {
  flex: 1;
  position: relative;
}

.job-search-page .search-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  color: #666;
  background: transparent;
}

.job-search-page .search-input::placeholder {
  color: #999;
}

.job-search-page .suggestions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.job-search-page .suggestion-item {
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-family: "Hanken Grotesk", sans-serif;
  color: #666;
  transition: background-color 0.2s ease;
}

.job-search-page .suggestion-item:hover {
  background-color: #f8f9fa;
}

.job-search-page .suggestion-item:last-child {
  border-bottom: none;
}

.job-search-page .location-select {
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  color: #666;
  background: transparent;
  cursor: pointer;
  min-width: 200px;
}

.job-search-page .search-button {
  background: linear-gradient(135deg, #e91e63, #f06292);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 40px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.job-search-page .search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
}

.job-search-page .hero-description {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .job-search-page .search-container {
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 20px;
  }

  .job-search-page .search-input-container,
  .job-search-page .location-select {
    width: 100%;
  }

  .job-search-page .search-input,
  .job-search-page .location-select {
    text-align: center;
  }

  .job-search-page .search-button {
    width: 100%;
    padding: 1.2rem;
  }

  .job-search-page .hero-section {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .job-search-page .search-container {
    margin: 0 1rem 2rem;
  }
}

/* Animation */
.job-search-page .hero-content {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for job_categories, class: .elementor-element-33c18bd */.elementor-element.elementor-element-33c18bd.elementor-widget.elementor-widget-job_categories .pxp-container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: 6vw;
    margin-left: 0vw;
}/* End custom CSS */
/* Start custom CSS for featured_jobs, class: .elementor-element-1852a3c */.elementor-invisible
{
    visibility: visible;
}
.elementor-widget-container.elementor-motion-effects-element
{
    opacity: initial !important;
}
.elementor-widget-container.elementor-motion-effects-element
{
     width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: 6vw;
    margin-left: 5vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff3efa5 */.hero-title {
        font-size: 4.5rem !important;
    }
/* Importa la fuente Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* Variables CSS para los colores (complementarias a las anteriores) */
:root {
  --primary-pink: #de7ba1;
  --dark-text: #333333;
  --light-text: #666666;
  --background-light: #fff5f8; /* ¡Fondo rosa muy sutil! */
  --card-background: #ffffff;
  --accent-blue: #4a90e2; /* Un azul suave para acentos */
  --border-light: #e0e0e0;
}

/* Keyframe Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px); /* Más desplazamiento inicial */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Estilos generales de la sección */
.team-section {
  font-family: "Poppins", sans-serif;
  background-color: var(--background-light);
  padding: 4rem 1rem; /* Padding superior/inferior y horizontal */
  text-align: center;
  box-sizing: border-box;
  width: 98.5vw; /* Vuelve a 100vw para ocupar todo el ancho */
  left: 50%; /* Mueve el elemento a la mitad del viewport */
  overflow: hidden; /* Evita barras de desplazamiento horizontales */
}

.team-header {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: center; /* ¡Esta es la corrección clave! */
}

.team-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 1rem;
  line-height: 1.2;
  opacity: 0; /* Start hidden for animation */
  animation: slideInUp 0.8s ease-out forwards;
}

.team-description {
  font-size: 1.1rem;
  color: var(--light-text);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0; /* Start hidden for animation */
  animation: slideInUp 0.8s ease-out forwards;
}

/* Animation delays */
.delay-100 {
  animation-delay: 0.1s;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.delay-400 {
  animation-delay: 0.4s;
}
.delay-500 {
  animation-delay: 0.5s;
}

/* Grid de miembros del equipo */
.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Columnas flexibles */
  gap: 2rem; /* Espacio entre las tarjetas */
  max-width: 1200px;
  margin: 0 auto;
}

/* Tarjeta de cada miembro del equipo */
.team-member-card {
  background-color: var(--card-background);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease; /* Añadido scale */
  opacity: 0; /* Start hidden for animation */
  animation: fadeIn 0.8s ease-out forwards;
}

.team-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Sombra más pronunciada */
  scale: 1.02; /* Ligeramente más grande */
}

.member-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%; /* Forma circular */
  object-fit: cover;
  margin-bottom: 1rem; /* ¡Ajustado a 1rem! */
  border: 4px solid var(--primary-pink); /* Borde alrededor de la foto */
  box-shadow: 0 0 0 4px rgba(222, 123, 161, 0.3); /* Sombra suave alrededor del borde */
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease; /* Transiciones para hover */
}

.member-photo:hover {
  border-color: var(--accent-blue); /* Cambia el color del borde */
  box-shadow: 0 0 0 6px rgba(74, 144, 226, 0.4); /* Sombra más intensa */
  scale: 1.05; /* Ligeramente más grande */
}

.member-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--dark-text);
  margin-bottom: 0.5rem;
  margin-top: 1rem !important;
}

.member-role {
  font-size: 1rem;
  color: var(--light-text);
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-icon {
  color: var(--light-text);
  transition: color 0.3s ease, transform 0.2s ease, scale 0.2s ease; /* Añadido scale */
  display: flex; /* Para centrar el SVG */
}

.social-icon:hover {
  color: var(--accent-blue); /* Cambia a azul al pasar el ratón */
  transform: translateY(-3px);
  scale: 1.1; /* Ligeramente más grande */
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

/* Media Queries para Responsividad */
@media (max-width: 768px) {
  .team-section {
    padding: 3rem 1rem;
  }
  .team-title {
    font-size: 2.2rem;
  }
  .team-description {
    font-size: 1rem;
  }
  .team-members-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  .team-member-card {
    padding: 1.5rem;
  }
  .member-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  .member-name {
    font-size: 1.4rem;
  }
  .member-role {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .team-section {
    padding: 2rem 0.75rem;
  }
  .team-title {
    font-size: 1.8rem;
  }
  .team-description {
    font-size: 0.9rem;
  }
  .team-members-grid {
    grid-template-columns: 1fr; /* Una columna en móviles muy pequeños */
    gap: 1rem;
  }
  .team-member-card {
    padding: 1rem;
  }
  .member-photo {
    width: 100px;
    height: 100px;
  }
  .member-name {
    font-size: 1.2rem;
  }
  .member-role {
    font-size: 0.85rem;
  }
  .social-icon svg {
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef1a125 *//* Importa la fuente Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* Variables CSS para los colores */
:root {
  --primary-pink: #de7ba1;
  --dark-text: #333333;
  --light-text: #666666;
  --background-dark: #000000; /* Fondo negro para resaltar el 3D */
  --card-background: #ffffff;
  --accent-blue: #4a90e2;
  --white-custom: #ffffff; /* Asegurar que white-custom esté definido */
}

/* Keyframe Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Estilos generales de la sección */
.team-photo-section {
  font-family: "Poppins", sans-serif;
  background-color: var(--background-dark); /* Fondo negro */
  padding: 4rem 1rem;
  text-align: center;
  box-sizing: border-box;
    width: 99vw;
    margin-left: -10px;
  left: 50%;
  overflow: hidden;
  color: var(--white-custom); /* Texto blanco para el encabezado */
}

.photo-album-header {
  max-width: 900px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.album-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white-custom); /* Título blanco */
  margin-bottom: 1rem;
  line-height: 1.2;
  opacity: 0;
  animation: slideInUp 0.8s ease-out forwards;
}

.album-description {
  font-size: 1.1rem;
  color: var(--light-text); /* Descripción gris claro */
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  animation: slideInUp 0.8s ease-out forwards;
}

/* Animation delays */
.delay-100 {
  animation-delay: 0.1s;
}

/* Carrusel 3D */
.carousel-3d-container {
  width: 100%;
  height: 400px; /* Altura del contenedor del carrusel */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  perspective: 1000px; /* Perspectiva 3D para el efecto */
  margin: 0 auto;
  max-width: 1200px; /* Limita el ancho del carrusel */
}

.carousel-3d-wrapper {
  position: relative;
  width: 300px; /* Ancho de una sola imagen en el centro */
  height: 300px; /* Altura de una sola imagen en el centro */
  transform-style: preserve-3d; /* Permite transformaciones 3D en los hijos */
  transition: transform 0.8s ease-in-out; /* Transición para el movimiento del carrusel */
}

.carousel-3d-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--card-background);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, z-index 0s; /* Transiciones para el movimiento */
}

.carousel-3d-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(70%); /* Imágenes laterales en escala de grises */
  transition: filter 0.8s ease-in-out;
}

/* Estilo para la imagen activa (central) */
.carousel-3d-slide[style*="rotateY(0deg)"] img {
  filter: grayscale(0%); /* Imagen central a color */
}

/* Media Queries para Responsividad */
@media (max-width: 1024px) {
  .carousel-3d-container {
    height: 350px;
  }
  .carousel-3d-wrapper {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .team-photo-section {
    padding: 3rem 1rem;
  }
  .album-title {
    font-size: 2.2rem;
  }
  .album-description {
    font-size: 1rem;
  }
  .carousel-3d-container {
    height: 300px;
  }
  .carousel-3d-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .team-photo-section {
    padding: 2rem 0.75rem;
  }
  .album-title {
    font-size: 1.8rem;
  }
  .album-description {
    font-size: 0.9rem;
  }
  .carousel-3d-container {
    height: 250px;
  }
  .carousel-3d-wrapper {
    width: 180px;
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55ecf05 *//* Importa la fuente Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* Variables CSS para los colores */
:root {
  --primary-pink: #de7ba1;
  --dark-text: #333333;
  --light-text: #666666;
  --background-light: #ffffff; /* Fondo blanco para esta sección */
  --card-background: #ffffff;
  --accent-blue: #4a90e2;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.15);
}

/* Keyframe Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes floatParticles {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0px) rotate(360deg);
    opacity: 0.3;
  }
}

/* Estilos generales de la sección */
.testimonials-section {
  font-family: "Poppins", sans-serif;
  background-color: var(--background-light);
  padding: 4rem 1rem;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/* Partículas de fondo */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary-pink);
  border-radius: 50%;
  opacity: 0.3;
  animation: floatParticles 8s infinite ease-in-out;
}

.particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}

.particle:nth-child(3) {
  top: 30%;
  left: 80%;
  animation-delay: 4s;
}

.particle:nth-child(4) {
  top: 80%;
  left: 70%;
  animation-delay: 1s;
}

.particle:nth-child(5) {
  top: 10%;
  left: 50%;
  animation-delay: 3s;
}

.particle:nth-child(6) {
  top: 70%;
  left: 90%;
  animation-delay: 5s;
}

.testimonials-header {
  max-width: 900px;
  margin: 0 auto 3rem auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimonials-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 1rem;
  line-height: 1.2;
  opacity: 0;
  animation: slideInUp 0.8s ease-out forwards;
}

.testimonials-description {
  font-size: 1.1rem;
  color: var(--light-text);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  animation: slideInUp 0.8s ease-out forwards;
}

/* Animation delays */
.delay-100 {
  animation-delay: 0.1s;
}

/* Contenedor del carrusel */
.testimonials-carousel-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.testimonials-carousel {
  position: relative;
  height: 400px; /* Altura fija para evitar saltos */
  overflow: hidden;
}

.testimonial-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0);
  animation: breathe 4s ease-in-out infinite;
}

.testimonial-content {
  background-color: var(--card-background);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px var(--shadow-medium);
  max-width: 100%;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.testimonial-content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, var(--primary-pink), var(--accent-blue));
  border-radius: 16px;
  z-index: -1;
  opacity: 0.1;
}

.quote-icon {
  color: var(--primary-pink);
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--dark-text);
  margin-bottom: 2rem;
  font-style: italic;
  text-align: center;
}

.testimonial-author {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}

.author-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-pink), var(--accent-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 12px rgba(222, 123, 161, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(222, 123, 161, 0.4);
}

.author-icon svg {
  width: 32px;
  height: 32px;
}

.author-info {
  text-align: left;
}

.author-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark-text);
  margin-bottom: 0.25rem;
}

.author-role {
  font-size: 0.9rem;
  color: var(--light-text);
  margin: 0;
}

/* Indicadores */
.testimonials-indicators {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(222, 123, 161, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.indicator.active {
  background-color: var(--primary-pink);
  transform: scale(1.2);
}

.indicator:hover {
  background-color: var(--primary-pink);
  transform: scale(1.1);
}

/* Media Queries para Responsividad */
@media (max-width: 1024px) {
  .testimonials-carousel {
    height: 420px;
  }
  .testimonial-content {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 3rem 1rem;
  }
  .testimonials-title {
    font-size: 2.2rem;
  }
  .testimonials-description {
    font-size: 1rem;
  }
  .testimonials-carousel {
    height: 450px;
  }
  .testimonial-content {
    padding: 1.5rem;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  .testimonial-author {
    flex-direction: column;
    text-align: center;
  }
  .author-info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 2rem 0.75rem;
  }
  .testimonials-title {
    font-size: 1.8rem;
  }
  .testimonials-description {
    font-size: 0.9rem;
  }
  .testimonials-carousel {
    height: 480px;
  }
  .testimonial-content {
    padding: 1.25rem;
  }
  .testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .author-icon {
    width: 50px;
    height: 50px;
  }

  .author-icon svg {
    width: 28px;
    height: 28px;
  }
  .author-name {
    font-size: 1.1rem;
  }
  .author-role {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS */.row
{
    --bs-gutter-x: 0rem !important;
}

div#post-786 .pxp-container
{
    max-width: 1723px !important;
    padding-right: 0px;
    padding-left: 0px;
}/* End custom CSS */