
html{ margin: 0; padding: 0 }
body{ margin: 0; padding: 0 }
::selection { background: #f5bf04; color: #232323; }
::-moz-selection { background: #f5bf04; color: #232323; }

.centraliza{ width: 1200px; margin: 0 auto }

#topo{
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 10px 0;
	border-bottom: 2px solid #e9e9e9;
}
#logo{
	float: left;
	width: 285px;
	height: 110px;
}
#publicidade-topo{
	float: right;
	width: 600px;
	height: 100px;
	background: red;
	margin-top: 4px;
}
#fonte-foto{
	float: left;
	width: 98%;
	text-align: right;
		font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #6a6a6a;
padding-right: 2%;
margin-top: 10px;
}
#rodape{
background-color:#e1e1e1;
float: left;
width: 100%;
margin-top: 40px;
}
.rodape-coluna{
	float: left;
	width: 31%;
	margin: 15px 1%;
	border-right: 1px solid #c6c6c6;
}
.rodape-coluna-titulo{
	font-family: 'Coda', cursive;
	margin-bottom: 5px;
	font-size: 20px;
}
.rodape-iten{
	float: left;
	border-bottom: 1px solid #f1f1f1;
	width: 88%;
	
}
.rodape-iten a{
	display: block;
	font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #444444;
text-decoration: none;
padding-left: 2%;
line-height: 35px;
}
.rodape-iten a:hover{
	background-color: #d0d0d0;

}
#assinatura{
	float: left;
	width: 100%;
	background-color: #2c2c2c;
	padding: 15px 0;
}
#assinatura-exe{
	float: left;
	width: 100%;
	text-align: center;
}
#assinatura-exe a{
	font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #ffffff;
text-decoration: none;
}



/* ------------ MENU -----------------*/
#menu{
	width: 100%;
	background-color:#264c84;
	height: 50px;
	float: left;
	border-bottom: 5px solid #ededed;
	margin-bottom: 25px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	line-height: 50px;
}

#menu-topo {
    bottom:-9px;
    right:0px;
}

#menu-topo ul li.primeiro_nivel {
    display: inline-block;
	position:relative;
}

#menu-topo ul li.primeiro_nivel a {
	display:block;
	color:#FFF;
	height:50px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 0 15px;
}
#menu-topo ul li.primeiro_nivel a:hover{
	background-color:#22467a;
}
.menuPrincipalAtivo{
	background-color: #1f3f6e !important;
}

#menu-topo ul li.primeiro {
    margin:0;
}

#menu-topo ul li.atual, #menu-topo ul li:hover {
	background-color:#22467a;
}

#menu-topo .submenus {
    position:absolute;
    background-color:#22467a;
    top:50px; 
    left:0;
    display:none;
    z-index:999;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 13px 0px rgba(50, 50, 50, 0.75);
}

#menu-topo li:hover ul, #menu-topo li.over ul{display:block;}

#menu-topo ul li.primeiro_nivel .submenus li {
    text-align:left;
    display:block;
    width:280px;
    border-bottom: 1px solid #264c84;
    
}
    #menu-topo ul li.primeiro_nivel .submenus a {
        color:#eaeaea;
        padding-left:10px;
        display:block;
    }

    #menu-topo ul li.primeiro_nivel .submenus a:hover {
        color:#ffffff;
        margin-left:2px solid #ffffff;
        background-color: #1d3d6c;
    }

/* ------------- FIM MENU ----------------- */

#left{
	float: left;
	width: 810px;
}
#right{
	float: right;
	width: 345px;
}

.titulos-gerais{
	float: left;
	width: 100%;
	padding: 20px 0;
	font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 25px;
    clear: both;
    text-transform: uppercase;
}

.sub-titulo-data{
	float: left;
	width: 100%;
	color: #676767;
		font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    clear: both;
    text-align: right;
    margin-top: -5px;
	}


