:root {
	--content-text: "";
	--content-color: rgba(255, 0, 0, 0.7); /* Color inicial */
}

body {
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
    background-color: #FFFF;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 1.8;
    word-wrap: break-word;
    font-size: 16px;
    font-size: 1rem;
}

body:after {
	content: var(--content-text);     
	font-size: 10vw;  /* Ajuste basado en el ancho de la pantalla */       
	color: var(--content-color);     
	z-index: 9999;
	  
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	overflow: hidden; /* Evita el desbordamiento */
	max-width: 100vw; /* Asegura que no se salga del viewport */
	max-height: 100vh;

	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('../includes/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}

.font_corpo_regularSource {
    font-family: 'SourceSansPro-Regular';
}
@font-face {
	font-family: 'SourceSansPro-Black';
	src: url('../includes/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf');
}

.font_corpo_blackSource {
    font-family: 'SourceSansPro-Black';
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('../includes/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
}

.font_corpo_boldSource {
    font-family: 'SourceSansPro-Bold';
}

@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('../includes/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf');
}

.font_corpo_lightSource {
    font-family: 'SourceSansPro-Light';
}

@font-face {
	font-family: 'SourceSansPro-SemiBold';
	src: url('../includes/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf');
}

.font_corpo_semiBoldSource {
    font-family: 'SourceSansPro-SemiBold';
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../includes/fonts/Open_Sans/OpenSans-Regular.ttf');
}

.font_corpo_regularOpen {
    font-family: 'OpenSans-Regular';
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url('../includes/fonts/Open_Sans/OpenSans-Light.ttf');
}

.font_corpo_lightOpen {
    font-family: 'OpenSans-Light';
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url('../includes/fonts/Open_Sans/OpenSans-Light.ttf');
}

.font_corpo_lightOpen {
    font-family: 'OpenSans-Light';
}

@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('../includes/fonts/Open_Sans/OpenSans-SemiBold.ttf');
}

.font_corpo_semiBoldOpen {
    font-family: 'OpenSans-SemiBold';
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../includes/fonts/Open_Sans/OpenSans-Bold.ttf');
}

.font_corpo_boldOpen {
    font-family: 'OpenSans-Bold';
}

@font-face {
	font-family: 'OpenSans-Medium';
	src: url('../includes/fonts/Open_Sans/OpenSans-Medium.ttf');
}

.font_corpo_mediumOpen {
    font-family: 'OpenSans-Medium';
}

.font_colorPantoneVerdeOscuro {
    color: #007932;
}

.font_colorPantoneVerdeClaro {
    color: #368f3f;
}

.font_colorPantoneNegro {
    color: #2e2925;
}

#pie{
    background-color: #575656;
}

.navbar-light .navbar-nav .nav-item .nav-link {
	color: #2e2925;
}
	  
.navbar-light .navbar-nav .nav-item .active {
	color: #007932;
	font-weight: bold;
	font-family: 'OpenSans-SemiBold';
	font-size: large;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #368f3f;
}

p {
	text-align: justify;
}

li {
	display: list-item;
    text-align: justify;
    unicode-bidi: isolate;
}

.txt-destacado {
    color: #087021;
    font-weight: 600;
}

.txt-destacado_regular {
    color: #087021;
}

.accordion-custom .accordion-big-tit,
.accordion-big .accordion-big-tit {
  color: #087021;
  background: #eeeeee;
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0 0 20px 0;
  padding: 6px 25px 6px 6px;
  padding: 0.375rem 1.5625rem 0.375rem 0.375rem;
  transition: background-color 0.6s ease;
  border: none;
  border-left: 8px solid #087021;
  border-radius: 0;
  font-weight: 400;
}

.accordion-custom .accordion-big-tit:after,
.accordion-big .accordion-big-tit:after {
  content: "+";
  display: block;
  position: absolute;
  right: 25px;
  top: 6px;
  width: 0;
  height: 0;
}
.accordion-custom .accordion-big-tit.activo:after,
.accordion-big .accordion-big-tit.activo:after {
  content: "-";
}

.accordion-custom .accordion-big-tit.collapsed:after,
.accordion-big .accordion-big-tit.collapsed:after {
  content: "+";
}

.colored-bullets li::marker {
    color: #d93600; /* Change to desired color */
    font-size: 16px;
    font-size: 1rem;
}

.colored-bullets_hijas {
    list-style-type: circle;
}

.colored-bullets_hijas li::marker {
    color: #d93600; /* Change to desired color */
    font-size: 16px;
    font-size: 1rem;
}

li.list-group-item::before {
    color: #087021;
    font-weight: 600;
}

/* Cambiar los números de la lista anidada a letras minúsculas */
.nested-list-group {
    counter-reset: nested-counter;
    padding-left: 20px;
}

