@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('./normalize.css');

:root {
	--primary-color: #8800FF;
	--secondary-color: #00FFFF;
	--text-color: #000;
	--font-size-base: 16px;
	--font-size-lg: 18px;
	--font-size-sm: 14px;
	--line-height-base: 1.5;
}

html,
body {
	overflow-x: hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	padding-right: 0 !important;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1456px;
}

.btn.btn-outline-primary {
	border-color: #000;
	color: var(--primary-color);
}

.btn.btn-outline-primary:hover {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

header.header {
	padding: 30px 0;
	border-bottom: 1px solid #CECECE;
}

header.header .logo {}

header.header .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 284px;
}

header.header .menu ul {
	background-color: #fff;
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}

header.header .menu ul li {
	display: inline-block;
	list-style: none;
}

header.header .menu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
	padding: 2px 6px;
	border-bottom: 1px solid transparent;
	transition: border .4s ease;
}

header.header .menu ul li:hover a,
header.header .menu ul li.active a {
	border-color: var(--primary-color);
}

header.header .menu ul li.active a {
	font-weight: bold;
}

header.header .actions {
	text-align: right;
}

header.header .actions a {
	display: inline-flex;
	padding: 6px 16px;
	gap: 10px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
}

header.header .actions .burger {
	background-color: transparent;
	outline: none;
	border: 0;
}

header.header .actions a:hover img {
	filter: brightness(0) invert(1);
}

section.banner {
	padding: 148px 0;
}

section.banner h1 {
	font-size: 64px;
}

section.banner h1 span.color {
	color: var(--primary-color);
	font-weight: 600;
}

section.banner a {
	display: inline-flex;
	padding: 6px 26px;
	gap: 15px;
	font-size: 25px;
	margin-top: 30px;
	align-items: center;
	border-radius: 35px;
	justify-content: center;
}

