/*topo*/
.infotopo {
    background: #000;
}
.infotopo .row .col-md-6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.infotopo p {
    margin: 0px 10px;
    border-left: 1px solid;
    padding: 4px 10px 4px 15px;
}
.infotopo .row .col-md-6 a {
    float: left;
    font-size: 20px;
    color: #fff;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar {
    padding: 0;
}
#topo a.nav-link {
    height: 130px;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    border-right: 1px solid #fff;
}
#topo a.navbar-brand img {
    max-height: 120px;
}
li.nav-item .active, li.nav-item a:hover {
    background: #0000001f;
    color: #fff !important;
}
header#topo .col-md-3 {
    display: flex;
}
header#topo h1 {
    font-weight: 900;
}
header#topo {
    box-shadow: 1px 1px 1px #e4e4e4;
}

@media only screen and (max-width: 600px) {
	.cabinf {
	    flex-direction: column !important;
	}
	.cabinf p {
		border: 0;
		padding: 7px 0;
	}
	a.nav-link {
    height: auto;
    padding: 14px;
	}
	ul.navbar-nav {
    margin: 10px 0 15px;
	}
	div#navbarNav, #topo .col-md-9 {
		width: 100%;
	}
	#topo li.nav-item a {
		justify-content: center;
		height: auto;
	}
}