
/* #Media Queries
================================================== */
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.container {
		    padding-left:20px;
		}
		#header #topo .radio {
		   margin-left:680px;
		   width:50px;
		   overflow:hidden;
		   min-height:1120px;
		   -webkit-transition: all .3s linear;
           -moz-transition: all .3s linear;
           -o-transition: all .3s linear;
           transition: all .3s linear;		   		   
		}
		#header #topo .radio .box_radio .box_radio_nome {
		    margin:10px 0 0 -40px; 
		    display:block !important;
		    background-image:url(../images/radio_opes.png) !important;
		    background-repeat:no-repeat !important;		    
		    width:30px;
		    height:160px;
		    float:left;
		}
		#header #topo .radio .box_tv .box_tv_nome {
		    margin:-30px 0 0 -47px; 
		    display:block !important;
		    background-image:url(../images/tv_opes.png) !important;
		    background-repeat:no-repeat !important;
		    background-position:10px 30px !important;
		    width:30px;
		    height:160px;
		    float:left;
		}
		#header #topo .radio .veja_tambem {
		    background-image:url(../images/veja_tambem.png) !important;
		    background-repeat:no-repeat !important;
		    background-position:10px 30px !important
		}
		#header #topo .radio .box_agenda .box_agenda_nome {
    		display: block !important;
            width: 30px;
            height: 80px;
            float: left;
            margin: 20px 0 0 -47px;
        }		
		#header #topo .radio .box_agenda {
		    width:272px;
		    height:333px;
		    background-image:url(../images/agenda.png) !important;
		    background-repeat:no-repeat !important;
		    background-position:10px 30px !important
		}
		#header #topo .radio .box_agenda #aec-calendar {
		    margin-top:-70px;
		}		
		#header #topo .radio > div {
		   padding-left:50px !important;
		   background:black !important;	
		   height:320px;		   		   
		}
		
        #menu {text-align:center;}
		.conteudo {padding:0}
		.share { padding:0 124px 0 0; }
		.share div.formulario_contato.aberto { margin: 30px 0 0 384px; }
		
		#footer {
            background: url(../images/fundo_footer_ipad.jpg) black repeat-x; 
            height:600px;        
        }
		#footer .fundo_footer { 
		    background:none;
		}
		#footer .fundo_footer .menu_expandido {
		    top:390px
		}
		#footer .fundo_footer .menu_expandido .academia {
		    display:none
		}
		#footer .box.quinto {
            width:100%;
            margin:0 0 0 0 !important;            
        }
        #footer .box.quinto > span {
            display:none;            
        }
        #footer .box.quinto .bloco_twitter {
            width:370px;
            float:left;
            margin-right:50px            
        }
        #footer .imagem_footer iframe {
            height:260px !important
        }
        #footer .assinatura {
            float: right;
            margin-top: 165px !important;
            margin-right: 190px;
        }
    }
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (max-width: 767px) {
	   	.container {
		    padding-left:0;
		}
		.corpo_materia .corpo p {
			padding:0 0 0 5px;    
		}
	    body {
		overflow-x:hidden;
		}
		content {
			overflow-x:hidden;
		}
		h4 {
	        background:black !important;
	        color:white;
	    }
	    .background {display:none;}
	    /*ESCONDE HEADER NORMAL */
	    #header {
			display:none;
		}
		.share {
		    display:none;
		}
		.conteudo {margin-top:10px}
		 /*APARECE HEADER MOBILE */
		#header_mobile {
			display:inline-block !important;
			width:100%
		}
		#header_mobile .logo img{
		    width:100%;
		}
		 /*ESCONDE FOOTER NORMAL  */
		#footer {
		    display:none
		}
	    /* APARECE FOOTER MOBILE  */
		#footer_mobile {
		    border-top:1px solid;
		    margin-top:30px;
			display:block !important;
		}
		#footer_mobile .bloco_redes a  {
                text-decoration:none;
                height:36px;
                display:block;
                float:left;
                color:transparent;
        }
	   #footer_mobile .bloco_redes a.img_twitter {
			background:url(../images/redes_sociais.png) no-repeat;
			width:36px;
			background-position:0 0;                            
		} 
		#footer_mobile .bloco_redes a.img_twitter:hover {
			   background:url(../images/redes_sociais_bk.png) no-repeat; 
			}
	   #footer_mobile .bloco_redes a.img_facebook {
			background:url(../images/redes_sociais.png) no-repeat;  
			width:43px;
			background-position:-38px 0;            
		}
		#footer_mobile .bloco_redes a.img_facebook:hover {
				  background:url(../images/redes_sociais_bk.png) no-repeat;
				  background-position:-38px 0; 
			 }
		#footer_mobile .bloco_redes a.img_google {
			background:url(../images/redes_sociais.png) no-repeat;  
			width:43px;
			background-position:-82px 0;            
		}
		#footer_mobile .bloco_redes a.img_google:hover {
				background:url(../images/redes_sociais_bk.png) no-repeat; 
				background-position:-82px 0; 
			}
		#footer_mobile .bloco_redes a.img_youtube {
			background:url(../images/redes_sociais.png) no-repeat;  
			width:85px;
			background-position:-120px 0;            
		} 
		#footer_mobile .bloco_redes a.img_youtube:hover {
			background:url(../images/redes_sociais_bk.png) no-repeat; 
			background-position:-120px 0;    
		 }
		 .veja_tambem {
		 	display:none;
		 }
		 .veja_tambem_mobile {
		 	display:block !important;
		 }
		 .conteudo .veja_tambem.veja_tambem_mobile .materia {
    	     width:80%;
    	     display:inline-block;
    	     margin:5px 0;
    	     border-right:none;
    	     border-bottom:1px dotted	     
	     }
		 .parceiro_news_compre {
			display:none;
		 }
		 .parceiro_news_compre_mobile {
			display:block !important;
		 }
		.parceiro_news_compre.parceiro_news_compre_mobile > div {
            width:99%;
            margin:5px 0;
            display:inline-block;
            background:black;
            border-left: 2px solid black; 
            border-right: 2px solid black;
            border-bottom: 1px solid black;
            text-align:center;
            float:left;
            height:auto;        
        }
        .parceiro_news_compre.parceiro_news_compre_mobile img {
            width:100%
        }
        .corpo_materia img.alignleft, .corpo_materia iframe.alignleft {
            max-width:100%;           
            float: left;
            margin:5px;
        }
        .fundo_interna .branco {
           display:none
        }
        #aec-modal-container {
            width:90% !important;
        }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

#predictad_div {
	visibility:hidden !important
}