#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control.left {
	left: -12px;
}
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.carousel-inner .estrellas {
	display: inline-block;
}
.carousel-inner .estrellas img {
	height: 25px;
	float: left;
}
.carousel-inner p {
	color: #94A2B3;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	height: auto;
    max-height: 100px;
    overflow: auto;
}
.carousel-inner p::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.carousel-inner p::-webkit-scrollbar-track {
    background-color: transparent;
}
.carousel-inner p::-webkit-scrollbar-track:hover {
    background-color: transparent;
}
.carousel-inner p::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}
@media (min-width: 990px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}
	.align-middle {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#cert {
		margin: 5px;
	}
	#similares {
		margin: 0 auto;
	}
	.center-valores {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}
.fa-quote-right, .fa-quote-left {
	color: #e4e4e4;
	font-size: 20px;
}
.premium {
	display: block;
	background: #00787c !important;
	color: #fff !important;
	border-radius: 7px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0 0;
	transition: 0.3s;
}
.premium:hover {
	background: #105966 !important;
	color: #fff !important;
}
.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96px;
	height: 96px;
	opacity: 0.7;
	cursor: pointer;
}
#descuento {
	background: #ff0035;
	color: #fff;
	border-radius: 2px;
	padding: 2px;
	font-size: min(max(14px, 1vw), 14px);
}
#contenido-menu h4 {
	color: #2d2d47;
	font-weight: 700;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #f2f2f5;
	position: relative;
	letter-spacing: normal;
	line-height: 1.25;
	font-size: 3rem;
}
#contenido-menu h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -2px;
	border-top: 2px solid #0d4c57;
	width: 6rem;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
#contenido-menu #informacion p {
	margin-top: 0;
	margin-bottom: 2em;
	#line-height: 2;
	line-height: 1.25;
	color: #888892;
	font-size: 1.6rem;
	font-weight: 400;
	#letter-spacing: .075em;
}
#contenido-menu #detalles p {
	margin-top: 0;
	color: #888892;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: .075em;
}
#contenido-menu {
	background: #fff;
	border-radius: 7px;
	padding: 30px;
	max-width: 90%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	margin-bottom: 40px;
	text-align: center;
}
@media (min-width: 769px) and (max-width: 1192px) {
	#botones {
		width: 100%;
	}
}
@media (max-width: 720px) {
	#botones {
		width: 80%;
	}
	.detalle-texto {
		border-left: 0 !important;
		border-radius: 0px !important;
		display: block !important;
	}
	.bwhatsapp {
		margin-top: 0px !important;
	}
	#promos,
	#contenido-menu {
		max-width: none !important;
	}
}
#descargar-indice {
	float: right;
}
#descargar-indice a:hover,
#descargar-indice a:hover span {
	background: #d2d3d5;
}
#header-curso {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 67%);
}
#promos {
	background: linear-gradient(90deg, rgba(233, 30, 97, 1) 33%, rgba(233, 30, 116, 1) 100%);
	display: block;
	max-width: 80%;
	margin: auto;
	margin-bottom: 15px;
	box-shadow: 0px 2px 4px #878282;
	border-color: #E91E61;
}
#promos p {
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	padding: 12px;
}
#promos a {
	color: #fff;
	background-color: #FF5722;
	border-color: #FF5722;
}