.titulo-noticia{
		float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    clear: both;
    padding-bottom: 7px;
}
.sub-titulo-noticia{
	float: left;
	width: 100%;
	color: #676767;
		font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    clear: both;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.noticia-imagem-destaque{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}
#mais-fotos{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
}
#mais-fotos-titulo{
	float: left;
	width: 100%;
		font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 17px;
}
.mais-fotos-loop{
	float: left;
	width: 120px;
	height: 70px;
	overflow: hidden;
	margin: 7px;
}
#texto{
	font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #484848;
    letter-spacing: -.60px;
    float: left;
    width: 100%;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    line-height: 29px; 
}
#texto a{
	color: #000;
}
#texto a:hover{
	color: #10274a;
}
	#texto p{
	margin-top: 0;
}

#botao-curtir-fb{
	width: 100%;
	margin: 20px 0;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	z-index: 999;
}
#compartilhar-whats{
	width: 100%;
	
	background-color: #169e0e;
	
	text-align: center;
	margin-bottom: 15px;
	display: none;
}
#compartilhar-whats a{
	color: #FFF;
	text-decoration: none;
	padding: 15px 0;
	display: block;

	}
.bt-fb-loop{
	float: left;
	margin-right: 25px;
}

.titulos-gerais-vermelho{
	border-bottom: 2px solid #9f0a0c;
	color: #9f0a0c;
}
.titulos-gerais-azul{
	border-bottom: 2px solid #01559f;
	color: #01559f;
}
.titulos-gerais-preto{
	border-bottom: 2px solid #000;
	color: #000;
}
.titulos-gerais-laranja{
	border-bottom: 2px solid #f89e00;
	color: #f89e00;
}
.sub-titulos-gerais{
	float: right;
	margin-top: 10px;
}
.sub-titulos-gerais a{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
}
.sub-titulos-gerais a:hover{
	text-decoration: underline;
}
#bloco-manchete{
	float: left;
	width: 385px;
	margin-right: 40px;
	margin-top: 15px;
}
#bloco-secundarias{
		float: left;
	width: 385px;
	margin-top: 15px;
}
#bloco-manchete-foto{
	float: left;
	width: 100%;
	height: 260px;
	overflow: hidden;

}
#bloco-manchete-titulo{
	float: left;
	width: 100%;
	margin: 16px 0;

}
#bloco-manchete-titulo a{
	font-family: 'Ubuntu', sans-serif;
	color: #171717;
	text-decoration: none;
	font-size: 24px;
}
#bloco-manchete-titulo a:hover{
	text-decoration: underline;
}

#bloco-manchete-subtitulo{
	float: left;
	width: 100%;

	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
