/* Estilos generales */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 {
	background-color: #ffffff;
	color: #333333;
}


/* Buscador */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-search {
	margin-bottom: 1.5rem !important;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-search .form-control {
	border-radius: 50px 0 0 50px !important;
	padding: 0.75rem 1.25rem;
	border: 2px solid #e0e0e0;
	border-right: none;
	transition: all 0.3s;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-search .form-control:focus {
	border-color: #14613d;
	box-shadow: 0 0 0 0.25rem rgba(20, 97, 61, 0.1);
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-search .btn {
	border-radius: 0 50px 50px 0 !important;
	background-color: #f1c40f;
	color: #333;
	border: 2px solid #e0e0e0;
	border-left: none;
	padding: 0 1.25rem;
	transition: all 0.3s;
	margin-bottom: 0px;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-search .btn:hover {
	background-color: #f39c12;
}


/* Filtros y Acordeón */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-filters {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
	padding: 1.25rem;
	margin-bottom: 1.5rem;
	border: 1px solid #eaeaea;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .accordion-button {
	font-weight: 600;
	padding: 0.75rem 1.25rem;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .accordion-button:not(.collapsed) {
	background-color: #14613d;
	color: white;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .accordion-button::after {
	transition: transform 0.3s ease;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .accordion-collapse {
	transition: height 0.3s ease;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .list-group-item {
	border-left: 3px solid #f1c40f;
	margin-bottom: 0.5rem;
	transition: all 0.2s;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .list-group-item:hover {
	background-color: #f8f9fa;
	border-left-color: #e67e22;
}


/* Tarjetas de Cursos */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-card {
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid #eaeaea;
	height: 100% !important;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-img-container {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-card:hover .course-img {
	transform: scale(1.05);
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #e74c3c;
	color: white;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	font-weight: bold;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-body {
	padding: 1.25rem;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-body h3 {
	font-family: Mont-Regular;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-title {
	font-size: 1rem;
	font-weight: 700;
	color: #14613d;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/*min-height: 3rem;*/
}


/* Botones */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .btn-enroll {
	background-color: rgb(20, 97, 61);
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px;
	font-weight: 600;
	width: 100%;
	transition: all 0.3s;
	margin-top: 15px;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .btn-enroll:hover {
	background-color: #165a3a;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(20, 97, 61, 0.3);
}


/* Terminos y condiciones */
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-link:focus, 
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .btn-detail {
	background-color: #bbbbbb;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px;
	font-weight: 600;
	width: 100%;
	transition: all 0.3s;
	margin-top: 15px;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .btn-detail:hover {
	background-color: #f39c12;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgb(184, 118, 12);
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .form-check-label{
	font-size: 13px;
}
.terms-error-message{
	font-size: 13px;
}


/* Vista de Detalles */

.detail-header{
	background: #00b16b;
}

.btn-return-detail {
    background-color: #f1c40f;
}

.btn-return-detail:hover {
    background-color: #f39c12;
    border-color: #f39c12;
}

.detail-hero {
    color: white;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
	
	height: 500px;
	align-content: center;
}

.hero-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
	
	color: white;
}

.detail-title{
	font-size: 1.7rem;
	font-family: 'Mont Bold';
	color: white;
}

.hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.hero-meta span {
    background: rgba(255,255,255,0.2);
    padding: 5px 15px !important;
    border-radius: 20px;
    font-size: 16px;
    backdrop-filter: blur(5px);
}

.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-detail-container {
	display: none;
	height: auto;
	/* Ajusta al contenido */
	/*overflow-y: auto;*/
	/* Maneja contenido extenso */
}
.detail-card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	padding: 25px;
	margin-bottom: 30px !important;
	border: 1px solid #eee;
	transition: all 0.3s;
}
.detail-card:hover {
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.detail-card h3 {
	font-size: 25px;
	font-family: Mont-Bold;
	color: #00b16b;
	margin-top: 0;
	border-bottom: 2px solid #f1c40f;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.detail-card h3 i {
	margin-right: 10px;
	color: #f1c40f !important;
}


/* Iframe de Inscripción */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-iframe-container {
	display: none;
	padding: 1.5rem;
	height: auto;
	/* Ajusta al contenido */
	overflow-y: auto;
	/* Maneja contenido extenso */
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-iframe {
	width: 100%;
	min-height: 1400px;
	/* Altura inicial mínima */
	height: auto;
	/* Intenta ajustar al contenido del iframe */
	border: none;
	border-radius: 0.5rem;
}


/* Animaciones y Utilidades */
.shake {
	animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shake {
	0%, 100% {
		transform: translateX(0);
	}
	20%, 60% {
		transform: translateX(-5px);
	}
	40%, 80% {
		transform: translateX(5px);
	}
}


/* Responsividad */
@media (max-width: 767.98px) {
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-img-container {
		padding-top: 56.25%;
	}
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-title {
		font-size: 0.9rem;
		min-height: 2.8rem;
	}
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-filters {
		margin-bottom: 1rem;
	}
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-iframe {
		min-height: 400px;
		/* Altura inicial mínima para móviles */
	}
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .course-detail-container {
		height: auto;
		/* Ajusta al contenido en móviles */
	}
}


/* Preloaders */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .catalog-loading {
	display: none;
	text-align: center;
	padding: 2rem;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .loading-detail .spinner-border {
	width: 1.5rem;
	height: 1.5rem;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .detail-preloader {
	min-height: 50vh;
}


/* Tarjetas de Inversión */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .investment-cards-container {
	display: grid;
	grid-template-columns: none;
	gap: 20px;
	margin-top: 20px;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .investment-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	background: white;
	border: 1px solid #eaeaea;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .investment-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.investment-header {
	padding: 15px;
	/*background: linear-gradient(135deg, #14613d 0%, #1a7a4e 100%);*/
	background: #00b16b !important;
	color: white;
	text-align: center;
}
.investment-header h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.investment-body {
	padding: 20px;
}
.investment-description {
	color: #555;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.price-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.price-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	background: #f8f9fa;
	border-radius: 6px;
	border-left: 4px solid #eaeaea;
}
.price-option.highlight {
	background: #f1f8e9;
	border-left-color: #8bc34a;
}
.price-label {
	font-weight: 600;
	color: #555;
	font-size: 14px;
}
.price-value {
	font-weight: 700;
	color: #333;
	font-size: 15px;
	text-align: end;
}
.price-option.highlight .price-value {
	color: #2e7d32;
	font-size: 16px;
}


/* Tarjetas de Contacto */
.contacto-card {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 4px;
	margin-top: 15px;
	border-left: 3px solid rgb(20, 97, 61);
}
.contacto-card .contacto-header  {
	margin-top: 0;
	color: rgb(20, 97, 61);
	margin-bottom: 10px;
}


/* tarjeta de modulos */
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .modulos-cards-container {
	display: grid;
	grid-template-columns: none;
	gap: 20px;
	margin-top: 20px;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .modulos-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	background: white;
	border: 1px solid #eaeaea;
}
.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .modulos-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.modulos-header {
	padding: 15px;
	background: #00b16b !important;
	/*background: linear-gradient(135deg, #14613d 0%, #1a7a4e 100%);*/
	color: white;
	text-align: center;
	font-size: 14px;
}
.modulos-header h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.modulos-body {
	padding: 20px;
	font-size: 14px;
}


/* Carrusel de Expositores Replanteado */
.expositor-content {
	/*
	padding-bottom: 30px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	*/
	
}
.expositor-profile img {
	height: auto;
	max-height: 200px;
	object-fit: cover;
	border: solid 7px #08662e;
}
.expositor-resume {
	border-left: solid 2px gray;
	padding: 0 20px;
}
.expositor-resume .expositor-title {
	color: #00b16b;
	font-size: 25px;
	font-weight: 600;
	margin: 15px 0px;
	font-family: Mont-Heavy;
}
.expositor-resume .expositor-descripcion {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}


/* Estilos personalizados para el carrusel de expositores */

.expositor-prev,
.expositor-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

/*
.carousel-indicators {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
	
	width: 10px;
    height: 10px;
    background-color: #cccccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
*/


/* Estilos básicos para el carrusel */
#expositoresCarousel .carousel-control-prev,
#expositoresCarousel .carousel-control-next {
    opacity: 1; /* Sobrescribir opacidad predeterminada */
}

.carousel-indicators {
    position: relative;
    bottom: -45px;
    display: flex;
    gap: 8px;
    margin-left: 0px;
    margin-bottom: 40px;
	width: 100%;
}


.carousel-indicators button.active {
    background-color: #00b16b;
    width: 12px;
    height: 12px;
    margin: -1px 3px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
	border: none;
	border-radius: 50%;
    background-color: #cccccc;
	cursor: pointer;
    border: 0;
    opacity: 0.5;
	outline: none;
}


/* SM */
@media (min-width: 576px) {
	
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .investment-cards-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
	
	.catalog-containerid-w-2800-20250831055810-a-197-20250804200157 .modulos-cards-container {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

}

/* MD */
@media (min-width: 768px) {
	
	.modulos-header{
		font-size: 16px;
	}
	.modulos-body {
		font-size: 16px;
	}

}

/* LG */
@media (min-width: 992px) {

}

/* XL */
@media (min-width: 1200px) {

}

/* XXL */
@media (min-width: 1400px) {

}