.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.fase-titulo {
    cursor: pointer;  /* Cambia el cursor a pointer */
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.fase-icono {
    margin-right: 10px;  /* Espacio entre el ícono y el texto */
    transition: transform 0.3s ease;  /* Transición suave para rotación del ícono */
}

.fase-titulo:hover {
    color: #007bff;  /* Cambiar color al hacer hover */
}

.fase-titulo.open .fase-icono {
    transform: rotate(90deg);  /* Rotar el ícono cuando la fase esté abierta */
}

.gothic-a1-regular {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* Tamaño de fuente para pantallas grandes (escritorio) */
input, select, textarea, button, label,p,a, strong {
    font-size: 12px !important;
    font-family: Gothic A1 !important;
}
h3 {
    font-size: 14px !important;
    font-family: Gothic A1 !important;
}

/* Tamaño de fuente para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    input, select, textarea, button, label,p,a, strong {
        font-size: 11px !important; /* Ajusta el tamaño según lo necesites */
        font-family: Gothic A1 !important;
    }
    h3 {
        font-size: 13px !important;
        font-family: Gothic A1 !important;
    }
}

label{
    font-weight: 500;
}


#toggleAll {
    margin-bottom: 10px;
}
.mb-3{
    margin-bottom: 5px !important;
}

.dropdown-menu {

    min-width: 300px !important;

}

.semaforo {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.semaforo.verde {
    background-color: green;
}

.semaforo.amarillo {
    background-color: yellow;
}

.semaforo.rojo {
    background-color: red;
}





/***************************************************************************/

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc720;
    --bs-btn-border-color: #ffc720;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc720;
    --bs-btn-disabled-border-color: #ffc720;
}
/* Estilos generales para las tarjetas del proyecto */
.card-proyecto {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
        border-left: 27px solid rgb(255 199 32);
    box-shadow: 0 .125rem .25rem rgb(251 171 0 / 62%) !important;
}

.card-proyecto:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body{
    padding: 10px !important;
        font-size: 0.8rem !important;
}