#testimonios h3 {
	color: #2d2d47;
	font-weight: 700;
	border-bottom: 2px solid #f2f2f5;
	position: relative;
	letter-spacing: normal;
	font-size: 3rem;
}
#similares h3 {
	color: #2d2d47;
	font-weight: 700;
	border-bottom: 2px solid #f2f2f5;
	position: relative;
	letter-spacing: normal;
	font-size: 3rem;
}
#horasc {
	text-align: center;
	margin-bottom: 1em !important;
	font-size: 18px !important;
	color: #2d2d47 !important;
	font-weight: 500 !important;
}
#txtdudas {
	text-align: center;
	margin-bottom: 30px;
}
#metodologia p {
	font-size: 15px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #888892;
	font-weight: 300;
	letter-spacing: .075em;
}
.bwhatsapp {
	margin-top: 15px;
	border-radius: 7px !important;
	padding: 15px !important;
	background: #38c16b !important;
}
.tablinks.active {
	background: #187989;
}
.related-post {
	width: 800px;
	max-width: 100%;
	margin: 0 auto
}
.related-post-item-tooltip {
	height: 54px;
	overflow: hidden;
	width: 60%;
	float: left;
	text-overflow: ellipsis;
	padding: 10px
}
#related-post .material-icons {
	font-size: 200%;
	right: 20px;
	color: #607D8B;
	top: -1px;
	position: absolute
}
.related-post {
	position: relative;
	padding: 0 0 10px
}
.lol h4 i,
.related-post h4 i {
	margin-right: 14px
}
.lol h4,
.related-post h4 {
	border-radius: 4px;
	color: #555;
	font-size: 100%;
	width: 91%;
	max-width: 100%;
	font-family: 'Poppins', Arial;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	position: relative;
	padding: 15px 20px 12px;
	margin: 0 0 20px
}
.related-post-style-3,
.related-post-style-3 li {
	margin: 0 auto;
	padding: 0 !important;
	list-style: none;
	word-wrap: break-word
}
.related-post-style-3 li a {
	font-family: 'Poppins', sans-serif;
	color: #666;
	font-weight: 500 !important;
	font-size: 14px;
	line-height: 1.4em
}
.related-post-style-3 li a:hover {
	color: #111
}
.related-post-style-3 .related-post-item {
	display: inline-block;
	float: left;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 20px 0 #3e1c831a;
	width: 47%;
	margin-right: 15px;
	height: auto;
	padding: 0;
	margin-bottom: 20px !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.related-post-style-3 .related-post-item:focus {
	outline: none;
	border: none
}
.related-post-style-3 .related-post-item-thumbnail {
	display: block;
	margin: 0;
	width: 40%;
	height: 100px;
	float: left
}
.related-post-style-3 .related-post-item-thumbnail img {
	width: 100%;
	height: auto !important;
	transition: all 1s ease-out
}
.related-post-item:hover .related-post-item-tooltip a {
	opacity: 1
}
.related-post-item-tooltip a {
	color: #666 !important;
	transition: transform .6s cubic-bezier(.175, .885, .32, 1.275), opacity .3s;
	text-align: center;
	font-size: 12px !important;
	position: relative
}
@media screen and (max-width:480px) {
	.related-post-style-3 .related-post-item {
		width: 100% !important
	}
	.related-post-style-3 .related-post-item-thumbnail {
		height: 100px !important
	}
	.vidtestimonios {
		width: 100% !important;
	}
	.box-valores {
		margin-bottom: 15px !important;
		width: 90% !important;
	}
}
#subh4 {
	font-size: 17px;
	display: block;
}
.temario p {
	margin-bottom: 0px !important;
	text-align: center !important;
	background: none !important;
}
.temario span {
	background: none !important;
}
.temario ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contenido-menu p {
	font-size: 17px;
	color: #676767;
	font-weight: 300;
}
#contenido-menu font {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 15px;
}
.vidtestimonios {
	margin: 0 auto;
	width: 80%;
}
.vidtestimonios button {
	float: right;
	border-radius: 7px;
	padding: 5px;
	margin-bottom: 0px;
}
.vidtestimonios .modal-footer {
	padding: 10px;
}
#similares {
	padding-top: 60px;
}
.box-valores {
	background: #0d4c57 !important;
	padding: 5px !important;
	color: #fff;
}
.fa-check-square {
	color: #21d217;
}
.curso_head {
	padding: 3rem 0rem;
	box-shadow: inset 0px 5px 13px -3px rgb(0 22 84 / 10%);
}
.curso_datos {
	background: linear-gradient(180deg, white 50%, whitesmoke 50%);
	padding: 0;
}
.foto_curso {
	position: relative;
	border-radius: 0.4rem;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.foto_curso {
		margin-bottom: 1rem;
	}
}
.titfoto_curso {
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: absolute;
	bottom: 12px;
	left: 10px;
	padding-left: 10px;
	background: rgba(2, 2, 2, 0.2);
	border-radius: 4px;
	cursor: pointer !important;
    z-index: 500;
}
.icofoto_curso {
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	background: #ffffff;
	color: #7b7d98;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 7px;
}
.titfoto_curso h6 {
	color: #ffffff;
	font-weight: 500;
	margin: 0;
}
.cuerpo_curso {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.cuerpo_curso {
		display: flex;
		flex-wrap: wrap;
	}
}
.cuerpo_curso_wrap {
	width: 100%;
	display: block;
	position: relative;
}
.curso_cates {
	display: inline-flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	font-size: 10px;
	border-radius: 6px;
	color: #fff;
	margin-right: 7px;
}
.curso_cates.cl_3 {
	background: rgb(255 3 5 / 70%);
	color: #fff;
}
.curso_header_caption {
	width: 100%;
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.curso_title {
	text-align: left;
	font-weight: 700;
}
@media (max-width: 767px) {
	.curso_header_caption .curso_title {
		font-size: 22px;
		line-height: 1.3;
	}
}
.curso_view_link {
	display: block;
	margin-bottom: 1rem;
	padding: 0 20px;
}
.curso_view_link .enroll-btn.theme-border {
	color: #4a5669 !important;
	border: 1px solid #eaeff7;
}
.curso_view_link .enroll-btn {
	width: 100%;
	margin: 1.5rem auto 0;
	display: flex;
	height: 54px;
	font-weight: 600;
	border-radius: 0.4rem;
	color: #ffffff !important;
	align-items: center;
	justify-content: center;
}
.binscripcion-bg {
	background: #7cbf2f !important;
}
.binscripcion-bg:hover {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}
@media (max-width: 992px) {
	.curso_last {
		width: 100%;
	}
}
.curso_rate_info {
	display: flex;
	align-items: center;
	width: 100%;
}
.curso_rate_info .star_info {
	margin-right: 10px;
	position: relative;
}
.curso_rate_info .star_info i {
	font-size: 11px;
	color: #ced7e8;
	margin-right: 1px;
}
.curso_rate_info .star_info i.filled {
	color: #f1992c;
}
.review_counter {
	font-size: 12.5px;
}
.review_counter strong {
	font-size: 16px;
}
.review_counter strong.poor {
	color: #de1f1f;
}
.review_counter strong.mid {
	color: #e69110;
}
.review_counter strong.good {
	color: #3db773;
}
.review_counter strong.high {
	color: #7baf17;
}
.curso_box.fl_color .box_contenido {
	background: #ffffff;
	border-radius: 10px;
	padding: 1.5rem 1rem;
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
@media (max-width: 767px) {
	.curso_box.fl_color .box_contenido {
		margin-bottom: 1rem;
	}
}
.curso_box.fl_color {
	padding: 0;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
}
.curso_box.fl_color .box_texto {
	flex: 1;
	padding-right: 10px;
}
.curso_box.fl_color .box_texto p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.curso_box.fl_color .box_texto h6 {
	margin-bottom: 5px;
}
.box_contenido {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.box_icon {
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	background: rgba(255, 87, 34, 0.11);
	border: 1px dashed;
	border-radius: 50%;
	margin-right: 10px;
	color: #ff5722;
	font-size: 20px;
}
@media (max-width: 1023px) {
	.box_icon {
		width: 40px;
		height: 40px;
		margin-right: 7px;
		font-size: 17px;
	}
}
.box_texto h6 {
	margin: 0;
	color: #37455f;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	font-weight: 700;
}
.box_icon.st-1 {
	background: rgba(144, 106, 212, 0.12);
	border: 1px dashed;
	color: #906ad4;
}
.box_icon.st-2 {
	background: rgba(9, 185, 177, 0.12);
	border: 1px dashed;
	color: #09b9b1;
}
.box_icon.st-3 {
	background: rgba(124, 191, 47, 0.12);
	border: 1px dashed;
	color: #7cbf2f;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.curso_view_link .enroll-btn i {
	margin-left: 1rem;
}
.share-media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}
.share-media:hover {
	color: #20ad96
}
.share-media .share-label {
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px
}
.share-media .share-icon {
	font-size: 15px
}
.share-media .share-list {
	position: absolute;
	top: 140%;
	left: 50%;
	-webkit-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	width: auto;
	white-space: nowrap;
	padding: 0 4px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
	-webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}
.share-media .share-list::before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	border-bottom: 8px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent
}
.share-media .share-list a {
	display: inline-block;
	font-size: 15px;
	padding: 10px 12px;
	color: #ababab
}
.share-media .share-list a:hover {
	color: #0d4c57
}
.share-media:hover .share-list {
	-webkit-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
	visibility: visible;
	opacity: 1
}
.detalle-whatsapp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}
.detalle-whatsapp:hover {
	color: #20ad96;
}
.detalle-whatsapp .wsp-label {
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px
}
.detalle-whatsapp .wsp-icon {
	font-size: 15px
}
.info-precio {
	font-size: 12px;
	vertical-align: middle;
}
.dudas h4 {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
}
#inscribirme {
    background: linear-gradient(135deg, #ff7f00, #ff5722);
    color: #fff;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.35);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#inscribirme:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 87, 34, 0.45);
}

