@font-face
{      
    font-family: "Barlow" ;
      src: url("fonts/barlowcondensed-Bold.ttf") format("truetype");
} 
@font-face
{
     font-family: "Cramaten" ;
      src: url("cramaten.ttf") format("truetype");
}
@font-face
{
   font-family: "Tw" ;
      src: url("tccm.ttf") format("truetype");  
}   
@font-face
{
    font-family: "Universit" ;
      src: url("Universit.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Walshes" ;
      src: url("walshes.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat" ;
      src: url("Montserrat-VariableFont_wght_0.ttf") format("truetype"); 
} 



* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 8px;
  }
  
  ::-webkit-scrollbar-thumb { 
     background: #677f8f;
     border-radius: 20px;
     border: 0px solid #FFF; 
     
  }

body,
html { 
	height:100%;
	font-family:sans-serif;
	line-height:1.5; 
    scroll-behavior: smooth;
    scroll-behavior: smooth;  
}
h1
{
	font-size: 22px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}
h2
{
	font-size: 20px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}
h3
{
	font-size: 18px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	width: 100%;
    line-height: 33px;
    float: left; 
}
label
{
	font-size: 14px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}
.cont_contador
{
    width: 22%;
    height: 70px;
    float: left;
    text-align: center;
}
.cont_topo
{
	width: 100%;
    float: left;
	min-height: 70px;
	background: rgba( 0, 0, 0, 0.60 );    
    /*backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );*/
    border-radius: 0px;
   	position: relative;
	background-attachment: fixed;
	z-index: 98;    
}
.topo
{
	max-width: 1200px;
	min-height: 70px;
	border: 0px solid #000;
	margin: 0 auto;
}
.logo
{
    width: auto;
    height: 70px;
    float: left;
    margin-top: 0px;
}
.logo img
{
    height: 70px; 
}
.topo_int
{
    width: 50%;
    min-height: 70px;
    float: right;
    margin-top: 0px;    
}
.topo_int_rede
{
    max-width: 20%;
    min-height: 70px;
    float: right;
    margin-top: 0px;     
}
.int_1
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin-top: 0px; 
        
}
.int_2
{
    width: 100%;
    min-height: 35px;
    float: left;
    margin-top: 3px; 
    padding-top: 6px;     
}
.redes
{
    width: 20%;
    min-height: 35px;
    float: right;         
}
.redes_ico
{
    width: 25px;
    height: 25px;
    float: right; 
    margin: 22.5px 5px 0 5px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 80%; 
    margin-top: 10%;          
}
.redes_ico:hover
{
    opacity: 0.5;
}
.cont_banner
{
    width: 100%;
    float: left;
    height: 700px;
    overflow: hidden;
    z-index: 87;
    margin-top: -125px;
}
.janela_mestra, #janela_mestra
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed !important;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
    backdrop-filter: blur( 4.5px );
    -webkit-backdrop-filter: blur( 4.5px );
}
#janela_mestra2
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	z-index: 98;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
  left: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}

.janela
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background: #fff;    
    backdrop-filter: blur( 1.5px );
    -webkit-backdrop-filter: blur( 1.5px );
	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;	
}
.janela2
{
    width: 96%;
    min-height: 300px;
    position: absolute;
    left: 1%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background: rgba( 255, 255, 255, 0.75 );    
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;
}
.janela3
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background: rgba( 255, 255, 255, 0.75 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );  
	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;
}
.janela_vidro
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 	
	padding: 10px;
   z-index: 101;
	overflow: hidden;
	border-radius: 5px; 
    background: rgba( 255, 255, 255, 0.75 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
}
.fechar
{
    width: 100%;
    height: 10px;
    font-size: 12px;
    text-align: right;
    float: left;
    margin: 0px 0 5px 0;
    COLOR: #666;
    text-decoration: none;
    cursor: pointer;
}
.fechar2
{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: right;
    float: none;
    margin: 5px auto;
    COLOR: #fff;
    text-decoration: none;
    cursor: pointer;
}
#campo2, #cpf, #cnpj {
    width: 90%;	
    height: 45px;
    margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#senha {
  width: 96%;	
  height: 45px;
  margin: 5px 2% 0 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 18px;
  padding-left: 1%;
  float: none;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}
#descrito {
    width: 90%;
    height: 75px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    text-align: left;
    color: #666;
}
#campo3, #cep {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}

