/*=================RESET=================*/


#conteudo * {
	text-decoration: none;
	margin:0 auto;
	padding: 0px;
	font-family:"Helvetica", Source Sans Pro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:1.4; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border: 0 none;


}

@font-face {
     font-family: fort_foundry;
	src: url("fonts/fort_foundry.otf")
     
}

@font-face {
     font-family: Helvetica;
     src: url('fonts/Helvetica.ttc');
}

@font-face {
     font-family: Chapaza;
     src: url('http://www.nuncadiga.com/fonts/Chapaza.ttf');
}

/*=================BASE=================*/
#conteudo {
	width:100%;
	height:auto;

}

 .rodape {
	max-width: 1100px;
	min-height: 300px;
	height: auto;
	margin: 0 auto;

}



#conteudo .opacidade {
	opacity: 0;
}


#conteudo {
	max-width: 100%;
	min-width:800px;
	height: auto;
	margin: 0 auto;
	padding:0px;
	position:relative;
	overflow:hidden;
	line-height: 25px;
	color: #000;
	box-sizing:border-box;
}
#conteudo p {
	font-size: 18px;
	color: #ffffff;		
	font-family: 'Helvetica', Source Sans Pro, Arial, Helvetica, sans-serif;

	
}

#conteudo em { text-decoration: overline; }


#conteudo strong {
	font-weight:bold;
}


#conteudo h1 {
	font-size: 50px;
	line-height:70px;
	color: #ffffff;
	font-family:'fort_foundry', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" ;	
}


#conteudo h2 {
	font-size: 20px;
	line-height:25px;
	color:#ffffff;
	font-family: 'fort_foundry', Source Sans Pro, Arial, Helvetica, sans-serif;
}

/*#conteudo h2:hover {
	font-size: 20px;
	line-height:25px;
	height: 20px;
	color:#ffffff;
	font-family: 'fort_foundry', Source Sans Pro, Arial, Helvetica, sans-serif;
	background-image:url("img/bt_baixar.png");
		
	-webkit-animation: swing 5s ease;
    animation: swing 0.9s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;

}*/

#conteudo h3 {
	font-size: 16px;
	color:#ffffff;
	font-family: 'fort_foundry', Source Sans Pro, Arial, Helvetica, sans-serif;	
}

#conteudo a {
	color:#ffffff;
	font-family: 'Helvetica', Source Sans Pro, Arial, Helvetica, sans-serif;
}

#conteudo a:hover {
	color:#ffffff;
	font-family: 'Helvetica', Source Sans Pro, Arial, Helvetica, sans-serif;
	text-decoration: underline;


}

#conteudo .topo_produto  {
	width:1200px;
	min-height: 600px;
	background-image: url("img/bg_textura.png");
	position: relative;

}


#conteudo .header-paralax {
    background-image: url('img/acao10_img.png');
    background-size: cover;
    width: 100%;
    position: fixed;
    height: 500px;
}









#conteudo .diario {
	max-width:1100px;
	min-height: 704px;
    margin-left: auto;
    margin-right: auto;	
	display:block;	

}

#conteudo img {
	margin:0px;
	padding:0px;
	display:block;
}
#conteudo .img_banner {
	max-width:100%;
	height:auto;
	border:0;
	margin:0;
	padding:0;
	display:block;
}

#conteudo .absolute {
	position:absolute;
	top:0;
	z-index:0;
}


#conteudo .anim_01 {
	min-width:70px;
	min-height:64px;
	background-image:url(img/pac_01.png);
	background-repeat:no-repeat;
	top:100px;

	left:0px;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 15s;
  	animation-name: anim_01;
 	animation-iteration-count: infinite;
}


@keyframes anim_01 {
    0%   {margin-top: -30px; margin-right:-500px; margin-left:0px}
    50%  {margin-top: 50px; margin-right:420px; margin-left:-200px}
    100% {margin-top: 80px; margin-left:1200px; margin-right:20px}
}



#topo .pac_02 {
	min-width:70px;
	min-height:64px;
	background-image:url(img/pac_02.png);
	background-repeat:no-repeat;
	top:20px;
	left: 70px;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 15s;
  	animation-name: pac_02;
 	animation-iteration-count: infinite;
}