.vidpresent .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.vidpresent .modal-body {
    position: relative;
    padding: 0px;
}
vidpresent. .modal-content,
.modal-content .modal-body {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}
.vidpresent .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.videoinstifull {
    width: 100%;
    cursor: pointer;
    box-shadow: -3px -5px 5px 1px #ebe5e5;
    background: #f5f5f5;
}
.videoinstifull img {
    width: 100%;
}

/* COURSE HERO */
.course-hero {
    padding: 24px 0 8px;
    background: linear-gradient(180deg, #fbfbfd, transparent);
}
.course-hero__grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 24px;
    align-items: center;
}
.course-cover {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.course-cover img {
    display: block;
    width: 100%;
    height: auto;
}
.course-chip {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #0d4c57;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.chip-play {
    cursor: pointer;
}
.course-title {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.2;
    margin: 6px 0 10px;
    color: #0b2a2f;
    text-align: left;
    font-weight: 700;
}
.course-lead {
    font-size: 16px;
    color: #444;
    margin: 0 0 12px;
}
.course-stars .fa {
    color: #ffb400;
    margin-right: 2px;
}
.course-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}
.already-box {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f3fbff;
    border: 1px solid #d8f1ff;
    padding: 8px 10px;
    border-radius: 10px;
}

/* BOTONES */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}
.btn-primary {
    background: #ff7f00;
    color: #fff;
}
.btn-primary:hover {
    background: #0d4c57;
    color: #fff;
}
.btn-secondary {
    background: #0d4c57;
    color: #fff;
}
.btn-outline {
    background: #fff;
    border: 2px solid #0d4c57;
    color: #0d4c57;
}
.btn-outline .fa,
.btn-primary .fa {
    margin-left: 6px;
}
.whatsapp-btn {
    gap: 8px;
}
.btn.whatsapp-btn {
    border: 2px solid #25d366;
    color: #25d366;
    background: #fff;
}
.btn.whatsapp-btn:hover,
.btn.whatsapp-btn:focus {
    background: #25d366 !important;
    color: #fff !important;
    border-color: #25d366 !important;
}
.btn.whatsapp-btn .fa {
    margin-left: 6px;
}
.btn.enroll-btn--primary {
    background: #ff5722;
    border: none;
    color: #fff;
}
.btn.enroll-btn--primary:hover {
    background: #e64a19;
}
.btn.enroll-btn--secondary {
    background: transparent;
    border: 2px solid #ff5722;
    color: #ff5722;
}
.btn.enroll-btn--secondary:hover {
    background: #ff5722;
    color: #fff;
}

