body,
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 130%; font-weight: 300; }

h1 { font-size: 2.4rem; color: #22AACC; margin-top: 1.3rem; margin-bottom: .2rem;} 
h2 { font-size: 2rem; color: #5C788F; font-weight: 400; margin-top: .3rem; margin-bottom: 1rem;}
h3 { font-size: 1.7rem; color: #22AACC; margin-top: 1rem; margin-bottom: 1rem; font-weight: 400; text-align: center} 
h4 { font-size: 1.5rem; color: #5C788F; margin-top: 0.2rem; margin-bottom: 0.2rem; font-weight: 400; text-align: center;}
h5 { font-size: 1.3rem; color: #22AACC; font-weight: 400; margin: 0; padding-bottom: .5rem; } 
h6 { font-size: 1.2rem; color: #222; font-weight: 500; text-align: center; margin: 0; margin: 0.5rem 0 1rem}

@media (max-width: 640px) {
	h1 { font-size: 2.2rem;}
}



p {	font-size: 1rem; line-height: 160%;	margin-bottom: 0;}

.semi, bold, strong { font-weight: 600; }

a {color: #5C788F; text-decoration: none;}
a:hover, a:active {color: #84B0C2; text-decoration: underline;}

.w95 {width: 95%; max-width: 1600px;}
.w95ins {width: 95%; max-width: 1570px;}

.w98 {width: 98%; max-width: 1665px;} 
.w98ins {width: 98%; max-width: 1635px;} 

.pt55 { padding-top: 55px}

.borde-bott-bco {border-bottom: 3px solid #FFF;}


/*----- Cab -----*/

.bg-logos {
	-webkit-box-shadow: 0 0px 1px 22px rgba(70,70,70,.1);
	box-shadow: 0 0px 1px 2px rgba(70,70,70,.1);
	background-color: #FFF; }

.lrg-logo {
	width: 430px; height: 97px;
	position: absolute; top: 5px;
	background-image: url(../imagenes/logo_mido-pi_cab_lg.svg);
	background-size: 430px 97px; 
	background-repeat: no-repeat; }

.sml-logo {
	width: 310px;
	height: 31px;
	position: absolute;
	top: 8px;
	background-image: url(../imagenes/logo_mido-pi_cab_sm.svg);
	background-size: 310px 31px;
	background-repeat: no-repeat; }

.navtit {
	font-size: 1.4rem;
	padding-left: 7.2rem; 
	margin-top: 2.5rem;
	font-weight: 400;
	margin-bottom: 0;
	color: #5C788F;
	text-align:left;
	padding-bottom: 0; }

@media (max-width: 768px) {
	.navtit {font-size: 1.2rem;	}
}

@media (max-width: 490px) {
	.lrg-logo {
		width: 400px;
		height: 90px;
		position: absolute;
		top: 7px;
		background-image: url(../imagenes/logo_mido-pi_cab_lg.svg);
		background-size: 400px 90px;
		background-repeat: no-repeat; 	}
	.navtit {padding-left: 6.5rem; }
}

@media (max-width: 414px) {
	.lrg-logo {
		width: 380px;
		height: 85px;
		position: absolute;
		top: 7px;
		background-image: url(../imagenes/logo_mido-pi_cab_lg.svg);
		background-size: 380px 85px;
		background-repeat: no-repeat;
	}

	.navtit {
		padding-left: 6.5rem;
		
	}
}

@media (max-width: 375px) {
	.lrg-logo {
		width: 350px;
		height: 79px;
		position: absolute;
		top: 9px;
		background-image: url(../imagenes/logo_mido-pi_cab_lg.svg);
		background-size: 350px 79px;
		background-repeat: no-repeat;
	}

	.navtit {
		padding-left: 6rem;
	}
}

.logo-ss {
	width: 100%;
	height: 85px;
	max-width: 200px;
	padding-bottom: .6rem;
	float: right; }

@media (max-width: 767px) {
	.logo-ss { max-width: 180px;
		float: right; }
}

.tit-cab {font-size: 1.3rem; color: #FFF; text-align: right; float: right; font-weight:300; margin-top:0.5rem; margin-bottom:0.3rem;}

@media (max-width: 580px) {
    .tit-cab {color: transparent}
}


.tablaSimple {
    margin: auto;
    width: 98%;
	max-width: 1600px;
}

.tablaSimple tr td {
    padding: 5px;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #dddddd;
    line-height: 100%;
	text-align:center;
}

.tablaSimple tr:nth-of-type(odd) {
    background-color: #e5e5e5;
}

.tablaSimple tr:nth-last-child(1) {
    background-color: #76CBE0;
    color: white;
}

.tablaSimple tr th {
    background-color: #76CBE0; /*#07578A;*/
    background-image: none;
    color: white;
    text-align: center;
    font-size: large;
    font-weight: 400;
    padding: 4px 5px 6px;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #ffffff;
}

.tablaSimple tr th.bbw {
    border-bottom: 1px solid #FFF;
}


/*-----Nav-----*/

.navbar-mido {
	width: 100%;
	-webkit-box-shadow: 0 0px 2px 3px rgba(70,70,70,.2);
	box-shadow: 0 0px 2px 3px rgba(70,70,70,.2);
	background-color: #77CBE0;
	padding: 4px 6px;
}
.navbar {
	padding: 0.2rem 1rem 0.1rem;
	font-size: 1rem;
	-webkit-box-shadow: 0 2px 3px rgba(70,70,70,.25);
	box-shadow: 0 2px 3px rgba(70,70,70,.25);
}
.navbar-brand {
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
	font-weight: 400;
}
.navbar-brand span {
	font-weight: 300;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.navbar-toggler {
	padding: 0.2rem 0.6rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-dark .navbar-brand { 
	color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { 
	color: #fff; }

.navbar-dark .navbar-nav .nav-link { 
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.05rem;
	margin-top: 0.1rem;
	color: #FFF;
	font-weight: 400; 
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { 
	color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link.disabled { 
	color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.8);
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-dark .navbar-nav .nav-link {
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(166,194,204,0.3);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text { 
	color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a { 
	color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { 
	color: #fff; }

.bg-dark { background-color: #76cbe0 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #76cbe0 !important; }

@media (max-width: 1199px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		float: right;
		text-align: right;
	}
}

/*---Formularios---*/

.bg-combos { background-color: #EDF3F5; } 

.form-control {
  display: block;
  width: 100%;
  padding: 0rem 0.5rem;
  font-size: .85rem;
  line-height: 1.4;
  color: #052638;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #052638;
  background-color: #FFF;
  border-color: #22AACC; /*2016 06*/
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(147,111,176,0.20);
}

.form-control::-webkit-input-placeholder {
  color: #052638; opacity: 1; }

.form-control::-moz-placeholder {
  color: #052638; opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #052638; opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #052638; opacity: 1; }

.form-control:placeholder {
  color: #052638; opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef; opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(1.7rem + 2px); }

select.form-control:focus::-ms-value {
  color: #052638; background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; width: 100%; }

label {
  display: inline-block; margin-bottom: .1rem; }

label.combos {
	display: inline-block;
	margin-bottom: .1rem;
	font-size: .9rem;
	font-weight: 600;
}

label.combosFec {
	/*display: inline-block;*/
	margin-bottom: .1rem;
	font-size: .8rem;
	font-weight: 400;
}

.col-form-label {
	padding-top: calc(3px + 1px);
	padding-bottom: calc(3px + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.lab-combos {
	font-weight: 600;
	margin-top: 2px;
	margin-bottom:0;
	font-size:.85rem;
}


.form-group-sm .form-control {
	height: 31px;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 31px;
	line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 31px;
	min-height: 31px;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 1.5;
}

.bg-datos-inicio {
	/*background-color: #edece5;*/
	background-color: #fff6e9;
	border-radius: 10px;
	border: 1px solid rgba(119,203,224,0.8);
}

.alcance {
	font-weight: 300;
	color: #22AACC;
	line-height: 120%;
	font-size: 2.5rem;
	margin: 0;
	padding: 0 0 .5rem 0;
	text-align: left;
}

@media (max-width: 768px) {
	.alcance {font-size: 2.3rem}
}



.cuadro-datos {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-radius: 7px;
	height: auto;
	min-height: 120px; /*2019 05*/
	/*margin-bottom: 1rem;*/
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.logo-todos {
	width: 100%;
	max-width: 200px;
	
}

/* NOVIEMBRE EHH*/

.bg-gris10 {
	background-color: #F6F9FA;
}

.txtp-cuadro1 {
	font-size: 2rem;
	font-weight: 600;
	color: #20A0BF; /*2016 06*/
	margin-bottom: 0.4rem; /*2016 06*/
}

.ninos-bbs-circ { width: 98%; max-width: 400px}

.princ {font-size: 1.3rem;}
.princ-t {font-size: 1.7rem; font-weight:600; color:#33B4D4}

@media (max-width: 768px) {
	.princ {font-size: 1.2rem;}
	.princ-t {font-size: 1.5rem;}
}


.mas2 {	font-size: 1.2rem;}
.txtazul {	color: #22AACC}
.txtgris {	color: #5C788F}

.txt-normal {	font-weight: 400;}

.btn-regresar {
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 45px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(170, 194, 204, 0.20), 0 1px 1px rgba(170, 194, 204, 0.20);
  background-color: #8FAFBA;
  background: url(../imagenes/btn_regresar.svg) no-repeat center center;
  background-size: cover;
}

.btn-regresar:hover {
  box-shadow: 0 1px 2px 2px rgba(170, 194, 204, 0.30), 0 1px 2px 2px rgba(170, 194, 204, 0.30);
  background-color: rgba(170, 194, 204, 1.00);
  background: url(../imagenes/btn_regresar.svg) no-repeat center center;
  background-size: cover;
}


/*----- Tablas de gráficas -----*/

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FAFCFC;
}

th {
	font-size: 1rem;
	font-weight: 600;
	line-height: 130%;
	padding: 3px 10px;
	border: 0px solid #D2E0E5;
	background-color: #DBE7EB;
}

td {
	padding: 0 8px;
	border: 0px solid #D2E0E5;
	border-bottom: 1px solid #D2E0E5;
	font-size: 1rem;
	vertical-align: top;
}

tr.titulo {
	background-color: #DBE7EB;
	font-weight: 600
}

/*2020 03*/
table.tab-centrado p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bco {
	color:#FFF;
}
/*2020 03*/


td.centr-izq {
	text-align: center;
}

table p {
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left
}

table label {
	font-size: 1rem;
	text-align: center;
	display: block;
	font-weight: 600;
	padding-top: 5px
}

	table label.label-izq-r {
		font-size: 1rem;
		text-align: left;
		display: block;
		font-weight: 400;
		padding-top: 5px
	}

.porc75 {width: 75%;}
.porc70 {width: 70%;}
.porc65 {width: 65%;}
.porc60 {width: 60%;}
.porc55 {width: 55%;}
.porc50 {width: 50%;}
.porc40 {width: 40%;}
.porc30 {width: 30%;}
.porc25 {width: 25%;}
.porc20 {width: 20%;}
.porc15 {width: 15%;}
.porc10 {width: 10%;}
.porc05 {width: 5%;}

.cuadro-color {
	height: 20px;
	width: 60px;
	margin-top: 10px;
}

.cuadro2-color {
    height: 10px;
    width: 10px;
    margin-top: 10px;
}

.rojo {background-color: #EB3A24; }
.verde {background-color: #4FAD5C; }
.azulmedio {background-color: #0782f5; }
.morado {background-color: #6A3299;	}
.gris {background-color: #AEB9C7; }
.rojoosc {background-color: #73054e; }
.naranja {background-color: #c26604; }
.naranjaclaro {background-color: #ff9500; }
.rosamed {background-color: #C56277; }
.amarillo {background-color: #ffff00; }
.azulosc {background-color: #005189; }
.rojoclaro {background-color: #ed4768;}
.guinda {background-color: #a80526;}
.verde2 {background-color: #9ACD32;}
.verde3 {background-color: #90EE90;}

/*---Botones---*/
.btn {
    white-space: normal !important;
    word-wrap: break-word;
    padding: 5px 9px 5px 9px;
    margin: 10px 3px 3px 0;
}

.btn-primary {
	background-color: #33B4D4; /*2016 06*/
	border-color: #33B4D4; /*2016 06*/
}

.btn-primary:hover {
	background-color: #1785A1;
	border-color: #1785A1;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #77CBE0;
	border-color: #77CBE0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #33B4D4;
	border-color: #33B4D4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


/*---Pie---*/

.pie {
	border-top: 1px solid #E4EDF0;
	margin-top: 100px;
	padding-bottom: 40px;
	background-color: #FFF;
}

.logo-fcs-pie {
	width: 100%;
	max-width: 500px;
}

.pie p {
	font-size: 0.9rem;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

/*-----B circ subir - ir a inicio-----*/

.back-to-top {
	display: none;
	position: fixed;
	border-radius: 50%;
	border: none;
	width: 35px;
	height: 35px;
	cursor: pointer;
	vertical-align: middle;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 2px 2px 0 rgba(170, 194, 204, 0.20), 0 2px 2px 0 rgba(170, 194, 204, 0.20);
	background-color: #8FAFBA;
	background: url(../imagenes/btn_subir.svg) no-repeat center center;
	background-size: cover;
}

.back-to-top:hover {
	box-shadow: 0 2px 6px 2px rgba(170, 194, 204, 0.40), 0 2px 6px 2px rgba(170, 194, 204, 0.40);
	background-color: rgba(170, 194, 204, 1.00);
	background: url(../imagenes/btn_subir.svg) no-repeat center center;
	background-size: cover;
}

.go-back {
	display: none;
	position: fixed;
	border-radius: 50%;
	border: none;
	width: 35px;
	height: 35px;
	cursor: pointer;
	vertical-align: middle;
	bottom: 70px;
	right: 20px;
	box-shadow: 0 2px 2px 0 rgba(170, 194, 204, 0.20), 0 2px 2px 0 rgba(170, 194, 204, 0.20);
	background-color: #8FAFBA;
	background: url(../imagenes/btn_regresar.svg) no-repeat center center;
	background-size: cover;
}

.go-back:hover {
	box-shadow: 0 2px 6px 2px rgba(170, 194, 204, 0.40), 0 2px 6px 2px rgba(170, 194, 204, 0.40);
	background-color: rgba(170, 194, 204, 1.00);
	background: url(../imagenes/btn_regresar.svg) no-repeat center center;
	background-size: cover;
}

/*--- Imágenes niños ---*/

.ninos-bbs {
	display: block;
	/*width: 100%;*/
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.ninos-txt {
	font-size: 2rem;
	font-weight: 600;
	color: #22AACC
}

@media (max-width: 1024px) {
	.ninos-bbs {max-width: 250px;}
}

@media (max-width: 768px) {
	.ninos-bbs {max-width: 200px;}
}



.containerToggle {
	margin: 5px auto;
	text-align: left;
}

.container > .switch {
	display: block;
	margin: 22px auto;
}

.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 26px;
	padding: 1px;
	border-radius: 3px;
	cursor: pointer;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 0.9rem;
	background: #4e7487; /*OFF*/
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}

	.switch-label:before, .switch-label:after {
		position: absolute;
		top: 50%;
		margin-top: -.5em;
		line-height: 1;
		-webkit-transition: inherit;
		-moz-transition: inherit;
		-o-transition: inherit;
		transition: inherit;
	}

	.switch-label:before {
		content: attr(data-off);
		right: 11px;
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	}

	.switch-label:after {
		content: attr(data-on);
		left: 11px;
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.2);
		opacity: 0;
	}

.switch-input:checked ~ .switch-label {
	background: #d74c47; /*ON*/
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

	.switch-input:checked ~ .switch-label:before {
		opacity: 0;
	}

	.switch-input:checked ~ .switch-label:after {
		opacity: 1;
	}

.switch-handle {
	position: absolute;
	top: 1px;
	left: -5px;
	width: 36px;
	height: 26px;
	background: white;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
	background-image: -o-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
	background-image: linear-gradient(to bottom, white 40%, rgba(0, 0, 0, 0.15));
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}

	.switch-handle:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -6px;
		width: 12px;
		height: 12px;
		background: #f9f9f9;
		border-radius: 6px;
		box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
		background-image: -webkit-linear-gradient(top, #eeeeee, white);
		background-image: -moz-linear-gradient(top, #eeeeee, white);
		background-image: -o-linear-gradient(top, #eeeeee, white);
		background-image: linear-gradient(to bottom, #eeeeee, white);
	}

.switch-input:checked ~ .switch-handle {
	left: 100px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
	background: #4fb845;
}

/*//////*/
@import 'https://code.highcharts.com/css/highcharts.css';

.highcharts-pie-series .highcharts-point {
    stroke: #EDE;
    stroke-width: 2px;
}

.highcharts-pie-series .highcharts-data-label-connector {
    stroke: silver;
    stroke-dasharray: 2, 2;
    stroke-width: 2px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 600px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.text {
    color: #F37F00;
}



.textoTotal {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 700;
    margin-top: 20px;
    color: #F37F00;
}

.floatLeft {
	width: 50%;
	float: left;
}

.floatRight {
	width: 50%;
	float: right;
}

.container {
	overflow: hidden;
}


/*//////////*/



/*---2020 03---*/

.nina-o {width: 100%; max-width: 270px;}

.textoTotal-a,
.textoTotal-o, .textoTotal-os {	font-size: 2rem; font-weight: 600; clear:both; text-align: center }

.textoTotal-a {color: #F37F00}
.textoTotal-o {color: #589AA6}
.textoTotal-os {color: #BE7C4D}

@media (max-width: 1024px) {
	.nina-o {max-width: 260px;}
}

@media (max-width: 768px) {
	.nina-o {max-width: 150px;}
	.textoTotal-a,
	.textoTotal-o, .textoTotal-os {
		font-size: 1.6rem;
	}
}


/* Animation */
/* Absolute Center CSS Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

	/* Transparent Overlay */
	.loading:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	/* :not(:required) hides these rules from IE9 and below */
	.loading:not(:required) {
		/* hide "loading..." text */
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}

		.loading:not(:required):after {
			content: '';
			display: block;
			font-size: 10px;
			width: 1em;
			height: 1em;
			margin-top: -0.5em;
			-webkit-animation: spinner 1500ms infinite linear;
			-moz-animation: spinner 1500ms infinite linear;
			-ms-animation: spinner 1500ms infinite linear;
			-o-animation: spinner 1500ms infinite linear;
			animation: spinner 1500ms infinite linear;
			border-radius: 0.5em;
			-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
			box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
		}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* Animation */

/* Efecto borroso y transparente */
.blur-and-transparent-effect {
	filter: blur(8px); /* Efecto de desenfoque */
	opacity: 0.2; /* 50% de opacidad, es decir, semi-transparente */
	transition: filter 0.1s ease-in-out, opacity 0.1s ease-in-out; /* Transición para ambos efectos */
}

/* Deshabilitar la selección de texto en todo el cuerpo de la página */
body {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Para habilitar la selección de texto en elementos específicos, anular la propiedad user-select */
/* Por ejemplo, para habilitar la selección de texto en elementos con la clase "selectable" */
/*<p class="selectable" > Este es un párrafo que se puede seleccionar.</p >*/
.selectable {
	user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-ms-user-select: auto;
}


/* Estilos para el pop-up */
#error-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
	z-index: 1000; /* Por encima del loader */
	justify-content: center;
	align-items: center;
}

.popup-content {
	background-color: #fff;
	padding: 30px; /* Más espacio interno */
	border-radius: 12px; /* Bordes más suaves */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Sombra más pronunciada */
	max-width: 500px; /* Cuadro más grande */
	width: 95%; /* Más ancho en pantallas pequeñas */
	text-align: center;
	font-family: 'Poppins', sans-serif; /* Fuente moderna */
}

	.popup-content h2 {
		color: #d32f2f; /* Rojo para el título */
		font-size: 28px; /* Título más grande */
		font-weight: 600; /* Más peso para destacar */
		margin-bottom: 15px;
	}

	.popup-content p {
		color: #333;
		font-size: 18px; /* Texto más grande */
		font-weight: 400; /* Peso medio para el texto */
		margin-bottom: 25px;
		line-height: 1.5; /* Mejor legibilidad */
	}

	.popup-content a {
		display: inline-block;
		padding: 10px 20px;
		background-color: #1976d2; /* Azul agradable */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		margin-bottom: 15px;
		transition: background-color 0.3s;
	}

		.popup-content a:hover {
			background-color: #1565c0; /* Azul más oscuro al pasar el ratón */
		}

	.popup-content button {
		padding: 10px 20px;
		background-color: #ccc;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s;
	}

		.popup-content button:hover {
			background-color: #bbb;
		}