@keyframes pac_02 {
    0%   {margin-top: 100px; margin-left:1800px; margin-right:-500px}
    60%  {margin-top: 150px; margin-left:1200px; margin-right:-40px}
    100% {margin-top: 150px; margin-left:-500px; margin-right:-100px}
}


#topo .pac_03 {
	min-width:70px;
	min-height:64px;
	background-image:url(img/pac_03.png);
	background-repeat:no-repeat;
	top:30px;
	left: 160px;
	position:absolute;
	z-index:15;
 	animation-duration: 18s;
  	animation-name: pac_03;
 	animation-iteration-count: infinite;
}


@keyframes pac_03 {
    0%   {margin-top: 200px; margin-left:1800px; margin-right:-500px}
    40%  {margin-top: 280px; margin-left:500px; margin-right:-40px}
    100% {margin-top: 400px; margin-left:-500px; margin-right:-100px}
}





#conteudo .anim_03 {
	min-width:150px;
	min-height:108px;
	background-image:url(img/coracao_asas.png);
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 15s;
  	animation-name: anim_03;
 	animation-iteration-count: infinite;
}

@keyframes anim_03 {
    0%   {margin-top: -10px; margin-left:-500px; margin-right:0px}
    50%  {margin-top: 10px; margin-left:420px; margin-right:-200px}
    100% {margin-top: 30px; margin-left:1200px; margin-right:20px}
}




#conteudo .pac_04 {
	min-width:150px;
	min-height:80px;
	background-image:url(img/pac_man.gif);
	background-repeat:no-repeat;
	top:25px;
	left:0px;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 10s;
  	animation-name: pac_04;
 	animation-iteration-count: infinite;
}


@keyframes pac_04 {
    0%   {margin-top: 0px; margin-left:-800px; }
    50%  {margin-top: 0px; margin-left:400px; }
    100% {margin-top: 0px; margin-left:1800px; }
}


#conteudo .pac_05 {
	min-width:70px;
	min-height:64px;
	background-image:url(img/pac_05.png);
	background-repeat:no-repeat;
	top:25px;
	left:0px;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 11s;
  	animation-name: pac_05;
 	animation-iteration-count: infinite;
}


@keyframes pac_05 {
    0%   {margin-top: 0px; margin-left:-800px; }
    50%  {margin-top: 0px; margin-left:300px; }
    100% {margin-top: 0px; margin-left:1800px; }
}




#conteudo .mario_01 {
	min-width:100px;
	min-height:95px;
	background-image:url(img/mario.gif);
	background-repeat:no-repeat;
	top:25px;
	left:0px;
	position:absolute;
	z-index:15;
 	animation-duration: 5s;
  	animation-name: mario_01;
 	animation-iteration-count: infinite;
}


@keyframes mario_01 {
    0%   {margin-top: 0px; margin-left:-800px; }
    50%  {margin-top: 0px; margin-left:300px; }
    100% {margin-top: 0px; margin-left:1800px; }
}










/*=================luz=================*/


/*
#topo_produto .luz {
	min-width: 2000px;
	min-height: 2000px;
	background: url(img/luz.png) no-repeat;		
	z-index: 1;
	overflow: hidden;
	margin-top: -300px;
	
	-webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}
	
*/
	
#topo_produto .logo {
	max-width:627px;
	min-height: 711px;
    margin-left: auto;
    margin-right: auto;	
	display:block;	
	position: relative;

}



#conteudo  #topo_produto .img_produto {
	width: 1200px;
	height: 790px;
	background-image: url(img/img_produto.png);
	background-repeat: no-repeat;
	margin-left:20px;
}


#topo_produto .nuvem_01 {
	min-width:150px;
	min-height:123px;
	background-image:url(img/nuvem_01.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 80s;
  	animation-name: nuvem_01;
 	animation-iteration-count: infinite;
}


@keyframes nuvem_01 {
    0%   {margin-top: 30px; margin-left:1000px; margin-right:-500px}
    50%  {margin-top: 20px; margin-left:100px; margin-right:-40px}
    100% {margin-top: 20px; margin-left:1000px; margin-right:-100px}
}


#topo_produto .nuvem_02 {
	min-width:150px;
	min-height:123px;
	background-image:url(img/nuvem_01.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	z-index:15;
 	animation-duration: 50s;
  	animation-name: nuvem_02;
 	animation-iteration-count: infinite;
}