/* BADGES */
.badge {
    display: inline-block;
    padding: 4px 15px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.4px;
}
.badge-green {
    background: #e0f2f1;
    color: #00796b;
}
.badge-sale {
    background: #ffefea;
    color: #ff7f00;
    border: 1px solid #ffd7bf;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
}

/* PRICING STRIP */
.pricing-strip {
    padding: 12px 0 20px;
}
.pricing-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
}
.pricing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebf2;
    border-radius: 14px;
    padding: 14px;
    row-gap: 8px;
    justify-content: center;
    margin-top: 5px;
}
.pricing-icon {
    font-size: clamp(28px, 4.5vw, 40px);
    line-height: 1;
    margin-bottom: 6px;
    color: #0d4c57;
}
.pricing-text h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 4px;
}
.pricing-text p {
    margin: 0;
    color: #222;
    font-size: 15px;
}
.pricing-highlight {
    border: 2px solid #ff7f00;
    background: #fffaf5;
}
.price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1.2;
}
.price-now {
    font-size: clamp(18px, 2.8vw, 22px);
    font-weight: 700;
    color: #0d4c57;
}
.price-was {
    font-size: 13px;
    color: #999;
}
.price-terms {
    font-size: 12px;
    color: #777;
}

.pricing-item .pricing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.04);
    font-size: 22px;
    transition: all 0.25s ease;
    margin-bottom: 6px;
}

