/* OVERRIDE */
:root {
  --theme-color1: #ff5b2b;
  --theme-color2: #ff0050;
  --theme-color3: #ba0091;
  --theme-color4: #ff3020;

  --theme-color5: #ff0000;
  --theme-color6: #830019;
  
  --theme-color7: #ff5b2b;
  --theme-color8: #9f65ff;
  --theme-color9: #6b6aff;
  --theme-color10: #3e3da2;
  --theme-color11: #ff302090;

  /*--theme-color5: #2B2D42;
  --theme-color6: #120D31;*/

  /*--theme-color1: #FF0000;
  --theme-color2: #6B6AED;
  --theme-color3: #E8EEF2;
  --theme-color4: #D6C9C9;
  --theme-color5: #2B2D42;
  --theme-color6: #120D31;*/
}

.theme-btn {
    height: auto !important;
    line-height: normal !important;
    padding: 10px 20px !important;
}
.theme-btn, .theme-btn::before {
    border-radius: 5px !important;
}

.general-btn-box .theme-btn-v2 {
	padding: 10px 20px !important;
    border-radius: 5px !important;
}
.theme-btn-v2 {
	padding: 10px 20px !important;
    border-radius: 5px !important;
}



.logo, .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #ff0615;
}
/* Header */
.header-style-one .header-lower .main-box .nav-outer {
	margin-left: auto;
	margin-right: 0;
}
.header-style-one .header-lower .main-menu .navigation > li > a {
	font-size: 18px;
}
.header-style-one .header-lower {
	padding-top: 7px;
	padding: 10px 0px;
}


.main-menu .navigation > li > a {
	color: var(--theme-color2) !important;
    font-weight: bold;
}
.main-menu .navigation > li > a:hover {
	color: var(--theme-color1) !important;
}

.main-menu .navigation > li:active, .main-menu .navigation > li > .active, .main-menu .navigation > li.active, .main-menu .navigation > li:active > a, .main-menu .navigation > li.active > a, .main-menu .navigation .active a {
	color: var(--theme-color1) !important;
}


.header-style-one .header-lower .main-menu .navigation > li.active a {
    color: rgb(255, 122, 122);
}

.sticky-header .main-menu .navigation > li.active > a {
	color: rgb(255, 122, 122);
}

.sticky-header {
	background: #FFFFFF;
}

.mobile-menu .navigation {
	border-top: 1px solid var(--theme-color2) !important;
}
.mobile-menu .navigation li {
	border-bottom: 1px solid var(--theme-color2) !important;
}
.mobile-menu .navigation li > a {
	color: var(--theme-color2) !important;
    font-weight: bold;
}
.mobile-menu .navigation li:active, .mobile-menu .navigation li > .active, .mobile-menu .navigation li.active, .mobile-menu .navigation li:active > a, .mobile-menu .navigation li.active > a, .mobile-menu .navigation .active a {
	color: var(--theme-color1) !important;
}
.mobile-menu .menu-box {
    background-color: var(--theme-color-light) !important;
    color: var(--theme-color2) !important;
}

.contact-list-one li .title {
	color: var(--theme-color2) !important;
}
.contact-list-one li a {
	color: var(--theme-color2) !important;
}
.mobile-menu .contact-info-box {
	color: var(--theme-color2) !important;
}
.contact-list-one li .icon {
	color: var(--theme-color2) !important;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    color: var(--theme-color2) !important;
}
.mobile-menu .social-links li a {
	color: var(--theme-color2) !important;
}
.mobile-menu .close-btn {
	color: var(--theme-color2) !important;
}

.contact-section .form-column .inner-column .form-group .theme-btn {
	padding: 10px 20px;
}


.footer-style-one {
	background: var(--theme-color-gray);
}

.main-footer .widget-title::before {
	background-color: var(--theme-color2);
}
.main-footer .widget-title {
	color: var(--theme-color-dark);
}
.footer-style-one .contact-widget .widget-content .content-box span {
	color: var(--theme-color-dark);
}
.footer-style-one .contact-widget .widget-content .content-box .title {
	color: var(--theme-color-dark);
}
.user-links li {
	color: var(--theme-color-dark);
}
.user-links li a:hover {
	color: var(--theme-color1);
}

