/* ---------- PROPRIEDADES GERAIS DOS BLOCOS ICONS DA HOME, PAGINAS INTERNAS, INFORMACOES EM DESTAQUE E OUTROS ---------- */
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);

@media only screen and (min-width: 801px) and (max-width: 9000px) {
/* ----- bloco com img para a esquerda --*/

.blocosLR {
}

.blocoL {
	margin: 0.5em;
	clear: both;
	overflow: hidden;
}

.blocoLLeft {
	float: left;
	width: 48%;
	margin: 1%;
}

.blocoLLeft img {
	width: 100%;
}

.blocoLRight {
	display: flex;
	min-height: 350px;
	float: right;
	width: 48%;
	margin: 1%;
	text-align: center;
}

.blocoLRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	min-height: 1px;
	margin: auto 0;
}

.blocoLRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 3.5em;
	margin: 0;
	padding: 0;
}

/* ----- bloco com img para a direita --*/

.blocoR {
	margin: 0.5em;
	clear: both;
	overflow: hidden;
}

.blocoRLeft {
	/*float: left;*/
	float: right;
	width: 48%;
	margin: 1%;
}

.blocoRLeft img {
	width: 100%;
}

.blocoRRight {
	display: flex;
	min-height: 350px;
	/*float: right;*/
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
}

.blocoRRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	min-height: 1px;
	margin: auto 0;
}

.blocoRRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 3.5em;
	margin: 0;
	padding: 0;
}
	
/*-- ICONS PRODUTOS HORIZONTAL COM FOTO DE FUNDO E TEXTO SOBREPOSTO --*/
.produtoIconHoriz {
	border: 1px solid #ccc;
	min-height: 450px;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}

.produtoIconHoriz h1 {
	font-size: 1.5em;
	text-align: left;
	max-width: 500px;
	margin: 20px 0 0 20px;
	padding: 10px;
}

.produtoIconHoriz h3 {
	font-size: 2em;
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}

.produtoIconHoriz p {
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 20px;
	padding: 10px;
	line-height: 1.3em;
}

/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}

/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	width: 46%;
	margin: 2%;
	float: left;
	padding-right: 0.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}		
		
/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	min-height: 600px;
	/*background-size: 100%;*/
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	max-width: 1280px;
	margin: 0 auto;
}

.bannerDestaquesLeft {
	float: left;
	overflow: hidden;
	width: 69%;
	margin: 330px 0 0 0;
	padding: 0 0 0 1em;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.dwtviagens.com.br/sites/template/images/bk_black_opac.png"); 
}*/

h3.titleBoxRed {
	float: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	padding: 0.5em;
	margin: 0.5em;
}

.bannerDestaquesRight {
	float: right;
	overflow: hidden;
	width: 30%;
}

.bannerDestaquesRight a {
	float: left;
	border-bottom: 2px solid #f00;
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	float: left;
	width: 49%;
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	float: right;
	text-align: center;
	width: 49%;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
}

.blocoVideos iframe {
	width: 90%;
	margin: 0.5em auto;
}

.blocoVideosLeft {
	float: left;
	width: 49%;
}

.blocoVideosRight {
	float: right;
	width: 49%;
	text-align: center;
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
	min-height: 180px;
	border: 1px solid #fff;
}

.bannerFix h1 {
	padding: 0;
	max-width: 700px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}

.bannerFix p {
	margin: 1em auto 1em auto;
	padding: 0;
	max-width: 800px;
	color: #fff;
	text-align: center;
}

/*Icons a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */ 
.icons {
	color: #333;
	overflow: hidden;
	text-align: center;
}

.icons a {
	width: 29%;
	min-height: 280px;
	margin: 2%;
	float: left;
	color: #333;
	background: #eee;
	display: block;
}

.icons a:hover {
	text-decoration: none;
	background: #ccc;
}

.icons a img {
	width: 100%;
}

.icons h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons h3 {
	margin: 0;
	font-weight: bold;
}