.pricing-item:hover .pricing-icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .price-line {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .price-line .price-now {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.1;
    }

    .price-line .price-was {
        font-size: 14px;
        opacity: 0.6;
    }

    .price-line .badge {
        font-size: 12px;
        padding: 4px 8px;
    }

    .price-line {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .pricing-card {
        grid-template-columns: 1fr;
    }
    .course-hero {
        padding: 16px 0 6px;
    }
    .course-ctas {
        gap: 10px;
    }
    .btn {
        height: 44px;
        padding: 0 14px;
    }
    .course-chip {
        padding: 10px 14px;
    }
    .course-chip .fa {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .course-hero__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .course-visual {
        order: 1;
    }
    .course-info {
        order: 2;
    }
    .course-title {
        font-size: clamp(22px, 5.2vw, 30px);
    }
    .course-lead {
        font-size: 15px;
    }
}

/* CTA BLOCK EXTRA */
.cta-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 220px;
}
.cta-note {
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

/* DETALLE DE CURSO – HÍBRIDO */
.curso_box.fl_color {
    margin: 0 auto 28px;
    max-width: 1080px;
}
.curso_box.fl_color .box_contenido {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-left: 6px solid #0d4c57;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(62, 28, 131, 0.1);
    padding: 24px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    backdrop-filter: blur(6px);
}
.curso_box.fl_color .box_contenido:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}
.curso_box.fl_color .box_icon {
    font-size: 32px;
    background: #0d4c57;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    margin-right: 14px;
}
.curso_box.fl_color .box_texto h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #2d2d47;
    line-height: 1.25;
}
.curso_box.fl_color .box_texto p {
    font-size: 15.5px;
    line-height: 1.65;
    color: #555;
    margin: 4px 0 0;
}
.curso_box.fl_color .box_texto,
.curso_box.fl_color .box_texto * {
    text-align: left;
}

/* TEMARIO */
.curso_box.fl_color .temario {
    margin-top: 6px;
    text-align: center;
}
.curso_box.fl_color .temario ul {
    list-style: disc;
    margin: 8px 0 0 20px;
    padding: 0;
}
.curso_box.fl_color .temario li {
    margin: 6px 0;
}
#descargar-indice {
    float: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-weight: 600;
    color: #0d4c57;
}
#descargar-indice i {
    font-size: 18px;
}
#descargar-indice:hover {
    text-decoration: underline;
}

/* DISTINGUE GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 14px;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
.feature-item {
    text-align: center;
    background: #fbfbfd;
    border: 1px dashed #e7e7f2;
    border-radius: 12px;
    padding: 14px 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.feature-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
}
.feature-item span {
    font-size: 13.5px;
    line-height: 1.35;
    color: #37455f;
}

/* REQUISITOS */
@media (min-width: 768px) {
    .detalle-row {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 16px;
        align-items: center;
    }
}
.detalle-row img {
    max-width: 100%;
    height: auto;
}

/* TITULACIÓN */
.titulacion-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 18px;
    align-items: start;
}
@media (max-width: 991px) {
    .titulacion-row {
        grid-template-columns: 1fr;
    }
}
#horasc {
    margin: 0 0 10px !important;
}

/* TESTIMONIOS */
.vidtestimonios {
    width: min(100%, 1080px);
}

