    h6, h5, h4, h3, h2, h1, a, li {
            color: #007932;
        }
/* Fuentes  */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCfA72nU6AFw.woff2) format('woff2');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9_mf.woff2) format('woff2');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujRR88vH-ck.woff2) format('woff2');
}

/* You can add more @font-face rules for different font weights and styles if needed */


ul {
    list-style-position: outside;
    }

pre {
    font-family: 'Ubuntu', sans-serif;
        color: #007932;
        font-size: 16px;
    }

.navbar {
  background-color: transparent;
}
    
.navbar-nav .nav-link {
  color: #007932 !important; /* Texto  */
}

.dropdwon-item: {
  color: #007932 ;
}

#div08 {
    margin: 20px;
        
}

/* SP01PC02_EOI_06*/

#accordion button, div{
    color: #007932;
}

#accordion {
    width: 100%;
}

.card {
    width: 100%;
}

/* Estilo para quitar el subrayado del texto del botón */    
.btn-link {
  text-decoration: none !important;
}

}
.carb-body {
    width: 100%;   
    text-align: justify-all;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Para evitar que aparezca la barra de desplazamiento horizontal */
    text-align: left;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#contenedorRaiz {
    flex: 1;
    text-align: left;
}

/*Sistema de Garantía Juvenil*/

#cuerpoSGJ {
    margin: 15px;
}

.negrita {
    font-weight: bold;"

}

.rojo {
    color: darkred;
}

.azul {
    color: darkblue;
}
        #botonera_nav {
            display: flex;
            justify-content: flex-end;
            width: 100%;
            padding: 10px; /* Ajusta el padding según tus necesidades */
            box-sizing: border-box; /* Asegura que el padding no afecte el ancho total del div */
            position: fixed; /* Mantiene la botonera siempre visible en la parte superior */
            top: 0; /* Coloca la botonera en la parte superior */
            right: 0; /* Coloca la botonera en la parte derecha */
            background-color: white; /* Añade un fondo si es necesario */
            z-index: 1000; /* Asegura que la botonera esté por encima de otros elementos */
        }