.swiper-button-next, .swiper-button-prev {color:#014f95!important;}
.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -25px;  
  transform: translateY(-50%);
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -25px;  
  transform: translateY(-50%);
  margin-top: 0px;
}

.swiper-button-next::after, .swiper-button-prev::after{
	font-size:26px!important;
	font-weight:900;
}

.team-carousel-wrapper {
	margin:0 auto;
    width: 96%;
    position: relative;
}

.team-item {
	padding:10px;
}

.team-item-inner {
    display: flex;
    flex-direction: column;    
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 10px 4px rgba(11,40,58,0.1);
	padding:15px;
}

.team-separator{
	background:#00a7b4;
	width:20%;
	height:2px;
	margin:0 auto 10px auto;
}

.team-info {    
	margin-top:10px;
}

.team-image {
    width: 100%;    
    background-size: cover;
    background-position: center;
	
}

.team-image img{
	border-radius:5px;
	
}

.team-name{
	text-align:center;
	font-weight:800; 
	font-size:20px;
	margin-bottom:10px;
	}
	
.team-role{
	text-align:center;
	font-weight:400; 
	font-size:18px;
	}

/* Estilo base para los bullets */

.swiper-pagination-bullet {
    background: white; /* Color de los bullets inactivos */
    width: 10px; /* Ancho del bullet */
    height: 10px; /* Altura del bullet */
    margin: 0 5px; /* Espaciado entre bullets */
    opacity: 1; /* Transparencia */
    transition: background 0.3s, opacity 0.3s; /* Transiciones suaves */
}

/* Bullet activo */
.swiper-pagination-bullet-active {
    background: #00a7b4; /* Color del bullet activo */
    opacity: 1;
}

/* Centramos los bullets en la parte inferior */
.swiper-pagination {
    position: absolute;
    bottom: 10px; /* Ajusta la distancia desde la parte inferior */
    text-align: center; /* Centra los bullets horizontalmente */
    width: 100%;
    z-index: 10; /* Asegura que esté por encima del slider */
	
}

.swiper-pagination-team{
	justify-content:center!important;
	margin-top:20px;
}