@keyframes nuvem_02 {
    0%   {margin-top: 30px; margin-left:50px;}
    50%  {margin-top: 20px; margin-left:500px; }
    100% {margin-top: 20px; margin-left:1000px; }
}




#conteudo .vendedor {
	max-width: 400px;
	height: auto;
	float: right;

	
}


	#conteudo .texto {
	max-width:600px;	
	float: left;
	text-align: left;
	color: #ffffff;
	font-family: 'Helvetica', Source Sans Pro, Arial, Helvetica, sans-serif;
}
		
/*	background-color: #f7fdfd;
	height: auto;

	margin:0px;

	color: #167f7a;
	border: dashed 2px #c1ebe9;*/


	#conteudo .autora p {
	width: 350px;
		
	background-color: #f7fdfd;
	height: auto;
	padding: 30px;
	margin:0px;
	float: right;
	color: #0d5f5b;
	border: dashed 2px #c1ebe9;	
	font-family: 'fort_foundry', Source Sans Pro, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: normal;


}


	

/*=================ACOES=================*/

#conteudo .swing{
	width: 350px;
	height: 350px;
	position:relative;
	cursor: pointer;
	background-image:url(img/bt_livro.png);	

}

#conteudo .swing:hover {
	width: 350px;
	height: 350px;
	position:relative;
	cursor: pointer;
	z-index: 10;
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;
}


#conteudo .baixar {
	width: 242px;
	height: 109px;
	cursor: pointer;
    animation:tada 5s linear infinite;
	

}
#conteudo .baixar:hover {
	width: 242px;
	height: 109px;
	cursor: pointer;
	opacity: 0.8;

}

#conteudo .box {
	width:350px;
	height: 550px;
	position:relative;
	z-index: 10;
	float: left;

		
}
#conteudo .box h1{
	font-size: 25px;
	line-height: normal;
	text-align: center;
	justify-content:space-between;
	color: #FFF61A;	
	font-family: 'fort_foundry' "Franklin Gothic Bold", "Arial Black", "sans-serif";
		
}
#conteudo .box h2{
	font-size: 20px;
	line-height: normal;
	text-align: center;
	justify-content:space-between;
	color: #FFF61A;	
	font-family: 'fort_foundry' "Franklin Gothic Bold", "Arial Black", "sans-serif";
		
}

#conteudo .box p {
	position:relative;
	text-align:center;
	font-size: 13px;
	color: #FFFFFF;
	z-index:1;
	
}



#conteudo .agenda {
	width: 255px;	
	position:relative;
	z-index: 10;
	margin: 20px;
	padding-top: 20px;
	float: left;
		
}

#conteudo .agenda:hover {
	width: 255px;	
	position:relative;
	z-index: 10;
	margin: 20px;
	padding-top: 20px;
	float: left;
	cursor: pointer;
    animation:pulse 5s linear infinite;		
}


#conteudo .agenda p{
	font-size: 25px;
	text-align: center;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font-family:'fort_foundry', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" ;	
	justify-content:flex-end;
}


#conteudo .agenda em{
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	font-family:'fort_foundry', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" ;	

}
#conteudo .agenda h2{
	font-size: 38px;
	line-height: normal;
	text-align: center;
	justify-content:space-between;
	color: #FFF9D0;
	margin-top: 15px;		
	font-family: 'fort_foundry' "Franklin Gothic Bold", "Arial Black", "sans-serif";
		
}

#conteudo .img_01 {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/quebra_cabecas_hover.png);
	
}

#conteudo .img_01:hover {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/quebra_cabecas.png);
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;	
}

#conteudo .img_02 {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/colorir_hover.png);
	
}

#conteudo .img_02:hover {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/colorir.png);
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;	
}




#conteudo .redes {
	width: 500px;
	height: 96px;
	float: left;
	cursor: pointer;
	z-index: 10;
	
	
}


#conteudo .sociais {
	width: 96px;
	height: 96px;
	position:relative;
	cursor: pointer;
	z-index: 10;
	
}
#conteudo .sociais:hover {
	width: 96px;
	height: 96px;
	position:relative;
	cursor: pointer;
	z-index: 10;
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;
}


#conteudo .guia {
	width: 350px;
	float: right;
	cursor: pointer;
}

#conteudo .guia:hover {
	width: 350px;
	float: right;
	cursor: pointer;	
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;

}