/* LEGACY FIX */
#contenido-menu p,
#contenido-menu .temario,
#contenido-menu .temario * {
    text-align: left !important;
}

/* TEMARIO TOGGLE */
.temario-toggle {
    text-align: center;
    margin-top: 18px;
}
.btn-temario {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d4c57;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}
.btn-temario:hover {
    background: #ff7f00;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}
.btn-temario i {
    font-size: 14px;
}
.curso_box.fl_color .box_texto .temario-toggle {
    text-align: center !important;
}

.section-badge {
    background: #fff;
    border: 2px solid #0d4c57;
    position: relative;
    border-radius: 14px;
    padding-top: 24px;
}

.section-badge::before {
    content: attr(data-badge);
    position: absolute;
    top: -12px;
    left: 20px;
    background: #0d4c57;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.course-hero-modern {
    padding: 50px 0 60px;
    background: linear-gradient(180deg, rgba(13, 76, 87, 0.06) 0%, rgba(255, 255, 255, 1) 60%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-media {
        order: -1;
    }

    .hero-text {
        text-align: left;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .hero-actions a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.hero-category {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-text h1 {
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.1;
    margin: 12px 0 20px;
    font-weight: 700;
    text-align: left;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    max-width: 560px;
    margin-bottom: 24px;
}

.hero-actions {
    display: flex;
    gap: 24px;
    align-items: center;
}

.btn-link {
    font-size: 15px;
    color: #0d4c57;
    text-decoration: underline;
}

.hero-media img {
    width: 100%;
    border-radius: 12px;
    opacity: 0.95;
    box-shadow:
        0 10px 26px rgba(13, 76, 87, 0.18),
        0 0 0 1px rgba(13, 76, 87, 0.05);
}

.pricing-strip {
    position: relative;
    padding: 12px 0 32px;
    background: #fff;
}

.pricing-strip::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f5f5);
    pointer-events: none;
}

#accordion-temario {
    margin-top: 16px;
}

#accordion-temario .card {
    border: none;
    border-radius: 14px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

#accordion-temario .card-header {
    padding: 0;
    background: none;
    border: none;
}

#accordion-temario .accordion-title {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #0d4c57;
    background: #f8fafb;
    border: none;
    border-radius: 14px;
    text-align: left;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

#accordion-temario .accordion-title:hover {
    background: #eef5f6;
}

#accordion-temario .accordion-title .badge {
    margin-left: auto;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
}

#accordion-temario .accordion-title::after {
    content: "+";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(13, 76, 87, 0.1);
    color: #0d4c57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

#accordion-temario .accordion-title:not(.collapsed)::after {
    content: "–";
    background: #0d4c57;
    color: #fff;
}

#accordion-temario .card-body {
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.65;
    color: #444;
    background: #fff;
    border-top: 1px solid #eef1f4;
}

#accordion-temario .card-body ul {
    padding-left: 18px;
    margin: 10px 0;
}

#accordion-temario .card-body li {
    margin-bottom: 6px;
}

#accordion-temario .card-body p {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    #accordion-temario .accordion-title {
        font-size: 15px;
        padding: 14px 16px;
    }

    #accordion-temario .card-body {
        padding: 16px;
    }
}

.btn-whatsapp-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 4px;
    border: 1px solid #25d366;
    background-color: transparent;
    color: #25d366;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.15s ease;
}

.btn-whatsapp-modern:hover {
    background-color: rgba(37, 211, 102, 0.08);
    color: #1da851;
    transform: translateY(-1px);
}

.btn-whatsapp-modern:active {
    background-color: rgba(37, 211, 102, 0.15);
    transform: translateY(0);
}

.btn-primary-modern {
    background: linear-gradient(135deg, #ff7f00, #ff5722);
    color: #fff;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition:
        background-color 0.25s ease,
        transform 0.15s ease;
}

.btn-primary-modern i {
    font-size: 15px;
    opacity: 0.9;
}

.btn-primary-modern:hover {
    background-color: #0b3f48;
    color: #fff;
    transform: translateY(-1px);
}

.btn-primary-modern:active {
    background-color: #09353d;
    transform: translateY(0);
}

.hero-testimonial {
    position: relative;
    margin: 22px 0 30px;
    padding-left: 18px;
    max-width: 520px;
    border-left: 2px solid rgba(13, 76, 87, 0.25);
}

.hero-review-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #777;
    margin-bottom: 6px;
}