#bloco-manchete-subtitulo a{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	}
.secundarias-loop{
	float: left;
	width: 100%;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.secundarias-loop-foto{
	float: left;
	width: 28%;
	margin-right: 2%;
}
.secundarias-loop-foto img{
	width: 100%;
}
.secundarias-loop-titulo{
	float: right;
	width: 70%;
}
.secundarias-loop-titulo a{
	text-decoration: none;
	color: #272727;
	font-size: 16px;
		font-family: 'Ubuntu', sans-serif;
	color: #171717;
}
.secundarias-loop-titulo a:hover{
	text-decoration: underline;
}
.secundarias-loop-data{
	float: right;
	width: 70%;
	margin-top: 3px;
		font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
.noticia-home-cat{
	float: left;
	width: 30%;
	margin: 2%;
	
}
.noticia-home-cat-foto{
	float: left;
	width: 100%;
	overflow: hidden;
}
.noticia-home-cat-foto img{
	overflow: hidden;
}
.noticia-home-cat-titulo{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.noticia-home-cat-titulo a{
	text-decoration: none;
	color: #000;
		font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.noticia-home-cat-titulo a:hover{
	text-decoration: underline;
}
.noticias-loop{
	float: left;
	width: 100%;
	padding:15px 0;
	border-bottom: 1px solid #cbcbcb;
}
.noticias-loop-foto{
	float: left;
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
}
.noticias-loop-titulo{
	float: right;
	width: 75%;
	color: #000;

}
.noticias-loop-titulo a{
	font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-decoration: none;
	}
.noticias-loop-titulo a:hover{
	text-decoration: underline;
}

.noticias-loop-descricao{
		float: right;
	width: 75%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #4b4b4b;
	padding:20px 0;
}
.noticias-loop-data{
		float: right;
	width: 75%;
		font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #8d8d8d;
}
.bt-mais-noticias{
	float: left;
	width: 100%;	
	text-align: center;
	

}
.bt-mais-noticias a{
	color: #FFF;	
	width: 100%;	
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 22px;
    display: block;
    background-color: #000;
	padding:15px 0;
}
.bt-mais-noticias a:hover{
background-color: #393939
	}
.banners-pequenos{
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
	min-height: 250px;
	background-color: #CCC;
}
.banners-pequenos a{
	width: 100%;
}

#paginacao_noticias {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
}			

.paginacao-noticia-ativa {
    font-weight: bold;
    font-style: normal;
    color: white;
    font: 14px Arial, Helvetica, sans-serif;
    margin: 10px;
    float: left;

}

.paginacao-noticia {
    text-align: center;
    font-style: normal;
    float: left;
    background-color: #000;
    margin: 10px;
}
#paginacao_noticias a {
    color: #FFF;
    display: block;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 20px;

}


#info-anuncie{
    width: 99%;
    background-color: #fbec9b;
    border:1px solid #e4d061;
    float: left;
        font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}
#info-anuncie-sucess{
    width: 99%;
    background-color: #b8f4a3;
border:1px solid #7ac85f;
    float: left;
        font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}
#formulario{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background-color: #ececec;
    border-top: 2px solid #d2d2d2;
     border-bottom: 2px solid #d2d2d2;
}
.dados-contato-right{
    float: left;
    width: 100%;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 11px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 11px -9px rgba(0,0,0,0.75);
box-shadow: 0px 10px 11px -9px rgba(0,0,0,0.75);
text-align: center;
}
.formulario-loop{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.formulario-alt{
    width: 27%;
    margin-right: 1%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: right;
    margin-top: 3px;
}
.formulario-input{
    float: left;
    width: 70%;
}
.formulario-input input{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 280px;
}
.formulario-input textarea{
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 280px;
    height: 130px;
}
#bt-enviar-contato{
    background-color: #b8f4a3;
border:1px solid #7ac85f;
cursor: pointer;
}

.eventos-loop{
	float: left;
	width: 30%;
	margin: 1%;
	background-color: #f3f3f3;
	border-bottom: 2px solid #dcdcdc;
	padding: 2px 0 10px 0;
}
.eventos-loop:hover{
border-bottom: 2px solid #f89e00;
	}
.eventos-loop-foto{
	float: left;
	width: 100%;
	height: 138px;
	overflow: hidden;
	margin-bottom: 5px;
}
.eventos-loop-data{
	float: left;
	width: 96%; 
	margin: 0 2%;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #f89e00;
}
.noticias-loop-nome{
	float: left;
	width: 96%; 
	margin: 0 2%;
    margin-top: 5px;
}
.noticias-loop-nome a{
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #313131;
    text-decoration: none;
    display: block;
	}


.barras_topicos{
	float: left;
	width: 100%;
	background-color: #ececec;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
    margin-bottom: 12px;
}
.barras_topicos_alt{
	float: left;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	background-color: #005297;
	color: #FFF;
	    font-family: 'Coda', cursive;
}

.barras_topicos_alt a{
	color: #FFF;
	    font-family: 'Coda', cursive;
	    text-decoration: none;
	}
.barras_topicos_alt a:hover{
	text-decoration: underline;
}
#barra_ultimas{
	float: left;
	width: 695px;
	margin-left: 20px;
}
#descricao-evento{
	float: left;
	width: calc(100% - 30px);
	background-color: #ebebeb;
	border-bottom: 2px solid #dadada;
	padding: 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}
