/***** Tablets *****/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.buscaM {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
	}
	.searchButton {
		display: none;
	}
	.carousel-control{
		display: none;
	}
	.maisinfor{
		padding-top: 2%;
	}
	#wrapperMenu{
		height: 60px;
	}
	ul.lista-menu-principal[data-toggle="open"]>li{
		background-color: #036098;
	}
	#menu ul.lista-menu-principal li.parent:hover > ul{
		background: rgb(0, 33, 90);
	}
	ul.lista-menu-principal li{
		width: 100%!important;
	}
	header#headerPrincipal{
		position: relative;
	}
	#banner91{
		display: none;
	}
	#menu .lista-menu-principal, .menu{
		    min-height: 340px;
	}
	section#interna{
		margin-top: 70px;
	}
	#menu ul.lista-menu-principal li.parent:hover > ul{
		display: contents;
	}

}
/***** smartphones *****/

@media screen and (max-width: 500px) {
	#banner {
		display: none;
  }
  header#headerPrincipal {
		position: relative;
	}
	.logoWarp {
		text-align: center;
	}
	#social .icons {
		margin-left: 0;
	}
	#wrapperMenu {
		height: 60px;
	}
		#menu ul.lista-menu-principal li.parent:hover > ul{
		display: contents;
	}
	.introtext-item-flex p {
    	display: block;
    	height: 240px;
    	margin-left: 100px;
	}
	.posicaoDissHome, .posicaoTesesHome {
		position: absolute;
		top: 7rem;
		left: 5rem;
}

.anuncio{
	margin-top: 100px;	
}
}
/***** iphone5 e smartphones antigos *****/

@media screen and (max-width: 500px) {
  #banner{
    display: none;
  }

  .introtexttitle {
    
    top: 25vw;
    
}

  .mButoes {
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	
}

.mButoes input{
	width: 100%;
	display: block;
	margin: 0.5rem;
	font-size: 15px;
}
	header#headerPrincipal {
		position: relative;
	}
	.logoWarp {
		text-align: center;
	}
	#social .icons {
		margin-left: 0;
	}
	#wrapperMenu {
		height: 60px;
	}
	.buscaM {
		display: none !important;
	}
	.searchButton {
		display: none;
	}
	.searchButton {
		display: block;
		position: absolute;
		top: 0 !important;
		right: 0 !important;
		padding: 0;
		margin: 0;
		background-color: #004a77;
		border-radius: 80%;
	}
	.moduletable .search {
		right: 48px !important;
		top: 27px;
	}
	.moduletable .search input {
		background-color: #01385a;
		width: 210px;
		color: white;
	}
	.moduletable .search input::placeholder {
		color: white;
		font-weight: bold;
	}

	#menu .lista-menu-principal > li:hover,
	#menu .lista-menu-principal > li:focus {
		background-color: rgb(0, 33, 90);
		text-decoration: none;
		padding: 0px;
	}
	#menu ul.lista-menu-principal li.parent:hover > ul {
		display: block;
		position: relative;
		z-index: 0;
		list-style: none;
		background: rgb(3, 96, 152);
		width: 100%;
		margin: 0;
		padding: 0;
  }
  #menu .lista-menu-principal>li {
    display: inline-table;
    height: 60px;
    margin: auto;
    color: rgba(255 255 255);
    padding: 5px 0;
}
	ul.lista-menu-principal[data-toggle="open"] > li {
		background-color: #005080;
		width: 100% !important;
	}
	.passador-esq-flex {
		top: 20%;
		right: -10%;
	}
	.passador-dir-flex {
		top: 20%;
		left: -10%;
	}
	.nspArts,
	.nspLinksWrap {
		padding: 0 !important;
	}
	.maisTxt {
		padding-top: 5.5%;
	}
	.faixa2 .moduletable > h3 {
		word-break: break-word;
		margin-left: 20px;
	}
	.caixaAbs {
		border-left: 5px solid #fff;
		height: 175px;
		margin-bottom: 70px;
		margin-top: 40px;
	}
	.maisinfor {
		padding-top: 4.5%;
	}
		#menu ul.lista-menu-principal li.parent:hover > ul{
		display: contents;
	}
	.introtext-item-flex p {
    	display: block;
    	height: 240px;
    	margin-left: 100px;
	}
}


/***** 1080 *****/
@media screen and (min-width: 1900px) {
#parceiros96	.item.active img {
		width: 24vh;
	}


	#eventos div#leiaMais {
		/* margin-top: 40px; */
	}
}

/***** 1600x900p laptop *****/
@media screen and (min-width: 1450px) and (max-width: 1600px) and (max-height: 900px) { 

}

/***** 1440x900p desktop *****/
@media screen and (min-width: 1401px) and (max-width: 1440px) and (max-height: 900px) { 

}

/***** 768 *****/
@media screen and (max-width: 2000px) { 
	.titulo-item{
		top: 50%;
	}

#eventos div#leiaMais {
    margin-top: 40px;
}
}