/* HEADER */
.topo {
    position: fixed;
    width:100%;
	background-color:#0E141A;
	height:45px;
	padding:5px 10px 5px 10px;
    z-index:1;
    opacity: 0.9;    
	}

.logo {
	height:35px;
	font-size:20pt;
	text-decoration:none;
	color:#FFF;	
	}
	
.icon {
	color: #FFF;
	height:35px;
	float:right;
	}

.banner {
	background:url(../img/fundo.jpg?teste=55) center no-repeat;
    background-size: cover;
	height:650px;
	width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center
	}

.bannerConteudo {
	text-align:center;
	font-size:38px;
	color:#FFF;
	}

.barraTopoVideo {
    height:45px;
    background-color:#0E141A;
    }
	

@media (max-width: 700px) {
.topo {height:38px}

.logo {height:30px;	font-size:16pt}
	
.icon {height:29px}

.banner {height:250px}

.barraTopoVideo { height:40px}
}