.footer-style-one .contact-widget .widget-content .content-box .icon-box i {
	color: var(--theme-color-light);
}





/* Páginas legales (Aviso de Privacidad / Términos y Condiciones) */
.legal-content {
	color: var(--theme-color-dark);
}
.legal-content .legal-lead {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 24px;
}
.legal-content h2 {
	font-size: 24px;
	margin: 34px 0 12px;
	color: var(--theme-color2);
}
.legal-content h3 {
	font-size: 18px;
	margin: 22px 0 8px;
}
.legal-content p,
.legal-content li {
	font-size: 16px;
	line-height: 1.75;
}
.legal-content ul {
	margin: 0 0 18px 1.2em;
	list-style: disc;
}
.legal-content li {
	margin-bottom: 6px;
}
.legal-content a {
	color: var(--theme-color1);
	text-decoration: underline;
}
.legal-content .legal-updated {
	margin-top: 30px;
	font-style: italic;
	color: var(--theme-color-gray, #777);
	font-size: 14px;
}

/* Pie de página: copyright a la izquierda, enlaces legales a la derecha (mismo tamaño) */
.footer-bottom .inner-container {
	justify-content: space-between;
	gap: 12px;
}
.footer-bottom .footer-legal-links {
	font-size: inherit; /* mismo tamaño que "Todos los derechos reservados" */
}
.footer-bottom .footer-legal-links a {
	color: var(--theme-color-light);
	opacity: 0.8;
}
.footer-bottom .footer-legal-links a:hover {
	color: var(--theme-color1);
	opacity: 1;
	text-decoration: underline;
}
.footer-bottom .footer-legal-links span {
	margin: 0 12px;
	color: var(--theme-color-light);
	opacity: 0.45;
}

/* Centro de Conocimiento: desplazamiento suave con offset para el header fijo */
.knowledge-center-block {
	scroll-margin-top: 110px;
}

/* Detalle de guía práctica */
.knowledge-guide-label {
	display: inline-block;
	margin: 6px 0 10px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme-color1);
}
.knowledge-guide-detail h2 {
	margin-bottom: 22px;
}
.knowledge-guide-downloads {
	margin-top: 36px;
}
.knowledge-guide-downloads h3 {
	margin-bottom: 14px;
}
.knowledge-guide-back {
	margin-top: 34px;
}
.knowledge-guide-link {
	margin-top: 12px;
}

