:root {
	--primary-color: #4E19D1;
	--primary-color-rgb: 78, 25, 209;
	--secondary-color: #ded4f7;
	--third-color: #4300fd;
}

html::-webkit-scrollbar {
	width: 18px;
	/* Ancho de la barra de desplazamiento */
	background: #e6e6e6;
}

/* Estilo del thumb (la barrita que se mueve) */
html::-webkit-scrollbar-thumb {
	background-color: rgba(var(--primary-color-rgb), .8);
	border-radius: 4px;
	/* Bordes redondeados del thumb */
	border: 2px solid #F5F7FD;
	/* Espacio alrededor del thumb */
}

/* Estilo al pasar el mouse sobre el thumb */
html::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--primary-color-rgb), 1);
}

.text-balance {
	text-wrap: balance;
}
.text-danger{
	font-size: 19px;
}
/*Header*/
@media (min-width: 992px) {
	.header-misc-icon>a {
		width: 1.5rem;
		height: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}


.is-expanded-menu .menu-container>.menu-item:not(.sub-menu)>.menu-link::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 110%;
	margin-left: -55%;
	height: 2px;
	background-color: var(--cnvs-themecolor);
	transform-origin: center center;
	transform: scaleX(0);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.is-expanded-menu .menu-container>.menu-item:hover>.menu-link::after,
.is-expanded-menu .menu-container>.menu-item.current>.menu-link::after {
	transform: scaleX(1);
}

.is-expanded-menu .sub-menu-container {
	box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.h-bg-tranparent:hover {
	background: transparent !important;
}

#logo a {
	letter-spacing: -1px;
}

.button[class*=bg-opacity-]:hover {
	--bs-bg-opacity: 1;
	color: #FFF !important;
}

.header-misc-icon a:hover {
	color: var(--cnvs-themecolor);
}

/*hero section*/
#slider{
	border-radius: 0 0 6rem 6rem;
}
@media(max-width:1400px){
	h1{
      font-size: 4rem;
	}
}

@media(max-width:1200px){
	h1{
      font-size: 3.4rem;
	}
}
@media(max-width:533px){
	h1{
      font-size: 2.9rem;
	}
}
@media (max-width:991px){
	.hero-img{
	
		}
}


/**/
.slider-indicators{
gap: 7px;
}

.circle-shape {
	position: absolute;
	width: 1100px;
	height: auto;
}

.shape-hero-one {
	top: -500px;
	left: 50%;
	transform: translateX(-50%);
}

.shape-hero-two {
	left: -700px;
	bottom: 200px;
}

/*About Me*/
.psy-icon-back{
position: absolute;
right: -350px;
top: 50%;
transform: translateY(-50%);
width: 730px;
opacity: .05;
}
.profile-img {
	border-radius: 2rem;
}

.exp-container {
	padding: 0 40px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
	background: #F5F7FD;
	border-radius: 2rem;
}

.exp-container::-webkit-scrollbar {
	width: 18px;
	/* Ancho de la barra de desplazamiento */
}
@media (max-width:768px){
	.exp-container {
		padding: 0 20px;
	}
}
@media (max-width:425px){
	.exp-container {
		padding: 0 0px;
	}
}

.feature-box {
	display: flex;
	align-items: center;
}

/*Why Section*/
.backg-why-one {
	background-image: url('/images/others/why5.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 300px;
	position: absolute !important;
	left: 0;
	top: 0;
}


#psicoanalisis {
	border-radius: 6rem;
}

.why-shape-one {
	top: -100px;
	left: -600px;
}

.why-shape-two {
	bottom: -400px;
	right: -300px;
}

/**/
.why-list-container {
	border: 1px solid #000;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.15);
	padding: 30px;
	

}
@media (max-width:1000px){
.why-list-container{
	padding: 0;
	border: 0;
	border-radius: 0;
}
}

.why-list li {
	border: 1px solid #000;
	background: rgba(255, 255, 255, 1);
	padding: 10px;
	transition: all .1s linear;
	border-radius: 1rem;
}


ul.why-list p {
	margin-bottom: 0;
	font-size: 1.3rem;
	user-select: none;
}

ul.why-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	row-gap: 20px;
}


.read-more-wrap .read-more-trigger{
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 95%;
	border-radius: 1rem;
	border: 1px solid #000;

}
/* Estilo del track (fondo del scrollbar) */
.exp-container::-webkit-scrollbar-track {
	background: #f6f6f6;
	/* Color de fondo del track */
	border-radius: 4px;
	/* Bordes redondeados */
}

/* Estilo del thumb (la barrita que se mueve) */
.exp-container::-webkit-scrollbar-thumb {
	background-color: rgba(var(--primary-color-rgb), .8);
	border-radius: 4px;
	/* Bordes redondeados del thumb */
	border: 2px solid #F5F7FD;
	/* Espacio alrededor del thumb */
}


.exp-container::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--primary-color-rgb), 1);
}


.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
	color: #000;
}

.fbox-content p {
	transition: all .2s linear;
}

.fbox-content:hover p {
	color: #000;
	user-select: none;
}
@media (max-width:768px){
	.fbox-content p{
		
	}
}

/**/
.item-contact {
	padding: 5px 20px;
	background: var(--primary-color);
	border-radius: 60px;
	transition: all .2s linear;
}

.item-contact:hover {
	background: #4300fd;
}

@media (max-width:425px){
	.item-contact{
		font-size: 19px;
	}
}

#whatsapp-bttn {
	position: fixed;
	display: grid;
	place-content: center;
	bottom: 30px;
	right: 30px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	width: 2.9rem;
	height: 2.9rem;
	cursor: pointer;
	transition: all 0.25s linear;
	z-index: 300;
}

#whatsapp-bttn:hover {
	background: var(--third-color);
}

/*Footer*/
#footer {
	background: #f5f7fd;
}
@media (max-width:767px){
	.logo-footer{
     width: 230px;

	}
}

.widget a {
	color: #000 !important;
	transition: all .2s linear;
}

.widget a:hover {
	color: var(--primary-color) !important;
}