#celular, #telefone, #rg {
    width: 96%;
    height: 45px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#aniver {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#estado, #cidade, #estado2, #atividade {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#whats {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#txtbut {
    width: 95%;
    min-height: 50px;
    float: none;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    background-color: #114369;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}
#campo_home {
    width: 90%;	
    height: 45px;
    margin: 30px 5% 0 5%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    padding-left: 2%;
    float: none;
    background-color: #f7f8f9;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 25px;
    box-shadow: none;
}
#select_home {
    width: 90%;	
    height: 45px;
    margin: 30px 5% 0 5%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    padding-left: 2%;
    float: none;
    background-color: #f7f8f9;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 25px;
    box-shadow: none;
}
#but_home {
    width: 60%;
    min-height: 45px;
    float: left;
    margin: 30px 20% 30px 20% ;
    text-align: center;
    color: #000;
    background-color: #ffcc00;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 25px;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}
.cont_conteudo
{
    width: 100%;
    min-height: 400px;
    float: left;
    overflow: hidden;
}
.conteudo
{
    max-width: 1200px;
    min-height: 400px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 100%;
    background-image: url(../images/fundo-rodape-pigozzo-cidadania-italiana.jpg);
    background-size: 100%;
    overflow: hidden;
}

.rodape
{
    max-width: 1200px;
    min-height: 130px;
    float: none;
    overflow: hidden;
    margin: 10px auto 10px;
    /* background: rgba( 0, 0, 0, 0.55 ); 
    backdrop-filter: blur( 2.5px );
    -webkit-backdrop-filter: blur( 2.5px );
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    color: #555;*/  
    overflow: hidden;
    text-shadow: #000 1px 2px 2px;
}
.rodape_sub
{
	width: 96%;
	min-height: 40px !important;
	border: 0px solid #000;
  margin: 0 auto;
  border-top: 0px solid #fff; 
}
.coluna_rodape_e
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 0%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  color: #fff;
}
.coluna_rodape_c
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  color: #fff;
}
.coluna_rodape_d
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 0% 10px 2%;
  color: #fff;
}
.tit_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-top: 0px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #fff;
  text-align: left; 
  margin-top: 0px;
}
.cont_produto
{
    width: 18%;
    min-height: 400px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;
    -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    overflow: hidden;
    position: relative;
}
.foto_produto
{
    width: 95%;
    height: 260px;
    margin: 5px 2% 0px 2%;   
    border: 0px solid #e1e1e1;
    border-radius: 5px; 
    display: flex;
    align-items: center; 
    justify-content: center;  
    overflow: hidden; 
}
.foto_produto img
{
    width: 100%;
}
.tit_prod
{
    width: 96%;
    min-height: 60px;
    float: left;
    margin: 0px 2% 20px 2%;
    text-align: center;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.cont_sub
{
    width: 99%;
    min-height: 40px;
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0px solid #b1b1b1;
    border-radius: 5px;
    margin: 10px 0 30px 0;
    float: left;
    padding-top: 7px;
    background: #1d3164;
}
.cont_foto_int
{
    width: 25%;
    height: auto;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 10px 2% 10px 0;
}
.cont_foto_int img
{
    width: 100%;
}
.cont_detalhes
{
    width: 72%;
    height: auto;
    float: right;
    border: 0px solid #e1e1e1;
    margin: 10px 0 10px 0;
    color: #666;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
}
.cont_botao
{
    width: 100%;
    height: auto;
    float: left;   
    margin: 30px 0 30px 0;
}
.botao
{
    width: 40%;
    height: 40px;
    float: left;   
    margin: 0 auto;
    border-radius: 5px;
    background-color: #139d0e;
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;    
    text-align: center;    
    display: flex;
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
}
.botao:hover
{
    background-color: #0d740a;
}

.botao img
{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.saber_mais
{
    width: 96%;
    height: 30px;
    float: left;       
    border-radius: 5px;    
    color: #101d58;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 13px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
}
.caminho
{
    width: 96%;
    height: 30px;
    float: left;   
    margin: 20px 2% 30px 2%;
    color: #666;   
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 13px;    
    text-align: left; 
         
}
.caminho a:link
{
   color: #666;   
}
.caminho a
{
    color: #666;       
}
.whatsapp {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 93%;
    padding: 10px;
    z-index: 98;
  }
  .whatsapp img {
    width: 70px;
    height: 70px;
  }
  .cont_cont_noticia
  {
    width: 31.3%;
    height:320px;
    float: left;
    margin: 10px 1% 0 1%;
    border: 0px solid #e1e1e1;
    overflow: hidden;  
    position: relative;
  }
  .cont_noticia
  {
    width: 100%;
    height: 230px;
    float: left;
    margin: 10px 1% 0 1%;
    border: 0px solid #e1e1e1;
    overflow: hidden;
    background-color: #000;
    position: relative;
  }
  .cont_noticia img
  {
    width: 100%;
  }
  .cont_noticia_sobre
  {
    width: 100%;
    height: 100%;
     left: 0;
    top: 0;
    background-image: linear-gradient( transparent, #000);
    position: absolute;
  }
  .noticia_int
  {
    width: 98%;
    padding: 0 1% 5px 1%;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .noticia_tit
  {
    width: 100%;
    height: 50px;
    float: left;  
    position: relative;
    color: #fff;
    font-family: "Lato-Black", Calibri,Komika Axis, Arial;
    font-size: 18px;
    text-align: center;   
  }
  .noticia_texto
  {
    width: 100%;
    min-height: 40px;
    float: left;  
    position: relative;
    color: #666;
    font-family: "Lato-Light", Calibri,Komika Axis, Arial;
    font-size: 14px;
    text-align: center; 
    margin-top: 10px;  
  }
  .cont_form {
    width: 70%;
    margin: 20px auto;
    float: none;
  }
  .label_capcha
  {
      width: 100%;
    min-height: 40px;
      text-align: center;
      font-size: 12px;
      height: 15px;
      margin: 20px 0 20px 0;
      float: left;
  }
  .cont_capcha
  {
      width: 90%;
      float: left;
      margin: 20px 5% 0 5%;
      min-height: 50px; 
  }
  .cont_cap
  {
      display: none;
  }
  .capcha
  {
      width: 46%;
      float: left;
      margin: 0px 2% 0 2%;
      height: 50px; 
      border: 0px solid #ccc;
      border-radius: 4px;     
  }
  .capcha img
  {
      width: 100%;
      height: 100%; 
  }
  #capcha_campo
  {
      width: 46%;
      float: right;
      margin: 0px 2% 0 2%;
      min-height: 50px; 
      font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
  }
  .cont_cap 
  {
      max-width: 320px;
      margin: 0px auto;
      display: none;	
  }
  .cont_noticia
{
    width: 48%;
    min-height: 200px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;
    -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    overflow: hidden;
    background: #fff;
}
.foto_noticia
{
    width: 40%;
    height: 180px;
    margin: 10px 2% 10px 2%; 
    overflow: hidden;
    float: left;
    border-radius: 10px 0 0 10px;
}
.foto_noticia img
{
    height: 100%;
    width: auto;
}
.tit_noticia
{
    width: 55%;
    min-height: 60px;
    float: right;
    margin: 10px 1% 10px 0;
    text-align: left;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
}
.desc_noticia
{
    width: 55%;
    min-height: 60px;
    float: right;
    margin: 10px 1% 10px 0;
    text-align: left;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}
.ler_tudo
{
    width: 90%;
    min-height: 30px;
    float: right;
    margin: 10px 1% 10px 0;
    text-align: right;
    color: #152156;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.ler_tudo:hover
{
    opacity: 0.5;
}
.foto_e {
    max-width: 420px;
    height: auto;
    border: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foto_e img
{
    width: 100%;
}
.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #152156;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}
.cont_tel {
    min-width: 10px;
    height: 20px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    margin: -3px 5px 0 5px;
    float: right;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
}
.cont_tel img {
    float: left;
    width: 27px;
    height: auto;
    margin-top: -2px;
  }
.autor
{
  width: 30%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-size: 16px;
  text-align: left!important;
  padding-bottom: 10px;    
    display: flex;
    align-items: center; 
    justify-content: center; 
}
.autor img
{
  width: 40px;
  height: 30px;
  margin-top: 0px;  
}
.min
{
	width: 44%;
	float: left;
	height: 220px;
	border: 1px solid  #c1c1c1;
	margin: 10px 2% 20px 2%;
	padding: 0px;
	-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	overflow: hidden;
	text-align: center;
}
 .min img
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.cont_video_embed
{
    width: 100%;
    min-height: 250px;
    float: left;
    margin: 20px 0 20px 0;   
}
.cont_cliente
{
    width: 23%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;    
  
}

.cliente_foto
{
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;    
}
.cliente_foto img
{
    width: 100%;
}
.cliente_texto
{
    width: 98%;
    height: 150px;
    padding: 1%;
    float: left;
    overflow: auto;
    background: #333;
    color: #fff;
    text-align: center;
    margin-top: -50px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
}
.cont_map
{
width: 100%;
min-height: 350px;
float: left;
overflow: hidden;
background-color: #f1f1f1;
}
.cont_map iframe
{
    width: 100%;
}
.cont_form_home
{
    width: 30%;
    position: absolute;
    top: 20%;
    left: 64%;
    background: rgba(0, 0, 0, 0.60);
    min-height: 250px;
    border-radius: 10px;
    z-index: 98;
    overflow: hidden;
}
.tit_form_home
{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.bloco_home
{
    width: 60%;
    min-height: 360px;
    padding: 10px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 22px;
    text-align: center;
    color: #ffcc00;
    margin-top: 30px;
    margin-left: 25%;
    border: 4px solid #ffcc00;
    overflow: hidden;
}
.bloco_pag
{
    width: 60%;
    min-height: 360px;
    padding: 10px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 22px;
    text-align: center;
    color: #ffcc00;
    margin-top: 30px;
    margin-left: 25%;
    border: 4px solid #ffcc00;
    overflow: hidden;
}
.foto_bloco
{
    width: 25%;
    height: auto;
    margin-top: 1%;
    margin-left: -16%;
    position: absolute;
}
.foto_bloco img
{
    width: 100%;
}
.foto_bloco_pag
{
    width: 22%;
    height: auto;
    margin-top: 1%;
    margin-left: -15%;
    position: absolute;
    background-color: #fff;
}
.foto_bloco_pag img
{
    width: 94%;
    margin: 3%;
}
.cont_blog
{
    width: 44%;
    min-height: 150px;
    float: left;
    margin: 10px 2% 20px 2%;
    border: 4px solid #ffcc00;   
}
.foto_blog
{
    width: 15%;
    height: auto;       
    position: absolute;
    background-color: #fff; 
    margin-left: -3%;
    margin-top: -1%; 
    overflow: hidden;
}
.foto_blog img
{
    width: 96%;
    margin: 0 2% 2% 0; 
    border: 1px solid #a1a1a1;  
}
.texto_blog
{
    width: 65%;
    min-height: 250px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    float: right;
    text-align: center;
    color: #333;
    margin-top: 10px;      
}
.ler_tudo
{
    width: 90%;
    min-height: 30px;
    float: right;
    margin: 10px 1% 10px 0;
    text-align: right;
    color: #333;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.texto_cidadania
{
    width: 80%;
    min-height: 340px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 22px;
    float: right;
    text-align: center;
    color: #333;
    margin-top: 10px;
      
}
.tit_cidadania
{
    width: 98%;
    min-height: 30px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 22px;
    float: left;
    text-align: center;
    color: #555;
    margin: 20px 1% 10px 1%; 
    font-weight: 600;      
}
.cont_iten_home
{
    width: 98%;
    min-height: 40px;
    float: left;
    text-align: left;
    color: #333;
    margin: 10px 1% 10px 1%;
    font-size: 16px;     
}
.icone_home
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.icone_home img
{
    width: 100%;
}
.cont_contador
{
  width: 23%;
  float: left;
  min-height: 100px;
  overflow: hidden;
  margin: 10px 1% 10px 1%;
}
.contador_num
{
  width: 98%;
  float: none;
  min-height:50px;
  overflow: hidden;
  margin: 0px 1% 0px 1%;
}
.grafico
{
  height: 50px;
  width: 50px;
  float: left;
  margin-left: 20%;
}
.grafico img
{
  width:100%; 
}
.grafico_num
{
  width: auto;
  float: left;
  font-size: 36px;
  font-weight: 800;
  font-family: "Arial", Lato-Black, Calibri,Komika Axis;
  margin-left: 5px;
  margin-top: -10px;
  color: #cda503;
  text-align: left;
 
}
.grafico_mais
{
  width: auto;
  float: left;
  font-size: 36px;
  font-weight: 800;
  font-family: "Arial", Lato-Black, Calibri,Komika Axis;
  margin-left: 5px;
  margin-top: -10px;
  color: #c9a102;
  text-align: left;  
}
.grafico_res
{
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato-Light", Calibri,Komika Axis, Arial; 
  margin-top: 0px;
  color: #333;
  text-align: center;
}
.cont_parceiros
{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    float: left;
}
.parceiros_int
{
    max-width: 1200px;
    min-height: 300px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
}
.parceiros
{
    width: 22%;
    min-height: 300px;
    float: left;
    text-align: center;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    margin: 10px 1% 20px 1%;
}
.parceiros2
{
    width: 96%;
    min-height: 150px;
    float: left;
    text-align: center;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    margin: 10px 1% 20px 1%;
}
.foto_profissional
{
    width: 100px;
    height: 100px;
    float: none;
    margin: 10px auto;
    border-radius: 50px;
    overflow: hidden;
    border: 0px solid #000;
    background-color: #b1b1b1;
}
.foto_profissional2
{
    width: 100px;
    height: 100px;
    float: none;
    margin: 10px auto;
    border-radius: 50px;
    overflow: hidden;
    border: 0px solid #000;
    background-color: #b1b1b1;
}
.foto_profissional img, .foto_profissional2 img
{
    width: 100%;
    margin-left: 0%;
}
.nome_profissional
{
    color: #555;
    font-size: 24px;
    font-family: "Acephimere-fina", Calibri, Century Gothic,  Arial;
    font-weight: 600;
    text-align: center;
    width: 98%;
    min-height: 30px;
    margin: 10px auto;
    float: none;   
}
.atividade_profissional
{
    color: #333;
    font-size: 20px;
    font-family: "Acephimere-fina", Calibri, Century Gothic,  Arial;
    font-weight: 400;
    text-align: center;
    width: 98%;
    min-height: 30px;
    margin: 10px auto;
    float: none;   
}
/*-----------------------------------------------Medias--------------------------------------------------------*/
@media all and (min-width: 1370px) {	

}
@media all and (max-width: 1300px) {
    .coluna_rodape_e, .coluna_rodape_d
   {
     width: 22%;
     min-height: 100px;
     float: left;
     margin: 10px 1% 10px 1%;
   
   }
   .coluna_rodape_c
   {
     width: 22%;
     min-height: 100px;
     float: left;
     margin: 10px 1% 10px 1%;
    
   }
   }
@media all and (max-width: 1200px) {
    .rodape
    {
        width: 98%;       
    }
}
@media all and (max-width: 1100px) {
    .bloco_home {
        width: 75%;
        min-height: 360px;
        margin-left: 17%;
    }
    .bloco_pag {
        width: 75%;
        min-height: 360px;
        margin-left: 17%;
    }
    .foto_bloco {
        width: 30%;
        height: auto;
        margin-top: 1%;
        margin-left: -20%;
    }
.cont_produto
{
    width: 18%;
    min-height: 380px;
}
.cont_form_home {
    width: 40%;
    position: absolute;
    top: 15%;
    left: 58%;
    z-index: 98;
}
.tit_form_home {
    width: 96%;
    font-size: 22px;   
    margin-top: 10px;
}
#campo_home, #select_home {
    margin: 20px 5% 0 5%;
    font-family: "Montserrat", Calibri, Century Gothic, Arial;
    font-size: 16px;
    height: 35px;  
}
#but_home {
    width: 60%;
    min-height: 35px;
}
}

@media all and (max-width: 1000px) {
    .cont_contador
{
    width: 44%;
    height: 70px;
    float: left;
    text-align: center;
}
    .cont_cliente
{
    width: 31.3%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;       
}

    .min
{
	width: 60%;
	float: left;
	height: 250px;
	border: 1px solid  #c1c1c1;
	margin: 10px 5% 20px 5%;
	padding: 0px;
	-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	overflow: hidden;
	text-align: center;
}

    .cont_noticia
    {
        width:96%;
        min-height: 210px;
        border-radius: 10px;
        float: left;
        margin: 30px 2% 10 2%;
        -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
       overflow: hidden!important;
        background: #fff;
    }
    .botao
{
    width: 60%;
    height: 40px;
    float: left;  
   
}
    .cont_produto
{
    width: 23%;
    min-height: 410px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.janela
{
    width: 50%;
    min-height: 100px;
    position: absolute;
    left: 25%;
}
.janela3
{
    width: 50%;   
    left: 25%;
}
.cont_banner {
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
    z-index: 98;
    margin-top: -125px;
}
}

@media all and (max-width: 900px) {
    .bloco_home {
        width: 83%;
        min-height: 360px;
        margin-left: 14%;
    }
    .bloco_pag {
        width: 83%;
        min-height: 360px;
        margin-left: 14%;
    }
    .foto_bloco {
        width: 30%;
        height: auto;
        margin-top: 1%;
        margin-left: -20%;
    }
    .min
    {
        width: 70%;
        float: left;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px 5% 20px 5%;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
{
  width: 35%;
}
.redes
{
    width: 30%;
}
    .topo_int
{
    width: 50%;
    min-height: 65px;
    float: right;    
}
.janela, .janela3
{
  width: 70%;
  min-height: 100px;
  position: absolute;
  left: 15%;
}
.janela2 {
  width: 95%;
  min-height: 300px;
  position: absolute;
  left: 1%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 120%;
    background-image: url(../images/fundo-rodape-pigozzo-cidadania-italiana-900.jpg);
    overflow: hidden;
}
}
@media all and (max-width: 850px) {
    .coluna_rodape_e, .coluna_rodape_d, .coluna_rodape_c
{
  width: 48%;
  min-height: 100px;
  float: left;
  margin: 10px 1% 10px 1%;
 
}
    .cont_produto
    {
        min-height: 390px;        
    }
    .whatsapp {
        left: 89%;    
      }
}
@media all and (max-width: 800px) {
.cont_produto
{
    width: 31.33%;
    min-height: 440px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.parceiros
{
    width: 47%;
    min-height: 250px;
    float: left;
    text-align: center;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    margin: 10px 1% 20px 1%;
}
.cont_blog
{
    width: 90%;
    min-height: 150px!important;
    float: left;
    margin: 10px 2% 20px 5%;
    border: 4px solid #ffcc00;   
}
.foto_blog {
    width: 30%;
    height: auto;
    position: absolute;
    background-color: #fff;
    margin-left: -3%;
    margin-top: -1%;
    overflow: hidden;
}
}

@media all and (max-width: 750px) {
    .cont_produto
    {
        width: 31.33%;
        min-height: 420px;
        border-radius: 10px;
        float: left;
        margin: 10px 1% 10 1%;    
    }
    .autor
    {
      width: 40%;
    }
    }

@media all and (max-width: 700px) {
    .topo_int_rede {
        max-width: 50%;
        min-height: 0px;
        float: right;
        margin-top: 0px;
    }
    .bloco_home {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 15%;
    }
    .bloco_pag {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 40%;
    }
    .foto_bloco {
        width: 30%;
        height: auto;
        margin-top: -280px;
        margin-left: 30%;
    }
    .foto_bloco_pag
{
    width: 40%;
    height: auto;
    margin-top: -200px;
    margin-left: 24%;
}
    .texto_cidadania {
        width: 98%;
        margin: 30px 1% 10px 1%;
        min-height: 340px;
    }
    .cont_cliente
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 10px 1% 10px 1%;        
    }
    .cont_tel {
        min-width: 10px;
        height: 20px;
        text-align: center;
        padding: 5px 10px 0px 10px;
        margin: -30px 5px 0 5px;
        float: right;
        position: relative;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        font-family: "Montserrat",Calibri, Century Gothic, Arial;
    }
    .int_2 {
        width: 100%;
        height: 0px;
        float: left;
        margin-top: -30px;
        padding-top: 6px;
    }
    .botao
    {
        width: 80%;
        height: 40px;
        float: left;  
       
    }
    .whatsapp {
        left: 85%;    
      }
 .cont_banner
{
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
    z-index: 98;
    margin-top: -110px;
}

.topo_int
{
    width: 60%;
    min-height: 30px;
    float: right;  
    margin-top: -10px;  
}
.int_1 {
    width: 100%;
    height: 0px;
    float: left;
    margin-top: 0px;
}
.logo
{
    width: 60%;
    height: 50px;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    text-align: left;
}
.logo img
{
    height: 70px;
    float: none;
    margin: 0 auto; 
}
.janela, .janela3
{
  width: 90%;
  min-height: 100px;
  position: absolute;
  left: 2.5%;
  top: 20px;
}	
.rodape
{
    width: 96%;       
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 150%;
    background-position-x: 40%;
    background-image: url(../images/fundo-rodape-pigozzo-cidadania-italiana-600.jpg);
    overflow: hidden;
}
.redes {
    width: 50%;
    height: 30px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}
.redes_ico
{
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 7px;
}
.cont_produto
{
    width: 31.33%;
    min-height: 400px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cont_topo, .topo {    
    min-height: 50px;   
}
}
@media all and (max-width: 650px) {
    .min
    {
        width: 80%;
        float: left;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px 5% 20px 5%;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
    {
      width: 52%;
    }
    .coluna_rodape_e, .coluna_rodape_d, .coluna_rodape_c
{
  width: 90%;
  min-height: 100px;
  float:none;
  margin: 10px auto;
 
}
    .foto_e {
        max-width: 630px;
        height: auto;
        border: 0;
        float: none;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
.label_capcha {
    width: 100%;
    
    text-align: center;
    font-size: 12px;
    height: 15px;
    margin: 20px auto;
    float: none;
}
  .cont_capcha
	{
		width: 90%;
		float: left;
		margin: 40px 5% 10px 5%;
		min-height: 50px; 
	}
	.capcha
	{
		width: 80%;
		float: none;
		margin: 0px auto;
		min-height: 50px; 
	}
	
	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
  .cont_form
  {
    width: 95%;
    
  }
  .cont_cont_noticia
  {
    width: 90%;
    min-height: 240px;
    float: none;
    margin: 20px auto;  
  }
  .cont_calculador
  {
    width: 80%; 
  }

  #capcha_campo {
    width: 80%;
    float: left;
    margin: 10px 10% 0 10%;
  }
  .cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 110%;
    background-position-x: 60%;
    background-image: url(../images/fundo-rodape-pigozzo-cidadania-italiana-400.jpg);
    overflow: hidden;
}
}
@media all and (max-width: 630px) {
.cont_form_home {
    width: 96%;
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: 98;
}
#campo_home, #select_home {
    margin: 20px 2% 0 2%;
    font-family: "Montserrat", Calibri, Century Gothic, Arial;
    font-size: 16px;
    height: 30px;
}
}

@media all and (max-width: 600px) {
    .foto_bloco_pag
    {
        width: 60%;
        height: auto;
        margin-top: -270px;
        margin-left: 14%;
    }
    .bloco_pag {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 55%;
    }
    .foto_bloco {
        width: 30%;
        height: auto;
        margin-top: -130px;
        margin-left: 30%;
    }
    .min
    {
        width: 80%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    
   
    .cont_detalhes
    {
        text-align: center;
    }
    .botao
    {
        width: 90%;
        height: 40px;
        float: none;       
       
    }
    .cont_foto_int
{
    width: 70%;
    height: auto;
    float: left;
    border: 0px solid #e1e1e1;
    margin: 10px 15% 10px 15%;
}
.cont_detalhes
{
    width: 96%;
    height: auto;
    float: left;    
    margin: 10px 2% 10px 2%;   
}
    .cont_produto
    {
        width: 46%;
        min-height: 460px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }

}
@media all and (max-width: 560px) {
    .bloco_pag {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 65%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 500px;
        overflow: hidden;
    }
    .foto_noticia {
        width: 96%;
        height: auto;
        margin: 10px 2% 10px 2%;
        overflow: hidden;
        float: left;
        border-radius: 10px 10px 0 0px;
    }
    .foto_noticia img {
        width: 100%;
        height: auto;
    }
    .tit_noticia {
        width: 96%;
        min-height: 30px;
        float: left;
        margin: 10px 2% 10px 2%;      
    }
    .desc_noticia {
        width: 96%;
        min-height: 60px;
        float: left;
        margin: 10px 2% 10px 2%;  
    }
    .ler_tudo {
        width: 96%;
        min-height: 30px;
        float: right;
        margin: 10px 2% 10px 2%;
        text-align: center;        
    }
    .cont_contador {
        width: 90%;
        height: 70px;
        float: none;
        text-align: center;
        margin: 10px auto;
    }
}
@media all and (max-width: 520px) {
    .foto_bloco {
        width: 40%;
        height: auto;
        margin-top: -150px;
        margin-left: 25%;
    }
    .bloco_home {
        width: 90%;
        min-height: 360px;
        margin-left: 2%;
        margin-top: 20%;
    }
    .bloco_pag {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 70%;
    }
    .foto_bloco_pag {
        width: 80%;
        height: auto;
        margin-top: -300px;
        margin-left: 3.5%;
    }
    .min
    {
        width: 90%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
    {
      width: 60%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 460px;
        overflow: hidden;
    }
    .whatsapp {
        left: 80%;    
      }
    .redes {
        width: 96%;
        min-height: 35px;
       
    }
    .cont_rodape
    {
        width: 100%;
        min-height: 150px;
        float: left;
        background-size: 140%;       
        overflow: hidden;
    }
    .cont_produto
    {
        width: 46%;
        min-height: 440px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .logo {
        width: 40%;    
    }
    .cont_tel {
        min-width: 10px;
        height: 20px;
        text-align: center;
        padding: 5px 10px 0px 10px;
        margin: -100px 5px 0 5px;
    }
    .parceiros
    {
        width: 90%;
        min-height: 70px;
        float: none;
        text-align: center;
        border: 1px solid #b1b1b1;
        border-radius: 20px;
        margin: 20px auto;
    }
    .cont_blog
{
    width: 90%;
    min-height: 150px;
    float: left;
    margin: 80px 2% 20px 5%;
    border: 4px solid #ffcc00;   
}
.foto_blog {
    width: 40%;
    height: auto;
    position: absolute;
    background-color: #fff;
    margin-left: 25%;
    margin-top: -18%;
    overflow: hidden;
}
.texto_blog {
    width: 96%;
    min-height: 150px;
    font-family: "Montserrat", Calibri, Century Gothic, Arial;
    font-size: 18px;
    float: right;
    text-align: center;
    color: #333;
    margin: 35px 2% 0 2%;
}
  ::-webkit-scrollbar {
      width: 0px;
  }
}
@media all and (max-width: 480px) {
 
    .cont_produto
    {
        width: 46%;
        min-height: 400px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .bloco_pag {
        width: 90%;
        min-height: 360px;
        margin-left: 3%;
        margin-top: 80%;
    }
    .foto_bloco_pag {
        width: 80%;
        height: auto;
        margin-top: -300px;
        margin-left: 3.5%;
    }
}

@media all and (max-width: 440px) {
    .cont_cliente
    {
        width: 80%;
        min-height: 200px;
        float: left;
        margin: 10px 10% 10px 10%;  
    }
    .foto_bloco_pag {
        width: 80%;
        height: auto;
        margin-top: -280px;
        margin-left: 3.5%;
    }
    .min
    {
        width: 96%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
    {
      width: 90%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 420px;
        overflow: hidden;
    }
    .whatsapp {
        left: 75%;    
      }
    .cont_produto
    {
        width: 60%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
    .cont_banner {
        width: 100%;
        float: left;
        height: 580px;
        overflow: hidden;
        z-index: 98; 
        margin-bottom: 20px;      
    }
    .cont_form_home {
        width: 96%;
        position: absolute;
        top: 40%;
        left: 2%;
        z-index: 98;
    }
    .conteudo {
        max-width: 1200px;
        min-height: 400px;
        float: none;
        overflow: hidden;
        margin: 60px auto;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (max-width: 350px) {
    .cont_cliente
    {
        width: 90%;
        min-height: 200px;
        float: left;
        margin: 10px 5% 10px 5%;    
       
    }
    .cont_rodape
    {
        width: 100%;
        min-height: 150px;
        float: left;
        background-size: 300%;
        background-image: url(../images/fundo-rodape.jpg);
        overflow: hidden;
    }
    .cont_produto
    {
        width: 75%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
   
}
@media all and (max-width: 320px) {
      .cont_produto
    {
        width: 85%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
}
@media all and (max-width: 300px) {
    .cont_produto
  {
      width: 90%;
      min-height: 350px;
      border-radius: 10px;
      float: none;
      margin: 20px auto;
      padding-bottom: 20px;    
  }
}
@media all and (max-width: 270px) {
    .cont_produto
  {
      width: 94%;
      min-height: 350px;
      border-radius: 10px;
      float: none;
      margin: 20px auto;
      padding-bottom: 20px;    
  }
}