h1,h2,h3,h4,h5,h6{color: #55585a !important;}

a{color:#55585a !important; font-size: 16px;}
a:hover{color: #9d2148 !important;}

.footer-label-a{color:#fff !important;}
.footer-label-a:hover{color:#fff !important;}

.jumbotron{background-color: #fffae9 !important;}

#lista_sefin{list-style: none !important;}
#lista_sefin>li>a{font-size: 17px;}
#lista_sefin>li:before {

	font-family: "Font Awesome 5 Free"; /* o según la versión */
  /*font-weight: 900;*/
  content: "\f0da";
  /*font-family: 'Roboto', sans-serif;*/
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 20px;
  line-height: 20px;
  text-rendering: auto;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  color: #9d2148;
  margin-right: 1%;
  margin-left: -2%;
}

#titulo_lista_menu_lateral_sefin{color: #55585a;  margin-bottom: 0; font-size: 26px; font-weight:700;}
.lmls{border: 0px solid #9d2148; display: inherit !important; text-align: left; background-color: #F7F7F7;}
#imagen_menu_lateral_sefin{width:100%; border: 1px solid #9d2148;}
/*#lista_menu_lateral_sefin>li:hover{background-color: #bfb7af !important;}*/
/*#lista_menu_lateral_sefin>li>a:hover{text-decoration: #bfb7af !important;}*/
/*#lista_menu_lateral_sefin>li.active{background-color: #9d2148 !important;}*/
#lista_menu_lateral_sefin>li.active>a{color: #9d2148 !important; font-weight: 700; font-size: 18px;}
#lista_menu_lateral_sefin>li>a{font-size: 18px !important;}
#lista_menu_lateral_sefin>li{padding-left: 5% !important; padding-right: 2% !important;}
#lista_menu_lateral_sefin>li:before{
  font-family: "Font Awesome 5 Free"; /* o según la versión */
  content: "\f35a";
  /*font-family: 'Roboto', sans-serif;*/
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 10px;
  line-height: 10px;
  text-rendering: auto;
  width: 10px;
  -webkit-font-smoothing: antialiased;
  color: #9d2148;
  margin-right: 2%;
}

.btn-outline-primary {
    color: #9F2241;
    border-color: #b18c5b;
}

.btn-primary {
    background-color: #b28e5c;
    border-color: #9D2148;
}
.btn-primary:hover {
    background-color: #9D2148;
    border-color: #b28e5c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b18c5b;
    border-color: #9F2241;
}

    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: #9F2241 !important;
    }

    .btn-primary:focus {
        background-color: #9D2148;
        border-color: #dee2e6;
    }

    /* Estilos para la navegación vertical */
    .nav-saf {
        display: none;
    }

    @media(min-width:768px) {
        .nav-saf {
            display: flex;
            flex-direction: column;
            background: #f8f9fa;
            border-radius: 8px;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .nav-saf .nav-link {
            color: #555;
            padding: 12px 20px;
            margin: 5px 10px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .nav-saf .nav-link.active {
            background-color: #fff;
            color: #55585a;
            box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
        }

        .nav-saf .nav-link:hover:not(.active) {
            background-color: #f0f0f0;
            color: #9F2241;
        }

        .card {
            border: none;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            margin-bottom: 20px;
        }

        .card-body {
            padding: 25px;
            background: white;
            border-radius: 0 0 8px 8px;
        }

        .card .card-header {
            display: none;
        }  

        .card .collapse {
            display: block;
        }
    }

    @media(max-width:767px){
        .tab-pane {
            display: block !important;
            opacity: 1;
        }

        .card {
            margin-bottom: 15px;
        }

        .card-header {
            background-color: #f8f9fa;
            padding: 15px;
            border-bottom: 1px solid #eee;
        }

        .card-header a {
            color: #9F2241;
            font-weight: 500;
            text-decoration: none;
            display: block;
        }

        .card-body {
            padding: 20px;
            background: white;
        }
    }

    /* Estilos para los tabs principales */
    .text-purple {
        color: #b18c5b;
    }

    .nav-tabs {
        border-bottom: none;
        display: flex;
        justify-content: center;
        gap: 25px;
        margin-bottom: 30px;
    }

    .nav-tabs .nav-link {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px 20px;
        color: #b18c5b;
        transition: all 0.3s ease-in-out;
        height: 70px;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 500;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .nav-tabs .nav-link:hover {
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .nav-tabs .nav-link.active {
        background: #9F2241;
        color: #fff;
        border-color: #9F2241;
        box-shadow: 0 4px 12px rgba(159, 34, 65, 0.3);
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #9F2241;
        box-shadow: none;
    }

    .accordion-button {
        background-color: #f8f9fa;
        color: #333;
        font-weight: 500;
        padding: 15px 20px;
        border-radius: 6px !important;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(159, 34, 65, 0.25);
    }

    .accordion-button::after {
        filter: brightness(0);
        background-size: 1.2rem;
    }

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
    }

    .accordion-body {
        padding: 20px;
        background: white;
        border-radius: 0 0 6px 6px;
    }

    /* Estilos para el contenido de los tabs */
    .tab-content h3 {
        color: #9F2241;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .tab-content p {
        line-height: 1.6;
        color: #555;
    }

    /* Mejoras para la tabla vertical */
    .vertical-tabs-container {
        margin-top: 20px;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 34px;
		padding-left: 15px;
    }

    .vertical-tabs-container .card {
        border-left: 3px solid #9F2241;
    }

    .vertical-tabs-container .card-body {
        background-color: #fcfcfc;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .nav-tabs {
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .nav-tabs .nav-link {
            width: 100%;
            max-width: 300px;
            height: auto;
            padding: 15px;
        }
    }
	
