@media (min-width: 768px) and (max-width: 980px) {
    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .hr-menu .brand{
        width: 100%;
    }

    .hr-menu .horizontal-menu {
        margin: 10px 0;
    }

    .hr-menu .hr-top-nav {
        margin-top: 10px;
        float: right;
    }
    .media-gal .item {
        width: 100%;
    }

    .media-filter {
        margin: 25px 0;
    }
    .form-dif{
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .header{
        position: fixed! important;
        margin-top: 0 ! important;
    }
    .merge-header{
        margin-right: 0px !important;
        }
    .brand{
        width: auto;
        float: left;
        top: 0px;
        z-index: 1005;
    }
    .sidebar-toggle-box {
        left: 30px;
    }
    .top-nav{
        margin-bottom: 20px;
    }
    .top-menu{
        margin-right: 10px;
    }
    .wrapper{
        margin-top: 0px;
    }
    ul.sidebar-menu {
        margin-top: 0px;
    }
    #sidebar{
     width: 100%;
     position: relative;
    }
    
    #main-content{
        margin-left: 0px;
    }
    /*calendar*/
    .fc-button-inner {
        padding: 0;
    }
    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .weather-full-info ul li {
        width: 15.8%;
    }

    .today-status {
        margin-bottom: 10px;
    }

    .hr-toggle {
        background: #32D2C9;
        color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 30px;
        line-height: 0;
        margin-top: -58px;
        position: relative;
        width: 30px;
        z-index: 10000;
    }

    .hr-top-nav {
        display: inline-block;
        float: right;
        margin: 10px 0;
    }

    .horizontal-menu {
        width: 100%;
    }

    .horizontal-menu .navbar-nav > li {
        margin-bottom: 10px;
    }
    .lock-wrapper {
        padding: 0 20px;
    }

    .lock-wrapper img {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }

    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 100px;
    }
    .media-gal .item {
        width: 100%;
    }
    .media-filter {
        margin: 25px 0;
    }
    
    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }
}