#conteudo .img_embalagem p {
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	}


	
	#conteudo .livro {
	max-width: 294px;
	height: 360px;
	margin:20px;
	float: right;
	cursor: pointer;
	background-image: url("img/livro.png");
	

}
	#conteudo .livro:hover {
	max-width: 294px;
	height: 360px;
	margin:20px;
	float: right;
	cursor: pointer;
	background-image: url("img/livro2.png");
	-webkit-animation: swing 5s ease;
    animation: swing 0.9s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;	
}



/*#conteudo .img_02 {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/colorir_hover.png);
	
}

#conteudo .img_02:hover {
	min-width: 550px;
	height: 270px;
	float: left;
	z-index: 10;
	background-image:url(img/colorir.png);
	-webkit-animation: swing 1s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    nimation-iteration-count: 1;	
}
*/



/*=================TEXTO CORRIDO=================*/

#conteudo .texto_corrido {
	background-color: #f5f5f5;
	color: #ffffff;
	overflow: hidden;
}
#conteudo .texto_corrido_02 {
	max-width: 1100px;
	min-width:720px;
	height: 20px;

	color: #858585;
	overflow: hidden;
}
#conteudo .texto_corrido p {
	color: #fff;
	text-align:center; 

}

#conteudo .texto_corrido h1 {
	color: #FFFDB0;
	text-align:center;
	font-size: 32px;

}



#conteudo .texto_corrido strong {
	color: #fff;
}
#conteudo .texto_corrido_02 p {
	color: #fff;
}
#conteudo .texto_corrido_02 strong {
	color: #fff;
}
#conteudo .texto_corrido h1 {
	color: #fff;
}
#conteudo .texto_corrido_02 h1 {
	color: #b3e3dd;
}




/*=================ALINHAMENTO=================*/

#conteudo .ptop {
	margin-top:50px;
}

#conteudo .ptop1 {
	margin-top:100px;
}

#conteudo .ptop2 {
	margin-top:200px;
}
#conteudo .ptop3 {
	margin-top:45px;
}
#conteudo .ptop4 {
	margin-top:60px;
}
#conteudo .ptop5 {
	margin-top:75px;
}
#conteudo .ptop6 {
	margin-top:90px;
}
#conteudo .ptop7 {
	margin-top:105px;
}
#conteudo .ptop8 {
	margin-top:120px;
}
#conteudo .ptop9 {
	margin-top:135px;
}
#conteudo .ptop10 {
	margin-top:150px;
}







/*=================HOVERS=================*/

#conteudo #opcao1 {
	background-image: url(img/opcao1.png);
	width:200px;
	height:225px;
	float:left;
}

#conteudo #opcao1:hover {
	background-image: url(img/opcao1.png);
	background-position:right;
	
}

#conteudo #opcao2 {
	background-image: url(img/opcao2.png);
	width:200px;
	height:225px;
	float:left;
}

#conteudo #opcao2:hover {
	background-image: url(img/opcao2.png);
	background-position:right;
}

#conteudo #opcao3 {
	background-image: url(img/opcao3.png);
	width:200px;
	height:225px;
	float:left;
}

#conteudo #opcao3:hover {
	background-image: url(img/opcao3.png);
	background-position:right;
}

#conteudo #opcao4 {
	background-image: url(img/opcao4.png);
	width:200px;
	height:225px;
	float:left;
}

#conteudo #opcao4:hover {
	background-image: url(img/opcao4.png);
	background-position:right;
}


#conteudo .seta {
	width: 75px;
	height: 14px;
	margin-top:270px;
	margin-left: 310px;
	background-image:url(img/seta.png);
	position:absolute;
	z-index:110;
}














/*************************************************************************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*********************************   ESPECIAL_RESPONSIVO.CSS    ***********************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*************************************************************************************************/


/*------------------------BASE------------------------*/

#grid-responsivo {
	max-width:100%;
	min-height:100%;
	overflow:hidden;
	margin:0 auto;
	line-height:2.5em;
	list-style:none;
	font-size:65.5%;
	font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}

#grid-responsivo .topo_mobile {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
}

#grid-responsivo img {
	min-width:100%;
	width:100%;
	height: auto;
	display:block;
}

#grid-responsivo .bg_cor {
	background-color: #1db1a1;
}