.icons p {
	min-height: 130px;
	margin: 0.3em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons span {
	font-size: 0.8em;
	font-style: italic;
	color: #555;
}

.icons span img {
	max-width: 100px;
	margin: 10px;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
	width: 29%;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}


/*Icons HOME DIV- 3 COLUNAS */ 
.iconsHome { }

.iconsHome div {
	width: 29%;
    margin: 2%;
	float: left;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 10px;
	min-height: 410px;
}

.iconsHome div img {
	max-width: 250px;
	margin: 5px auto;
}

.iconsHome p {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0.5em;
}

.iconsHome ul {
	text-align: left;
}

/*Icons a - PRINCIPAIS - HOME E INTERNAS - 2 COLUNAS */
.icons2 {
	color: #333;
	overflow: hidden;
	padding: 2em 0 0 0;
}

.icons2 img {
	width: 100%;
}

.icons2 a {
	width: 46%;
	min-height: 320px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
}

.icons2 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons2 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons2 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	width: 46%;
	min-height: 320px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons2 div a {
	border:0px solid #f0f;
	clear:!important;
	height:50px;
}

.icons2 div img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #363636;
    -webkit-box-shadow: 2px 2px 2px #363636;
    -moz-box-shadow: 2px 2px 2px #363636;
}

/*Icons 2 SMALL a - PRINCIPAIS - HOME E INTERNAS - 2 COLUNAS */

.icons2Small {
}

.icons2Small img {
	width: 80%;
}

.icons2Small a {
	width: 46%;
	min-height: 320px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	text-align: center;
	overflow: hidden;
}

.icons2Small a:hover {
	text-decoration: none;
}

.icons2Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2Small p {
	margin: 0.3em;
	line-height: 1.5em;
}


/*Icons a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */
.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto;
}

.icons3 a {
	width: 29.3%;
	min-height: 250px;
    margin: 2%;
	float: left;
	color: #333;
	min-height: 450px;
}

.icons3 a img {
	width: 100%;
	border: 0px solid #fff;	
}

.icons3 a:hover {
	text-decoration: none;
}

.icons3 a:hover img {
	border: 0px solid #fff;	
}

.icons3 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
}

.icons3 div {
	width: 29.3%;
	min-height: 340px;
    margin: 2%;
	float: left;
	color: #333;
}



/*Icons 3 Small a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */
.icons3Small {
}

.icons3Small a {
	width: 29.3%;
	min-height: 370px;
    margin: 1em 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons3Small a img {
	max-width: 100px;
	/*filter: grayscale(100%);*/
}

.icons3Small a:hover {
	text-decoration: none;
}

.icons3Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3Small p {
	margin: 0.3em;
	line-height: 1.5em;
}


/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
}

.icons4 a {
	width: 23%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
	min-height: 385px;
	border: 1px solid #ccc;
}

.icons4 p {
	min-height: 100px;
	font-size: 0.9em;
}

.icons4 a img {
	/*max-width: 100px;*/
}

.icons4 a:hover {
	text-decoration: none;
}

.icons4 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
}

/*Icons 5 colunas com imagem pequena, sem o 100%, 5 colunas*/

.icons5 {
	color: #333;
	clear: both;
	overflow: hidden;
}

.icons5 a {
	width: 18%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
	min-height: 485px;
	border: 1px solid #ccc;
}

.icons5 a img {
	width: 100%;
}

.icons5 a:hover {
	text-decoration: none;
}

.icons5 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons5 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons5 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons5 div {
	width: 18%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
	min-height: 385px;
	border: 1px solid #ccc;
	padding: 1em 0.5em 0.5em 0.5em;
}

.icons5 div img {
	width: 100%;
	max-width: 170px;
}

/*Icons 6 colunas com imagem pequena, sem o 100%, 6 colunas*/

.icons6 {
	color: #333;
	clear: both;
}

.icons6 a {
	width: 14%;
	min-height: 250px;
    margin: 1%;
	float: left;
	color: #333;
	text-align: center;
}

.icons6 a img {
}

.icons6 a:hover {
	text-decoration: none;
}

.icons6 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons6 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons6 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.inforolandotitulo {
	width: 48%;
	margin: 1% 0.5em 1% 0.5em;
	float: left;
	text-align: center;
	min-height: 70px;
	line-height: 1.5em;
}

.inforolandotitulo a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}

/*Bloco com texto e v�deo da home*/
.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	float: left;
	width: 49%;
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizLeft h1 {
	text-align: left;
	color: #fff;
}