.nested-list-group > .list-group-item {
    counter-increment: nested-counter;
}

.nested-list-group > .list-group-item::before {
    content: counter(nested-counter, lower-alpha) ") ";
    font-weight: bold;
    margin-right: 10px;
}

.form {
    background-color: #f0f0f0;
    padding: 20px;
}  

.btn-primary {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    background-color: #17782E;
}

.btn-primary:hover {
    color: #17782E;
    background-color: white;
    border: hidden
}
  
.btn-primary:focus {
    color: #17782E;
    background-color: white;
    border: hidden
}
  
.btn {
    border-radius: 0
}

#msg {
	font-style:italic;
	color: #D93600;
}

.form-select {
    font-family: "Open Sans", Helvetica, sans-serif;
}

.form-check-input:checked {
    background-color: #17782E;
    border-color: #17782E;
}

#aviso_derechos{
	width: 80%;
	margin: 0px auto 10px auto;
	padding:20px;
	background-color:#eeeeee;
	border-radius:4px;
	font-size:1em;
	text-align:left;
}	
#aviso_derechos .texto{
    background-color: #FFFF;
	overflow-Y:scroll;
	border:2px solid #17782E;
	height:90%;
	border-radius:2px;
	padding:4px;
    font-family: 'OpenSans-Regular';
    color: #2e2925;
}

/********************* Buscador ***********************/
#pwait{ 
	display:none; 
}

#resultados{
	display:none;
}

.row > * {
	padding-right: 0;
	padding-left: 0;
}

#buscador {
    background-color: #f0f0f0;
    padding: 20px;
    font-family: 'OpenSans-Regular';
    color: #2e2925;
}

.separador{
	margin-top: 20px;
}

.negrita{ font-weight:bold}

/******************** diseño responsivo capas *************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
    font-size: 0.875rem;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	padding: 1% 0 1% 1.6%;
	overflow:hidden;
	font-size: 14px;
    font-size: 0.875rem;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

.detalle{
	display:none;
}

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
}

.cabecera_detalle{
	background-color:#ffffff;
	color: #2e2925;
	border:2px solid #087021; 
	border-radius: 0.4em 0.4em 0.4em 0.4em; /*estandar */
	width:90%;
	margin:auto;
	padding:5px;
	font-family: 'OpenSans-Regular';
}

.titulo_detalle {
	background-color:#eeeeee;
	color:#087021;
	font-size: 22px;
	font-size: 1.375rem;
}

.metodologia_detalle{
	background-color:#eeeeee;
	border-radius:2px; 
	width:90%;
	margin:auto;
	padding:5px;
	height:250px;
	overflow-y:auto;
}

.metodologia_prueba{
	border-top:1px solid #FF0000;
}	

.color1{
	background-color: #EEEEEE;
	color:#000000;
}
.color6{
	background-color:#FFFFFF;
	color:#000000;
}

.fila_on{
	color:#368f3f;
	cursor:default;
}

.btn-pestana{
	color:#007932;
	background-color:#e4e4e4;
	margin-right:2px;
	border:2px solid #2E2925;
	border-radius: 0.4em 0.4em 0em 0em; /*estandar */
    font-weight:700;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.btn-pestana:focus,.btn-pestana:active,.btn-pestana.active,.open .dropdown-toggle.btn-pestana, .btn-pestana-sel {
	color:#FFFFFF;
	background-color:#007932;
}

.btn-pestana:hover
{
	color:#368f3f;
}

.dentro-pestana{
	position:relative;
	}

.dentro-pestana[data-badge]:after {
	content:attr(data-badge);
	position:absolute;
	left:+60px;
	top:-2px;
	font-size:.7em;
	background:#fff;
	color:#2E2925;
	width:18px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:50%;
}

.tipo_resultados{
	background-color:transparent;
	border-radius:2px;
	width:90%;
	margin:auto;
}

#datosresultados{
	width:90%;
	margin:auto;
	overflow-y:scroll;
	height:400px;
}

.cabecera_resultados{
	background-color:#007932;
	border:2px solid #2E2925;
	border-radius: 0em 0.4em 0em 0em; /*estandar */
	width:90%;
	margin:auto;
	color:#FFF;
}

.pie_resultados{
	border:2px solid #2E2925;   
}

.cabecera_pruebas{
	background-color: #d7e9d9;
    border-radius:2px;
	width:90%;
	margin:auto;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #FF0000;
}

.listado_pruebas{
	background-color:#d7e9d9;
	border-radius:2px;
	width:90%;
	margin:auto;
	padding:5px;
}

.fila_on_grupos{
	background-color: #C8CCC8;
	border-radius: 2px;
	font-style: italic;
	cursor: default;
}

.detalle_pruebas{
	color: #000000;
}

.aviso_no_coincidencias{
	text-align:center;
	font-style:italic;
	color: #D93600;
}