#grid-responsivo .bg_rosa{
	background-color: #ee4699;
}

#grid-responsivo .bg_azul {
	background-image:url(img/resp_bg01.jpg);
}

#grid-responsivo .azul {
	background-color: #65b8ee;

}

#grid-responsivo .bg_concreto_02 {
	background-image:url(img/resp_bg02.jpg);	 
}

#grid-responsivo .bg_preto {
	background-color: #2e302d;

	
}

#grid-responsivo .borda_cor {
	border-left: solid 0.180em #00adef;
}

#grid-responsivo .titulo_cor_01 {
	color:#ffffff;
}


#grid-responsivo .titulo_cor_02 {
	color: #FFFFFF;
}

#grid-responsivo .titulo_cor_03 {
	color: #FFFFFF;
}


#grid-responsivo .texto_cor_02 {
	color:#FFFFFF;
}

#grid-responsivo .texto_cor_03 {
	color:#FFFFFF;
}


#grid-responsivo .destaque p {
	padding:2.5% 0% 0% 0%;
	position:relative;
	text-align:center;
	z-index:1;
}

#grid-responsivo .agenda{
	margin: 2.5%;
	padding: 2.0%;
	position:relative;
	text-align:center;
	color: #FFFFFF;
	z-index:1;
}
#grid-responsivo .agenda p {
	position:relative;
	text-align:center;
	color: #FFFFFF;
	z-index:1;
}

#grid-responsivo .agenda h1 {
	font-size: 35px;
	line-height: 50px;
	position:relative;
	text-align:center;
	color: #FFFFFF;	
	margin: 0 auto;
}

#grid-responsivo .agenda h2 {
	font-size: 22px;
	line-height: 25px;
	position:relative;
	text-align:center;
	color: #FFFFFF;	
	margin: 0 auto;
}

/*#grid-responsivo .destaque p:before  {
	content:'"';
	font-size:2em;
	position:absolute;
	margin-left:-6%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#grid-responsivo .destaque p:after {
	content:'"';
	font-size:2em;
	position:absolute;
	margin-left:4%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
*/

/*------------------------TITULOS E TEXTOS------------------------*/
	
#grid-responsivo .topo_produto {
	width:100%;
	margin:0;
	background-image: url(img/bg_red.jpg);
	background-repeat: repeat;

}

#grid-responsivo .topo_produto h1 {
	color:#1f7e79;
	margin:0;
	padding:1%;
	font-size:2.5em;
	text-align:center;
}

#grid-responsivo .topo_produto h2 {
	color:#1f7e79;
	margin:0;
	padding:1%;
	text-align:center;
}

#grid-responsivo h1 {
	line-height:1.2em;
	font-size:3em;
	color: #1f7e79;
}

#grid-responsivo p {
	font-size:1.6em;
	padding-top:0em;
	padding-bottom:0em;
	color: #1f7e79;
	/*text-align:justify;*/
}

#grid-responsivo h2 {
	padding-top:0.5em;
	font-size:1.7em;
	color: #1f7e79;	
}

#grid-responsivo .titulo {
	background-image:url(img/bg_topo.jpg);
	background-attachment:fixed;
}


/*------------------------VIDEOS------------------------*/


#grid-responsivo .video-container iframe,
#grid-responsivo .video-container object,
#grid-responsivo .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-bottom:1em;
}

#grid-responsivo .video-container {
    position: relative;
    padding-bottom: 74%;
    padding-top: 1em; 
	width: 100%; 
	overflow: hidden;
	margin-bottom:0em;
}



#grid-responsivo .video-container iframe,
#grid-responsivo .video-container object,
#grid-responsivo .video-container video,
#grid-responsivo .video-container embed {
    position: absolute;
    top: 0;
	bottom:0;
    width: 100%;
    height: 100%;
}

#grid-responsivo .video-container {
    position: relative;
    margin-top: 1%;
	margin-bottom:0%;
	height: 0; 
	overflow: hidden;
}

/*------------------------TITULOS E TEXTOS------------------------*/


#grid-responsivo .texto-corrido {
	max-width:100%;
	padding:6%; 
	margin:0;
	text-align: center;
}
#grid-responsivo .texto-corrido p {
	color: #FFFFFF;
	text-align: center;
}

#grid-responsivo .texto-corrido a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}