.blocoHomeHorizLeft p {
	color: #fff;
}

.blocoHomeHorizRight {
	float: right;
	width: 49%;
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
}

/* -- ICONS ROUND LINK --*/

.iconsHomeRound {
	max-width: 1128px;
	margin: 0 auto;
}

.iconsHomeRound a {
	float: left;
	margin: 0.5em;
	width: 31.3%;
	text-align: center;
	min-height: 325px;
	color: #333;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	float: left;
	margin: 0.5em;
	width: 31%;
	text-align: center;
	min-height: 250px;
	color: #333;
}

}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	
/* ----- bloco com img para a esquerda --*/

.blocosLR {
}

.blocoL {
	margin: 0.5em 0.5em 1em 0.5em;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

.blocoLLeft {
	margin: 0.5em;
}

.blocoLLeft img {
	width: 100%;
}

.blocoLRight {
}

.blocoLRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	padding: 0 0.5em;
}

.blocoLRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 3.5em;
	margin: 0;
	padding: 0;
}

/* ----- bloco com img para a direita --*/

.blocoR {
	margin: 0.5em 0.5em 1em 0.5em;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

.blocoRLeft {
	margin: 0.5em;
}

.blocoRLeft img {
	width: 100%;
}

.blocoRRight {
}

.blocoRRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	padding: 0 0.5em;
}

.blocoRRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 3.5em;
	margin: 0;
	padding: 0;
}	

/*-- ICONS PRODUTOS HORIZONTAL COM FOTO DE FUNDO E TEXTO SOBREPOSTO --*/
.produtoIconHoriz {
	border: 1px solid #ccc;
	min-height: 450px;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: top right;
	/*background-size: 100%;*/
}

.produtoIconHoriz h1 {
	font-size: 1.5em;
	text-align: left;
	max-width: 500px;
	margin: 450px 0 0 20px;
	padding: 10px;
}

.produtoIconHoriz h3 {
	font-size: 2em;
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}

.produtoIconHoriz p {
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 20px;
	padding: 10px;
	line-height: 1.3em;
}

/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}
 
/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	width: 46%;
	margin: 2%;
	float: left;
	padding-right: 0.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}

/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	margin: 0 auto;
}

.bannerDestaquesLeft {
	overflow: hidden;
	margin: 300px 0 1em 0;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.dwtviagens.com.br/sites/template/images/bk_black_opac.png"); 
}*/

.titleBoxRed {
	float: left;
	margin: 0.5em;
	padding: 0.3em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesRight {
	overflow: hidden;
}

.bannerDestaquesRight a {
	float: left;
	border-bottom: 2px solid #f00;
	display: block;
	width: 31%;
	margin: 1%;
	padding: 0.5em;
	min-height: 130px;
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	text-align: center;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
}

.blocoVideos iframe {
	width: 90%;
	margin: 0.5em auto;
}

.blocoVideosLeft {
	float: left;
	width: 49%;
}

.blocoVideosRight {
	float: right;
	width: 49%;
	text-align: center;
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
}

.bannerFix h1 {
	padding: 0.5em;
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}

.bannerFix p {
	margin: 0.5em auto 0.5em auto;
	padding: 0.5em;
	color: #fff;
	text-align: center;
}

/*-- ICONS -- */ 
.icons {
	color: #333;
	overflow: hidden;
	text-align: center;
}

.icons a {
	width: 46%;
	min-height: 280px;
	margin: 2%;
	float: left;
	color: #333;
	background: #eee;
	display: block;
}

.icons a:hover {
	text-decoration: none;
	background: #ccc;
}

.icons a img {
	width: 100%;
}

.icons h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons h3 {
	margin: 0;
	font-weight: bold;
}

.icons p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons span {
	font-size: 0.8em;
	font-style: italic;
	color: #555;
}

.icons span img {
	max-width: 100px;
	margin: 10px;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
	width: 46%;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}

/*Icons HOME DIV- 3 COLUNAS */ 
.iconsHome { }

.iconsHome div {
	width: 29%;
    margin: 2%;
	float: left;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 10px;
	min-height: 410px;
}

.iconsHome div img {
	max-width: 100%;
	margin: 5px auto;
}

.iconsHome p {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0.5em;
}

.iconsHome ul {
	text-align: left;
}

/*Icons a - 2 COLUNAS */ 
.icons2 {
	color: #333;
	overflow: hidden;
	padding-top: 2em;
}

.icons2 img {
	width: 100%;	
}

.icons2 a {
	width: 46%;
	min-height: 250px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	border: 1px solid #ccc;
}

.icons2 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons2 h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
}

