/*******CAMBIOS PLANTILLA MINENERGIA INICIO*******/
#section-header-first, #section-accessibility-main, #menu-container{
	display: none;
}
.navbar-toggler span{
	width: 30px;
	height: 30px;
	background-color: transparent;
}
/*******CAMBIOS PLANTILLA MINENERGIA FIN*******/
*{
	margin: 0;
}
body{
	background-color: #fffef2;
}
#header{
	display: none;
}
#column-interna-3{
	width: 100%;
	padding-left: 0%; 
	padding-right: 0%;
}
@font-face {
	font-family: 'MiFuente';
	src: url('../fonts/ninos-fuente-lookout.woff') format('woff');
}
.ninos-titulo {
	font-family: "MiFuente", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.ninos-nav{
	border: solid 1px #737373;
	border-radius: 10px;
	transition: 0.5s;
}
.ninos-nav:hover{
	border: solid 1px #ffc603;
	background-color: #ffc603;
}
.texto-desc-ninos{
	height: 550px;
}
@media (max-width: 1200px) {
	.texto-desc-ninos{
		height: 700px;
	}
}
@media (max-width: 992px) {
	.texto-desc-ninos{
		height: auto;
	}
}

#progressContainer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease;
}

#progressContainer.visible {
	max-height: 100px;
}

.progress {
	height: 8px;
	border-radius: 4px;
}

.progress-bar {
	transition: width 0.1s linear;
}

.time-labels {
	font-size: 0.85rem;
	margin-top: 5px;
}
.portlet{
	margin: 0;
	padding: 0;
}
.portlet-content{
	padding: 0;
}
.portlet-topper{
	display: none;
}
.row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
.container{
	position: relative;
}
.navbar{
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	padding: 0;
	margin: 0;
}
.logo-mme {
    padding-left: 3em;
}
.bg-cover{
	background-color: #f29647;
}
.logo-img {
	width: 200px;
	height: 80px;
	object-fit: contain;
}
.text-ejes{
	background: #3d3210bf;
    padding: 10px;
}
.highlight {
  background-color: yellow; /* Color de resaltado */
}
.nav-tabs > li > a{
	padding: 0;
	margin: 0;
	border: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	padding: 0;
	margin: 0;
	border: 0;
}
.justify-content-center{
	justify-content: center;
}
.modal-lg{
	width: 90%;
}
.modal-header{
  background: #4d7cff;
  color: #FFF!important;
}
.btn-close{
	border: 4px solid;
    font-size: 2em;
}
.btn-close:hover {
	border: 4px solid red;
}
.modal-title{
  font-weight: bold;
}
.nav-link{
	font-weight: bold;
}
.badge{
	font-size: 1em;
	font-weight: bold;
	background: #0d6efd;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background: #ffc107;
	color: #333;
}
.nav-pills .nav-link.active > .badge {
	background: #FFF;
	color: #0d6efd;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #0d6efded;
}
.bg-ninos{
	border-radius: 10em 10em 0 0;
	padding-top
}
.bg-ninos-amarillo{
	background-image: url("https://www.minenergia.gov.co/documents/14600/bg-ninos-amarillo.webp");
}
.bg-ninos-verde{
	background-image: url("https://www.minenergia.gov.co/documents/14602/bg-ninos-verde.webp");
}
.bg-ninos-naranja{
	background-image: url("https://www.minenergia.gov.co/documents/14601/bg-ninos-naranja.webp");
}
.img-personajes{
	height: 400px;	
}