
.cfeg--team-lists-header ul{
	display: flex;
	list-style: none;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.cfeg--team-container{
	padding: 10px;
}

.cfeg--team-lists-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: row dense;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	min-height: 100px;
	align-content: start;
	justify-content: start;
	transition: .5s all ease-in;
}

.cfeg--team-lists-grid .team-wrap{
	text-align: center;
}

.cfeg--team-lists-grid .team-wrap h2{
	font-size: 23px;
	margin-bottom: 9px;
}

.cfeg--team-lists-grid .team-wrap span{
	  font-size: 20px;
}

.cfeg--team-lists-grid .team-info{
	padding: 8px 17px 17px 17px;
}

.cfeg--team-lists-header li{
	display: block;
}

.cfeg--team-lists-header nav a:hover,
.cfeg--team-lists-header nav a{
	display: block;
	color:#1a687d;
	padding: 10px 40px 10px 40px;
	border: 1px solid #1a687d;
	border-radius: 32px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	font-weight: 600
}

.cfeg--team-lists-header nav a:hover{
	border: 1px solid #e4a730;
}

.cfeg--team-container .team-thumb img{
	border-radius: 40px 0px 40px 0px;
}

.cfeg--team-lists-header nav a.current{
	background: #e4a730;
	border-color: #e4a730;
	color: white;
}

@media (max-width: 768px){
	.cfeg--team-lists-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px){
	.cfeg--team-lists-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.cfeg--team-container .team-info h2 a{
	display: block;
	color: rgb(2, 1, 1);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.7px;
	line-height: 30px;
	text-align: center
}

.cfeg--team-container .team-info span{
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
	color: rgb(26, 104, 125)
}

.team-perfil-buttons{
  margin-top: -100px;
  position: relative;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

.toutempo-button {
  background-color: #FFFFFF;
  display: inline-block;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #e4a730;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e4a730;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 60px 15px 60px;
  text-align: center;
  transition: all .3s}

.toutempo-button .toutempo-button--title {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #e4a730;
  text-align: center}

.toutempo-button:hover {
  background-color: #e4a730;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e4a730;
  border-radius: 0px 20px 0px 20px}

.toutempo-button:hover .toutempo-button--title{
  color: #FFFFFF;
}