.icons2 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons2 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	width: 46%;
	min-height: 170px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons2 div img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #363636;
    -webkit-box-shadow: 2px 2px 2px #363636;
    -moz-box-shadow: 2px 2px 2px #363636;
}


/*Icons 2 SMALL a - PRINCIPAIS - HOME E INTERNAS - 2 COLUNAS */

.icons2Small {
}

.icons2Small img {
	width: 80%;
}

.icons2Small a {
	width: 46%;
	min-height: 320px;
    margin: 0 2% 2em 2%;
	float: left;
	color: #333;
	text-align: center;
	overflow: hidden;
}

.icons2Small a:hover {
	text-decoration: none;
}

.icons2Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2Small p {
	margin: 0.3em;
	line-height: 1.5em;
}


.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto;
}

.icons3 a {
	width: 46%;
    margin: 2%;
	float: left;
	color: #333;
	overflow: hidden;
	min-height: 600px;
}

.icons3 a img {
	width: 100%;	
}

.icons3 a:hover {
	text-decoration: none;
}

.icons3 a:hover img {
	border: 0px solid #fff;	
}

.icons3 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
}

.icons3 div {
	width: 29%;
	min-height: 570px;
    margin: 2%;
	float: left;
	color: #333;
}

/*Icons 3 Small a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */
.icons3Small {
}

.icons3Small a {
	width: 46%;
	min-height: 340px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;	
}

.icons3Small a img {
	max-width: 100px;
}

.icons3Small a:hover {
	text-decoration: none;
}

.icons3Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3Small p {
	margin: 0.3em;
	line-height: 1.5em;
}

/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
}

.icons4 a {
	width: 46%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #ccc;
	min-height: 530px;
}

.icons4 a p {
	min-height: 100px;
}

.icons4 a img {
}

.icons4 a:hover {
	text-decoration: none;
}

.icons4 h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}


/*Icons 3 colunas com imagem pequena, sem o 100%, 3 colunas*/

.icons5 {
	color: #333;
	clear: both;
	overflow: hidden;
}

.icons5 a {
	width: 29.3%;
	min-height: 220px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons5 a img {
}

.icons5 a:hover {
	text-decoration: none;
}

.icons5 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons5 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons5 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
}

.icons5 div {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 2%;
	color: #333;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1em 0.5em 0.5em 0.5em;
	overflow: hidden;
}

.icons5 div img {
	width: 100%;
	max-width: 170px;
	float: left;
	margin: 0.5em;
}

/*Icons6 3 colunas com imagem pequena, sem o 100%, 3 colunas*/

.icons6 {
	color: #333;
	clear: both;
}

.icons6 a {
	width: 29.3%;
	min-height: 220px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
}

.icons6 a img {
}

.icons6 a:hover {
	text-decoration: none;
}

.icons6 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons6 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons6 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.inforolandotitulo {
	width: 46%;
	margin: 1% 0.5em 1% 0.5em;
	float: left;
	text-align: center;
	min-height: 150px;
	line-height: 1.5em;
}

.inforolandotitulo a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}

.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizRight {
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
	text-align: center;
	background: #000;
}

/* -- ICONS ROUND --*/

.iconsHomeRound {
	max-width: 1128px;
	margin: 0 auto;
}

.iconsHomeRound a {
	float: left;
	margin: 0.5em;
	width: 30%;
	text-align: center;
	min-height: 325px;
	color: #333;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	float: left;
	margin: 0.5em;
	width: 30%;
	text-align: center;
	min-height: 250px;
	color: #333;
}

}