#descricao-evento span{
	font-weight: bold;
	margin-bottom: 5px;
}

.eventos-loop-foto-ok{
	float: left;
	width: calc(18% - 2px);
	margin:1%;
	height: 80px;
	overflow: hidden;
	border: 1px solid #0a599b;
}
.eventos-loop-foto-ok:hover{
border: 1px solid #78abd6;
	}

.texto-quem-somos{
	float: left;
	width: 90%;
	padding: 5%;
		font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
}




/* --------------- MENU MOBILE ------------ */
#menu-mobile{
	float: left;
	width: 100%;
	display: none;
}


#mobile-button-open{
	float: left;
	width: 100%;
}
.risco-menu-mobile{
float: left;
    width: 90%;
    margin-left: 10%;
    border-bottom: 3px solid #f3f3f3;
    margin-bottom: 2px;
    height: 5px;
}
#mobile-button-close{
	    font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size: 32px;
	text-align: center;
	display: none;
}
#menu-mobile-fixed{
	float: left;
	width: 100%;
	background-color: red;
	height: 50px;
	position: fixed;
	top: 0;
	background-color: #264c84;
	border-bottom: 1px solid #1c3e70;
	    z-index: 99999;
}
#mobile-button{
	float: left;
	width: 15%;
	margin-right: 5%;
	margin-top: 7px;
}

#logo-mobile{
	float: left;
	width: 75%;
	margin-top: 10px;
}
#logo-mobile img{
	max-width: 339px !important;
}
#corpo-menu-mobile{
	float: left;
	width: 100%;
	background-color: #efefef;
	position: fixed;
	overflow: scroll;
	height: 100%;
	z-index: 3;
	top: 50px;
}
.menu-mobile-topico{
    float: left;
    width: 98%;
    padding-left: 2%;
    margin-top: 20px;
    font-family: 'Coda', cursive;
    margin-bottom: 5px;
    font-size: 17px;
    background: #e1e1e1;
    height: 30px;
    line-height: 30px;
}
.menu-mobile-iten{
	float: left;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e1e1e1;

}
.menu-mobile-iten a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-left: 3%;
	width: 97%;
	text-decoration: none;
	color: #2d2d2d;
	display: block;
}


/* --------------- FIM MENU MOBILE ------------ */



#box_previsao_tempo{
	float: left;
	height: 220px;
	width: 100%;
	margin-top: 50px;
}
#previsao-do-tempo{
  width: 295px;
    float: left;
    height: 165px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 15px;
    background: #f2f2f2;
    padding-top: 10px;
}

.previsao_tempo_loop {
    width: 30%;
    float: left;
    overflow: hidden;
    text-align: center;
    height: 167px;
}
.previsao_tempo_dia{
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7d7d7d;
    float: left;
}
.previsao_tempo_img{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    height: 62px;
    overflow: hidden;
}
.previsao_tempo_img img{
	width: 75px;

}
.previsao_tempo_min {
    float: left;
    width: 33%;
    background-image: url(../imagens/previsao_minimo.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 14px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #039;
    /* padding-left: 9px; */
    margin-left: 10%;
    text-align: right;
}
.previsao_tempo_max {
    float: left;
    width: 40%;
    background-image: url(../imagens/previsao_maximo.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 14px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #ca2828;
    margin-left: 10%;
    text-align: left;
}
.nome_previsao {
    float: left;
    width: 94%;
    margin-left: 3%;
    font: 10px Arial, Helvetica, sans-serif;
    color: #7d7d7d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}



#brasil_cotacoes_atualizacao {
    float: left;
    width: 250px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    margin-left: 10px;
    color: #a1a1a1;
    margin-bottom: 7px;
}
.brasil_cotacoes_loop {
    float: left;
    width: 45%;
    margin-bottom: 10px;
}
.brasil_cotacoes_img {
     width: 100%;
    text-align: center;
    float: left;
  
}
.brasil_cotacoes_nome {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0;
}
.brasil_cotacoes_valor {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #005b4a;
    margin-top: -15px;
}



#WhatsSuspenso{
        position: fixed;
        bottom: 150px;
        left: 0;
        padding: 10px;
        background: #23aa15;
        -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
z-index: 99;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    }
    #WhatsSuspensoIcon{
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
    #WhatsSuspensoIcon i{
        font-size: 50px;
        color: #fff;
    }
    #WhatsSuspensoTxt{
        width: 160px;
        float: left;
    
    
    }
    #WhatsSuspensoTxt a{
            font-size: 13px;
        color: #FFF;
        text-decoration: none;
        font-family: 'Coda', cursive;

    }
    #WhatsSuspensoClose{
    position: absolute;
    right: -4px;
    top: -10px;
    background: red;
    width: 19px;
    height: 20px;
    text-align: center;
    line-height: 19px;
        -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #FFF;
    }