.hero-review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.hero-review-stars i {
    font-size: 14px;
    color: #f4b400;
}

.hero-testimonial-text {
    font-size: 15px;
    line-height: 1.65;
    color: #333;
    font-style: italic;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-testimonial-author {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #0d4c57;
}

.hero-badge {
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.4px;
}

.hero-trust {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 76, 87, 0.08);
    color: #0d4c57;
    font-size: 13px;
    font-weight: 500;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.hero-trust-item i {
    font-size: 14px;
}

.hero-trust-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.btestimonios {
    background: transparent;
    color: #0d4c57;
    border: 2px solid #0d4c57;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.25s ease;
    margin-top: 25px;
}

.btestimonios:hover {
    background: #0d4c57;
    color: #fff;
    transform: translateY(-1px);
}

#quote-carousel .carousel-indicators {
    display: none;
}

#quote-carousel .carousel-control {
    background: none;
    opacity: 0.3;
    transition: opacity 0.2s ease;
}

#quote-carousel:hover .carousel-control {
    opacity: 1;
}

#quote-carousel .carousel-inner {
    background: #fff;
    border-left: 4px solid #0d4c57;
    border-radius: 16px;
    padding: 32px 28px;
    min-height: 180px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

#quote-carousel .carousel-inner p {
    color: #444;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

#quote-carousel .carousel-inner small {
    display: block;
    margin-top: 14px;
    font-weight: 600;
    color: #0d4c57;
    font-size: 14px;
}

#quote-carousel .fa-quote-left,
#quote-carousel .fa-quote-right {
    color: rgba(13, 76, 87, 0.15);
    font-size: 18px;
}

.hero-price-was {
    font-size: 15px;
    color: #999;
}
.hero-price-term {
    font-size: 13px;
    color: #777;
    font-weight: 400;
}
.hero-payment-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.hero-payment-label {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}
.hero-payment-img {
    height: 22px;
    object-fit: contain;
    opacity: 0.75;
    filter: grayscale(20%);
	border: 1px solid #d3d3d3;
}
.metodologia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 8px;
}
.met-item {
    background: #f8fafb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.met-icon {
    font-size: 22px;
    color: #0d4c57;
    margin-bottom: 4px;
}
.met-item strong {
    font-size: 14px;
    color: #2d2d47;
    font-weight: 600;
}
.met-item p {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.faq-item {
    border: 1px solid #eef1f4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.faq-item summary {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #2d2d47;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 20px;
    color: #0d4c57;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform .2s;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item[open] summary {
    border-bottom: 1px solid #eef1f4;
    color: #0d4c57;
}
.faq-item p {
    padding: 14px 18px;
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    background: #f8fafb;
}
.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px)
    gap: 18px;
    margin-top: 20px;
}
.testi-card {
    background: #fff;
    border-left: 4px solid #0d4c57;
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.testi-stars img {
    height: 18px;
    float: left;
}
.testi-stars { display: block; overflow: hidden; margin-bottom: 4px; }
.testi-text {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #444 !important;
    font-style: italic;
    flex: 1;
    max-height: none !important;
    overflow: visible !important;
}
.testi-author {
    font-size: 13px;
    font-weight: 600;
    color: #0d4c57;
    display: block;
}
.fa-quote-left, .fa-quote-right {
    color: rgba(13,76,87,.2);
    font-size: 14px;
}
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -4px 16px rgba(0,0,0,.1);
    z-index: 1000;
    padding: 10px 0;
    transform: translateY(100%);
    transition: transform .35s ease;
}
.sticky-cta.visible {
    transform: translateY(0);
}
.sticky-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.sticky-cta-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.sticky-cta-title {
    font-size: 14px;
    font-weight: 600;
    color: #2d2d47;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}
.sticky-cta-price {
    font-size: 18px;
    font-weight: 700;
    color: #0d4c57;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.sticky-cta-price small {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}
.sticky-cta-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 22px;
    font-size: 15px;
}
@media (max-width: 576px) {
    .sticky-cta-title { display: none; }
    .sticky-cta-inner { justify-content: space-between; }
}
@media (max-width: 768px) {
    .sticky-cta-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .sticky-cta-info {
        text-align: center;
    }

    .sticky-cta-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    .sticky-cta {
        padding-bottom: 70px;
    }
}
.related-post {
    width: 100%;
    max-width: 1080px;
}
.related-post-style-3 .related-post-item {
    width: calc(50% - 10px);
}
@media (max-width: 576px) {
    .related-post-style-3 .related-post-item {
        width: 100%;
        margin-right: 0;
    }
}
.hero-price-preview {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 10px;
    margin-bottom: 22px;
    padding: 14px 18px;
    background: rgba(13, 76, 87, 0.06);
    border-radius: 12px;
    border-left: 4px solid #0d4c57;
}
.hero-price-now {
    font-size: clamp(18px, 3.5vw, 19px);
    font-weight: 700;
    color: #0d4c57;
    line-height: 1;
}
.hero-price-was {
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
}
.hero-price-term {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    align-self: flex-end;
    padding-bottom: 2px;
}
.hero-price-preview .badge-sale {
    background: #e63946;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
}
.vidtesti-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 0 32px;
}
@media (max-width: 767px) {
    .vidtesti-grid { grid-template-columns: 1fr; gap: 14px; }
}
.vidtesti-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.10);
}
.vidtesti-thumb {
    display: block;
    position: relative;
    line-height: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}