/* Mobile */
@media only screen and (max-width: 480px) {

/* ----- bloco com img para a esquerda --*/

.blocosLR {
}

.blocoL {
	margin: 0.5em 0.5em 1em 0.5em;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

.blocoLLeft {
	margin: 0.5em;
}

.blocoLLeft img {
	width: 100%;
}

.blocoLRight {
}

.blocoLRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	padding: 0 0.5em;
}

.blocoLRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

/* ----- bloco com img para a direita --*/

.blocoR {
	margin: 0.5em 0.5em 1em 0.5em;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

.blocoRLeft {
	margin: 0.5em;
}

.blocoRLeft img {
	width: 100%;
}

.blocoRRight {
}

.blocoRRight div {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	padding: 0 0.5em;
}

.blocoRRight h2 {
	font-weight: bold;
	color: #ccc;
	font-size: 2em;
	margin: 0;
	padding: 0;
}	


/*-- ICONS PRODUTOS HORIZONTAL COM FOTO DE FUNDO E TEXTO SOBREPOSTO --*/
.produtoIconHoriz {
	border: 1px solid #ccc;
	min-height: 450px;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 220%;
}

.produtoIconHoriz h1 {
	font-size: 1.5em;
	text-align: left;
	max-width: 500px;
	margin: 300px 0 0 10px;
	padding: 10px;
}

.produtoIconHoriz h3 {
	font-size: 2em;
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}

.produtoIconHoriz p {
	text-align: left;
	max-width: 500px;
	margin: 0 0 0 10px;
	padding: 10px;
	line-height: 1.3em;
}


/*-- ICONS FOTOS COM OVER TEXTO --*/
.iconsFotos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.iconFotoContainer {
  position: relative;
  width: 100%;
  margin: 0;
}

.iconFotoImage {
  display: block;
  width: 100%;
  height: auto;
}

.iconFotoOverlay {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #fff;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  padding: 0.5em;
  text-align: center;
}

.iconFotoContainer:hover .iconFotoOverlay {
  opacity: 0.8;
}

.iconFotoOverlay h1 {}
.iconFotoOverlay h2 {}
.iconFotoOverlay h3 {}
.iconFotoOverlay p {}

/* --- PLANS PLANOS BLOCOS UL PLANOS --- */ 
.plans {
}

.plans ul {
	border: 1px solid #09f;
	margin: 0 auto 1em auto;
	padding: 0 0.5em 0.5em 1.5em;
}

.plans ul li {
	margin-bottom: 0.5em;
}	

/* --- BLOCO NOTICIA TOP HOME BANNER DESTAQUES --- */ 

.bannerDestaques {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLimit {
	overflow: hidden;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bannerDestaquesLeft {
	overflow: hidden;
	margin: 100px 0 1em 0;
}

.bannerDestaquesLeft a {
}

/*.bannerDestaquesLeft a:hover {
	background: url("https://www.dwtviagens.com.br/sites/template/images/bk_black_opac.png"); 
}*/

.titleBoxRed {
	float: left;
	margin: 0.5em;
	padding: 0.3em;
}

.bannerDestaquesLeft h1 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h2 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesLeft h3 {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.bannerDestaquesRight {
	overflow: hidden;
}

.bannerDestaquesRight a {
	border-bottom: 2px solid #f00;
	display: block;
	margin: 0.5em;
	padding: 0.5em; 
	text-align: left;
	font-size: 1.3em;
}

/* --- BLOCO NOTICIA TOP HOME --- */ 

.blocoNoticiaTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.blocoNoticiaTopLeft {
	text-align: center;
}

.blocoNoticiaTopLeft h1,h2,h3 {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}

.blocoNoticiaTopLeft p {
	padding: 0.5em;
	margin: 0;
}

.blocoNoticiaTopLeft img {
	width: 100%;
}

.blocoNoticiaTopLeft span {
	font-size: 0.9em;
	font-style: italic;
}

.blocoNoticiaTopRight {
	text-align: center;
}

/* --- BLOCO VIDEOS HOME --- */ 

.blocoVideos {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.blocoVideos p {
	padding: 0.5em;
	margin: 0;
	clear: both;
}

.blocoVideos iframe {
	width: 90%;
	margin: 0.5em auto;
}

.blocoVideosLeft {
	overflow: hidden;
	margin-bottom: 1em;
}

.blocoVideosRight {
}

/*-- BANNER FIX -- */ 
.bannerFix {
	background: #333;
}

.bannerFix h1 {
	padding: 0.5em 0 0.5em 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.bannerFix p {
	margin: 0;
	padding: 0.5em;
	color: #fff;
	text-align: center;
}

/*-- ICONS -- */ 
.icons {
	color: #333;
	overflow: hidden;
	text-align: center;
}

.icons a {
	margin: 0 2% 1.5em 2%;
	color: #333;
	background: #eee;
	display: block;
}

.icons a:hover {
	text-decoration: none;
	background: #ccc;
}

.icons a img {
	width: 100%;
}

.icons a img:hover {
	width: 120%;
}

.icons h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons h3 {
	margin: 0;
	font-weight: bold;
}

.icons p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons p img {
	max-width: 100px;
}

.icons span {
	font-size: 0.8em;
	font-style: italic;
	color: #555;
}

.icons span img {
	max-width: 100px;
	margin: 10px;
}

.icons div { /* -- LOGOTIPOS POR EXEMPLO --*/
    margin: 0 2% 1.5em 2%;
	color: #333;
	text-align: center;
}

.icons div img {
	width: 100%;
}

/*Icons HOME DIV- 3 COLUNAS */ 
.iconsHome { }

.iconsHome div {
    width: 90%;
	color: #333;
	margin: 0.5em auto 1em auto;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 10px;
}

.iconsHome div img {
	max-width: 250px;
	margin: 5px auto;
}

.iconsHome p {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0.5em;
}

.iconsHome ul {
	text-align: left;
}


/*Icons a - 2 COLUNAS */ 
.icons2 {
	color: #333;
	overflow: hidden;
	text-align: center;
}

.icons2 img {
	width: 100%;
	margin: 0 auto;	
}

.icons2 a {
	color: #333;
	display: block;
	margin-bottom: 1.5em;
}

.icons2 a:hover {
	text-decoration: none;
	background: #eee;
}

.icons2 h1 {
	font-weight: normal;
	font-size: 1.8em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons2 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: left;
}

.icons2 div {
	color: #333;
	padding-bottom: 2em;
}

.icons2 div img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #363636;
    -webkit-box-shadow: 2px 2px 2px #363636;
    -moz-box-shadow: 2px 2px 2px #363636;
}


/*Icons 2 SMALL a - PRINCIPAIS - HOME E INTERNAS - 2 COLUNAS */

.icons2Small {
}

.icons2Small img {
	width: 80%;
}

.icons2Small a {
    margin: 0 2% 2em 2%;
	color: #333;
	text-align: center;
	overflow: hidden;
	display: block;
}

.icons2Small a:hover {
	text-decoration: none;
}

.icons2Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons2Small p {
	margin: 0.3em;
	line-height: 1.5em;
}

.icons3 {
	color: #333;
	overflow: hidden;
	max-width: 1128px;
	margin: 0 auto 0 auto;
}

.icons3 a {
	width: 90%;
	color: #333;
	margin: 0.5em auto 1em auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
}

.icons3 a img {
	width: 100%;	
}

.icons3 a:hover {
	text-decoration: none;
	border: 1px solid #09f;
}

.icons3 a:hover img {
}

.icons3 h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.icons3 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0.5em 0.3em 0 0.3em;
}

.icons3 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
}

.icons3 div {
	width: 90%;
	color: #333;
	margin: 1em auto 1em auto;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 15px;
}

/*Icons 3 Small a - PRINCIPAIS - HOME E INTERNAS - 3 COLUNAS */
.icons3Small {
}

.icons3Small a {
	width: 46%;
	min-height: 400px;
    margin: 2%;
	float: left;
	color: #333;
	text-align: center;
	border: 0px solid #f0f;	
}


.icons3Small a img {
	max-width: 100px;
}

.icons3Small a:hover {
	text-decoration: none;
}

.icons3Small h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons3Small p {
	margin: 0.3em;
	line-height: 1.5em;
}


/*Icons 4 colunas com imagem pequena, sem o 100%, 4 colunas*/

.icons4 {
	color: #333;
}

.icons4 a {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 0.5em;
	color: #333;
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #ccc;
	display: block;
}

.icons4 a p {
}

.icons4 a img {
}

.icons4 a:hover {
	text-decoration: none;
}

.icons4 h2 {
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons4 h3 {
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons4 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/*Icons 3 colunas com imagem pequena, sem o 100%, 3 colunas*/

.icons5 {
	color: #333;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.icons5 a {
    margin: 0 0.5em 2em 0.5em;
	color: #333;
	overflow: hidden;
	display: block;
}

.icons5 a img {
}

.icons5 a:hover {
	text-decoration: none;
}

.icons5 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons5 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons5 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.icons5 div {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 1em;
	color: #333;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1em 0.5em 1em 0.5em;
	overflow: hidden;
}

.icons5 div img {
	width: 100%;
	max-width: 170px;
	margin: 0.5em;
}

/*Icons6 coluna com imagem pequena, sem o 100%, 1 colunas*/

.icons6 {
	color: #333;
	text-align: center;
	clear: both;
}

.icons6 a {
    margin: 0 0.5em 2em 0.5em;
	color: #333;
	overflow: hidden;
	display: block;
}

.icons6 a img {
}

.icons6 a:hover {
	text-decoration: none;
}

.icons6 h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.icons6 h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0.3em 0 0.3em;
}

.icons6 p {
	/*min-height: 90px;
	max-width: 220px;*/
	margin: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
}

/* -- INFO ROLANDO - DESTAQUES -- */

.infoRolando {
	clear:both;
}

.inforolandotitulo {
	margin: 0 0.5em 1em 0.5em;
	clear: both;
	text-align: center;
	line-height: 1.5em;
}

.inforolandotitulo a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*background: #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #09f;*/
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	/*min-height: 80px;*/
}

.inforolandotitulo a:hover {
	background: #eee;
	/*border: 3px solid #03c;*/
	text-decoration: none;
}

.marquee {
	height: 300px;
}






.blocoHomeHorizContainerBlue {
	overflow: hidden;
	background: #61727b;
	padding: 0 0.5em;
}

.blocoHomeHoriz {
	max-width: 1128px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.blocoHomeHorizLeft {
	margin: 1em 0 1em 0;
	color: #fff;
}

.blocoHomeHorizRight {
	margin: 1em 0 1em 0;
	border: 1px solid #fff;
	text-align: center;
	background: #000;
}








/* -- ICONS ROUND --*/

.iconsHomeRound {
	margin: 0 auto;
	text-align: center;
}

.iconsHomeRound a {
	margin: 0.5em 0 1em 0.5em;
	color: #333;
	display: block;
}

.iconsHomeRound a:hover {
	text-decoration: none;
}

.iconsHomeRound img {
	border-radius: 50%;
	margin: 0 auto;
}

.iconsHomeRound p {
	clear: both;
	margin: 0;
}

.iconsHomeRound p span {
	font-size: 0.8em;
	font-style: oblique;
}

/* -- ICONS ROUND DIV - SEM LINK --*/

.iconsHomeRound div {
	margin: 0.5em 0 1em 0.5em;
	text-align: center;
	color: #333;
}

}
	
/* iPads (retrato e paisagem)
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
      estilos 
}*/

/*320 pixels - Smartphones no modo retrato.
480 pixels - Smartphones no modo paisagem.
600 pixels - Tablets pequenos. Ex: Amazon Kindle (600�800)
768 pixels - Tablets maiores em modo retrato. Ex: iPad (768�1024)
1024 pixels - Tablets maiores em modo paisagem, monitores antigos.
1200 pixels - Monitores wide.*/








/*<style>
/* --- CORES E BACKGROUNDS ---
.bannerDestaques { background-color:#333; background-size:100%;}
.bannerDestaquesLimit { }
.bannerDestaquesLeft { }
.bannerDestaquesLeft a { color:#fff; background:url("/sites/template/images/bk_black_opac.png");}
.bannerDestaquesLeft a:hover { background:#000;  }
h3.titleBoxRed { background:#c00; color:#fff; }
.bannerDestaquesLeft h1 { }
.bannerDestaquesLeft h2 { }
.bannerDestaquesLeft h3 { }
.bannerDestaquesRight { }
.bannerDestaquesRight a { color:#fff; background: url("/sites/template/images/bk_black_opac.png"); }

@media only screen and (min-width: 801px) and (max-width: 9000px) {
.bannerDestaques { /*max-width:1600px; width:100%; min-height:600px; }
}
</style>*/