.botao_whats {
    background: #1b9007;
    width: 100%;
    padding: 8px 0;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;

}


/* ###### QUEBRA 01 - CELULAR #### */
@media (max-width: 480px) {
	.centraliza{ width: 96%; margin: 0 2% }
	#logo{ width: 100%; text-align: center; display: none; }
	#publicidade-topo{ width: 100%; text-align: center; height: auto; margin-top: 50px; }
	.rodape-coluna{ width: 98%; }
	.rodape-iten{ width: 100% }
	#menu{ display: none; }
	#left{ width: 100%;}
	#right{ float: left; width: 100%}
	#bloco-manchete{ width: 100%;}
	#bloco-manchete{width: 100%;margin-right:0;}
	#bloco-secundarias{ width: 100%}
	#bloco-manchete-foto{ height: auto;}
	.noticias-loop-foto{ width: 28%;}
	.noticias-loop-titulo{ width: 70%}
	.noticias-loop-titulo a{ font-size: 17px}
	.noticias-loop-descricao{ display: none;}
	.noticias-loop-data{ width: 70%; margin-top: 10px;}
	.barras_topicos{ display: none; }
	.sub-titulo-data{ margin-top: 15px; text-align: center;}
	.titulo-noticia{ text-align: center; font-size: 28px}
	.sub-titulo-noticia{ text-align: center;}
	.noticia-imagem-destaque img{ max-width: 100%}
	#texto{ width: 96%; margin: 2% }
	.mais-fotos-loop{ width: 48%; margin: 1%; height: 100px;}
	.eventos-loop{ width: 98%; margin-bottom: 25px;}
	.eventos-loop-foto{ height: auto;}
	.titulos-gerais-laranja{ text-align: center }
	.eventos-loop-foto-ok{ float: left; width: calc(48% - 2px); margin: 1%; height: 100px; }
#anuncie-left{ width: 100%; margin-right: 0}
.formulario-alt{ width: 100%; text-align: center; margin: 0;}
.formulario-input{ width: 100%;}
.formulario-input input{ width: 90%; padding: 2%; margin: 0 2%;}
.formulario-input textarea{ width: 90%; padding: 2%; margin: 0 2%;}
#menu-mobile{ display: block; }
#compartilhar-whats{ display: block; }
#forcavis{ display: block !important; width: 100% !important }


}





/* ###### FIM DA QUEBRA 01 - CELULAR #### */


/* ###### QUEBRA 02 - TABLET #### */
@media (min-width: 481px) and (max-width: 767px) {
	
}
/* ###### FIM DA QUEBRA 02 - TABLET #### */







/* ###### QUEBRA 03 - MINITOR PEQUENO #### */
@media (min-width: 768px) and (max-width: 979px){


}
/* ###### FIM DA QUEBRA 03 - MONITOR PEQUENO #### */









/* ###### QUEBRA 04 - MINITOR MÉDIO #### */
@media (min-width: 980px) and (max-width: 1199px){


}
/* ###### FIM DA QUEBRA 04 - MONITOR MÉDIO #### */