.container-inclined {
    position: relative;
    max-width: 100%;
    height: 800px;
    overflow: hidden;
    /*border-radius: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-inclined img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container-inclined1 {
    position: relative;
    max-width: 100%;
    height: 350px;
    overflow: hidden;
    /*border-radius: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-inclined1 img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* Capa de difuminado en la parte inferior */
.bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(0, 0, 0, 0));
    z-index: 2;
}
.content_L {
    bottom: 45%;
    left: 25%;
    position: absolute;
    background: rgba(255, 255, 255, 0.44);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.44);
    z-index: 2;
}
.logo_U {
    object-fit: contain; /* Mantiene la proporción de la imagen */
    /*width: 100px;*/
    max-height: 100px;
    /*background: var(--Cenape-Blue);*/
    /*border-radius: 50%;*/
}

.content_U {
    bottom: 20%;
    left: 20%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.44);
    z-index: 2;
}

.title_U {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;

    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;*/
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.description {
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}
.circle_U {
    top: 20%;
    right: 10%;
    width: 250px;
    height: 250px;
    position: absolute;
    border: 5px solid var(--Cenape-Blue, #000073);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.circle_U iframe {
    width: 100%;
    height: 100%;
}
.fixed-image_U {
    bottom: 0;
    height: 25%;
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 4!important;
    /*opacity: 0.9; !* Opacidad opcional para efecto visual *!*/
}

.fixed-image_U img {
    width: 100%;
    height: 100%;
    border-image: none;
    object-fit: cover;
    z-index: 4!important;
}


/* Responsive adjustments */
@media (max-width: 769px) {
    .circle_U{
        display: none;
    }
    .content_U {
        bottom: 20%;
        left: 25%;
    }
    .content_L {
        bottom: 45%;
        left: 35%;
    }

}


/*SECCION DE INFROMACION BASICA DE UNIVERSIDADES*/
.details-list_U {
    list-style: none;
    padding: 0;
}

.detail-item_U {
    display: flex;
    align-items: center;
    color: var(--Cenape-Orange);
    gap: 10px;
}
.title-stylish_U {
    font-family: 'Gotham', sans-serif;
    /*font-weight:  600;*/
    /*font-style: italic;*/
    font-size: 1.8rem;
    color: var(--Cenape-Blue);
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}

.title-stylish_UC {
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
    /*font-style: italic;*/
    font-size: 2rem;
    /*color: var(--Cenape-Orange);*/
    color: var(--Cenape-Blue);
    text-align: center;
    margin: 0;
}

.move-up_UC {
    position: relative;
    top: -80px;
    z-index: 10;
}
.text-container_U {
    display: inline-flex;
    min-width: 50vw;
    align-items: center;
}
.text-container_UC {
    display: inline-flex;
    min-width: 50vw;
    align-items: center;
}
.height-min{
    min-height: 200px;
}
@media (max-width: 992px) {

    .text-container_UC {
        text-align: center;
        min-width: 25vw !important;
    }
    .container-inclined {
        position: relative;
        max-width: 100%;
        height: 700px;
        overflow: hidden;
        /*border-radius: 15px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .move-up_UC {
        position: relative;
        top: 10px;
    }
    .text-container_UC {
        text-align: center;
        min-width: 70vw !important;
    }
    .container-inclined {
        position: relative;
        max-width: 100%;
        height: 600px;
        overflow: hidden;
        /*border-radius: 15px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_L {
        bottom: 65%;
        left: 36%;
    }
    .content_U {
        bottom: 30%;
        left: 15%;
        max-width: 525px;
    }
}
@media (max-width: 600px) {

    .content_L {
        bottom: 65%;
        left: 36%;
    }
    .content_U {
        bottom: 30%;
        left: 15%;
        max-width: 425px;

    }
    .title-stylish_U {
        font-size: 1.3rem;
    }
    .text-container_U {
        text-align: center;
        min-width: 150px;
        max-width: 250px;
    }


}
@media (max-width: 500px) {

    .content_U {
        bottom: 30%;
        left: 15%;
        max-width: 325px;
    }
    .content_L {
        bottom: 70%;
        left: 32%;
    }
    .title-stylish_U {
        font-size: 1.2rem;
    }
    .text-container_U {
        text-align: center;
        min-width: 150px;
        max-width: 225px;
    }

}
/*.detail-icon_U {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background: linear-gradient(135deg, #ff0099, #560694);*/
/*    color: #fff;*/
/*    font-size: 1.5rem;*/
/*    margin-right: 10px;*/
/*}*/
.detail-icon_U {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(to right, var(--Cenape-Blue) 60%, var(--Cenape-Orange));
    padding: 10px;
}

.inner-circle_U {
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon_U i {
    background: linear-gradient(to right, var(--Cenape-Blue), var(--Cenape-Orange)); /* Gradiente en el ícono */
    -webkit-background-clip: text;
    color: transparent; /* Hace el texto transparente para mostrar el fondo */
    font-size: 2.5rem; /* Tamaño del ícono */
    z-index: 4;
}

.inner-circle_U i {
    font-size: 3rem; /* Ajusta el tamaño del ícono para que ocupe el espacio */
    width: 90%; /* Asegura que el ícono ocupe un alto y ancho óptimos */
    height: 90%; /* Asegura que el ícono ocupe un alto y ancho óptimos */
    display: flex;
    align-items: center;
    justify-content: center;
}


.detail-label_U {
    font-size: 1.25rem;
    /*color: var(--Cenape-Orange);*/
    color: black;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}
.detail-label_Admi {
    font-size: 1.25rem;
    /*color: var(--Cenape-Orange);*/
    color: black;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.contact-section_U {
    text-align: center;
}

.study-image_U {
    width: 150px;
    height: 150px;
    border: 5px solid var(--Cenape-Blue);
    position: relative;
}

.country-flag_U {
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -10px;
    border: 2px solid #fff;
}




/*BOTON DE WHATSAPP*/
.contact-section_U {
    font-family: Arial, sans-serif;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.whatsapp-button_U {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; /* Color del icono */
    background: #25D366;
    text-decoration: none;
    font-size: 2.5rem;
    animation: heartbeat 1.5s infinite ease-in-out; /* Aplicando la animación de latido */
}

.country-title_U {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: var(--Cenape-Blue); /* Color del texto */
}


.blue-container {
    background-color: #041878; /* Azul oscuro */
    color: white; /* Texto en blanco */
    padding: 0 10px; /* Espaciado interno */
    margin-top: 0; /* Espaciado superior para separar del mapa */
    /*border-radius: 12px; !* Bordes redondeados similares al mapa *!*/
    text-align: left; /* Alineación del texto a la izquierda */
    /*width: 100%; */
    font-family: "Helvetica Neue", cursive;
    font-style: italic;
    font-size: 1rem; /* Ajusta el tamaño según tus necesidades */
}

.nav-link-U {
    color: #EF841A !important; /* Naranja */
    border-bottom: 4px solid #EF841A !important;
}

.active-U {
    color: #EF841A !important; /* Naranja */
    border-bottom: 4px solid var(--Cenape-Blue) !important;
}

.save-icon {
    cursor: pointer;
    /* color base cuando no está guardado */
    color: #888;
    font-size: 3.5rem;
}

.save-icon.saved {
    color: #EF841A;
}

.position-bottom-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 20;
}

.action-buttons-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Estilos para el botón de suscripción */
.subscribe-container {
    margin-right: 10px;
}

.subscribe-btn {
    background-color: #f8f9fa;
    border: 1px solid #dadce0;
    color: #606060;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/*.subscribe-btn:hover {
    background-color: #f1f3f4;
    border-color: #d2e3fc;
}*/

.subscribe-btn i {
    margin-right: 8px;
    font-size: 16px;
    color: inherit;
}

/* Estado suscrito */
.subscribe-btn.subscribed {
    background-color: #e8f0fe;
    border-color: #d2e3fc;
    color: #1a73e8;
}

.subscribe-btn.subscribed i {
    color: #1a73e8;
}

/* Tooltip */
.subscribe-btn {
    position: relative;
}

.subscribe-btn::after {
    content: attr(aria-label);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    white-space: nowrap;
    z-index: 100;
}

.subscribe-btn:hover::after {
    opacity: 1;
    visibility: visible;
}









 .accordion-style1 {
     margin-bottom: 0px;
 }

html {
    scroll-behavior: smooth;
}

@media ( min-width: 475px) and (max-width: 991.99px ) {
    .custom-modal .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }

    .custom-modal .modal-body .row {
        flex-direction: column;
    }

    .custom-modal .modal-body .col-lg-8,
    .custom-modal .modal-body .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .custom-modal .modal-body .col-lg-4 {
        margin-top: 1rem;
    }

    .custom-modal .modal-body .d-grid {
        margin-top: 0;
    }

    .custom-modal .header-content img {
        width: 30px;
        height: 30px;
    }

    .custom-modal .header-content span,
    .custom-modal .header-content a {
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .custom-modal .modal-body .col-lg-4 .d-grid {
        margin-top: auto;
    }


    .advance-feature-modal .modal-body, .signup-modal .modal-bodys {
        padding: 15px 20px 20px;
    }
}


.signup-modal .modal-headers {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
}


.custom-modal-sidebar .d-grid button {
    background-color: #000000;
    color: #ffffff;
}


section {
    padding: 0;
    position: relative;
}

.map-container iframe {
    border-radius: 20px; /* Asegura que los bordes del iframe también se redondeen */
}

.h300 {
    height: 150px;
}

.timetable {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}


.icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    background-color: #ffffff;
    margin-right: 15px;
    border: 2px solid rgba(243, 231, 214, 0.45);
    padding: 5px;
}

.overview-element {
    width: 100%;
    display: flex;
    align-items: flex-start; /* Alinea ícono y texto al inicio verticalmente */
}

.text-container {
    min-width: 0;
    max-width: 100%;
    flex-grow: 1;
    /*overflow-wrap: break-word; !* Esto evita que el texto se desborde *!*/
}

.text-container p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-style {
    font-size: 20px; /* Mantiene el tamaño del ícono */
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}


.advance-style2 .nav-link.active {
    color: #181A20;
}

.advance-style2 .nav-link {
    color: #78787a;
}

.advance-style2 .nav.nav-tabs {
    margin-bottom: 0;
}

.advance-style2 {
    max-width: unset !important;
    margin: 0 auto;
    width: 90%;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

@media (max-width: 768px) {
    .bootstrap-select > .dropdown-toggle {
        margin-top: 8px;
        border: 1px solid #DDDDDD !important;
        height: 55px !important;
        line-height: 40px !important;
        border-radius: 12px;
    }
}


.pt-6 {
    padding-top: 4rem; /* 64px */
}

/* Estilos base para el contenedor */
.wave-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Espacio entre los círculos */
}


.save-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}


/*.save-btn.saved i {*/
/*    color:  var(--Cenape-Blue);*/
/*}*/

.save-counter {
    font-size: 14px;
    color: var(--Cenape-Blue);
    font-weight: bold;
}

.save-btn.saved {
    background-color: rgba(108, 117, 125, 0.78) !important;
    color: #fff !important;
    border: none;
}

.saved {
    background-color: rgba(108, 117, 125, 0.78) !important;
    color: #fff !important;
    border: none;
}

.btn-asesor {
    display: inline-flex;
    align-items: center;
    background-color: var(--Cenape-Blue); /* Azul oscuro */
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: opacity .2s;
}

.btn-asesor i {
    font-size: 1.75rem;
}

.btn-asesor:hover,
.btn-asesor:focus {
    opacity: 0.9;
    text-decoration: none;
    color: #fff !important;

}


.minimal-search-container1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.minimal-search-container_content {
    background: var(--Cenape-Blue);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.minimal-search-container1.visible {
    display: flex !important;
}

.minimal-search-container1 .minimal-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
    line-height: 1.3;
    min-width: 0;
}

.minimal-search-container1 .minimal-tab1 {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
    line-height: 1.3;
    min-width: 0;
}

.minimal-search-container1 .minimal-tab.active {
    font-weight: 700;
    border-bottom: 5px solid #ffffff;
    color: var(--Cenape-Orange);
}

.text-content .btn-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

.text-content .btn-link:hover {
    text-decoration: underline;
    transform: translateX(3px);
}

#admissionModal .modal-header {
    border-bottom: 2px solid var(--primary);
}

#admissionModal .modal-title {
    color: var(--primary);
    font-weight: 600;
}


:root {
    --primary: #2A4365; /* Azul oscuro para títulos */
    --secondary: #4299E1; /* Azul claro para hover */
    --text-primary: #4A5568; /* Gris azulado para texto normal */
    --text-secondary: #718096; /* Gris más claro */
    --bg-light: rgba(237, 242, 247, 0.8); /* Fondo claro semi-transparente */
    --border-light: #E2E8F0; /* Borde claro */
}


.iconbox-fixed {
    min-height: 100px;
    min-width: 275px;
    max-height: 100px;
    max-width: 275px;
}

.iconbox-fixed .text-content {
    overflow: hidden;
}

.iconbox-fixed .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.iconbox-fixed .text-content {
    overflow: hidden;
}

.iconbox-fixed .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-listing-slider2 .item .iconbox-fixed {
    transition: all 0.3s ease;
    border: 1px solid var(--border-light) !important;
    background: var(--bg-light) !important;
    border-radius: 8px !important;
}

.feature-listing-slider2 .item:hover .iconbox-fixed {
    background-color: white !important;
    border-color: var(--secondary) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.feature-listing-slider2 .item .iconbox-fixed i {
    color: var(--primary);
    transition: all 0.3s ease;
    font-size: 1.75rem;
}

.feature-listing-slider2 .item:hover .iconbox-fixed i {
    color: var(--secondary);
    transform: scale(1.1);
}

.feature-listing-slider2 .item .text-content h6 {
    color: var(--primary);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem !important;
    text-transform: uppercase;
}

.feature-listing-slider2 .item:hover .text-content h6 {
    color: var(--secondary);
}

.feature-listing-slider2 .item .text-content p {
    color: var(--text-primary);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.feature-listing-slider2 .item:hover .text-content p {
    color: var(--primary);
}

.feature-listing-slider2 .item .btn-link {
    color: var(--primary) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.85rem;
}

.feature-listing-slider2 .item:hover .btn-link {
    color: var(--secondary) !important;
    transform: translateX(5px);
}

.feature-listing-slider2 .item a {
    text-decoration: none !important;
}

.feature-listing-slider2 .item {
    padding: 0 5px;
}

.text-content {
    padding-right: 0.5rem;
}

.owl-carousel .owl-stage-outer {
    padding: 5px 0 !important;
}

.admission-content {
    line-height: 1.8;
}

.exam-details {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}

.nav-pills .nav-link.active {
    background-color: #2a4365 !important;
    color: white !important;
}

.nav-pills .nav-link {
    color: #2a4365;
}

.title-stylish_UC {
    color: #2a4365;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.title-stylish_UC:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #4299e1;
}

#section-admision,
#resumen-universidad,
#oferta-universidad,
#planes-universidad {
    scroll-margin-top: 100px;
    padding-top: 20px;
}

.accordion-button:before {
    color: var(--Cenape-Blue);
    content: "";
    font-family: var(--icon-font-family);
    font-size: 25px !important;
    font-weight: bold;
    left: 0px;
    margin: 10px;
    position: absolute;
}

ul.mb-0 {
    list-style: none;
    padding-left: 0;
}

ul.mb-0 li::before {
    content: "- ";
    margin-right: 0.25rem;
}

.bg-admision {
    background: #C3CAD9;
    border-radius: 15px;
    padding: 15px;
    border-color: #6a6d9f;
    border-width: 2px !important;
    border-style: solid;
}
.bg-resumen {
    background: #e0e5ef;
    border-radius: 15px;
    padding: 15px;
    border-color: #abaedd;
    border-width: 1px !important;
    border-style: solid;

}

.vam_nav_style.owl-theme .owl-nav button.owl-prev, .vam_nav_style.owl-theme .owl-nav button.owl-next {
    top: 30%;
}

.vam_nav_style.owl-theme .owl-nav button.owl-prev, .vam_nav_style.owl-theme .owl-nav button.owl-next {
    background-color: var(--Cenape-Blue) !important;
    color: white;
    border: 1px solid white !important;
}
.universidades-por-area-popover.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.universidades-por-area-popover.vam_nav_style.owl-theme .owl-nav button.owl-next {
    background-color: var(--Cenape-Orange) !important;
    color: white !important;
    border: none !important;
}

.universidades-por-area-popover.vam_nav_style.owl-theme .owl-nav button.owl-prev, .universidades-por-area-popover.vam_nav_style.owl-theme .owl-nav button.owl-next {
    top: 40%;
}
.testimonios.vam_nav_style.owl-theme .owl-nav button.owl-prev, .testimonios.vam_nav_style.owl-theme .owl-nav button.owl-next {
    top: 40%;
}

.acceso_oficial.vam_nav_style.owl-theme .owl-nav button.owl-prev, .acceso_oficial.vam_nav_style.owl-theme .owl-nav button.owl-next {
    top: 40%;
}

.color-requisito {
    color: orange;
}
.btn-mas-informacion,
.btn-malla-curricular,
.btn-link-carrera {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    /*border: 1px solid #007bff;*/
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-color: rgba(30, 29, 29, 0.82);
    border-width: 2px !important;
    border-style: solid;
}

/* Iconos siempre blancos */
.btn-mas-informacion .btn-icon,
.btn-malla-curricular .btn-icon,
.btn-link-carrera .btn-icon {
    color: #fff;
    font-size: 18px;
}

.btn-mas-informacion:hover,
.btn-malla-curricular:hover,
.btn-link-carrera:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-mas-informacion.disabled,
.btn-malla-curricular.disabled,
.btn-link-carrera.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-text {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .btn-mas-informacion,
    .btn-malla-curricular,
    .btn-link-carrera {
        padding: 6px 12px;
        font-size: 13px;
    }
}