.card-proyecto h5 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card-proyecto p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* Estilos para los íconos de FontAwesome */
.info-actividad, .info-fecha, .info-fecha-max, .info-dias-transcurridos, .info-avance {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.info-actividad i, .info-fecha i, .info-fecha-max i, .info-dias-transcurridos i, .info-avance i {
    margin-right: 8px;
    color: #007bff;
    font-size: 16px;
}

/* Ajustes para el semáforo (solo el ícono) */
.icono-semaforo {
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 7px;
}

.icono-semaforo.verde {
    color: #28a745;
}

.icono-semaforo.amarillo {
    color: #ffc107;
}

.icono-semaforo.rojo {
    color: #dc3545;
}

/* Estilos para el botón */
.card-proyecto .btn {
/*    background-color: #007bff;*/
    border-radius: 50px;
    font-size: 14px;
    padding: 6px 20px;
    width: 100%;
    transition: background-color 0.2s ease;
}

/*.card-proyecto .btn:hover {
    background-color: #0056b3;
}*/

/* Ajustes responsive para las tarjetas */
@media (min-width: 768px) {
    .card-proyecto {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .icono-semaforo {
        margin: 0 auto 10px;
    }

    .card-proyecto .btn {
        width: 100%;
    }
}
/*******************************************************/
.actividad-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 8px;
}

.actividad-item h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.actividad-item p {
    margin: 5px 0;
}

.actividad-item i {
    margin-right: 5px;
}

.actividad-item hr {
    border-top: 1px solid #ddd;
}

/* Personalizar el semáforo dentro del modal */
.verde {
    color: #28a745;
    font-weight: bold;
}

.amarillo {
    color: #ffc107;
    font-weight: bold;
}

.rojo {
    color: #dc3545;
    font-weight: bold;
}
.close {
    font-size: 1.5rem; /* Ajusta el tamaño del ícono de cerrar */
    color: #000; /* Cambia el color del botón */
    opacity: 0.8; /* Añade algo de transparencia */
}

.close:hover {
    opacity: 1; /* Aumenta la visibilidad al pasar el mouse */
    color: #dc3545; /* Cambia el color al pasar el mouse (opcional) */
}
.tab-content {
    margin-top: 20px;
}

.actividad-item {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.actividad-item h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.actividad-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.card-title {
    font-weight: 600;
}

textarea {
    resize: vertical;
}

.notificacion-exito {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.notificacion-exito i {
    margin-right: 10px;
}

.notificacion-exito.ocultar {
    opacity: 0;
}

.notificacion-exito {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #28a745; /* Fondo verde para éxito */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.notificacion-warning {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ff9800; /* Fondo naranja para advertencia */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.notificacion-danger {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #dc3545; /* Fondo rojo para peligro */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.notificacion-info {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #007bff; /* Fondo azul */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

/*notificaciones*/

    .dropdown-item {
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

    .dropdown-item:hover {
        background-color: #f8f9fa;
    }

    .dropdown-item .icono {
        font-size: 20px;
        margin-right: 8px;
    }

    .navbar-badge {
        background-color: #dc3545;
        color: white;
        padding: 5px 10px;
        border-radius: 50%;
        font-size: 12px;
        position: absolute;
        top: 8px;
        right: 8px;
    }

/*---------------------------------*/
/* Estilo de la lista de notificaciones */
.notificacion-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.notificacion-item:hover {
    background-color: #e2e6ea;
}

.icono-notificacion {
    width: 40px;
    height: 40px;
    background-color: #d1e7ff;
}

.descripcion-notificacion {
    font-size: 15px;
    color: #495057;
}

.text-secondary {
    font-size: 12px;
    color: #adb5bd;
}

@media (max-width: 576px) {
    #notificaciones-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        left: -300px !important; /* Alinear al borde izquierdo en móvil */
    }
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9c9c9c;
    --bs-btn-border-color: #9c9c9c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9c9c9c;
    --bs-btn-hover-border-color: #9c9c9c;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9c9c9c;
    --bs-btn-active-border-color: #9c9c9c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9c9c9c;
    --bs-btn-disabled-border-color: #9c9c9c;
}

.icono-exclamacion {
    background-color: orange;  /* Fondo naranja */
    color: white !important;  /* Color blanco para el signo de exclamación */
    border-radius: 50%;  /* Hace que sea un círculo */
    width: 30px;  /* Ancho del círculo */
    height: 30px;  /* Alto del círculo */
    display: flex;  /* Para centrar el contenido */
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    font-size: 16px;  /* Ajusta el tamaño del signo de exclamación */
}

.icono-palomita {
    background-color: green;  /* Fondo verde */
    color: white;  /* Color blanco para la palomita */
    border-radius: 50%;  /* Hace que sea un círculo */
    width: 30px;  /* Ancho del círculo */
    height: 30px;  /* Alto del círculo */
    display: flex;  /* Para centrar el contenido */
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    font-size: 16px;  /* Ajusta el tamaño de la palomita */
}
.icono-exclamacion-rojo {
    background-color: red;  /* Fondo rojo */
    color: white;  /* Color blanco para el signo de exclamación */
    border-radius: 50%;  /* Hace que sea un círculo */
    width: 30px;  /* Ancho del círculo */
    height: 30px;  /* Alto del círculo */
    display: flex;  /* Para centrar el contenido */
    align-items: center;  /* Centrar verticalmente */
    justify-content: center;  /* Centrar horizontalmente */
    font-size: 16px;  /* Ajusta el tamaño del signo */
}

.btn {
    border-radius: 50px !important;
}


.semaforo-verde {
    color: green;
    font-weight: bold;
}

.semaforo-rojo {
    color: red;
    font-weight: bold;
}

.atraso-nota {
    color: red;
    font-style: italic;
    font-size: 0.9rem;
}