/* H1 de página oculto visualmente pero accesible para buscadores y lectores de pantalla */
.seo-h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Banners */
.banner-section .banner-slider .banner-slide .outer-box .content-box h1,
.banner-section .banner-slider .banner-slide .outer-box .content-box h2 {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* El título visible del carrusel ahora es <h2>: hereda el tamaño del hero original (antes h1) */
.banner-section .banner-slider .banner-slide .outer-box .content-box h2 {
	font-size: 80px;
	line-height: 1.1;
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 31px;
}
.banner-section .banner-slider .banner-slide .outer-box .content-box h2 span {
	color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
	.banner-section .banner-slider .banner-slide .outer-box .content-box h2 {
		font-size: 58px;
		line-height: 70px;
	}
}
@media (max-width: 767.98px) {
	.banner-section .banner-slider .banner-slide .outer-box .content-box h2 {
		font-size: 36px;
		line-height: 46px;
	}
}
@media (max-width: 575.98px) {
	.banner-section .banner-slider .banner-slide .outer-box .content-box h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

.banner-section .banner-slider .banner-slide .outer-box .content-box .text {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 15px 20px;
	border-radius: 5px;
	display: inline-block;
}


.service-block .inner-box .content-box .text {
    text-transform: none;
}

.service-block .inner-box {
	border: 2px solid var(--theme-color3);
}

.service-block .inner-box:hover {
	border-color: var(--theme-color2);
}
.service-block .inner-box .icon-box {
	background-color: var(--theme-color2);
}
.service-block .inner-box::after {
	background-color: var(--theme-color11);
}

.service-block .inner-box:hover .icon-box {
	background-color: var(--theme-color3);
}

.project-block .image-box .image img {
    max-height: 450px;
}
.project-block .image-box .best-seller {
    position: absolute;
    top: 0px;
    right: 20px;
    max-width: 100px;
    max-height: 100px;
    z-index: 10;
    pointer-events: none;
}


.choose-block .inner-box {
	height: auto;
	display: block;
}
.choose-block .inner-box .icon-box {
	background: var(--theme-color2);
}

.contact-block .inner-box .icon-box i {
	color: var(--theme-color2);
}

.contact-section .form-column .inner-column .form-group .theme-btn {
	background-color: var(--theme-color2);
}

.contact-banner-two {
	background-color: var(--theme-color2);
}


.product-block {
    display: flex;
}
.product-block .inner-box{
    border: 1px solid #e4e1d5;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}


.product-block .image {
    position: relative;
    padding-top: 20px !important;
}
.product-block .image .best-seller {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 100px;
    max-height: 100px;
    z-index: 5;
    pointer-events: none;
}

.product-block .content {
	padding: 10px 30px 10px;
}

.product-block .icon-box {
	z-index: 10;
}

.testimonial-section {
	padding: 120px 0 50px;
}

.testimonial-block .inner-box {
	background: rgba(255, 255, 255, 0.2);
}

.clients-section {
	padding: 30px 0;
}

.clients-carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.clients-carousel .slick-slide img {
    max-height: 120px;
    width: auto;
}
.clients-carousel .slick-prev::before, .clients-carousel .slick-next::before {
	color: black;
}



.service-block-two {
    display: flex;
}
.service-block-two .inner-box{
    border: 1px solid #e4e1d5;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}




.project-block-two .image-box{ position: relative; }
.project-block-two .date-badge{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,0,0,.65);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    backdrop-filter: blur(3px);
    pointer-events: none;
}
.project-block-two[data-fecha] .image-box::after{
    content: attr(data-fecha);
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 20;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    backdrop-filter: blur(3px);
}
.project-block-two .image-box{
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
}
.project-block-two .image-box img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;*/
}
.project-block-two .image{
    display: flex;
    align-items: center;     /* centra vertical */
    justify-content: center; /* centra horizontal */
}
.project-block-two .image img{
    max-width: 100%;
    height: auto;
}
.project-block-two .image-box .image{
    background-color: white;
/*    background: #2d2d2d95;*/
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-block-two .image.no-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.project-block-two .image.no-image > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
}
.project-block-two .placeholder-title{
    color: black;
    /*color: #fff;*/
    font-weight: 700;
    font-size: 36px;
    padding: 30px;
    line-height: 1.2;
}

.overlay-anim::before {
	background: rgba(255, 0, 0, 0.8);
}

.sidebar__search-form input[type="search"] {
	background-color: var(--theme-color3);
}
.sidebar__search-form button[type="submit"] {
	color: var(--theme-color-dark);
}


.blog-details__date .day {
	font-size: 24px;
    line-height: 24px;
}
.blog-details__date .month {
	font-size: 22px;
    line-height: 22px;
}


.team-block .inner-box {
	background-color: var(--theme-color5);
}
.team-block .inner-box::after {
	background-color: var(--theme-color6);
}


.service-block-two .inner-box {
	border: 1px solid var(--theme-color5);
}
.service-block-two .inner-box:hover {
	border-color: var(--theme-color5);
}
.service-block-two .inner-box::after {
	background-color: var(--theme-color6);
}
.project-block-two .date-badge {
    background-color: color-mix(in srgb, var(--theme-color5), transparent 15%);
}
.project-block-two .inner-box .image-box .content-box {
	background-color: var(--theme-color6);
}

/* ====== Pagina de Descargas: tarjetas limpias y consistentes ====== */
.download-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 26px 26px 24px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
	transition: box-shadow .25s ease, transform .25s ease;
}
.download-card:hover {
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}
.download-card-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 10px;
}
.download-card-summary {
	color: #6a6a6a;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.download-card-actions {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.download-card-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.download-card-form input {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	font-size: 14px;
	background: #fafafa;
}
.download-card-form input:focus {
	outline: none;
	border-color: var(--theme-color8, #4f46e5);
	background: #fff;
}
/* Texto de estado del recurso (incl. "Listo, tu descarga ya esta disponible"):
   pequeno y en gris pastel suave, tanto en Descargas como en el Centro de Conocimiento. */
.download-status,
.download-card .download-status,
.knowledge-download-box .download-status {
	font-size: 12.5px;
	line-height: 1.5;
	color: #b3b8c2;
	margin: 0 0 12px;
}
/* Botones de la tarjeta de descarga: ancho automatico (no full-width), en linea. */
.download-card-actions .theme-btn {
	width: auto;
	display: inline-flex;
	align-items: center;
}
.download-card-video {
	background-color: #c4302b !important;
}

/* ====== Modal / popup de descarga ====== */
.download-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}
.download-modal.is-open {
	display: block;
}
.download-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.download-modal-dialog {
	position: relative;
	max-width: 460px;
	width: calc(100% - 32px);
	margin: 9vh auto;
	background: #fff;
	border-radius: 14px;
	padding: 32px 28px 28px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.download-modal-close {
	position: absolute;
	top: 10px;
	right: 16px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #9a9a9a;
}
.download-modal-close:hover { color: #333; }
.download-modal-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px;
}
.download-modal-text {
	color: #6a6a6a;
	font-size: 15px;
	margin: 0 0 18px;
}
.download-modal-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.download-modal-form input {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	font-size: 14px;
	background: #fafafa;
}
.download-modal-form input:focus {
	outline: none;
	border-color: var(--theme-color8, #4f46e5);
	background: #fff;
}
.download-modal-submit {
	width: auto;
	align-self: flex-start;
	text-align: center;
	margin-top: 6px;
}
.download-modal-success .theme-btn { margin-top: 4px; }
.download-modal-message {
	font-size: 14px;
	margin-top: 4px;
}
.download-modal-message.error { color: #c0392b; }
.download-modal-success { text-align: center; }
.download-modal-ok {
	color: #1e7e34;
	font-weight: 600;
	margin: 6px 0 14px;
}

.project-block-three .date-badge {
    background-color: color-mix(in srgb, var(--theme-color9), transparent 15%);
}
.project-block-three .inner-box .image-box .content-box {
	background-color: var(--theme-color10);
	padding: 22px 28px;
	min-height: 124px;
	display: flex;
	align-items: center;
}
/* La flecha se centra con flex (independiente del alto de la caja) para que NO se
   corte; antes usaba line-height:120px fijo y se recortaba al reducir el alto. */
.project-block-three .inner-box .image-box .content-box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}
/* Titulo del overlay: tamano legible (como antes) y con padding-right para que el
   texto envuelva ANTES del boton-flecha (124px absoluto) y no quede cortado. */
.project-block-three .inner-box .image-box .content-box .title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	padding-right: 112px;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}
@media (max-width: 991.98px) {
	.project-block-three .inner-box .image-box .content-box .title {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 575.98px) {
	.project-block-three .inner-box .image-box .content-box .title {
		padding-right: 78px;
	}
}
/* Placeholder (cuando el curso aun no tiene imagen): titulo grande mas moderado. */
.project-block-three .placeholder-title {
	font-size: 26px;
	padding: 24px;
}


@media (max-width: 767.98px) {
    .choose-us-section .image-column .inner-column .exp-box {
        left: 10px;
        bottom: 10px;
    }
    .choose-us-section .image-column .inner-column .exp-box .title {
        font-size: 24px;
        line-height: 28px;
    }
    .choose-us-section .image-column .inner-column .exp-box .text {
        font-size: 18px;
        line-height: 22px;
    }
    .choose-us-section .image-column .inner-column .exp-box {
        width: 140px;
        padding: 20px;
    }
}

strong {
    font-weight: 800 !important;
}

/* NEWS */

.text-color-5 {
    color: var(--theme-color5) !important;
}
.text-color-6 {
    color: var(--theme-color6) !important;
}
.text-color-7 {
    color: var(--theme-color7) !important;
}
.text-color-8 {
    color: var(--theme-color8) !important;
}
.text-color-9 {
    color: var(--theme-color9) !important;
}
.text-color-10 {
    color: var(--theme-color10) !important;
}
.bg-color-5 {
    background-color: var(--theme-color5) !important;
}
.bg-color-6 {
    background-color: var(--theme-color6) !important;
}
.bg-color-7 {
    background-color: var(--theme-color7) !important;
}
.bg-color-8 {
    background-color: var(--theme-color8) !important;
}
.bg-color-9 {
    background-color: var(--theme-color9) !important;
}
.bg-color-10 {
    background-color: var(--theme-color10) !important;
}


.font-type-1 {
    font-family: var(--title-font);
}

.font-type-2 {
    font-family: var(--title-font2);
}

.product-block .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-block .theme-btn-v2 {
	color: var(--theme-color-light);
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--title-font);
	background-color: var(--theme-color1);
	padding: 10px 20px !important;
	display: inline-block;
	margin-right: 30px;
}


.general-btn-box .theme-btn-v2 {
	color: var(--theme-color-light);
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	font-family: var(--title-font);
	background-color: var(--theme-color1);
	padding: 10px 20px !important;
	display: inline-block;
	margin-right: 30px;
}
.general-btn-box .theme-btn-v2:hover {
	background-color: #fff;
    color: #000;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.theme-btn-v3::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background: #000;
	border-radius: inherit;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn-v3 {
	background-color: var(--theme-color2);
	border-radius: 0;
	font-weight: 600;
	color: var(--theme-color-light);
	display: inline-block;
	padding: 0 60px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-family: var(--title-font2);
	position: relative;
	border: 0;
	z-index: 9;
	overflow: hidden;
}

.theme-btn-v3:hover {
    color: #FFF;
}
.theme-btn-v3:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.theme-btn-light::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background: var(--theme-color-dark);
	/*border-radius: 5px;*/
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn-light {
	background-color: var(--theme-color-light);
	/*border-radius: 5px;*/
	font-weight: 600;
	color: var(--theme-color-dark);
	display: inline-block;
	padding: 10px 20px !important;
	font-size: 16px;
	font-family: var(--title-font2);
	position: relative;
	border: 0;
	z-index: 9;
	overflow: hidden;
}

.theme-btn-light:hover {
    color: #FFF;
}
.theme-btn-light:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;

/*	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;*/
}


.theme-btn-v5::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background: #000;
	border-radius: 5px !important;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn-v5 {
	background-color: var(--theme-color5);
	border-radius: 5px !important;
	font-weight: 600;
	color: var(--theme-color-light);
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-family: var(--title-font2);
	position: relative;
	border: 0;
	z-index: 9;
	overflow: hidden;
}

.theme-btn-v5:hover {
    color: #FFF;
}
.theme-btn-v5:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.theme-btn-v8::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background: #000;
	border-radius: 5px !important;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn-v8 {
	background-color: var(--theme-color8);
	border-radius: 5px !important;
	font-weight: 600;
	color: var(--theme-color-light);
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-family: var(--title-font2);
	position: relative;
	border: 0;
	z-index: 9;
	overflow: hidden;
}

.theme-btn-v8:hover {
    color: #FFF;
}
.theme-btn-v8:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.course-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    padding: 10px 0px;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 991.98px) {
    .course-img {
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .course-img {
        height: 140px;
    }
}

.blog-pagination {
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-pagination .page-item .page-link {
    border: 0;
    background: transparent;
    color: #111111;
    font-weight: 700;
    line-height: 1;
    min-width: auto;
    padding: 0.25rem 0.45rem;
    box-shadow: none;
}

.blog-pagination .page-item .page-link:hover {
    color: #cc0000;
    background: transparent;
}

.blog-pagination .page-item.active .page-link {
    color: #cc0000;
    text-decoration: underline;
}

.blog-pagination .page-item.page-dots .page-link {
    color: #666666;
    cursor: default;
}

.blog-pagination .page-item.page-arrow .page-link {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    color: #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.blog-pagination .page-item.page-arrow .page-link:hover {
    background: #c40000;
    color: #ffffff;
}

.blog-pagination .page-item.page-arrow.disabled .page-link {
    background: #f2a4a4;
    color: #ffffff;
    pointer-events: none;
}

.blog-pagination__icon {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.blog-pagination__icon--prev {
    transform: rotate(180deg);
}

/* BACKGROUNDS */
.about-section {
	/*background-image: url(../images/background/universo-440/bg1.jpg);*/
    background-image: url(../images/background/nuevos/fondos-2.jpg);
}

.service-section {
	/*background-image: url(../images/background/universo-440/bgclear1.jpg);*/
    background-image: url(../images/background/nuevos/ondas-minimas-3.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
}

.service-section { /* DENTRO DE CURSOS PRESENCIALES SE PONIA INLINE */
	/*background-image: url(../images/background/ignius/bg-clear1.jpg);*/
}

.service-section-two {
	/*background-image: url(../images/background/ignius/bg1.jpg);*/
    /*background-image: url(../images/background/nuevos/fondos-1.jpg);*/
    background-image: url(../images/background/nuevos/cursos-presenciales/ondas-1.jpg);
	background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
	/*background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;*/
}

.workshop-section {
	/*background-image: url(../images/background/universo-440/bgclear1.jpg);*/
    background-image: url(../images/background/nuevos/cursos-presenciales/ondas-minimas-2.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
}

.project-section {
    /*background-image: url(../images/background/bg-2.jpg)*/
	background-image: url(../images/background/nuevos/ondas-minimas-1.jpg);
}

.project-section-two {
    /*background-image: url(../images/background/ignius/bg2.jpg);*/
    /*background-image: url(../images/background/nuevos/fondos-2.jpg);*/
    background-image: url(../images/background/nuevos/cursos-presenciales/ondas-2.jpg) !important;
}

.project-section-three {
    /*background-image: url(../images/background/syndera/bg2.jpg)*/
    background-image: url(../images/background/nuevos/ondas-1.jpg) !important;
}

.testimonial-section {
    /*background-image: url(../images/background/universo-440/bgclear2.jpg);*/
    background-image: url(../images/background/nuevos/ondas-minimas-2.jpg);
}

.choose-us-section {
	/*background-image: url(../images/background/universo-440/bg2.jpg)*/
    background-image: url(../images/background/nuevos/fondos-1.jpg)
}


.contact-section {
	/*background-image: url(../images/background/universo-440/bg-contact.jpg);*/
    background-image: url(../images/background/nuevos/fondos-5.jpg);
}


.contact-section { /* Esto se uso para la parte de contacto de cursos online */
	/*background-image: url(../images/background/syndera/bg-contact.jpg);*/
}

.client-block-two .client-logo {
    position: relative;
    display: inline-block;
    padding: 26px 30px 29px;
    text-align: center;
}

/* Centro de Conocimiento */
.knowledge-center-section {
    padding: 80px 0 35px;
    background: #f5f7fa;
}

.knowledge-center-section .theme-btn {
    padding: 12px 22px !important;
    font-size: 15px;
}

.knowledge-center-section .theme-btn .btn-title {
    font-size: 15px;
    line-height: 1.1;
}

.knowledge-center-hero {
    margin-bottom: 50px;
}

.knowledge-center-kicker {
    display: block;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.knowledge-center-hero h2 {
    margin-bottom: 14px;
    color: #111827;
    font-size: 42px;
    line-height: 1.08;
}

.knowledge-center-hero h4 {
    margin-bottom: 18px;
    color: #263244;
    font-size: 20px;
    line-height: 1.4;
}

.knowledge-center-copy {
    color: #465166;
    font-size: 15px;
    line-height: 1.8;
}

.knowledge-center-main-video,
.knowledge-center-video-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid #d8dde6;
    background: #dfe5ee;
}

.knowledge-center-main-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.knowledge-center-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #111827;
    font-weight: 700;
}

.knowledge-center-block {
    margin-bottom: 34px;
}

.knowledge-center-block h3 {
    margin-bottom: 16px;
    color: #111827;
    font-size: 24px;
}

.knowledge-video-card {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-video-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dfe5ee;
}

.knowledge-video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knowledge-video-image span {
    position: absolute;
    right: 10px;
    bottom: 8px;
    padding: 3px 7px;
    border-radius: 3px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.knowledge-video-content {
    padding: 16px 18px 18px;
}

.knowledge-video-content h4 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
}

.knowledge-video-content p,
.knowledge-list p,
.knowledge-global-download p,
.knowledge-course-cta p {
    margin-bottom: 0;
    color: #5b6678;
}

.knowledge-video-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    font-size: 13px;
}

.knowledge-video-actions a {
    min-width: 110px;
    padding: 10px 16px;
    border: 1px solid #9aa3b2;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: all .25s ease;
}

.knowledge-video-actions a:hover {
    border-color: #f58220;
    background: #f58220;
    color: #fff;
}

.knowledge-center-grid {
    align-items: flex-start;
}

.knowledge-panel,
.knowledge-faqs details {
    margin-bottom: 10px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-panel summary,
.knowledge-faqs summary {
    position: relative;
    padding: 14px 45px 14px 18px;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.knowledge-panel summary::-webkit-details-marker,
.knowledge-faqs summary::-webkit-details-marker {
    display: none;
}

.knowledge-panel summary::after,
.knowledge-faqs summary::after {
    content: "\f107";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.knowledge-panel[open] summary::after,
.knowledge-faqs details[open] summary::after {
    content: "\f106";
}

.knowledge-panel-body {
    padding: 18px;
    border-top: 1px solid #e4e8ef;
}

.knowledge-guide-copy {
    color: #465166;
    line-height: 1.75;
}

.knowledge-download-box {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed #c6ceda;
    background: #f8fafc;
}

.knowledge-download-box .fa-file-lines {
    color: #111827;
    font-size: 36px;
}

.knowledge-download-box strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
}

.knowledge-download-box .theme-btn {
    grid-column: 1 / -1;
    justify-self: start;
}

.knowledge-download-form {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.knowledge-download-form input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
}

.knowledge-download-form .theme-btn {
    grid-column: 1 / -1;
}

.knowledge-form-message {
    margin-top: 12px;
    padding: 12px 14px;
    font-weight: 700;
}

.knowledge-form-message.success {
    background: #e8f7ef;
    color: #166534;
}

.knowledge-form-message.error {
    background: #fdecec;
    color: #991b1b;
}

.knowledge-form-message a {
    margin-left: 10px;
    text-decoration: underline;
}

.knowledge-center-block.compact {
    padding: 18px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.knowledge-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #e4e8ef;
}

.knowledge-list li:last-child {
    border-bottom: 0;
}

.knowledge-list span {
    color: #111827;
    font-size: 20px;
}

.knowledge-list strong {
    display: block;
    color: #111827;
}

.knowledge-faqs p {
    padding: 0 18px 16px;
    color: #5b6678;
}

.knowledge-global-download,
.knowledge-course-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 24px;
    padding: 24px 28px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-global-icon {
    color: #111827;
    font-size: 46px;
}

.knowledge-global-download span,
.knowledge-course-cta span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.knowledge-global-download h3,
.knowledge-course-cta h3 {
    margin-bottom: 4px;
    color: #111827;
    font-size: 24px;
}

.knowledge-course-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    background: #1f2937;
}

.knowledge-course-cta span,
.knowledge-course-cta h3,
.knowledge-course-cta p {
    color: #fff;
}

.knowledge-course-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.knowledge-course-links a {
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    font-weight: 700;
}

@media (max-width: 991px) {
    .knowledge-center-hero h2 {
        font-size: 34px;
    }

    .knowledge-center-main-video,
    .knowledge-center-video-fallback {
        margin-top: 24px;
    }

    .knowledge-global-download,
    .knowledge-course-cta {
        grid-template-columns: 1fr;
    }

    .knowledge-course-links {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .knowledge-center-section {
        padding: 55px 0 28px;
    }

    .knowledge-download-form {
        grid-template-columns: 1fr;
    }
}

/* Centro de Conocimiento - ajustes de maqueta v2 */
.knowledge-center-block {
    scroll-margin-top: 120px;
}

.knowledge-hero-summary {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 22px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-hero-summary a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #263244;
    font-size: 14px;
    font-weight: 700;
}

.knowledge-hero-summary i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    color: #111827;
    background: #fff;
}

.knowledge-author-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 24px;
    padding: 22px;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-author-card img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.knowledge-author-card span {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.knowledge-author-card h3 {
    margin-bottom: 6px;
    color: #111827;
    font-size: 20px;
}

.knowledge-author-card p {
    margin-bottom: 14px;
    color: #465166;
    font-size: 14px;
    line-height: 1.55;
}

.knowledge-author-card .knowledge-author-button {
    padding: 12px 22px !important;
    color: #fff !important;
    font-family: var(--title-font) !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.knowledge-author-card .knowledge-author-button .btn-title {
    color: #fff !important;
    font-family: var(--title-font) !important;
    font-size: 16px !important;
    line-height: 1.1;
}

.knowledge-author-card .knowledge-author-button:hover,
.knowledge-author-card .knowledge-author-button:hover .btn-title {
    color: #fff !important;
}

.knowledge-video-card {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 24px);
}

.knowledge-video-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.knowledge-video-content h4 {
    font-size: 17px;
    line-height: 1.22;
}

.knowledge-video-content p {
    font-size: 13px;
    line-height: 1.42;
}

.knowledge-video-actions {
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 16px;
}

.knowledge-video-actions a {
    color: #111827;
}

.knowledge-panel-body p {
    margin-bottom: 0;
    color: #5b6678;
}

.knowledge-faqs .knowledge-panel-body p {
    padding: 0;
}

.knowledge-global-download .theme-btn .btn-title,
.knowledge-global-button .btn-title {
    color: #fff !important;
}

.knowledge-related-courses {
    margin-top: 34px;
    margin-bottom: 0;
}

.knowledge-course-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    height: calc(100% - 24px);
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #d8dde6;
    background: #fff;
}

.knowledge-course-media {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #e5eaf2;
    color: #111827;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
}

.knowledge-course-media img {
    width: 100%;
    height: 100%;
    min-height: 154px;
    object-fit: cover;
}

.knowledge-course-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.knowledge-course-body span {
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.knowledge-course-body h4 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
}

.knowledge-course-body p {
    margin-bottom: 16px;
    color: #5b6678;
    font-size: 14px;
    line-height: 1.55;
}

.knowledge-course-body .theme-btn {
    align-self: flex-start;
    margin-top: auto;
}

.knowledge-course-body .theme-btn .btn-title,
.knowledge-ajax-download .btn-title {
    color: #fff !important;
}

.knowledge-course-body .theme-btn:hover .btn-title,
.knowledge-ajax-download:hover .btn-title {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .knowledge-course-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .knowledge-author-card,
    .knowledge-course-card {
        grid-template-columns: 1fr;
    }

    .knowledge-course-media {
        min-height: 220px;
    }
}

@media (max-width: 575px) {
    .knowledge-author-card {
        text-align: center;
    }

    .knowledge-author-card img,
    .knowledge-author-card .theme-btn {
        justify-self: center;
    }
}
