.review-ratting {
	list-style: none;
	padding-left: 0;
	margin-top: 12px;
	display: grid !important;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	justify-content: space-between;
}
.review-ratting li {
	margin-right: 5px;
	display: flex; 
	gap: 2px; 
	font-weight:600;
}
p {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	text-align: justify
}
.event-details-text ul {
	margin-left: 30px!important
}
.event-details-text .title {
	font-size: 24px;
	font-weight: 700;
	text-decoration: underline
}
.event-details-text h2, .event-details-text h3{
	font-size: 22px;
	text-decoration: underline;
}
.event-details-text .justificar {
	margin-top: 8px
}
.event-details-text ul li {
	list-style: disc;
	text-align: left
}
.my-btn .btn {
	border: 1px solid var(--theme-color);
	color: #fff;
	font-size: 16px;
	outline: 0;
	padding: 8px 25px;
	text-transform: uppercase;
	transform: perspective(1px) translateZ(0);
	transition: color .3s ease-out;
	vertical-align: middle
}
.my-btn .btn:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 50%;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1
}
.my-btn .btn:hover:before {
	transform: scaleX(1)
}
.my-btn .btn.primary-bg {
	border: 1px solid var(--primary-color)
}
.my-btn .btn:hover {
	color: var(--main-color)
}
.popular-course-content-wrapper {
	box-shadow: 0 6px 18px 0 rgba(71, 117, 192, .1)
}
.popular-course-content-wrapper .single-popular-course-content {
	align-items: center;
	display: flex;
	justify-content: center
}
.popular-course-active {
	bottom: -80px;
	position: relative
}
.option-input {
	appearance: none;
	border: 1px solid #e1e1e1;
	bottom: 0;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	outline: 0;
	position: relative;
	right: 0;
	top: 0;
	transition: .15s;
	width: 18px
}
.option-input:checked:before {
	background: var(--primary-bg);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px
}
.home2-category-active {
	margin-left: -100px;
	margin-right: -100px
}
.button_logedOut {
	border: 1px solid var(--main-color);
	color: var(--secondary-color);
	font-size: 16px;
	padding: 8px 25px
}
.button_logedOut:hover {
	border: 2px solid #d3d3d3;
	color: #d3d3d3;
	cursor: not-allowed
}
.button_logedIn {
	background-color: var(--theme-bg);
	border: 1px solid var(--theme-color);
	color: #fff;
	font-size: 16px;
	outline: 0;
	padding: 8px 25px
}
.button_logedIn:hover {
	background-color: #fff;
	color: var(--theme-bg);
	cursor: pointer
}
.mostrar_lista_cursos {
	align-items: center;
	background-color: #f3f4fa;
	border: none;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	padding: 10px;
	width: 100%
}
.mostrar_lista_cursos:hover {
	cursor: pointer
}
.arrow-icon {
	z-index: 20
}
.mostrar_lista_cursos:hover .arrow-icon,
.mostrar_lista_cursos:hover h2 {
	color: var(--primary-bg);
	fill: var(--primary-bg)
}
.lista_cursos li {
	margin: 5px 5% 0
}
.lista_cursos li p {
	color: #222;
	font-size: 16px
}
.rotatedUp {
	transform: rotate(180deg);
	transition: transform
}
.rotatedDown {
	transform: rotate(0);
	transition: transform
}
footer {
	background-image: linear-gradient(90deg, #eff1fa, #f6f7fe);
	padding: 50px
}
.footer-Top {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}
.importantLinks li:last-child {
	margin-bottom: 0
}
.socialMediaContainer {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 15px;
	width: 100%
}
.slogan {
	font-size: 14px;
	padding: 10px;
	text-align: justify;
	width: 100%
}
.mediaIconsContainer {
	display: flex;
	flex-direction: row
}
.footerListContainer {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%
}
.footerListContainer span {
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
	padding: 10px 0;
	text-transform: uppercase
}
.footerLinks {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 10px;
	width: 100%
}
.footerLinks li {
	align-items: center;
	display: flex;
	justify-content: flex-start
}
.footerLinks li a {
	font-size: 14px;
	font-weight: 400
}
.footerLinks li a,
.footerLinks li a:visited {
	color: var(--secondary-color)
}
.footerLinks li a:hover {
	color: var(--primary-bg)
}
.contactContainer {
	font-size: 18px;
	padding-left: 10px
}
.contactContainer p {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
}
.contact-link {
	color: var(--primary-bg);
	font-size: 18px;
	font-weight: 400;
	text-decoration: none
}
.contact-link:hover {
	text-decoration: underline
}
.iframe_video {
	border: 3px solid #222;
	height: 495px;
	position: relative;
	width: 879px
}
.single-event-details .btn_temario {
	align-items: center;
	display: flex;
	margin-bottom: 10px
}
.event-details-btn.extra-video {
	display: flex;
	justify-content: space-between
}
.event-details-btn.extra-video .my-btn a {
	align-items: center;
	display: flex
}
.event-details-btn.extra-video .my-btn a .bi-caret-left {
	margin-right: 10px
}
.event-details-btn.extra-video .my-btn a .bi-caret-right {
	margin-left: 10px
}
.total-incorrect-questions {
	max-width: 876px!important;
	text-align: center
}
.total-incorrect-questions .txt_info {
	align-items: center;
	color: var(--theme-color);
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin-top: 20px;
	max-width: 100%!important
}
.reply-form.contact-form span {
	font-size: 22px
}
#formulario_error .mb-2.mt-20 {
	margin-left: 12px
}