@media (max-width: 768px) {

    a.logo {
        padding: 0;
        line-height: 75px;
        width: 100%;
    }
    a.logo img {
        max-height: 70px;
        margin: 0 auto;
        max-width: 170px;
    }

    .pagina-premios.titulo-pagina {
        height: 50px;
    }
    .pagina-premios.titulo-pagina h2 {
        margin-bottom: 15px;
    }
    .filtro-ordem.form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }



    /* 
TABLES RESPONSIVE
*/

	/* Force table to not be like tables anymore */
  table.table-bordered { 
		border: 0;
  }
  table.table, table.table thead, table.table tbody, table.table th, table.table td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.table tr { border: 1px solid #ccc; 	margin-bottom: 5px;  clear: both; overflow: hidden; }
	
	table.table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
    width: 100%;
    float: left;
  }
  table.table td.td-xs-50 { 
    width: 50%;
  }
  
	
	table.table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
    white-space: nowrap;
    }
    
    .btn-group a {
        display: block;
    }
    .btn-group .dropdown-menu { 
        position: relative;
    }
    .btn-group .dropdown-menu>li>a {
        text-align: center;
    }



}
@media (max-width:767px){
    a.logo {
        margin-left: 15px;
        width: auto;
        display: block;
    }
    
    .form-dif{
        padding-right: 15px;
        margin-bottom: 15px;
    }

	.calendar-block {
		min-height: auto !important;
	}
	.event-list-block {
		float: right;
		width: 100%;
	}
	.top-nav iframe {
		margin-right: 5px !important;	
	}
	ul.nav.top-menu {
        z-index: 9999;
        float: right;
        margin-right: 5px;
        margin-top: 23px;
	}
	.position-center {
		width: 100%;
	}
    .timeline-desk {
        display: block;
    }
    .timeline .time-show {
        margin: 15px auto 25px auto;
    }
    .timeline .time-show.first {
        text-align: center;
    }
    .timeline-desk {
        width: 100%;
    }
    .timeline-item.alt .panel {
        margin-left: 15px;
        margin-right: 0;
    }
    .timeline-desk .panel {
        margin-left: 15px;
        margin-top: 35px;
    }
    .timeline-item.alt .timeline-desk .arrow-alt {
        display: none;
    }
    .timeline .timeline-icon {
        left: 50%;
        margin-left: -23px;
        margin-top: -40px;
    }
    .timeline-item.alt .timeline-icon {
        left: 50%;
        right: auto;
    }

    #sidebar{
        -webkit-transition:all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        -o-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;
    }
    .hide-left-bar {
        margin-left:0px!important;
    }
    ul.sidebar-menu{
        padding-top: 0px;
    }
    /*-*/
    .prd-row .action {
        right: 25px;
    }
    .lock-wrapper {
        padding: 0 20px;
    }
    .lock-wrapper img {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }
    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 100px;
    }

    .media-gal .item {
        width: 100%;
    }
    .media-filter {
        margin: 25px 0;
    }

    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }
    .extrato {

    }
    .banner_cliente {
        margin-top: 0px;
        margin-bottom: 15px;

    }
    .top-nav {
        margin: 0px;
    }
    .sidebar-toggle-box {
        width: 38px;
        height: 38px;
    }
    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        font-size: 22px;
        color: rgba(0,0,0,0.5);
    }
    .nome-predio {
        text-align: center;
    }


    
    .itens-menu {
        padding-left: 20px;
        padding-top: 20px;
    }
    .itens-menu li a {
        width: 110px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:10px;
        padding:10px;
    }

    .imagem-capa {
        padding-top: 30px;
    }

}
@media (max-width: 479px) {
    body{
        margin-top:80px !important;
    }
    .header{
        top: 0;
    position: fixed;
    }
    .merge-header{
        margin-right: 0px !important;
    }
    .brand{
        width: auto;
        float: left;
        top: 0px;
        z-index: 1005;
    }
    .sidebar-toggle-box {
        left: 30px;
    }
    .top-menu{
        margin-right: 10px;
    }
    .wrapper{
        margin-top: 0px;
    }
    ul.sidebar-menu {
        margin-top: 0px;
    }
   #sidebar{
     width: 100%;
     position: relative;
    }
    .leftside-navigation {
        padding-top: 0px;
    }
    #main-content{
        margin-left: 0px;
    }
    .notify-row{
        float: none;
    }
    /*calendar*/
    .fc-button-inner, .fc-button-content {
        padding: 0;
    }
    .fc-header-title h2 {
        font-size: 12px!important;
    }
    .fc .fc-header-space {
        padding-left: 0;
    }
    .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
        background: none repeat scroll 0 0 #FFFFFF !important;
        color: #32323A !important;
    }
    .fc-state-default, .fc-state-default .fc-button-inner {
        background: none repeat scroll 0 0 #FFFFFF !important;
    }

    /*-*/
    .prd-row .action {
        right: 25px;
    }

    .weather-full-info ul li {
        width: 30%;
        margin-bottom: 10px;
    }

    .today-status {
        margin-bottom: 10px;
    }

    .hr-toggle {
        background: #32D2C9;
        color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 30px;
        line-height: 0;
        margin-top: -58px;
        position: relative;
        width: 30px;
        z-index: 10000;
    }

    .hr-top-nav {
        display: inline-block;
        float: right;
        margin: 10px 0;
    }
    .horizontal-menu {
        width: 100%;
    }

    .horizontal-menu .navbar-nav > li {
        margin-bottom: 10px;
    }

    .lock-wrapper {
        padding: 0 20px;
    }
    .lock-wrapper img {
        width: 100px;
        height: 100px;
        margin-top: -25px;
    }

    .lock-pwd input {
        width: 70%;
    }

    #time {
        font-size: 50px;
    }

    .lock-pwd {
        padding: 0;
    }

    .media-gal .item {
        width: 100%;
    }

    .media-filter {
        margin: 5px 0;
    }

    .media-filter + .pull-right, .media-filter + .pull-right + .btn  {
        float: left !important;
    }

    .media-filter li a {
        margin-bottom: 10px;
        display: inline-block;
    }

}