@charset "utf-8";

/*estilos topo voto mais*/

.topoPage {
	padding: 20px 0 0 0;
	width: 100%;
    background-color: #fff;
    transition: all 0.1s linear;
    position: absolute;
    top: 0!important;
    z-index: 1;
}

.voto-mais-header-replace{
    position: relative;
    height: 136px;
}

.voto-mais-header-replace.small{
    height: 76px;
}


.topoPage.scroll-to-fixed-fixed .menu-topo-voto-mais{
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.topoPage .logo img{
    width: 180px;
}

.topoPage a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(19, 54, 126, 0.1);
	transition: all 0.2s linear;
} 

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(19, 54, 126, 0.1);
	transition: all 0.2s linear;
}

.topoPage a.lkND{
    text-align: center;
}

.topoPage a.lkND span {
	font-size: 9px;
	color: #333333;
	font-weight: 500;
    line-height: 1;
    display: block;
}

.topoPage a.lkND:hover {
	text-decoration: none;
}

.topoPage a.lkND img {
    width: 40px;
    height: auto;
    display: block;
}

.topoPage hr {
	margin: 25px 0 0 0;
	border-color: #dbdbdb;
}

.topoPage #slideLinks {
	position: relative;
    margin: 0;
	text-align: center;
	white-space: nowrap;
    overflow-x: auto;
}

.topoPage #slideLinks .menu-item{
    display: inline-block;
    padding: 0 15px 0 0;
}

.topoPage #slideLinks a {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
    display: block;
    padding: 15px 0;
}

.topoPage #slideLinks a:hover {
	color: #208dcd;
}

@media only screen and (min-width : 576px) {

    .topoPage .logo {
		margin-bottom: 0;
	}

}

@media only screen and (min-width : 768px) {

    
    .admin-bar .topoPage.scroll-to-fixed-fixed{
        top: 30px!important;
    }
    .topoPage.scroll-to-fixed-fixed{
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
        padding: 15px 0;
        z-index: 100!important;
    }
    .topoPage.scroll-to-fixed-fixed .logo img{
            max-height:30px;
            width: auto;
    }

    .topoPage a.lkND img {
        display: inline-block;
    }

    .topoPage a.lkND span {
        display: inline-block;
    }

    .topoPage a.lkND img {
        width: auto;
        max-height: 24px;
        display: inline-block;
    }

    .topoPage a.lkND span {
        font-size: 10px;
        display: inline-block;
    }

}

@media only screen and (min-width : 992px) {
    
    .voto-mais-header-replace.small{
        height: 76px;
    }

    .topoPage #slideLinks .menu-item{
        padding: 0 30px 0 0;
    }

}

@media only screen and (min-width : 1200px) {

    .voto-mais-header-replace{
        position: relative;
        height: 150px;
    }

    .voto-mais-header-replace.small{
        height:90px;
    }

    .topoPage .logo img{
        width: auto;
        max-height: 50px;
    }

    .topoPage #slideLinks {
		padding: 0 60px;
	}

}