@media only screen and (min-width:940px) {
	.page-content h1 {
		font-size: 50px;
		margin-bottom: 5px
	}
	.mostrar_lista_cursos {
		margin: 20px;
		max-width: 1125px
	}
	.footer-Top {
		flex-direction: row;
		margin-inline: 1%
	}
	.socialMediaContainer {
		align-items: start;
		padding: 10px
	}
	.footerListContainer {
		align-items: flex-start;
		align-items: center
	}
	.footerListContainer span {
		margin-top: 0
	}
	.footerLinks {
		width: 70%
	}
	.importantLinks li:last-child {
		margin-bottom: 15%
	}
}
.contact-form input {
	height: 60px
}
.contact-form textarea {
	height: 160px
}
.contact-form .my-btn .btn {
	font-size: 18px;
	padding: 15px 45px
}
.mainContainerPost {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.containerPost {
	width: 100%
}
.testimonial-area .title .tituloPersonalizado {
	color: #af091f
}
.itemPost {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 9px;
	height: 420px;
	justify-content: space-between;
	margin: 0 auto;
	width: 350px;
	z-index: 20
}
.descPostContainer p:first-child,
.descPostContainer p:nth-child(2) {
	display: block
}
.descPostContainer p:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis
}
.display-none {
	display: none
}
.display-flex {
	display: flex
}
.spacing {
	margin-top: 100px;
	min-height: 100px!important
}
.justificar {
	text-align: justify
}
.imagen100 {
	height: 100%;
	width: 100%
}
.extra-video {
	width: 100%
}
.extra-video .dropdown-list {
	left: -15px
}
@media (min-width:900px) {
	.extra-video {
		width: 876px
	}
	.extra-video .dropdown-list {
		left: 0
	}
}
.languageContainer {
	align-items: flex-end;
	display: flex;
	justify-content: flex-end!important
}
.dropdown {
	display: inline-block;
	position: relative;
	width: 130px;
}
.dropdown,
.dropdown-button {
	background-color: transparent
}
.dropdown-button {
	border: none;
	cursor: pointer;
	height: 49px;
	padding: 5px;
	width: 50px
}
.dropdown-button i {
	font-size: 20px;
	height: 10px;
	width: 10px
}
.dropdown-list {
	background-color: #f9f9f9;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	display: none;
	left: 0;
	list-style-type: none;
	margin: 0;
	min-width: 80px;
	padding: 0;
	position: absolute;
	top: -900%;
	width: 130px;
	z-index: 1
}
.dropdown-list li {
	cursor: pointer;
	padding: 12px;
	position: relative
}
.dropdown-list li:hover {
	background-color: #f1f1f1
}
.dropdown:hover .dropdown-list {
	display: flex;
	flex-direction: column-reverse
}
.dropdown-list li ul {
	background-color: #fff;
	display: none;
	position: absolute
}
.dropdown-list li:hover>ul {
	display: flex;
	flex-direction: column-reverse;
	left: -100px;
	right: 130px;
	top: -93px
}
.news-contact-form,
.news-review-area,
.single-news-page-content {
	box-shadow:0 4px 30px 0 rgba(71,117,192,.1);
}
/*responsive*/
@media screen and (min-width:1200px) and (max-width:1440px) {
	.home2-category-active {
		padding-bottom: 82px
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.main-menu ul li {
		margin-right: 22px
	}
	.title h2,
	.title h2 span {
		font-size: 30px
	}
	.home2-category-active {
		padding-bottom: 80px
	}
	.pc-info p,
	.pc-price span {
		font-size: 16px
	}
	.review-ratting.mr-10 {
		margin-bottom: 4px
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.iframe_video {
		border: none!important;
		height: 700px!important;
		width: 100%!important
	}
	.logo img {
		max-width: 85%
	}
	.my-btn .btn,
	.slider-content .my-btn .btn {
		font-size: 13px;
		padding: 6px 18px
	}
	.copyright-text {
		margin-bottom: 15px
	}
	.useful-link {
		margin-top: 0
	}
	.ser-icon {
		min-width: 40px
	}
	.home2-category-active {
		padding-bottom: 80px
	}
	.home2-testimonial-active {
		margin-top: 85px
	}
	.copyright-area {
		margin-top: 0
	}
	.title h2,
	.title2 h2 {
		margin-bottom: 12px
	}
	.title h2,
	.title h2 span {
		font-size: 32px
	}
	.page-content h1 {
		font-size: 40px;
		margin-bottom: 0
	}
}
@media screen and (max-width:767px) {
	.iframe_video {
		border: none!important;
		height: 200px!important;
		width: 100%!important
	}
	.logo img {
		max-width: 78%
	}
	.sticky-menu .logo img {
		max-width: 75%
	}
	.my-btn .btn {
		font-size: 12px;
		padding: 6px 16px
	}
	.copyright-text {
		margin-bottom: 15px
	}
	.useful-link {
		margin-top: 0
	}
	::placeholder {
		font-size: 16px
	}
	.popular-course-active {
		bottom: -50px
	}
	.useful-link li {
		padding: 0 5px 0 0
	}
	.useful-link li a {
		font-size: 18px
	}
	.title p {
		font-size: 18px;
		padding-bottom: 20px
	}
	.ser-icon {
		margin-right: 12px;
		min-width: 24px
	}
	.home2-category-active {
		padding-bottom: 70px
	}
	.title h2,
	.title2 h2 {
		margin-bottom: 37px
	}
	.title h2,
	.title h2 span {
		margin-bottom: 37px;
		font-size: 22px
	}
	.row.testimonial-active3-variable-width {
		padding-bottom: 60px
	}
	.page-content h1 {
		font-size: 25px;
		margin-bottom: 0
	}
	.p-course-img {
		margin-right: 0
	}
	.portfolio-menu button {
		font-size: 18px;
		padding: 8px 10px
	}
	.news-contact-form,
	.news-review-area {
		padding: 40px 15px
	}
	.login-form,
	.register-form {
		margin-top: 35px
	}
}
@media screen and (min-width:0) and (max-width:576px) {
	.single-news a,
	p {
		font-size: 16px
	}
}
@media screen and (min-width:400px) and (max-width:576px) {
	.single-news a,
	p {
		font-size: 18px
	}
}
@media screen and (min-width:500px) and (max-width:600px) {
	.single-news a,
	p {
		font-size: 18px
	}
	.title p {
		font-size: 17px
	}
}
@media screen and (min-width:576px) and (max-width:767px) {
	.single-news a,
	p {
		font-size: 16px
	}
	p {
		font-size: 18px
	}
}