#grid-responsivo .texto-corrido h1 {
	color: #FFFFFF;
	text-align: center;
}

#grid-responsivo .texto-corrido h2 {
	color: #FFFFFF;
	text-align: center;
}


#grid-responsivo .redes {
	max-width:100%;
	height: auto;
	margin:0;
	text-align: center;
	background-color: #383172;


}

#grid-responsivo .sociais {
	max-width:25%;
	height: auto;
	margin:0;
	float: left;
	background-color: #383172;
}






/*************************************************************************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
****************************************   BASE.CSS    *******************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*************************************************************************************************/

/* Just for the example. Fee free to delete these three lines */
#conteudo .pikachoose {width: 1150px; height:590px; margin: 0 auto; background-color:#999; overflow:hidden;}

/* Style the thumbnails */
#conteudo .pika-thumbs{ padding: 0 0px; height: 120px; }
	#conteudo .pika-thumbs li{ width: 162px; height:100px;  overflow: hidden;
		float: left; list-style-type: none; padding: 0px; margin: 0 0px; background: #32517a; cursor: pointer;}
	#conteudo .pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
#conteudo .pika-stage, .pika-textnav {width: 1150px;}
#conteudo .pika-stage {position: relative; background: #fafafa; padding: 0px 0px 0px 0px; text-align:center; height:495px;}
#conteudo .pika-stage img{height:100%;}
#conteudo .pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75); 
			color: #fafafa; padding: 0px; text-align: right; bottom: 50px; right: 10px;}
	#conteudo .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
#conteudo .pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	#conteudo .pika-imgnav a.previous {background: url(img/styles/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	#conteudo .pika-imgnav a.next {background: url(img/styles/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	#conteudo .pika-imgnav a.play {background: url(img/styles/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	#conteudo .pika-imgnav a.pause {background: url(img/styles/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
#conteudo .pika-textnav {overflow: hidden; margin: 0px 0 0 0;bottom:10px; position:absolute;}
#conteudo .pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	#conteudo .pika-textnav a.previous {float: left; width: auto; display: block;}
	#conteudo .pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
#conteudo .pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
#conteudo .pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
#conteudo .pika-loader{ background:url(img/styles/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:0px 0px; 
	text-align:right; position:absolute; top:15px; right:15px; }












/*************************************************************************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*******************************************   STYLE.CSS    ***************************************
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
*************************************************************************************************/




#grid-responsivo .swiper-wrapper{width:100%;height:auto !important;position:relative;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate(0px,0px);-o-transition-timing-function:ease;-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}.swiper-free-mode>.swiper-wrapper{margin:0px auto;width:100%;height:auto;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;transition-timing-function:ease-out;} #grid-responsivo .swiper-wp8-horizontal{-ms-touch-action:pan-y;} #grid-responsivo .swiper-wp8-vertical{-ms-touch-action:pan-x;}


#grid-responsivo .swiper-container{width:100%;height:auto;}
#grid-responsivo .swiper-container img{width:100%; height:auto;}
#grid-responsivo .swiper-container-2{width:100%;height:auto;}
#grid-responsivo .swiper-slide{width:100%;height:auto !important;float:left;}
#grid-responsivo .swiper-slide img{width:100%;height:auto; position:relative; z-index:1;top:0; left:0;}
#grid-responsivo .swiper-slide .destaque p{width:100%;height:auto; position:relative; z-index:1;top:0; left:0;}
#grid-responsivo .device{padding:0px 0 0 0;margin:0px auto;width:100% !important;height:auto !important;position:relative;text-align:center;}
#grid-responsivo .swiper-container{margin:0px;width:100% !important;height:auto !important;overflow:hidden;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;}
#grid-responsivo .content-slide{padding:0px;color:rgb(255,255,255);}

#grid-responsivo .title{font-size:20px; padding:15px; color: #239c96;}
#grid-responsivo .pagination{position:relative; top:10; left:0; margin-bottom:0; margin-top:0; z-index:4}
#grid-responsivo .pagination-2{padding-bottom:3%;}
#grid-responsivo .swiper-pagination-switch{background:#239c96;margin:0px 3px;border-radius:8px;width:8px;height:8px;display:inline-block;cursor:pointer;}
#grid-responsivo .swiper-active-switch{background:#0c5854;}