.vidtesti-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
    border-radius: 12px;
}
.vidtesti-thumb:hover img { transform: scale(1.04); }
.vidtesti-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 76, 87, 0.45);
    transition: background .25s;
    border-radius: 12px;
}
.vidtesti-thumb:hover .vidtesti-play { background: rgba(13, 76, 87, 0.6); }
.vidtesti-play i {
    font-size: 36px;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.4));
    transition: transform .2s;
}
.vidtesti-thumb:hover .vidtesti-play i { transform: scale(1.12); }
.similares-wrap {
    padding: 48px 0 32px;
}
.similares-titulo {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: #2d2d47;
    margin-bottom: 6px;
    border-bottom: none;
}
.similares-sub {
    font-size: 15px;
    color: #777;
    margin-bottom: 24px;
}
.similares-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.sim-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef1f4;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    color: inherit;
}
.sim-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    text-decoration: none;
    color: inherit;
}
.sim-img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f0f0f0;
}
.sim-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.sim-card:hover .sim-img-wrap img { transform: scale(1.05); }
.sim-info {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.sim-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #2d2d47;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sim-cta {
    font-size: 12px;
    color: #0d4c57;
    font-weight: 600;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sim-cta i { font-size: 11px; }
.hero-price-insc {
    width: 100%;
    font-size: 12px;
    color: #666;
}
.hero-price-insc strong {
    color: #0d4c57;
    font-weight: 600;
}

.sticky-insc {
    font-size: 11px;
    color: #aaa;
    margin-left: 4px;
}
.similares-section {
    padding: 48px 0 40px;
    background: #fff;
}
.similares-section .similares-titulo {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    color: #2d2d47 !important;
    border-bottom: none !important;
    background: none !important;
    margin-bottom: 6px;
    text-align: center;
}
.similares-section .similares-sub {
    font-size: 15px;
    color: #777 !important;
    margin-bottom: 28px;
    text-align: center;
}
.similares-section .similares-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 16px;
    justify-content: center;
}
@media (max-width: 576px) {
    .similares-section .similares-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.similares-section h3,
.similares-section h5 {
    color: #2d2d47 !important;
    background: none !important;
    border: none !important;
}

@media (max-width: 576px) {
    .box_contenido {
        flex-wrap: wrap;
    }
    .curso_box.fl_color .box_contenido {
        flex-direction: column;
        align-items: flex-start;
    }
    .curso_box.fl_color .box_icon {
        margin-bottom: 12px;
        margin-right: 0;
    }
    .curso_box.fl_color .box_texto {
        width: 100%;
        padding-right: 0;
    }
    .metodologia-grid {
        grid-template-columns: 1fr;
    }
}