﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}
:root{
    --clr: #222327;
}




    
.navigation{
    position:relative;
    width: 100%;
    height: 45%;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:10px;

}

.navigation ul{
    display:flex;
    width:100%;
    position:center;
    justify-content:center;

}

.navigation ul li{
    position:relative;
    list-style: none;
    width:70px;
    height:70px;
    z-index: 1;

}

.border-hidden {
    border: none; /* Eliminar cualquier borde */
    box-shadow: none; /* Eliminar la sombra si es necesario */
}
   
.navigation ul li a
{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight:500;
}

    .navigation ul li a .icon {
        position: relative;
        display: block;
        line-height: 75px;
        font-size: 1.5em;
        text-align: center;
        transition: 0-5s;
        color: var(--clr);
        margin-top: 11%;
    }
    /*
.navigation ul li.active a .icon{
    transform:translateY(-32px);
}
    */

.navigation ul li a .text{
    position: absolute;
    color: var(--clr);
    font-weight: 400;
    font-size: 0.75em;
    letter-spacing:0.05em;
    transition:0.5s;
    opacity:0;
    transform: translateY(20px);
}
/*
.navigation ul li.active a .text{
    opacity: 1;
    transform:translateY(10px);

}*/


.indicator {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ff5900;
    border-radius: 35%;
    transition: 0.5s;
}



.navigation ul li:nth-child(1).active ~ .indicator {
    transform: translateX(calc(70px * 0));
}

.navigation ul li:nth-child(2).active ~ .indicator {
    transform: translateX(calc(70px * 1));
}

.navigation ul li:nth-child(3).active ~ .indicator {
    transform: translateX(calc(70px * 2));
}

.navigation ul li:nth-child(4).active ~ .indicator {
    transform: translateX(calc(70px * 3));
}

.navigation ul li:nth-child(5).active ~ .indicator {
    transform: translateX(calc(70px * 4));
}

#animation-index{
    width:300px;
}
#logo-universidad{
    width:300px;
}

.icon-svg {
    top: 25%;
    width: 35px;
    height: 35px;
}

.icon-svg-actividad {
    width: 127px;
    height: 60px;
}
.size-information {
    width: 100%;
    height: 330px;
}
.information-index {
    width: 100%;
    height:380px;
}
@media only screen and (max-width: 550px) {
    #animation-index {
        width: 200px;
    }
}

@media only screen and (max-width: 830px) {
    #animation-index {
        width:261px;
    }
    .size-information {
        width: 100%;
        height: 320px;
    }
    .information-index {
        width: 100%;
        height: 497px;
    }
    .icon-svg-actividad {
        width: 127px;
    height: 60px;
    }
}


/*Barra de arriba Regresar  donde esta el switch de color de tema*/
.btn-regresar {
    font-size: 1.2em; /* Ajusta el tamaño del texto */
    font-weight: bold; /* Opcional: hace el texto más grueso */
}

.user-image-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.no-gap > * {
    margin: 0;
    padding: 0;
}

.custom-switch {
    display: flex;
    align-items: center;
    gap: 0; /* Elimina cualquier espacio entre los elementos */
}

    .custom-switch .mud-switch {
        width: 80px; /* Ajusta el ancho para que sea más grande */
        height: 40px; /* Ajusta la altura para que sea más grande */
        position: relative;
    }

    .custom-switch .mud-switch-thumb {
        background-image: url('/ruta/a/tu/logo.png'); /* Ruta a la imagen del logo */
        background-size: cover;
    }

.switch-text {
    margin-left: 0; /* Elimina el margen entre el texto y el interruptor */
    font-size: 1.2em;
    }

.user-image-circle {
    width: 50px; /* Ajusta este valor según lo necesario */
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}


/*perfil */
.mud-primary-text {
    color: #ff5900 !important;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section {
    padding: 20px;
}

.line-spacing {
    line-height: 1.8; /* Ajusta este valor según tus necesidades */
}

.mud-link {
    color: inherit !important; /* Mantiene el color original del texto */
    text-decoration: none !important; /* Elimina el subrayado */
}

.policy-section {
    margin-top: 20px; /* Ajusta el margen superior para separar más las secciones */
}

.btn-cerrar-sesion {
    background-color: #ff5900 !important;
    color: white !important;
    border: none !important;
    border-radius: 11px !important;
    width: auto; /* Ajusta el ancho automáticamente */
    padding: 15px; /* Ajusta el relleno para un mejor aspecto */
    text-align: center; /* Centra el texto */
    white-space: nowrap; /* Evita que el texto se divida en dos líneas */
}

.help-link {
    color: inherit; /* Cambia el color del texto al color normal */
    text-decoration: none; /* Opcional: elimina el subrayado */
}

.help-section {
    margin-top: 20px; /* Ajusta el margen superior para separar más las secciones */
}

.section-separator {
    margin-top: 40px; /* Añade más espacio entre las secciones */
}
/* styles.css */
.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.mt-10 {
    margin-top: 10px;
}

.mr-3 {
    margin-right: 3px;
}

.rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-pill {
    border-radius: 50rem;
}

.information-index {
    padding: 20px;
    background-color: #fff;
}

.information-index .MudText {
    color: #ff5900;
    font-size: 15pt;
}

.information-index .MudButton {
    background-color: #ff5900;
    color: #fff;
}