	.navbar-top {
		position: fixed;
		padding-left:5px;
		padding-right:5px;	
	}
	
	.nav-label{
		margin-top: 0;
    	margin-bottom: 0;
	}
	
	.nav-item-width{
		min-width: 150px;
	}
	
	.main-content{
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom: 50px;
	}
	
	.logo-text {
	    font-size: 1.5rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
	
	.logo-subtext {
	    font-size: 0.8rem;
	    line-height: 1.2;
	    font-weight: 400;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
	
	.footer {
	    bottom: 0;
	    width: 100%;
	    height: 6rem;
	    border-top: none;
	    padding: 0 1.5rem;
	    left: 0;
	}

/*Dispositivos pequeños (teléfonos horizontales, 350px y más) */
@media only screen and (orientation: portrait) and (min-width: 350px) and (max-width: 575px) {
	.navbar-top {
		position: fixed;
		padding-left:5px;
		padding-right:5px;	
	}
	
	.main-content{
		padding-top:100px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom: 0px;
	}
	
	.logo-text {
	    font-size: 1rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
	
	.logo-subtext {
	    font-size: 0.8rem;
	    line-height: 1.2;
	    font-weight: 400;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
	
	.offcanvas{
		margin-top: 60px;
	}
	
	.offcanvas-header{
		padding: 5px;
		margin-top: 20px;
	}
	
	.offcanvas-body{
		padding: 20px;
	}
}

/*Dispositivos pequeños (teléfonos horizontales, 576px y más) */
@media only screen and (orientation: portrait) and (min-width: 576px){
	.main-content{
		padding-top:0px;
	}
	
	.logo-text {
	    font-size: 1rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
}

/* Dispositivos medianos (tabletas, 768px y más) */
@media only screen and (orientation: portrait) and (min-width: 768px){
	.main-content{
		padding-top:0px;
	}
	
	.logo-text {
	    font-size: 1rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
}

/* Dispositivos grandes (escritorios, 992px y más) */
@media only screen and (orientation: portrait) and (min-width: 992px){
	.main-content{
		padding-top:0px;
	}
	
	.logo-text {
	    font-size: 1.3625rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
}

/* Dispositivos X-Large (escritorios grandes, 1200px y más) */
@media only screen and (orientation: portrait) and (min-width: 1200px){
	.main-content{
		padding-top:0px;
	}
	
	.logo-text {
	    font-size: 1.3625rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
}

/* Dispositivos XX-Large (escritorios más grandes, 1400px y más) */
@media only screen and (orientation: portrait) and (min-width: 1400px){
	.main-content{
		padding-top:0px;
	}
	
	.logo-text {
	    font-size: 1.3625rem;
	    color: var(--phoenix-logo-text);
	    line-height: 1.2;
	    font-weight: 600;
	    letter-spacing: -0.04em;
	    margin-bottom: 0;
	}
}

hr {
    margin: 5px;
    color: var(--phoenix-gray-200);
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

#section-header{
	padding:0;
}

#header_title{
	margin-bottom: 5.5rem !important;
}

#section-categorias{
	padding:0;
}

#section-mapas{
	padding:0;
}

.table tbody tr.highlight td {
  background-color: #ffff80;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td {
    padding: 2px;
}

#containerDossierClassGrid{
	max-height: 420px;
	height: 420px;
}

#containerDossierClassGraphic{
	max-height: 420px;
	height: 420px;
}

#container-mapa{
	display: flex;
	justify-content: center;
}

.p-warning {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80%;
}


