.linea-verde{
	position:relative;
	top:14px;
	width: 100%;
	margin-top:10px;
}

.fondo-tabs-horizontal {
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.texto_botones_horizontal .linea-verde {
    height: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.texto_botones_horizontal:hover .linea-verde,.texto_botones_horizontal:active .linea-verde {
    background-color: rgb(73, 177, 64);
}

.texto_botones_horizontal{
	font-family: 'Mont-Regular';
    font-size: 15px;
}

.texto_botones_vertical{
	font-size: 18px;
	font-family: 'Mont-Regular';
}


.texto_botones_vertical_submenu{
	font-size: 14px;
	font-family: 'Mont-Regular';
}

.academic-horizontal-tabs {
    display: flex;
	padding-top: 25px;
    padding-bottom: 10px;
	padding-left: 20px;
    padding-right: 29px;
    justify-content: center;
	overflow-x: auto;
	gap:2%;
	box-shadow:0px 0px 70px -5px rgba(0, 0, 0, 0.2);
}

.academic-horizontal-tab {
    margin-right: 10px;
    cursor: pointer;
    color: #495057;
    transition: all 0.2s;
}

.academic-horizontal-tab:hover,.academic-horizontal-tab.active {
    color: rgb(23, 177, 64);
}

.botones-intermedios {
	padding: 40px 19px 0px 19px;
}

.botonPregradoizquierda{
	--border-width: 2px;
    border-color: rgba(15,179,58,255);
    border-radius: 9px;
    font-size: 27px;
    --border: none;
    color: rgba(15,179,58,255);
}

.botonPregradoizquierda:hover{
	background: rgba(15,179,58,255);
	color:white;
}

.botonPregradoderecha{
	color: #fff;
    background-color: #0fb726;
    border-color: #0fb726;
	transition: all 0.3s ease;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: -10px;
}

.botonPregradoderecha:hover span,.botonPregradoderecha:hover img {
    filter: brightness(0) saturate(100%);
    color: #000 !important;
}

.botonPregradoderecha:hover {
    border: 1px solid #000 !important;
}

.contenido_titulo_tab_sup{
	display: flex; 
	align-items: center;
}

.academic-tabs-nav {
	border-right: 3.5px solid rgb(23, 177, 64);
}

.academic-main-tab {
	color: #495057;
	padding: 0.75rem 1.25rem;
	border-radius: 0.25rem;
	margin-bottom: 0.25rem;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.academic-main-tab:hover,.academic-main-tab.active {
	color: rgb(23, 177, 64) !important ;
}

.academic-submenu {
	padding-left: 1.5rem;
}

.academic-subtab {
	padding: 0.5rem 1.5rem;
	color: #6c757d;
	cursor: pointer;
}

.academic-subtab:hover,.academic-subtab.active {
	color: rgb(23, 177, 64) !important;
}

.academic-collapse-trigger::after {
	content: '+';
	float: right;
	transition: transform 0.3s;
}

.academic-collapse-trigger:not(.collapsed)::after {
	content: '-';
}

.academic-content-pane {
	padding: 1.5rem;
	min-height: 300px;
	display: none;
}

.academic-content-pane.active {
	display: block;
}

.academic-content-title {
	color: #6f42c1;
	margin-bottom: 1.5rem;
}

.academic-content-text {
	line-height: 1.6;
	color: #495057;
}

/* Rectángulos */

.academic-main-tab.active #icono_rectangulo {
    color: rgb(23, 177, 64) ;
	background-color: rgb(23, 177, 64);
}
.academic-main-tab.active #icono_rectangulo:before {
    color: rgb(23, 177, 64)!important;
    background-color: rgb(23, 177, 64) !important;
}
.academic-subtab.active #icono_rectangulo {
    color: rgb(23, 177, 64) ;
	background-color: rgb(23, 177, 64);
}
.academic-subtab.active #icono_rectangulo:before {
    color: rgb(23, 177, 64)!important;
    background-color: rgb(23, 177, 64) !important;
}

#icono_rectangulo:before {
    display:flex;
    width: 23px;
	color:#c3c3c3;
	background-color:#c3c3c3;
}

#icono_rectangulo_texto:before {
    display:flex;
	width: 12px;
    height: 12px;
	color:rgb(23, 177, 64) !important;
	background-color:rgb(23, 177, 64) !important;
	margin-top: 5px;
}

#icono_rectangulo:before:active{
	color: rgb(23, 177, 64) !important;
	background-color: rgb(23, 177, 64) !important;
}

.academic-main-tab:active i#icono_rectangulo:before {
	color: rgb(23, 177, 64) !important;
	background-color:rgb(23, 177, 64) !important;
}

.academic-main-tab:hover #icono_rectangulo:before,.academic-main-tab:active #icono_rectangulo:before {
    color: rgb(23, 177, 64) !important;
    background-color: rgb(23, 177, 64) !important; 
}

.academic-subtab:hover #icono_rectangulo:before,.academic-subtab:active #icono_rectangulo:before {
    color: rgb(23, 177, 64) !important;
    background-color: rgb(23, 177, 64) !important; 
}

#icono_rectangulo{
	margin-right:15px;
}

.contenido_menu_pregrado{
	margin-bottom:3%;
}

/*Tabla*/

.styled-table {
    border-collapse: separate !important; 
    border-spacing: 0 !important;
    margin: 25px 0 !important;
    font-size: 0.9em !important;
    font-family: Arial, sans-serif !important;
    min-width: 500px !important;
    background-color: #ffffff !important; 
    border: 2px solid #00d3a6 !important; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 25px !important;
    overflow: hidden !important;
}

.styled-table thead {
    background-color: #00d3a6 !important;
    color: #ffffff !important;
}

.styled-table thead th {
    padding: 12px 15px !important;
    text-align: left !important;
    border: none !important;
}

.styled-table thead th:first-child {
    border-top-left-radius: 20px !important;
}

.styled-table thead th:last-child {
    border-top-right-radius: 18px !important;
}

.styled-table tbody td {
    padding: 12px 12px !important;
    border-left: none !important;
    border-right: none !important;
    color: #303030 !important;
    background-color: #ffffff !important;
}

.styled-table tbody tr:not(:last-child) {
    border-bottom: 2px solid #00d3a6 !important;
}

.styled-table tbody tr:last-of-type {
    border-bottom: none !important;
}

.styled-table tbody tr:last-of-type td:first-child {
    border-bottom-left-radius: 20px !important;
}

.styled-table tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 20px !important;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

/* Nuevas reglas añadidas */

.styled-table > :not(caption) > * > * {
    border-bottom-width: 2px !important;
}

.styled-table tr:last-child * {
    border-bottom-width: 0px !important;
}