/** Shopify CDN: Minification failed

Line 171:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:carrusel-perfiles (INDEX:4, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Inter+Display:wght@700&display=swap');

 .section-perfiles__encabezado {
  width: 100%;
  padding: 2rem 0;
}

.linea-superior,
.linea-inferior {
  border: none;
  height: 1px;
  background-color: #000;
  opacity: 0.3;
  margin: 0;
  margin-left: 30px;
  margin-right: 30px;
}

.contenido-entre-lineas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  max-width: 80%;
  margin: 0 auto;
}

.section-perfiles__titulo {
  font-family: 'Inter Display', sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  margin: 0;
}
 
.section-perfiles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.section-perfiles__title {
  font-family: 'Inter Display', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 30px;
}

.section-perfiles {
  padding: 60px 20px;
  background-color: #FFFF;
  font-family: 'Inter', sans-serif;
}

.section-perfiles__title {
  font-family: 'Inter Display', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}

.section-perfiles__link a {
  font-family: 'Inter Display', sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.section-perfiles__link a:hover {
  border-bottom: 2px solid black;
  padding-bottom: 2px;
}

.section-perfiles__link a {
  font-size: 14px !important;
  text-decoration: none !important;
  color: black !important;
}

.carousel-wrapper {
 position: relative;
  overflow: hidden;
  margin: 0;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 60px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.card-perfil {
  flex: 0 0 260px;
  background: #FBFCFE;
  border-radius: 5px;
  text-align: left;
}

.card-perfil img {
  width: 100%;
  height: auto;
}

.card-perfil h3 {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
  margin: 1rem 1rem 0;
}

.card-perfil p {
  font-size: 14px;
  color: #929292;
  margin: 0 1rem;
}

.card-perfil .rol {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #202020;
  margin: 1rem 1rem;
}

.card-perfil .social-icons a {
  margin: 0 5px;
  color: #333;
}

.carousel-buttons {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.carousel-buttons button {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 1.5rem;
  padding: 0.3rem 0.8rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* END_SECTION:carrusel-perfiles */

/* START_SECTION:comunidad-ademeba (INDEX:13, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Inter+Display:wght@700&display=swap');

.section-perfiles__encabezado {
  width: 100%;
  padding: 2rem 0;
}

.linea-superior,
.linea-inferior {
  border: none;
  height: 1px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 30px;
}

.contenido-entre-lineas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  max-width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-perfiles__titulo {
  font-family: 'Inter Display', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.section-perfiles__link a {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #007acc;
  text-decoration: underline;
}
/* END_SECTION:comunidad-ademeba */