* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #252947;
}

body {
	width: 100%;
	background-color: #fefefe;
	font-family: "Quicksand Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}

main {
	margin-top: 112px;
}
main.in-chat {
	margin-top: 0px !important;
}

.grecaptcha-badge {
	display: none !important;
}
@media screen and (min-width: 992px) {
	main {
		margin-top: 70px;
	}

	.grecaptcha-badge {
		display: block !important;
	}
}

section {
	width: 100%;
	display: flex;
}

#welcome-popup {
	display: none !important;
}

.owl-stage {
	padding: 30px 0px;
}

input,
textarea {
	font-family: "Quicksand Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
input:focus,
textarea:focus {
	outline: none;
}

.icons-footer-social > img {
	width: 50px;
}

.btn-refrescar-saldo {
	width: 200px;
	padding: 5px 10px;
	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;
	color: #ffffff;
	font-size: 12px;
}
@media screen and (min-width: 992px) {
	.btn-refrescar-saldo {
		font-size: 18px;
	}
}

.popup-content-chat {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}
.popup.showing {
	display: flex;
}
.popup .popup-container {
	width: 90%;
	max-height: 90%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popup .popup-container .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 40px;
}
@media screen and (min-width: 992px) {
	.popup .popup-container {
		width: 60%;
	}
}
.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: -50px;
}
@media screen and (min-width: 992px) {
	.popup .popup-container .btn-close-popup {
		top: -40px !important;
		right: -50px !important;
	}
}
.popup .popup-container .popup-content {
	width: 100%;
}
.popup .popup-container .popup-content a {
	width: 100%;
}
.popup .popup-container .popup-content a img {
	width: 100%;
	height: auto;
}

#s-dashboard {
	height: 100%;
	background-image: url(img/index/asesores-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

#s-dashboard .dshb-sidebar {
	width: calc(100% - 70px);
	height: calc(100vh - 110px);
	background-color: #252947;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 110px;
	left: calc(-1 * (100% - 70px));
	z-index: 100;
	-webkit-transition: ease left 0.2s;
	transition: ease left 0.2s;
}

#s-dashboard .dshb-sidebar #btn-sidebar-actuator {
	width: 55px;
	height: 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
		0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 100%;
}

#s-dashboard .dshb-sidebar #btn-sidebar-actuator > img {
	width: 100%;
}

#s-dashboard .dshb-sidebar ul {
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
}

#s-dashboard .dshb-sidebar ul li {
	width: 100%;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#s-dashboard .dshb-sidebar ul li a {
	width: 100%;
	padding: 3px;
	background-color: #00e5e5;
	border-radius: 20px;
	-webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%),
		0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#s-dashboard .dshb-sidebar ul li a span:first-child {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding: 2px;
	background-color: #252947;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#s-dashboard .dshb-sidebar ul li a span:first-child img {
	width: 100%;
	height: auto;
}

#s-dashboard .dshb-sidebar ul li a span:last-child {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}

#s-dashboard .dshb-content-container {
	width: 100%;
	height: calc(100vh - 70px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 99;
}

#ba-container {
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	overflow-y: auto;
}

@media screen and (min-width: 992px) {
	#s-dashboard .dshb-sidebar {
		position: static;
	}
	#s-dashboard .dshb-sidebar {
		width: 200px;
		height: calc(100vh - 70px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#s-dashboard .dshb-sidebar ul li a {
		padding: 3px 5px 3px 3px;
	}

	#s-dashboard .dshb-content-container {
		padding: 20px;
		width: calc(100% - 200px);
	}
}

@media screen and (min-width: 995px) {
	#s-dashboard .dshb-sidebar #btn-sidebar-actuator {
		display: none;
	}
}