section.banner a:hover {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

section.explore {
	background: linear-gradient(0deg, #21003D 0%, #000 50%);
	position: relative;
	padding-top: 140px;
	padding-bottom: 180px;
	z-index: 1;
}

section.explore .find_voice {}

section.explore .find_voice h2 {
	color: var(--primary-color);
	font-size: 64px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 42px;
}

section.explore .find_voice form,
section.explore .find_voice .resultado {
	max-width: 854px;
	margin: 0 auto;
}

section.explore .find_voice form {
	margin-bottom: 30px;
}

section.explore .find_voice form input {
	background-image: url('../images/icono-search.svg');
	background-position: calc(100% - 40px) center;
	background-repeat: no-repeat;
	background-size: 28px;
	background-color: #fff;
	border-radius: 12px;
	font-size: 16px;
	color: #000;
	padding: 20px 40px;
	padding-right: 80px;
}

section.explore .find_voice .resultado {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

section.explore .find_voice .resultado a {
	background-color: var(--primary-color);
	color: #fff;
	padding: 2px 16px;
	display: block;
	font-size: 16px;
	padding-top: 3px;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid var(--primary-color);
	transition: background .4s ease, color .4s ease, border-color .4s ease;
}

section.explore .find_voice .resultado a span {
	font-weight: 600;
}

section.explore .find_voice .resultado a:hover {
	background-color: transparent;
	border-color: var(--primary-color);
}

section.explore .find_voice .resultado {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	align-items: center;
}

section.explore .find_voice .resultado select.form-select {
	background-color: var(--primary-color);
	color: #fff;
	padding: 6px 18px;
	font-size: 14px;
	border-radius: 12px;
	border: none;
	width: auto;
	min-width: 120px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: background 0.3s ease, color 0.3s ease;
}

section.explore .find_voice .resultado select.form-select:focus {
	outline: none;
	background-color: #fff;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}




section.explore .best_voices {
	padding-top: 140px;
}

section.explore .best_voices::before {
	background-image: url('../images/wave-container-inverted.svg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 1728px 159px;
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 159px;
	z-index: -1;
	transform: translateY(40px);
}

section.explore .best_voices h2 {
	font-size: 64px;
	color: #D9D9D9;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.voice_list {
	display: grid;
	gap: 70px;
	justify-content: center;
	grid-template-columns: repeat(3, 1fr);
}

.voice_list .v-item {}

.voice_list .v-item .box {
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
	display: grid;
	gap: 16px;
}

.voice_list .v-item .box h4,
.voice_list .v-item .box h4 a {
	color: #000;
	font-size: 40px;
	font-weight: 900;
	text-decoration: none;
	transition: color .4s ease;
}

.voice_list .v-item .box h4:hover a {
	color: var(--primary-color);
}

.voice_list .v-item .box .etiquetas {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.voice_list .v-item .box .etiquetas a {
	background-color: #000;
	display: block;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.voice_list .v-item .box .description {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: var(--line-height-base);
}

.voice_list .v-item .box .description p {
	margin: 0;
}

.voice_list .v-item .box .actions {
	display: flex;
	justify-content: space-between;
}

.voice_list .v-item .box .actions .buttons a {
	background-color: #000;
	padding: 6px 20px;
	display: flex;
	gap: 20px;
	width: 100%;
	min-width: 150px;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
}

.voice_list .v-item .box .actions .buttons a:hover {
	background-color: transparent;
	color: #000;
}

.voice_list .v-item .box .actions .buttons a:hover img {
	filter: brightness(0);
}

.voice_list .v-item .box .setting {
	display: flex;
}

.voice_list .v-item .box .setting button {
	background-color: transparent;
	outline: none;
	border: 0;
}

section.explore .club {
	padding: 90px 120px;
	margin-top: 120px;
	display: flex;
	align-items: center;
	border-radius: 40px;
	justify-content: space-between;
	border: 3px solid #3F3F3F;
}

section.explore .club .description {
	font-size: 32px;
	color: #fff;
	line-height: 1.3;
	font-weight: 300;
	max-width: 640px;
}

section.explore .club .description .color {
	color: var(--primary-color);
	font-weight: 600;
}

section.planes {
	padding-top: 80px;
	padding-bottom: 130px;
}

section.planes .section_title {
	margin-bottom: 80px;
}

section.planes .section_title h2 {
	color: #000;
	font-size: 64px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

section.planes .section_title p {
	font-size: 24px;
	color: #000;
	margin: auto;
	max-width: 1180px;
	text-align: center;
}

section.planes .tabla_precios {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

section.planes .tabla_precios .item {}

section.planes .tabla_precios .item .box {
	border-radius: 42px;
	border: 2px solid #000;
}

section.planes .tabla_precios .item .box {
	padding: 45px;
}

section.planes .tabla_precios .item .box h4 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

section.planes .tabla_precios .item .box p {
	max-width: 300px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

section.planes .tabla_precios .item .box ul {
	display: grid;
	padding: 0;
	margin: 30px 0;
	gap: 12px;
	justify-content: center;
}

section.planes .tabla_precios .item .box ul li {
	font-size: 13px;
	display: flex;
	gap: 12px;
	font-weight: 600;
	list-style: none;
	align-items: center;
}

section.planes .tabla_precios .item .box a {
	padding: 13px 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #000;
	text-transform: uppercase;
}

section.planes .tabla_precios .item:nth-child(2n) .box {
	background-color: #000;
}

section.planes .tabla_precios .item:nth-child(2n) .box h4 {
	color: #fff;
}

section.planes .tabla_precios .item:nth-child(2n) .box p {
	color: #fff;
}

section.planes .tabla_precios .item:nth-child(2n) .box ul li {
	color: #fff;
}

section.planes .tabla_precios .item:nth-child(2n) .box a {
	color: #fff;
	border-color: #fff;
}

section.comunidad {
	background: linear-gradient(180deg, var(--primary-color) 0%, #fff 22%);
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 150px;
}

section.comunidad .section_title h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

section.comunidad .club .sliders {
	position: relative;
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}

section.comunidad .club .sliders .s-primary .imagen {
	position: relative;
	margin-top: 30px;
	padding: 30px;
	border-radius: 100%;
	border: 3px solid var(--primary-color)
}

section.comunidad .club .sliders .s-primary .imagen img {
	width: 100%;
	max-width: 648px;
}

section.comunidad .club .sliders .s-primary .imagen::after {
	background-image: url('../images/puntos-slider.svg');
	position: absolute;
	content: "";
	top: 0;
	right: -35px;
	width: 297px;
	height: 220px;
}

section.comunidad .club .sliders .s-primary .cuadro {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	max-width: 696px;
	text-align: center;
	border-radius: 8px;
	padding: 50px 35px;
}

section.comunidad .club .sliders .s-secondary {
	padding-top: 300px;
}

section.comunidad .club .sliders .s-secondary h4 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

section.comunidad .club .sliders .swiper {
	width: 100%;
	max-width: 696px;
	padding-top: 20px;
	padding-bottom: 70px;
}

section.comunidad .club .sliders .swiper-wrapper {
	max-height: 100%;
	height: 100%;
	display: flex;
}

section.comunidad .club .sliders .swiper .swiper-slide {
	width: auto;
	flex-shrink: 0;
	display: block;
}

section.comunidad .club .sliders .swiper .swiper-slide img {
	width: 100%;
	border-radius: 100%;
}

section.comunidad .club .sliders .swiper .swiper-slide.swiper-slide-active img {
	box-shadow: 0 0 0 6px #e0d0ed;
}

section.comunidad .club .sliders .swiper .swiper-button-next,
section.comunidad .club .sliders .swiper .swiper-button-prev {
	background-size: 34px;
	position: absolute;
	left: initial;
	top: calc(100% - 25px);
	right: 0;
	width: 34px;
	height: 34px;
}

section.comunidad .club .sliders .swiper .swiper-button-next::after,
section.comunidad .club .sliders .swiper .swiper-button-prev::after {
	display: none;
}

section.comunidad .club .sliders .swiper .swiper-button-next {
	background-image: url('../images/flecha-right-slider.svg');
	background-repeat: no-repeat;
}

section.comunidad .club .sliders .swiper .swiper-button-prev {
	background-image: url('../images/flecha-left-slider.svg');
	background-repeat: no-repeat;
	right: 64px;
}

section.comunidad .asociados {
	padding: 120px 0;
}

section.comunidad .asociados h2 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

section.comunidad .asociados .gallery {
	display: grid;
	gap: 30px;
	margin: auto;
	max-width: 1376px;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
}

section.comunidad .asociados .gallery .item img {
	height: auto;
	max-width: 100%;
	border-radius: 8px;
}

section.comunidad .preguntas {
	padding-top: 246px;
}

section.comunidad .preguntas::before {
	background-image: url('../images/wave-container.svg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 1728px 159px;
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 159px;
	z-index: -1;
	transform: translateY(-240px);
}

section.comunidad .preguntas .imagen img {
	width: 100%;
	max-width: 569px;
}

section.comunidad .preguntas h4 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-bottom: 25px;
}

section.comunidad .accordion .accordion-item {
	background-color: transparent;
	border: 0;
}

section.comunidad .accordion .accordion-item .accordion-header button {
	background-color: #D2D2D2;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
	box-shadow: 0 0 0 0 !important;
}

section.comunidad .accordion .accordion-item .accordion-header button::after {
	filter: brightness(0);
	background-size: 28px;
	width: 28px;
	height: 28px;
}

section.comunidad .accordion .accordion-item .accordion-collapse .accordion-body {
	background-color: #EBEBEB;
	color: #000;
	font-size: 20px;
	border-radius: 8px;
	margin-top: 10px;
}

.m-navbar .offcanvas-title {
	font-size: 14px;
	color: #000;
	opacity: .4;
	text-transform: uppercase;
}

.m-navbar button.btn-close {
	opacity: 1;
	box-shadow: 0 0 0 0 !important;
}

.m-navbar .menu ul {
	background-color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.m-navbar .menu ul li {
	display: block;
	list-style: none;
}

.m-navbar .menu ul li a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #000;
	padding: 2px 0;
	text-align: left;
	border-bottom: 1px solid transparent;
	transition: border .4s ease, color .4s ease;
}

.m-navbar .menu ul li:hover a {
	color: var(--primary-color);
}

.m-navbar .menu ul li.active a {
	border-color: var(--primary-color);
}

.m-navbar .menu ul li.active a {
	font-weight: bold;
}

.m-navbar .actions {
	padding-top: 25px;
}

.m-navbar .actions a {
	display: flex;
	padding: 6px 16px;
	gap: 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
}

.m-navbar .actions a img {
	width: 14px;
}

.m-navbar .actions a:hover img {
	filter: brightness(0) invert(1);
}

.btn-buscar {
  background-color: #8800FF; /* Morado brillante */
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(160, 32, 240, 0.5);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-buscar:hover {
  background-color: #7a14c1;
  transform: scale(1.05);
}

side.sidebar {
	display: flex;
	padding: 20px;
	width: 100%;
	max-width: 280px;
	min-width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

aside.sidebar .sidebar-header {
	margin-bottom: 32px;
}

aside.sidebar .sidebar-header .logo a {
	display: inline-block;
}

aside.sidebar .sidebar-header .logo img {
	width: 100%;
	display: block;
	max-width: 210px;
}

aside.sidebar .sidebar-nav {
	display: grid;
	gap: 25px;
}

aside.sidebar .sidebar-nav .sidebar-group {}

aside.sidebar .sidebar-nav .sidebar-group h4 {
	background-image: url('../images/icono-logo-titulos.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 16px;
	font-size: 20px;
	color: #9A9A9A;
	font-weight: 500;
	margin-bottom: 25px;
	padding-left: 30px;
}

aside.sidebar .sidebar-nav .sidebar-group ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 5px;
}

aside.sidebar .sidebar-nav .sidebar-group ul li {
	list-style: none;
}

aside.sidebar .sidebar-nav .sidebar-group ul li a {
	position: relative;
	display: flex;
	gap: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 35px;
	text-decoration: none;
	align-items: center;
	padding-right: 25px;
	transition: background-color 0.3s ease;
}

aside.sidebar .sidebar-nav .sidebar-group ul li.active a,
aside.sidebar .sidebar-nav .sidebar-group ul li a:hover {
	background-color: #8800ff1a;
}

aside.sidebar .sidebar-nav .sidebar-group ul li a .icono {}

aside.sidebar .sidebar-nav .sidebar-group ul li a .icono img {
	display: block;
	width: 100%;
	max-width: 18px;
}

aside.sidebar .sidebar-nav .sidebar-group ul li a .icono-alt,
aside.sidebar .sidebar-nav .sidebar-group ul li a .dropdown-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

aside.sidebar .sidebar-nav .sidebar-group ul li a .icono-alt {}

aside.sidebar .sidebar-nav .sidebar-group ul li a .dropdown-icon {}


aside.sidebar .sidebar-footer {}

aside.sidebar .sidebar-footer .panel {
	margin-top: 35px;
}

aside.sidebar .sidebar-footer .panel .dropdown {}

aside.sidebar .sidebar-footer .panel .dropdown button {
	background-color: transparent;
	display: flex;
	width: 100%;
	gap: 10px;
	border: 0;
	padding: 0;
	align-items: center;
}

aside.sidebar .sidebar-footer .panel .dropdown button::after {
	display: none;
}

aside.sidebar .sidebar-footer .panel .dropdown button .avatar {
	padding: 3px;
	border-radius: 35px;
	border: 2px solid #8800FF;
}

aside.sidebar .sidebar-footer .panel .dropdown button .avatar img {
	width: 33px;
	height: 33px;
	border-radius: 35px;
}

aside.sidebar .sidebar-footer .panel .dropdown button .user {
	background-image: url('../images/icono-arrow-dropdown.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-color: #8800ff1a;
	padding: 4px 20px;
	width: 100%;
	text-align: left;
	line-height: 1;
	align-items: center;
	border-radius: 35px;
}

aside.sidebar .sidebar-footer .panel .dropdown button .user h4 {
	font-size: 16px;
	font-weight: 500;
	color: #404040;
}

aside.sidebar .sidebar-footer .panel .dropdown button .user span {
	font-size: 12px;
	font-weight: 500;
	color: #9A9A9A;
}

aside.sidebar .sidebar-footer .panel .dropdown .dropdown-menu {
	width: 100%;
}

aside.sidebar .sidebar-footer .panel .dropdown .dropdown-menu li a.dropdown-item:hover,
aside.sidebar .sidebar-footer .panel .dropdown .dropdown-menu li a.dropdown-item:active,
aside.sidebar .sidebar-footer .panel .dropdown .dropdown-menu li a.dropdown-item:focus {
	background-color: #8800FF;
	color: #fff;
}

main.main {
	width: 100%;
}

main.main .topbar .topbar-left {
	display: flex;
	gap: 10px;
	align-items: center;
}

main.main .topbar .topbar-left button.burger-movil {
	display: none;
	padding: 0;
	text-decoration: none;
}

main.main .offcanvas-movil .offcanvas-header {
	position: absolute;
	right: 0;
}

main.main .offcanvas-movil .offcanvas-header .offcanvas-title {
	display: none;
}

main.main .offcanvas-movil .offcanvas-header button.btn-close {
	box-shadow: 0 0 0 0;
}

main.main .offcanvas-movil .offcanvas-body {
	padding: 0;
}

main.main .offcanvas-movil .offcanvas-body aside.sidebar {
	width: 100%;
	height: 100%;
	max-width: 100%;
	border: 0 !important;
}

main.main .offcanvas-parameters .offcanvas-header {
	position: absolute;
	right: 0;
}

main.main .offcanvas-parameters .offcanvas-header .offcanvas-title {
	display: none;
}

main.main .offcanvas-parameters .offcanvas-header button.btn-close {
	box-shadow: 0 0 0 0;
}

main.main .offcanvas-parameters .offcanvas-body {
	padding: 0;
}

main.main .offcanvas-parameters .offcanvas-body .chatbot-sidebar {
	display: block !important;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: auto;
}

main.main .topbar .topbar-right ul li {
	display: block;
	list-style: none;
}

main.main .topbar .topbar-right ul li a {
	padding: 2px 20px;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	border-radius: 35px;
	border: 1px solid #8800FF;
}

main.main .topbar .topbar-right ul li a:hover {
	color: #fff;
}

main.main .chatbot-container {
	height: calc(100vh - 63px);
}

main.main .chatbot-container .chatbot-main {
	position: relative;
	padding: 20px;
	justify-content: space-between;
}

main.main .chatbot-container .chatbot-main .btn-parameters {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0;
	display: none;
}

main.main .chatbot-container .chatbot-main .chat-body {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding-top: 50px;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form .badge {
	background-color: transparent !important;
	border: 1px solid #8800FF;
	display: inline-flex;
	gap: 5px;
	font-size: 13px;
	font-weight: 500;
	color: #404040 !important;
	border-radius: 35px;
	padding-right: 15px;
	margin-bottom: 12px;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form .badge::before {
	background-color: #8800FF;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 35px;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form form {
	display: flex;
	flex-direction: column;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form form textarea {
	color: #9A9A9A;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	border: 0;
	resize: none;
	border-radius: 0;
	box-shadow: 0 0 0 0;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form form .submit-group {
	position: relative;
	text-align: center;
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form form .submit-group::before {
	background-color: #9A9A9A;
	position: relative;
	display: block;
	content: "";
	width: 100%;
	z-index: -1;
	height: 1px;
	transform: translateY(18px);
}

main.main .chatbot-container .chatbot-main .chat-body .chat-form form .submit-group button {
	background-color: #fff;
	color: #404040;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

main.main .chatbot-container .chatbot-main .chat-footer {
	padding-bottom: 60px;
}

main.main .chatbot-container .chatbot-main .chat-footer .footer-container {
	max-width: 710px;
	margin: 0 auto;
}

main.main .chatbot-container .chatbot-main .chat-footer h4 {
	font-size: 16px;
	color: #9A9A9A;
	font-weight: 500;
	margin-bottom: 20px;
}

main.main .chatbot-container .chatbot-main .chat-footer ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 5px;
	flex-wrap: wrap;
}

main.main .chatbot-container .chatbot-main .chat-footer ul li {
	list-style: none;
}

main.main .chatbot-container .chatbot-main .chat-footer ul li a {
	padding: 5px 10px;
	color: #000;
	display: flex;
	gap: 5px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 35px;
	align-items: center;
	border: 1px solid #8800FF;
}

main.main .chatbot-container .chatbot-main .chat-footer ul li a:hover {
	color: #fff;
}

main.main .chatbot-container .chatbot-main .chat-footer ul li a:hover img {
	filter: brightness(100) saturate(0);
}

.chatbot-sidebar {
	background-color: #fff;
	min-width: 450px;
	max-width: 450px;
	overflow-y: auto;
}

.chatbot-sidebar .nav-tabs {
	border-bottom: 2px solid #C8C8C8;
}

.chatbot-sidebar .nav-tabs li {
	list-style: none;
}

.chatbot-sidebar .nav-tabs li button.nav-link {
	background-color: transparent;
	color: #404040;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	border-radius: 0;
	margin: 0 !important;
	box-shadow: 0 0 0 0 transparent;
	transition: box-shadow .3s ease;
}

.chatbot-sidebar .nav-tabs li button.nav-link:hover,
.chatbot-sidebar .nav-tabs li button.nav-link.active {
	font-weight: 600;
	box-shadow: 0 2px 0 0 #000;
}

.chatbot-sidebar .tab-content {
	padding: 20px 0;
}

.chatbot-sidebar .tab-content .chat-parameters {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group {}

.chatbot-sidebar .tab-content .chat-parameters .chat-group h4 {
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	margin-bottom: 6px;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field {}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field .estabilidad-texto {
	display: flex;
	color: #404040;
	font-size: 11px;
	align-items: center;
	margin: 10px 0;
	justify-content: space-between;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group button {
	display: flex;
	gap: 10px;
	color: #404040;
	font-size: 11px;
	margin-left: auto;
	align-items: center;
	text-decoration: none;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field .nw-select {}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field .nw-select .current {
	background-image:
		url('../images/arrow-right-white.svg'),
		linear-gradient(to right, #8800FF, #9F43FF);
	background-position: calc(100% - 10px) center, center;
	background-repeat: no-repeat, no-repeat;
	cursor: pointer;
	padding: 5px 10px;
	color: #fff;
	display: flex;
	gap: 5px;
	border-radius: 10px;
	align-items: center;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field .nw-select .current .status {
	background: radial-gradient(#17F2AC, #00C8A0);
	width: 18px;
	height: 18px;
	border-radius: 35px;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	width: 100%;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]:focus {
	outline: none;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]::-webkit-slider-runnable-track {
	background-color: #9f43ff;
	border-radius: 0.5rem;
	height: 0.5rem;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	margin-top: -4px;
	background-color: #55009f;
	border-radius: 0.5rem;
	height: 1rem;
	width: 1rem;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]:focus::-webkit-slider-thumb {
	outline: 3px solid #55009f;
	outline-offset: 0.125rem;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]::-moz-range-track {
	background-color: #9f43ff;
	border-radius: 0.5rem;
	height: 0.5rem;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]::-moz-range-thumb {
	background-color: #55009f;
	border: none;
	border-radius: 0.5rem;
	height: 1rem;
	width: 1rem;
}

.chatbot-sidebar .tab-content .chat-parameters .chat-group .chat-field input[type="range"]:focus::-moz-range-thumb {
	outline: 3px solid #55009f;
	outline-offset: 0.125rem;
}

.chatbot-sidebar .tab-content .history {
	display: grid;
	gap: 20px;
}

.chatbot-sidebar .tab-content .history .buscador h4 {
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.chatbot-sidebar .tab-content .history .buscador input.form-control {
	background-image:
		url('../images/icono-search-white.svg'),
		linear-gradient(to right, #8800FF, #9F43FF);
	background-position: calc(100% - 20px) center, center;
	background-repeat: no-repeat, no-repeat;
	padding: 6px 20px;
	border-radius: 35px;
	box-shadow: 0 0 0 0;
	color: #fff;
	font-size: 16px;
	border: 0;
	padding-right: 50px;
}

.chatbot-sidebar .tab-content .history .history-item .item-badge {
	background-color: #8800ff1a;
	display: inline-block;
	padding: 5px 16px;
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	border-radius: 35px;
}

.chatbot-sidebar .tab-content .history .history-item .list-group {
	margin-top: 15px;
	gap: 15px;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item {
	background-color: transparent;
	padding: 0;
	border: 0;
	color: #404040;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information h5 {
	font-size: 13px;
	font-weight: 500;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information .list-footer {
	display: flex;
	gap: 10px;
	font-size: 13px;
	color: #9A9A9A;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information .list-footer .voz {
	position: relative;
	display: flex;
	gap: 5px;
	font-weight: 500;
	align-items: center;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information .list-footer .voz::before {
	background-color: #ccc;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 35px;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information .list-footer .voz.maria::before {
	background-color: #8800FF;
}

.chatbot-sidebar .tab-content .history .history-item .list-group .list-group-item .information .list-footer .voz.julio::before {
	background-color: #0077FF;
}

@media (max-width: 1366px) {
	.chatbot-sidebar {
		min-width: 350px;
		max-width: 350px;
	}

	main.main .topbar .topbar-right ul li a,
	aside.sidebar .sidebar-nav .sidebar-group ul li a {
		font-size: 14px;
	}

	main.main .topbar .topbar-left .section-title {
		font-size: 18px !important;
	}

	main.main .chatbot-container .chatbot-main .chat-body {
		padding-top: 0;
	}

	main.main .chatbot-container .chatbot-main .chat-footer {
		padding-bottom: 0;
	}
}

@media (max-width: 1024px) {

	#app>aside.sidebar,
	.chatbot-sidebar {
		display: none !important;
	}

	main.main .chatbot-container .chatbot-main .btn-parameters,
	main.main .topbar .topbar-left button.burger-movil {
		display: block;
	}

	main.main .chatbot-container .chatbot-main {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	main.main .topbar .topbar-right {
		display: none;
	}
}


@media (max-width: 1366px) {
	header.header .actions a {
		font-size: 16px;
	}

	header.header .actions a img {
		width: 14px;
	}

	header.header .menu ul li a {
		font-size: 16px;
	}

	section.banner h1,
	section.explore .find_voice h2,
	section.explore .best_voices h2,
	section.planes .section_title h2,
	section.comunidad .section_title h2 {
		font-size: 42px;
	}

	section.banner a {
		font-size: 20px;
	}

	section.banner a img {
		width: 18px;
	}

	section.explore .find_voice form input {
		padding: 16px 40px;
		padding-right: 80px;
	}

	section.explore .find_voice form,
	section.explore .find_voice .resultado {
		max-width: 754px;
	}

	section.explore .club {
		padding: 56px;
	}

	section.explore .club .description {
		font-size: 27px;
	}

	section.planes .section_title p {
		font-size: 20px;
	}

	section.planes .tabla_precios .item .box h4 {
		font-size: 32px;
	}

	section.planes .tabla_precios .item .box a {
		font-size: 14px;
	}

	section.comunidad .club .sliders .s-primary .cuadro {
		font-size: 20px;
		max-width: 630px;
	}

	section.comunidad .club .sliders .swiper {
		max-width: 630px;
	}

	section.comunidad .club .sliders .s-secondary h4 {
		font-size: 32px;
	}

	section.comunidad .club .sliders .s-primary .imagen::after {
		background-repeat: no-repeat;
		background-size: 200px;
		right: -55px;
		width: 200px;
		height: 146px;
	}

	section.comunidad .club .sliders .s-primary .imagen {
		max-width: 548px;
	}
}

@media (max-width: 1024px) {
	section.banner {
		padding: 60px 0;
	}

	section.banner h1 {
		font-size: 32px;
		max-width: 510px;
	}

	section.banner a {
		font-size: 16px;
	}

	section.banner a img {
		width: 16px;
	}

	.voice_list {
		gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}

	section.explore .find_voice h2,
	section.explore .best_voices h2,
	section.planes .section_title h2,
	section.comunidad .section_title h2,
	section.comunidad .asociados h2,
	section.comunidad .preguntas h4 {
		font-size: 32px;
	}

	section.explore .find_voice .resultado a {
		font-size: 14px;
	}

	.voice_list .v-item .box h4,
	.voice_list .v-item .box h4 a {
		font-size: 32px;
	}

	.voice_list .v-item .box .actions .buttons a {
		font-size: 14px;
	}

	.voice_list .v-item .box .etiquetas a {
		font-size: 12px;
	}

	section.explore .club {
		flex-direction: column;
		align-items: flex-start;
	}

	section.explore .club .description {
		max-width: 100%;
		font-size: 24px;
	}

	section.explore .club .imagen {
		width: 100%;
		text-align: center;
	}

	section.explore .club .imagen img {
		display: inline-block;
		max-width: 100%;
	}

	section.planes .tabla_precios {
		gap: 30px;
	}

	section.planes .tabla_precios .item .box h4 {
		font-size: 24px;
	}

	section.planes .tabla_precios .item .box a {
		font-size: 12px;
	}

	section.comunidad .club .sliders {
		display: block;
	}

	section.comunidad .club .sliders .s-primary .cuadro {
		position: relative;
		margin: 30px auto;
	}

	section.comunidad .club .sliders .s-secondary {
		padding: 0;
	}

	section.comunidad .club .sliders .s-primary .imagen {
		position: relative;
		margin: auto;
	}

	section.comunidad .club .sliders .s-primary .imagen::after {
		right: 0;
		top: 80%;
		transform: rotate(90deg);
	}

	section.comunidad .club .sliders .s-primary .cuadro {
		font-size: 18px;
	}

	section.comunidad .club .sliders .s-secondary h4 {
		text-align: center;
		font-size: 24px;
	}

	section.comunidad .asociados .gallery {
		text-align: center;
		grid-template-columns: repeat(2, 1fr);
	}

	section.comunidad .preguntas {
		padding-top: 146px;
	}

	section.comunidad .preguntas::before {
		background-size: 1728px 120px;
		height: 120px;
		transform: translateY(-180px);
	}

	section.comunidad .preguntas .imagen {
		text-align: center;
	}

	section.comunidad .preguntas .imagen img {
		width: 100%;
		max-width: 400px;
	}

	section.comunidad .preguntas h4 {
		margin-top: 40px;
		text-align: center;
	}

	section.comunidad .accordion .accordion-item .accordion-header button {
		font-size: 20px;
	}

	section.comunidad .accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 18px;
	}
}



@media (max-width: 768px) {

	section.banner h1,
	section.explore .find_voice h2,
	section.explore .best_voices h2,
	section.planes .section_title h2,
	section.comunidad .section_title h2,
	section.comunidad .asociados h2,
	section.comunidad .preguntas h4 {
		font-size: 24px;
	}

	section.banner a {
		margin-top: 20px;
	}

	section.banner .imagen img {
		width: 100%;
		max-width: 320px;
	}

	.voice_list {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

	.voice_list .v-item .box h4,
	.voice_list .v-item .box h4 a {
		font-size: 24px;
	}

	section.explore .club {
		padding: 40px;
	}

	section.explore .club .description {
		font-size: 20px;
	}

	section.comunidad .accordion .accordion-item .accordion-header button {
		font-size: 18px;
	}

	section.comunidad .accordion .accordion-item .accordion-header button::after {
		background-size: 24px;
		width: 24px;
		height: 24px;
	}

	section.comunidad .accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	section.explore .club {
		padding: 30px;
	}

	section.explore .club .description {
		font-size: 18px;
	}

	section.comunidad .accordion .accordion-item .accordion-header button {
		font-size: 16px;
	}

	section.comunidad .accordion .accordion-item .accordion-header button::after {
		background-size: 20px;
		width: 20px;
		height: 20px;
	}

	section.comunidad .accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 14px;
	}
}
