/*Tamanho padrão para tablets*/
@media only screen and (max-width: 768px) {
	.header-black ul {
		display: none;
	}
}
/*Tamanho padrão para smartphones*/
@media only screen and (max-width: 480px) {
	section .container-printsenha {
		margin-top: 0;
	}
	#dados-sessao {
		font-size: 12px;
		position: absolute;
		margin: 115px auto auto 0px;
		color: #fff;
	}
	.header-black ul, #menu{
		display: none;
	}
	header #logotipo {
		left: 20%;
		z-index: 10;
		transition: 1s;
	}
	header.open-menu #logotipo {
		transform: rotate(360deg);
	}
	#btn-bars, #btn-search {
		color: #fff;
		font-size: 22px;
		position: absolute;
		top: 4px;
		background: none;
		border: none;
		display: block;
	}
	#btn-bars {
		left: 4px;
	}
	#btn-search {
		right: 4px;
	}
	#banner {
		height: 420px;
		background-size: cover;
		background-position: 0;
		text-align: center;
	}
	#saudacao {
		top: 122px;
		left: 24%;
	}
	#banner h1 {
		top: 100px;
		font-size: 22px;
		margin-left: 0;
	}
	#banner h1.efeito{
		top: 160px;
		font-size: 42px;
		margin-left: 0;
	}
	#banner h1 small {
		font-size: 22px;
	}
	header .header-black {
		
		top: 0;
		width: 100%;
		z-index: 9;
	}
	header #menu-mobile {
		position: fixed;
		top: 40px;
		background-color: #fff;
		width: 80%;
		height: 100%;
		left:-80%;
		transition: 1s;
		z-index: 5;
	}
	header.open-menu #menu-mobile {
		left: 0;
	}
	header.open-menu #menu-mobile-mask {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.5);
		z-index: 4;
	}
	header.open-menu #logotipo {
		position: fixed;
		top: 50px;
		height: 76px;
		left: calc(40% - 33px);
	}
	header.open-menu #menu-mobile ul {
		margin: 20px;
		margin-top: 100px;
	}
	header.open-menu #menu-mobile li {
		text-align: center;
		border-top: #CCC 1px solid;
	}
	header.open-menu #menu-mobile li:last-child {
		border-bottom: #CCC 1px solid;
	}
	header.open-menu #menu-mobile li a {
		color: #633392;
		font-family: 'OpenSans';
		font-weight: bold;
		font-size: 16px;
		padding: 18px;
    	display: block;
	}
	header.open-menu .bar-close {
		position: absolute;
		bottom: 40px;
		background-color: #633492;
		height: 40px;
		width: 100%;
	}
	header.open-menu .bar-close .btn-close {
		background:none;
		border: none;
		color: #fff;
		font-size: 22px;
	}
	header #input-search-mobile {
		transition: 1s;
		top: -40px;
		position: fixed;
		width: 70%;
		left: 15%;
		background-color: #000;
		border: none;
		height: 40px;
		color: #fff;
		outline: 0;
	}
	header.open-search #input-search-mobile {
		top: 0;
	}
	header.open-search #logotipo {
		z-index: 9;
	}
	section #systems-icons {
		margin-left: 5%;
	}
	section .owl-buttons{
		display: none;
	}	
}