#adviser-state {
	width: 100%;
	margin-top: 10px;
	padding: 5px 0px;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
}
#adviser-state.desconectado {
	background-color: #3d3d3d;
}
#adviser-state.conectado {
	background-color: green;
}
#adviser-state.ocupado {
	background-color: red;
}

.advisers-list-component {
	width: 100%;
	flex-direction: column;
	position: relative;
}
.advisers-list-component .na-head {
	padding: 20px 0px;
	background-color: #252947;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head {
		flex-direction: row;
	}
}
.advisers-list-component .na-head h2 {
	width: 100%;
	margin-bottom: 15px;
	color: #00e5e5;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head h2 {
		width: auto;
		margin-bottom: unset;
	}
}
.advisers-list-component .na-head ul {
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 15px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head ul {
		width: auto;
		padding: unset;
		margin-bottom: unset;
		flex-direction: row;
	}
}
.advisers-list-component .na-head ul li {
	width: 100%;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head ul li:not(:last-child) {
		margin-right: 15px;
	}
}
.advisers-list-component .na-head ul li a {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #252947;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	transition: ease all 0.2s;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head ul li a {
		margin-bottom: unset;
		border-radius: 10px 10px 0px 0px;
	}
}
.advisers-list-component .na-head ul li a.active {
	background-color: #00e5e5;
}
.advisers-list-component .na-head .na-sbox-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-head .na-sbox-container {
		width: auto;
	}
}
.advisers-list-component .na-head .na-sbox-container form {
	min-width: 270px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.advisers-list-component .na-head .na-sbox-container form button {
	padding: 3px 5px 3px 3px;
	background-color: #00e5e5;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 20px 0px 0px 20px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: none;
}
.advisers-list-component
	.na-head
	.na-sbox-container
	form
	button
	span:first-child {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding: 2px;
	background-color: #252947;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.advisers-list-component
	.na-head
	.na-sbox-container
	form
	button
	span:last-child {
	font-size: 14px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}
.advisers-list-component .na-head .na-sbox-container form input {
	width: 180px;
	height: 30px;
	padding: 7px;
	border: none;
	border-radius: 0px 20px 20px 0px;
	transition: ease all 0.2s;
	position: absolute;
	left: 130.14px;
	z-index: 2;
}
.advisers-list-component .na-head .na-sbox-container form input:focus {
	outline: none;
}
.advisers-list-component .na-body {
	width: 100%;
	padding: 20px 10px 10px;
	background-image: url("../../img/index/asesores-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	grid-template-columns: 2fr;
	grid-gap: 10px;
	justify-items: center;
}
@media screen and (min-width: 992px) {
	.advisers-list-component .na-body {
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.advisers-list-component .na-body .asesor-card {
		width: calc(100% / 4 - -43px);
	}
}

.advisers-list-component .na-body .asesor-card {
	width: 90%;
	/* margin-bottom: 20px; */
	background-image: linear-gradient(
		to right bottom,
		#00e5b5,
		#00e5c0,
		#00e5ca,
		#00e5d3,
		#00e5db,
		#00d4db,
		#00c3d7,
		#00b2cf,
		#178db3,
		#286992,
		#2b486d,
		#252947
	);
	border-radius: 8px;
	text-decoration: none;
	transition: ease all 0.2s;
}

@media screen and (min-width: 1024px) {
	.advisers-list-component .na-body .asesor-card {
		/* width: calc(100% / 4 - -43px); */
		width: 100%;
	}
	.advisers-list-component .na-body {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 920px) {
	.advisers-list-component .na-body .asesor-card {
		/* width: calc(100% / 4 - 85px); */
		width: 100%;
	}
	.advisers-list-component .na-body {
		padding: 20px;
		/* display: flex; */
		/* flex-wrap: wrap; */
		/* min-height: 650px; */
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 30px;
	}
}

.advisers-list-component .na-body .asesor-card:hover {
	transform: scale(1.09);
}
.advisers-list-component .na-body .asesor-card:hover img {
	transform: scale(1.1);
}
.advisers-list-component .na-body .asesor-card .ac-body {
	width: 100%;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.advisers-list-component .na-body .asesor-card .ac-body > img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 15px;
	transition: ease all 0.2s;
	border: 6px solid #00b4e5;
	border-radius: 50%;
}
.advisers-list-component .na-body .asesor-card .ac-body img:hover {
	transform: scale(1.09);
}
.advisers-list-component .na-body .asesor-card .ac-body h6 {
	width: 100%;
	margin-bottom: 10px;
	color: #252947;
	text-align: center;
	font-size: 22px;	
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}

.advisers-list-component .na-body .asesor-card .ac-body .ac-score-container {
	width: 100%;
	margin-bottom: 15px;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container {
	width: 100%;
	background-color: #252947;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-n-container {
	width: 30px;
	margin-right: 10px;
	height: 24px;
	position: relative;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-n-container
	span {
	width: 38px;
	height: 28px;
	color: #ffffff;
	background-image: linear-gradient(
		to right bottom,
		#00e5e5,
		#00b2cf,
		#0081aa,
		#27527a,
		#252947
	);
	text-align: center;
	font-size: 18px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
	position: absolute;
	top: -2px;
	left: -2px;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-i-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-i-container
	span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-i-container
	span:not(:last-child) {
	margin-right: 7px;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-i-container
	span.checked
	svg
	path {
	fill: #00e5e5;
}
.advisers-list-component
	.na-body
	.asesor-card
	.ac-body
	.ac-score-container
	.acs-container
	.acs-i-container
	span
	svg
	path {
	fill: #474b63;
}
.advisers-list-component .na-body .asesor-card .ac-body p {
	width: 100%;
	color: #606060;
	text-align: center;
}
.advisers-list-component .na-body .asesor-card .ac-footer {
	width: 100%;
}
.advisers-list-component .na-body .asesor-card .ac-footer p {
	width: 100%;
	padding: 10px 0;
	color: #f5f5f5;
	text-align: center;
}
.advisers-list-component .paginator-container {
	width: 100%;
	padding: 20px;
	background-color: #18577e;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-top: 40px;
}
.advisers-list-component .paginator-container-offline {
	width: 100%;
	padding: 20px;
	background-color: #18577e;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.advisers-list-component #content-btn-trabaja-con-nosotros {
	position: absolute;
	left: calc(50% - 90px);
	bottom: 70px;
}
.advisers-list-component #content-btn-trabaja-con-nosotros > a {
	padding: 5px 10px;
	color: #252947;
	background-color: #00e5e5;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

#s-na {
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.advisers-list-component #content-btn-trabaja-con-nosotros {
		bottom: 25px;
	}
}
