/* Estilos generales */
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 {
	background-color: #ffffff;
	color: #333333;
}


/* Buscador */
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .catalog-search {
	margin-bottom: 1.5rem !important;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .catalog-search .form-control:focus {
	border-color: #14613d;
	box-shadow: 0 0 0 0.25rem rgba(20, 97, 61, 0.1);
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .catalog-search .btn:hover {
	background-color: #f39c12;
}


/* Filtros y Acordeón */
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .accordion-button {
	font-weight: 600;
	padding: 0.75rem 1.25rem;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .accordion-button:not(.collapsed) {
	background-color: #14613d;
	color: white;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .accordion-button::after {
	transition: transform 0.3s ease;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .accordion-collapse {
	transition: height 0.3s ease;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .list-group-item {
	border-left: 3px solid #f1c40f;
	margin-bottom: 0.5rem;
	transition: all 0.2s;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .list-group-item:hover {
	background-color: #f8f9fa;
	border-left-color: #e67e22;
}


/* Tarjetas de Cursos */
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-img-container {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-card:hover .course-img {
	transform: scale(1.05);
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .course-body {
	padding: 1.25rem;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-body h3 {
	font-family: Mont-Regular;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .btn-detail:hover {
	background-color: #f39c12;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgb(184, 118, 12);
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .form-check-label{
	font-size: 13px;
}
.terms-error-message{
	font-size: 13px;
}


/*  ------------------------------------------- VISTA DETALLE NUEVO ----------------------------------------- */

/* ################## PRESENTACION ################# */

/* Fondo completo del bloque */
.detalle-presentacion {
  /*background-color: #131821;*/
  border-radius: 12px;
  padding: 0px;
  color: #ffffff;
}

/* Badges de información */
.detalle-presentacion .badge-item {
  color: #ffffff;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Título del programa */
.detalle-presentacion .program-title {
  color: #00e6b0;
  font-size: 2rem;
  font-weight: 700;
}

/* Texto de presentación */
.detalle-presentacion .presentacion-text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
}

.detalle-presentacion .btn-pago{
	width: auto;
}

/* Botón verde */
.detalle-presentacion .btn-success {
  background-color: #00e6b0;
  border: none;
  color: #131821;
  font-weight: bold;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.detalle-presentacion .btn-success:hover {
  background-color: #00c79c;
  color: #131821;
}

/* Card de inversión (derecha) */
.detalle-presentacion .card.bg-dark {
  /*background-color: #1b222c !important;*/
  border-color: #00924b !important;
  border-radius: 16px;
}

.detalle-presentacion .card h4,
.detalle-presentacion .card h2,
.detalle-presentacion .card p,
.detalle-presentacion .card small {
  color: #ffffff;
}

.detalle-presentacion .card .text-success {
  color: #00e6b0 !important;
}

.detalle-presentacion hr.border-success {
  border-color: rgba(0, 230, 176, 0.3);
}

/* Frase final */
.detalle-presentacion blockquote {
  color: #00e6b0;
  font-size: 0.95rem;
  font-style: italic;
}

/* ##################################### */

/* ################## CONTACTO #########################*/
/* Caja de contacto completa */
.detalle-contacto-box {
  background-color: #00924b;
  border-radius: 0;
  color: #ffffff;
}

/* Título */
.contacto-titulo {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

/* Línea divisoria vertical */
.linea-divisoria-vertical {
  border: none;
  border-left: 2px solid #ffffff;
  height: 100%;
  margin: 0;
}

/* Datos */
.detalle-contacto-datos p {
  margin: 0.3rem 0;
  font-size: 1rem;
  color: #ffffff;
}

/* Íconos de redes */
.detalle-contacto-redes i {
  font-size: 1.4rem;
  margin-right: 1rem;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.detalle-contacto-redes i:hover {
  transform: scale(1.2);
}
/*###############################*/

/* ########################## ACORDEON ########################### */

.acordeon-responsive {
  /*display: flex;*/
  gap: 2rem;
  flex-wrap: wrap;
}

.acordeon-tabs {
  display: flex;
  flex-direction: column;
}

.acordeon-tabs .tab-button {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 10px 15px;
  font-weight: bold;
  color: #666;
  border-left: 5px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.acordeon-tabs .tab-button.active {
  color: #00924b;
  border-left-color: #00924b;
  background-color: #f7f7f7;
}

.acordeon-contents {
  flex: 1;
}

.tab-content {
  display: none;
  padding: 0px;
}

.tab-content.active {
  display: block;
}

/* RESPONSIVE para móviles: acordeón vertical */
@media (max-width: 767px) {
  .acordeon-responsive {
    flex-direction: column;
  }

  .acordeon-tabs {
    /*flex-direction: row;*/
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
  }

  .acordeon-tabs .tab-button {
    flex: 1;
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
    text-align: center;
  }

  .acordeon-tabs .tab-button.active {
    border-bottom-color: #00924b;
    border-left: none;
  }

  .acordeon-contents {
    padding-top: 1rem;
  }
}
/*###########################################################*/

/* -------------------------------------------------------------------------------------- */

/* 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-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .catalog-iframe-container {
	display: none;
	padding: 1.5rem;
	height: auto;
	/* Ajusta al contenido */
	overflow-y: auto;
	/* Maneja contenido extenso */
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .course-img-container {
		padding-top: 56.25%;
	}
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-title {
		font-size: 0.9rem;
		min-height: 2.8rem;
	}
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .catalog-filters {
		margin-bottom: 1rem;
	}
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .catalog-iframe {
		min-height: 400px;
		/* Altura inicial mínima para móviles */
	}
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .course-detail-container {
		height: auto;
		/* Ajusta al contenido en móviles */
	}
}


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


/* Tarjetas de Inversión */
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .investment-cards-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centra las tarjetas horizontalmente */
}

.investment-item {
    background-color: #fff; /* Fondo blanco, similar a card */
    border: 1px solid rgba(0, 0, 0, 0.125); /* Borde similar a card */
    border-radius: 0.25rem; /* Bordes redondeados */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Sombra ligera */
    overflow: hidden; /* Evita que el contenido se desborde */
    max-width: 100%; /* Evita que la tarjeta sea más ancha que su contenedor */
}

.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .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;
	display: flex;
    flex-direction: column;
    gap: 1rem; /* Espacio entre elementos internos */
}
.investment-description {	
	margin: 0;
    word-break: break-word; /* Rompe palabras largas para evitar desbordamiento */
    overflow-wrap: break-word; /* Compatibilidad con navegadores antiguos */
    max-height: 150px; /* Limita la altura del texto */
    overflow-y: auto; /* Agrega desplazamiento vertical si el texto es largo */
}
.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-2942-19690101000000-a-200-20250906000456 .modulos-cards-container {
	display: grid;
	grid-template-columns: none;
	gap: 20px;
	margin-top: 20px;
}
.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .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-2942-19690101000000-a-200-20250906000456 .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 */

/* Estilos básicos para el carrusel */
#expositoresCarousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px; /* Espacio para los indicadores */
}

#expositoresCarousel .carousel-expositores {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

#expositoresCarousel .carousel-expositores.active {
    opacity: 1;
}

#expositoresCarousel .carousel-expositores .row {
    transition: transform 0.6s ease-in-out;
}

#expositoresCarousel .carousel-expositores .expositor-profile img {
    transition: transform 0.6s ease-in-out, border-color 0.3s ease;
    max-width: 100%;
    height: auto;
    border: 7px solid #08662e;
    border-radius: 50%;
}

#expositoresCarousel .carousel-expositores .expositor-resume {
    transition: border-color 0.3s ease;
    border-left: 2px solid gray;
    padding: 0 20px;
}

#expositoresCarousel .carousel-expositores .expositor-title {
    color: #00b16b;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
    font-family: Mont-Heavy;
}

#expositoresCarousel .carousel-expositores .expositor-descripcion {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    max-height: 150px;
    overflow-y: auto;
}

/* Efectos hover */
#expositoresCarousel .carousel-expositores:hover .expositor-profile img {
    transform: scale(1.05);
    border-color: #00b16b;
}

#expositoresCarousel .carousel-expositores.active:hover .expositor-resume {
    border-left-color: #00b16b;
}

/* Botones de control */
#expositoresCarousel .carousel-control-prev,
#expositoresCarousel .carousel-control-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, opacity 0.3s ease;
    opacity: 0.7;
    z-index: 10;
}

#expositoresCarousel .carousel-control-prev {
    left: 10px;
}

#expositoresCarousel .carousel-control-next {
    right: 10px;
}

#expositoresCarousel .carousel-control-prev:hover,
#expositoresCarousel .carousel-control-next:hover {
    background-color: #00b16b;
    opacity: 1;
}

#expositoresCarousel .carousel-control-prev::after,
#expositoresCarousel .carousel-control-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
}

#expositoresCarousel .carousel-control-prev::after {
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}

#expositoresCarousel .carousel-control-next::after {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
}

/* Indicadores */
#expositoresCarousel .carousel-indicators {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#expositoresCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
    outline: none;
    padding: 0;
}

#expositoresCarousel .carousel-indicators .active {
    background-color: #00b16b;
    width: 12px;
    height: 12px;
}


.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-2942-19690101000000-a-200-20250906000456 .investment-cards-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
	
	.catalog-containerid-w-2942-19690101000000-a-200-20250906000456 .modulos-cards-container {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
	
	.detalle-presentacion .btn-pago{
		width: auto;
	}
}

/* MD */
@media (min-width: 768px) {
	
	.modulos-header{
		font-size: 16px;
	}
	
	.modulos-body {
		font-size: 16px;
	}
	
	.detalle-presentacion{
		padding: 3rem 2rem;
	}

}

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

}

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

}

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

}