

#content-detail-bottom-action.fix-width {
	margin: 0 -.75rem;
}


#content-detail strong {
	font-weight: 500;
}

#content-detail .content-detail-accordion-button {
	margin: 0 -.75rem;
}

#content-detail .content-detail-accordion-button:not(.collapsed) {
	border-left: 1px solid var(--color-blue-500);
	background: var(--Shape-color-Surface-Generales-bg-07, #EBEFFB);
	font-weight: var(--font-weight-extra-bold);
}

#content-detail .content-detail-accordion-button:not(.collapsed) .icon-add_circle:before {
	content: "\e93a";
}

#content-detail iframe{
	width: 100%;
}

#content-detail img{
	width: 100%;
}

#content-detail ul:not(.content-icons) {
	list-style: none;
	padding-left: 16px;
	padding: 0;
}

#content-detail ul:not(.content-icons) li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

#content-detail ul:not(.content-icons) li::before {	
	content: "•"; 
	position: absolute; 
	left: 0; 
	top: -3px; 	
	color: var(--color-blue-500);
	font-size: 34px;
}

#content-detail .content-icons {
	list-style: none;
	padding-left: 0;
}

#content-detail .content-icons li {
	position: relative;	
	font-size: 16px;
	font-weight: 300;
	padding-left: 3rem;
	margin-bottom: 1.5rem;
}

#content-detail .content-icons li::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 100%;
	background: var(--color-yellow-500);
	font-size: 18px;
	color: var(--color-azul-500); 	
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0;
}

#content-detail .content-icons strong {
	font-weight: 400 ;
}

#content-detail .bg-important-content{
	padding: 8px 16px;
	border-radius: 8px;
	background-color: var(--color-bg-01);
	margin-bottom: 24px;
}

#content-detail .bg-important-content p {
	margin-bottom: 0;
}

#content-detail .bg-important-content p:last-child {
	font-size: 14px;
	line-height: 21px;
}

#content-detail table {
	width: 100% !important;
}

#content-detail table thead {
	border-bottom: 1px solid #DCDCDC;
}

#content-detail table thead th {
	padding: 10px 16px;
	font-weight: var(--font-weight-bold);
}

#content-detail table thead tr th:last-child {
	text-align: end;
}

#content-detail .table-fondo thead tr th:last-child,
#content-detail .table-planilla thead tr th:last-child,
#content-detail .table-calendario thead tr th:last-child{
	text-align: start !important;
}

#content-detail table tbody tr {
	border-bottom: 1px solid #DCDCDC;
}

#content-detail table tbody tr td {
	padding: 0.5rem;
}

#content-detail table tbody tr td:first-child div {
	text-align: start !important;
}

#content-detail table tbody tr td:last-child div {
	text-align: end !important;
}


/* table fondos */

#content-detail .table-fondos {
	max-width: 368px;
  border-radius: 16px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

#content-detail .table-fondos-container {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}

#content-detail .table-fondos-container p {
	text-align: center;
}

#content-detail .table-fondos table {
	border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
	margin-bottom: 2rem;
	padding: 0 1.5rem;
}

#content-detail .table-fondos tr td:first-child {
	font-size: var(--font-sub);
  line-height: var(--lh-font-sub);
	color: var(--color-blue-500);
	font-weight: var(--font-weight-regular);
}

#content-detail .table-fondos tr td:last-child {
	font-weight: var(--font-weight-regular) !important;
}

#content-detail .table-fondos tr td:not(tbody tr:last-child td) {
 border-bottom: 1px solid #DCDCDC;
}

#content-detail .table-fondos table tr td i {
	width: 22px;
	height: 22px;
	margin-right: 0.5rem;
}

/* table calendario */ 

#content-detail .table-calendario tbody tr td:last-child div{
	text-align: start !important;
}

/* tabs regimen */

#content-detail .tabs-regimen__moreinfo:not(.collapsed){
	display: none !important;
}

#content-detail .overlay-minicard{
	background: linear-gradient(90deg, #EBEFFB 6.35%, rgba(204, 221, 247, 0.00) 118%);
}

#content-detail .carousel-item.active{
	transition-delay: 0s;
	visibility: visible;
}

.funds-card_list ul {
	padding: 0px;
	list-style: none;
}
.funds-card_list ul li::before{
	display: none;
}

.funds-card_list {
	padding: 8px 24px;
	border-radius: 16px;
	border: 1px solid #DCDCDC;
}

.funds-card_list li {
	border-bottom: 1px solid #DCDCDC;
}

.funds-card_list li:last-child {
	border: none;
}

@media only screen and (min-width: 768px) {
	#content-detail .detail-accordion{
		padding: 0 0 34px 0;
	}
	
	#content-detail table tbody tr td {
		padding: 1rem;
	}

	#content-detail .detail-accordion.collapse:not(.show){
		display: block;
	}

	#content-detail #right-menu{
		position: sticky;
		top: 170px;
	}
	
	#content-detail .content-detail-accordion-button {
		margin: 0 0;
	}

}
