@font-face
{      
    font-family: "Steiner" ;
      src: url("../fonts/steiner.ttf") format("truetype");
}
@font-face
{
     font-family: "Athena" ;
      src: url("/fonts/athena.ttf") format("truetype");
}
@font-face
{
   font-family: "Lemost" ;
      src: url("../fonts/lemosty.otf") format("truetype");  
}   
@font-face
{
    font-family: "Montserrat" ;
      src: url("../fonts/Montserrat-Thin.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat2" ;
      src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_bold" ;
      src: url("../fonts/lato-bold.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_regular" ;
      src: url("../fonts/lato-regular.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_lite" ;
      src: url("../fonts/Lato-Light.ttf") format("truetype"); 
} 



* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 6px;
      border-radius: 4px;
      -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
  }
  ::-webkit-scrollbar:hover {
      width: 6px; 
      border-radius: 4px;
      -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;     
  }
  
  ::-webkit-scrollbar-thumb { 
     background: #5c676d;
     border-radius: 5px;
     border: 0px solid #FFF; 
     
  }

body,
html { 
    scroll-behavior: smooth; 
}
h1
{
	font-size: 24px;
	text-align: left;
	color: #aa7b27;
	margin-top: 50px;
    margin-bottom: 10px;
	font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left;
    border-bottom: 1px solid #aa7b27;
}
h2
{
	font-size: 34px;
	text-align: center;
	color: #002854;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
	width: 100%;
    line-height: 33px;
    text-transform: uppercase;
    float: left;
    position: relative;
}
h3
{
	font-size: 30px;
	text-align: left;
	color: #002854;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left; 
    position: relative;   
}
h4
{
    font-size: 4em;
    margin: 0;
    opacity: 0;
    position: absolute;
    animation: fadeText 12s infinite ease-in-out;
    font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    font-weight: 0;
    text-align: center;
    width: 100%;
    	color: #fff;
    text-shadow: #666 1px 2px 2px;
}
h5
{
    font-size: 20px;
    width: 100%;
    margin: 10px 0 10px 0;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 0;
    text-align: center;
    width: 100%;
    color: #555;
  
}
h4 b
{
    color: #cb841c;    
}


p
{
	font-size: 18px;
	text-align: left;
	color: #333;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;   
    float: left;
    line-height: 28px;
    text-align: justify; 
}
b
{
	font-weight: 800;
}
label
{
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 5px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
	width: 100%;
    line-height: 16px;
    float: left;
}

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}
.icon 
{
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 10px 0 0;
}
.icon img
{
    width: 20px;
    height: 20px;
}
.titulos
{
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 30px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left; 
    text-shadow: #000 1px 2px 2px;
    position: relative;
     opacity: 0;
      transform: scale(0.0);
      transition: all 0.6s ease-out;
}
.titulos2
{
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}
.animar {
      opacity: 0;
      transform: scale(0.8);
      transition: all 0.6s ease-out;
    }

    /* Classe ativada quando visível */
    .visivel {
      opacity: 1;
      transform: scale(1);
      font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
      font-weight: 100;
    }

.valor
{
	font-size: 42px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
    margin-bottom: 30px;
	font-family:  "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 0;
	width: 100%;
    line-height: 33px;
    float: left; 
    text-shadow: #000 1px 2px 2px;
    position: relative;   
}
.cont_contador
{
    width: 22%;
    height: 70px;
    float: left;
    text-align: center;
}
.cont_topo
{
	width: 100%;
    float: left;
	min-height: 80px;	
    background-color: transparent; 
	position: relative;	
	z-index: 88;    
}

.barra_int
{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px;
     color: #fff;
     text-align: center;
     min-height: 2px;
     padding-top: 0px;  
}
.barra_item
{
    width: 25%;
    min-height: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-family: "Montserrat", Calibri, Arial, Helvetica, sans-serif;   
    font-weight: 400;
    text-align: left;
}
.barra_item2
{
    width: 75%;
    min-height: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-family: "Montserrat", Calibri, Arial, Helvetica, sans-serif;    
    font-weight: 400;   
     text-align: left; 
}
.barra_item img
{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.barra_item2 img
{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.barra h2
{
    color: #000;
    margin-top: 0;
     width: 100%;
}
.cont_topo2
{
	width: 100%;
    float: left;
	min-height: 105px;	
    background-color: #002854;
    background-image: url(../images/fundo_pag.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	position: relative;	
	z-index: 98;
       
}
.topo
{
	max-width: 1400px;
	min-height: 80px;
	border: 0px solid #fff;
	margin: 0 auto;
}
.logo
{
    width: auto;
    height: 130px;
    float: left;
    left: 2%;
    text-align: center;
    position: absolute;
}
.logo img
{
    height: 100%; 
    width: auto;
}
.cont_topo2 .logo {
   height: 70px;
}
.topo_int
{
    width: 100%;
    min-height: 80px;
    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: 0px; 
    padding-top: 0px;     
}
.redes
{
    width: 15%;
    min-height: 35px;
    float: right;         
}
.redes_ico
{
    width: 35px;
    height: 35px;
    float: right; 
    margin: 5px 3px 0 3px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 100%; 
    margin-top: 0%;          
}
.redes_ico:hover
{
    opacity: 0.5;
}

.cont_banner_pag
{
    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;
    z-index: 98;
    margin-top: -80px;
    
}


.cont_banner2 img
{
    width: 100%;
    
}
.cont_cont_busca
{
    width: 100%;
    float: left;
    height: 50px;   
    z-index: 98;
    top: 70%;
    position: absolute;
}
.cont_cont_busca2
{
    width: 100%;
    float: left;
    height: 50px;   
    z-index: 59;
    margin: 0px 0px 10px 0px;
    position: relative;
}
#campo_busca_home
{
    width: 80%;
    height: 46px;
    float: left;
    border-radius: 20px;
    padding-left: 10px; 
    margin: 2px 0 0 1px;
    border: 0px!important; 
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.0);      
}

#bot_busca
{
    width: 40px;
    height: 40px;
    float: right;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin: 5px 10px 0 0;
    cursor: pointer;    
}
#bot_busca img
{
    width: 100%;
   
}
.cont_busca
{
    width: 35%;
    float: none;
    height: 50px;   
    z-index: 98;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}
.janela_mestra, #janela_mestra
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}
#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: 50%;
    min-height: 400px;
    position: absolute;
    left: 25%;
    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;    
  	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: #333;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif !important;
}
.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, #valor, #donatarios, #outorgantes {
    width: 96%;	
    height: 45px;
    margin: 5px 1% 0 1%;
    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;
    font-weight: 700;
}
#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;
  font-weight: 700;
}
#descrito {
    width: 96%;
    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: #000;
    font-weight: 700;
}
#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;
    font-weight: 700;
}

#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;
    font-weight: 700;
}
#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, #tabela {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: Arial, 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;
    font-weight: 400;
    color: #333;
}
#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: 98%;
    min-height: 50px;
    float: none;
    margin: 30px 0% 0 2%;
    text-align: center;
    color: #fff;
    background-color: #333;
    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;
}
.cont_conteudo
{
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden;  
    margin-bottom: 70px;  
}
.conteudo
{
    max-width: 1400px;
    min-height: 100px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 1%;
    padding-right: 1%;
    color: #666;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
#conteudo
{
   width: 98%;
   min-height: 100px;
   margin-left: 1%;
   float: left;
   overflow: hidden;
   position: relative!important;
   padding-bottom: 10px;
}
.cont_conteudo2
{
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;    
    background-size: 100%;   
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
.cont_conteudo3
{
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden; 
    background-color: #0098F9;
}

.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: #555;
}
.coluna_rodape_c
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
}
.coluna_rodape_d
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 0% 10px 2%;
}
.tit_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Lato_regular",Calibri, Century Gothic, Arial;
  font-size: 20px;
  color: #000;
  text-align: left;
  font-weight: 100;
  margin-top: 0px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #000;
  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: 5px 2% 5px 2%;
    color: #666;   
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 13px;    
    text-align: left; 
    text-transform: uppercase;     
}
.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: 50%;
    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;
      color: #fff;
  }
  .cont_capcha
  {
      width: 60%;
      float: left;
      margin: 20px 20% 0 20%;
      min-height: 50px; 
  }
  .cont_cap
  {
      display: none;
  }
  .capcha
  {
      width: 40%;
      float: left;
      margin: 0px 5% 0 0;
    min-height: 50px; 
    border: 0px solid #ccc;
  }
  .capcha img
  {
      width: 100%;
      height: auto; 
  }
  #capcha_campo
  {
      width: 50%;
      float: right;
      margin: 0px 0 0 0;
      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%;
}
.foto_e2 {
    max-width: 420px;
    height: auto;
    border: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foto_e2 img
{
    width: 100%;
}
.texto_func_comp
{
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #002854;    
    font-family: "Lato_bold",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}
.cont_tel {
    width: 20%;
    height: 20px;
    text-align: left;
    padding: 5px 0px 0px 0px;
    margin: 5px 5px 0 5px;
    float: right;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato_regular",Calibri, Century Gothic, Arial;
    letter-spacing: 2px;
}
.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_topico
{
	width: 21%;
	min-height: 400px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin: 10px 2% 10px 2%;
}
.bot_mais
    {
        width: 70%;
        height: 40px;
        left: 15%;
        bottom: 10px;
        border: 1px solid #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; 
        font-size: 14px;
        position: absolute; 
        color: #fff!important; 
         -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; 
        font-weight: 700;   
    }
    .bot_mais:hover
    {
       opacity: 0.5;   
    }

.bot_mais2
    {
        width: 100%;
        min-height: 40px;
        left: 0%;
        bottom: 10px;
        border: 1px solid #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; 
        font-size: 12px;
        position: absolute; 
        padding: 1%;
        color: #fff!important;   
        font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
        font-weight: 400;    
    }
    .bot_mais2:hover
    {
        opacity: 0.5;       
    }
.foto_iten {
    width: 250px;
    height: auto;
    float: none;
    overflow: hidden;
    border: 0px solid #ca821c;
	text-align: center;
    border-radius: 0px;
    margin: 0 auto;
}
.foto_iten img
{
  width: 60%;
  height: auto;
  margin: 0 auto;  
   
}
.foto_iten img:hover
{
  
  opacity: 0.5;  
}
.foto_iten2 {
    width: 200px;
    height: auto;
    float: none;
    overflow: hidden;
    border: 0px solid #e1e1e1;
	text-align: center;
    margin: 0 auto;
}
.foto_iten2 img
{
  width: 50%;
  height: auto;
  margin: 0 auto; 
  float: none;   
}
.foto_iten2 img:hover
{
  
  opacity: 0.5;  
}

.foto_iten3 {
    width: 250px;
    height: auto;
    float: none;
    overflow: hidden;
    border: 0px solid #e1e1e1;
	text-align: center;
    margin: 0 auto;
}
.foto_iten3 img
{
  width: 100%;
  height: auto;
  margin: 0 auto; 
  float: none;   
}
.foto_iten3 img:hover
{
  
  opacity: 0.5;  
}
.tit_iten {
  width: 100%;
  min-height: 60px;
  padding-top: 5px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit_iten2 {
	width: 100%;
	min-height: 50px;
	padding-top: 30px;
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	color: #555;
	text-align: left;
	font-weight: 700;
  }
.texto_item {
  width: 100%;
  min-height: 50px;
  padding-top: 15px;
  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.texto_item2 {
	width: 100%;
	min-height: 30px;
	padding-top: 0px;
    margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	color: #fff;
	text-align: center;
  }
.link_iten {
  width: 100%;
  min-height: 20px;
  padding-top: 10px;
  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  color: #ff8400;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.link_iten:hover {
  opacity : 0.5;
  cursor: pointer;  
}
.link_iten a, .link_iten a:link {	
	color: #4a6803;	
 }
 .janela_login
{
    width: 30%;
    min-height: 300px;
    float: none;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #FFF;
    text-align: center;
    padding: 10px 2% 30px 2%;
    margin: 15px auto;
    font-weight: 600;
    text-decoration: none;
    text-shadow: #000 1px 2px 2px;
    background: rgba( 0, 0, 0, 0.3);    
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    overflow: hidden;
}
.logo_rodape
{
  width: 100%;
  height: auto;
  top: 5px;
  z-index: 98;
  left: 0px;
  image-rendering: optimizeQuality;
  border: 0px solid #fff;
}
.logo_rodape img
{
  width: 100%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 100%;
    background-color: #002854;
    overflow: hidden;
    background-repeat: no-repeat;
}

.rodape
{
    max-width: 1400px;
    min-height: 130px;
    float: none;
    overflow: hidden;
    margin: 10px auto 10px;
    
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    color: #fff;
    overflow: hidden;
}
.rodape_sub
{
	width: 96%;
	min-height: 40px !important;
	border: 0px solid #fff;
  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: 44%!important;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
}
.coluna_rodape_d
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 0% 10px 2%;
}
.tit_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "lato_regular",Calibri, Century Gothic, Arial;
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 20px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Lato_regular",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #fff;
  text-align: left; 
  margin-top: 0px;
}
.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: #000;
  text-align: left;
  opacity: 0.5;
}
.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: #000000;
  text-align: left;
  opacity: 0.5;
}
.grafico_res
{
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 100;
  font-family: "Lato-Light", Calibri,Komika Axis, Arial; 
  margin-top: 0px;
  color: #000000;
  text-align: center;
}
.painel_result
{
	width:100%;
	min-height: 300px;
  float: left;
	margin: 0px auto;
  border-radius: 0px;
	z-index: 97;
	position: relative; 
  border-top: 0px solid #e1e1e1; 
  border-bottom: 0px solid #e1e1e1; 
  position: relative;
}
.painel_result_int
{
	max-width: 1400px;
	min-height: 300px;
  float: none;
	margin: 0px auto;
  border-radius: 0px;
	z-index: 97;
  border-top: 0px solid #e1e1e1; 
  border-bottom: 0px solid #e1e1e1; 
  position: relative;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    width: 17.5%;
    padding: 0px;
    min-height: 160px;
    float: left;
    border: 1px solid #999;
    cursor: pointer;
    margin: 20px 1% 0 1%;
    transition: transform 0.2s;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    background-color: #fff;
}
.gallery-item img
{
width: 100%;
height: auto;
}
.gallery-item:hover {
    transform: scale(1.05);
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.imagem_serv
{
    width: 16.6%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 10px solid #000; 
    flex-shrink: 0;   
}
.imagem_serv:hover
{
    border-bottom: 10px solid #c40002;   
}
.imagem_serv img
{  
    height: 100%!important;
    margin-left: -30%;
    z-index: 6;  
}
.filtro
{
    background-color: rgba( 0, 0, 0, 0.5 );
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 20px;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    z-index: 5;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.filtro:hover
{
    background-color: rgba( 0, 0, 0, 0.0 );
}
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel img {
    width: 20%;
    flex-shrink: 0; 
    height: 300px;  
}

.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
.cont_viatura
{
	width: 100%;
    float: left;
	min-height: 80px;	
	position: relative;
	z-index: 88;   
}
.viatura
{
	max-width: 1400px;
	min-height: 80px;
	border: 0px solid #000;
	margin: 0 auto;
}
.viatura_text
{
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 26px;
    background-color: #b10d0d;
    color: #fff;
    text-align: center;
    width: 35%;
    float: left;  
    padding: 2%; 
    margin-top: -2%;
    display: none;
}
.viatura_text b
{
    font-weight: 700;
}
.viatura img
{
    width: 90%;
    height: auto;
    float: right;
    margin: -20% 5% 0 5%;
}
/*-----Banner vídeo-----------*/

 .banner_video {
      position: relative;
      width: 100%;
      height: 600px;
      margin-top: 0px;
    }

    .banner_video img
    {
        width: 25%;
        float: left;
        position: absolute;
        top: 30%;
        left: 15%;
        opacity: 1;
    }

    .banner_video2 {
      position: relative;
      width: 100%;
      height: 600px;
      margin-top: 0px;
    }

    .banner_video2 img
    {
        width: 25%;
        float: left;
        position: absolute;
        top: 30%;
        left: 15%;
        opacity: 1;
    }

  .banner_img {
  width: auto;
  height: 100%;
  display: block;
  float:left;
  overflow: hidden;  
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  margin-top: 0px;  
}

 .banner_img img {
  width: auto;
  height: 100%;
 
}
.cont_banner
{
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
    z-index: 98;
    margin-top: -135px;
    background-color: #002854;
    
}
    .banner_video video {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;      
     
    }
    .fundo_azul
    {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #002854;
        opacity: 0.2;       
    }
    
    .text-container {
      position: absolute;
      top: 50%;
      left: 40%;
      width: 50%;
      height: 200px;
      /*transform: translate(-50%, -50%);*/
      z-index: 2;
      text-align: center;
      color: white;      
      font-family: "Lato_bold",Arial, sans-serif!important;
      text-align: center;
      opacity: 1;     
    }

    .text-container h4 {
      margin: 0;
      opacity: 0;
      position: absolute;
      animation: fadeText 12s infinite ease-in-out;
      font-weight: 100;
      text-align: center;
      width: 100%;
      font-family: "Lato_regular",Arial, sans-serif!important;
      font-size: 48px;
    }
    .text-container h1 b {
        font-weight: 800;
    }

    @keyframes fadeText {
      0%, 20% {
        opacity: 1;
      }
      33.33%, 100% {
        opacity: 0;
      }
    }

    .text-container h4:nth-child(1) {
      animation-delay: 0s;
    }

    .text-container h4:nth-child(2) {
      animation-delay: 4s;
    }

    .text-container h4:nth-child(3) {
      animation-delay: 8s;
    }
    /*-------------------------------- Menu ---------------------------------------------*/
    nav
    {
        width: 100%;
        min-height: 30px;
        float: left;
    }
    #cont_ul
    {
        width: 100%;
        height: 50px;        
    }
    .cont_topo #cont_ul
    {
       margin-top: 0px;
    }

    #cont_ul2
    {
        width: 100%;
        min-height: 0px;
        z-index: 98;
        margin-top: 60px!important; 
        position: absolute;  
        margin-left: 0;  
        border-radius: 10px;      
      -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44); 
      box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44);
      animation: abrirMenu 0.4s ease-out forwards;
      background: rgba( 0, 40, 84, 0.5 );
       backdrop-filter: blur(10px); /* O efeito de embaçado */
      -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
      border: 1px solid rgba(255, 255, 255, 0.2); /* Borda suave */  
    }
     #cont_ul3
    {
        width: 100%;
        min-height: 0px;
        margin-top:60px!important; 
        position: absolute;  
        margin-left: 0;  
        border-radius: 10px;      
      -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44); 
      box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44);
      animation: abrirMenu 0.4s ease-out forwards;
      background: rgba( 0, 40, 84, 0.5 );
    backdrop-filter: blur(10px); /* O efeito de embaçado */
  -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Borda suave */  
    }
    ul
    {
        width: 100%;
        height: 50px;
        float: left;
        list-style-type: none;
    }
    
    li
    {
        width: auto;
        height: 70px;
        float: right;
        font-family: "Lato_regular",Arial, sans-serif!important;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center; 
        justify-content: center;
        padding: 10px 1% 0 1%; 
        position: relative;
        cursor: pointer;     
    }
    li:hover
    {
        color: #c08226;
    }
    li a:hover > #cont_menu
    {
        display: block;
    }
    li:active
    {
        color: #cb841c;
    }
     li a, li a:link, li a:visited
    {
        text-decoration: none;
        color: #fff;
        min-height: 50px;
        width: 100%;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-family: "Lato_regular",Arial, sans-serif!important;
         font-weight: 100;
    }
    li a:hover
    {
       color: #c08226;
       border-bottom: 0px solid #0debff;
    }
    .cont_action
    {
        width: 100%;
        float: left;
        position: relative;
        z-index: 97;
        min-height: 40px;
        margin-top: -200px;
    }
    .cont_action2
    {
        width: 100%;
        float: left;
        position: relative;
        z-index: 97;
        min-height: 40px;
        margin: 10px 0 30px 0;
    }
    .cont_area
    {
        width: 100%;
        float: left;
        position: relative;
        z-index: 97;
        min-height: 40px;
        margin-top: -60px;
    }
    .bot_action
    {
        min-width: 10px;
        float: none;
        position: relative;
        z-index: 97;
        min-height: 40px;
        border: 1px solid #6cf6f8;
        margin: 0 auto;        
        font-family: "lato_lite", Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 20px;
        font-weight: 100;
        cursor: pointer;
        padding: 5px 2% 5px 2%;
        border-radius: 30px;
    }
    .bot_action2
    {
        width: 80%;
        float: left;
        position: relative;
        z-index: 97;
        min-height: 40px;
        border-radius: 30px;
        margin: 20px auto;
        background-color: #0debff;
        color: #000;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        font-family: "lato_regular", Arial, Helvetica, sans-serif;
    }
    .bot_action3
    {
        width: 40%;
        float: none;
        position: relative;
        z-index: 97;
        min-height: 40px;
        background-color: #0debff;
        margin: 0 auto;        
        font-family: "lato_regular", Arial, Helvetica, sans-serif;
        color: #000;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 20px;
        font-weight: 100;
        cursor: pointer;
        padding: 5px 2% 5px 2%;
    }
    .bot_action:hover
    {
        opacity: 0.5;
    }
     .bot_action2:hover
    {
        opacity: 0.5;
    }
    .bot_action3:hover
    {
        opacity: 0.5;
    }
    
    .cont_banner2
{
    width: 100%;
    float: left;
    height: 500px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px; 
    background-size: 100%;
    background-repeat: no-repeat;    
    background-image: url(../images/modelo.jpg);  
    
}
    .cont_itens
    {
        max-width: 1400px;
        min-height: 100px;
        float: none;
       margin: 0 auto;
    }
    .cont_itens_int
    {
        width: 60%;
        min-height: 150px;
        float: right;
        text-align: left;
        position: relative;        
        margin-top: 10px;
    }
    .itens
    {
        width: 100%;
        min-height: 30px;
        float: left;
        text-align: left;
        font-family: "Montserra",Arial, sans-serif;
        font-size: 18px;
        color: #fff;
        margin: 10px 0 10px 0;  
        font-weight: 0;    
    } 
    .itens img
    {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 10px;
    }
     .itens3
    {
        width: 100%;
        min-height: 30px;
        float: left;
        text-align: left;
        font-family: "Montserra",Arial, sans-serif;
        font-size: 22px;
        color: #555;
        margin: 30px 0 0px 0;  
        font-weight: 0;    
    } 
     .itens3 p
    {
        width: 100%;
        min-height: 30px;
        float: left;
        text-align: left;
        font-family: "Montserra",Arial, sans-serif;
        font-size: 16px;
        margin-top: 0px;
    }
    .itens3 img
    {
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 10px;
    }
    .bot_menu
    {
        width: 40px;
        height: 40px;
        float: right;
        display: none;
    }
    .bot_menu img
    {
        width: 40px;
        height: 40px;
    }
.cont_avaliacao
{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    float: left;
}
.avaliacao_int
{
    max-width: 1400px;
    min-height: 150px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
}
.avaliacao
{
    width: 22%;
    height: 280px;
    float: left;
    text-align: center;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    margin: 10px 1% 20px 1%;
    position: relative;
}
.foto_avaliacao
{
    width: 70px;
    height: 70px;
    float: none;
    margin: 10px auto;
    border-radius: 50px;
    overflow: hidden;
    border: 0px solid #000;
    background-color: #b1b1b1;
    position: relative;
}
.foto_avaliacao img
{
    width: 100%;
    margin-left: 0%;
}
.nome_avaliacao
{
    color: #555;
    font-size: 18px;
    font-family: "Acephimere-fina", Calibri, Century Gothic,  Arial;
    font-weight: 600;
    text-align: center;
    width: 98%;
    min-height: 45px;
    margin: 10px auto;
    float: none;  
    line-height: 26px; 
}
.depoimento
{
    color: #333;
    font-size: 16px;
    font-family: "Acephimere-fina", Calibri, Century Gothic,  Arial;
    font-weight: 100;
    text-align: center;
    width: 98%;
    height: 180px;
    margin: 0px auto;
    float: none;
    overflow: auto;      
}
.bloco_plano
{
   width: 43.5%;
   min-height: 350px;
   padding: 1%;
   border: 1px solid #e1e1e1;
   border-radius: 20px;
   float: left;
   position: relative;
   margin: 40px 2% 40px 2%;
   background-color: #0098F9;
}
.cont_iten_portfolio
{
    width:31%;    
    min-height: 400px;
    float: left;
    margin: 10px 1% 10px 1%;  
    border: 1px solid #e1e1e1;
    border-radius: 5px;
   
}
.img_item_portfolio
{
    width: 96%;
	margin: 5px 2% 10px 2%;  
    min-height: 200px;
    float: left;    
}
.img_item_portfolio img
{
    width: 100%;
	margin: 0 auto;
}
.texto_item_portfolio
{
    width: 96%;
    min-height: 20px;
    float: left;
    margin: 5px 2% 10px 2%; 
    font-size: 14px;
    text-align: center;
    text-decoration: none!important;
    color: #666;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
.texto_item_portfolio a
{
    text-decoration: none!important;
    color: #666;
}
.bot_itens
{
        width: 95%;
        float: none;
        position: relative;
        z-index: 97;
        min-height: 40px;
        border: 1px solid #fff;
        margin: 10px auto 5px;        
        font-family: "lato_regular", Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 20px;
        font-weight: 100;
        cursor: pointer;
        padding: 5px 2% 5px 2%;
        border-radius: 10px;
}
.bot_itens:hover
{
    background-color: #333;
    border: 1px solid #333;
}
.label_capcha
{
	width: 100%;
	text-align: center;
	font-size: 14px!important;
	min-height: 40px;
	margin: 10px 0 10px 0;
	float: left;
    text-shadow: none;
    color: #fff;
    overflow: hidden;
}
.capcha2
{
    width: 50%;
    float: left;
    margin: 0px 2% 0 0;
    height: 50px; 
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    padding: 0px;
    border-radius: 4px;
}
.capcha2 img
{
    width: 100%;
    height: 50px; 
    left: 0px;
    top: 0px;
    position: relative;
}
.cont_capcha
{
	width: 90%;
	float: none;
	margin: 20px auto;
	min-height: 40px; 
}
.cont_cap
{
	display: none;
}
.capcha
{
	width: 40%;
	float: left;
	margin: 0px 5% 0 0;
    min-height: 40px; 
    border: 0px solid #ccc;
}
.capcha img
{
	width: 100%;
	height: auto; 
}
#capcha_campo
{
	width: 43%;
	float: right;
	margin: 0px 0 0 0;
	min-height: 50px; 
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  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_cid 
{
    width: 46%;
    height: 50px;
    float: left;
    margin: 10px 2% 10px 2%;
    border: 1px solid #002854;
    color: #333;
    text-align: center;
    padding-top: 10px; 
    font-size: 20px;
    font-family: "lato_regular", Arial, Helvetica, sans-serif;   
}
.solucoes
{
    width: 21%;
    min-height: 250px;
    float: left;
    margin: 20px 2% 0 2%;
    text-align: center;
    position: relative;
    display: block;
}
.cont_solucoes
{
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden;
    margin-top: 10%;
    padding-top: 20px;
    padding-bottom: 20px;    
}
.cont_solucoes_inf
{
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden;
    margin-top: 0%;
    padding-top: 20px;
    padding-bottom: 20px; 
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;   
}
.cont_solucoes_inf .solucoes
{
    width: 270px;
    min-height: 250px;
    float: left;
    margin: 20px 20px 0 20px;
    text-align: center;
    position: relative;
    display: block;
}

.icone_solucoes
{
    width: 100%;
    height: 60px;
    text-align: center;
    float: left;
    margin: 10px 0 10px 0;
}
.icone_solucoes img
{
   height: 60px;
   width: 60px;
   -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.icone_solucoes img:hover
{
   height: 50px;
   width: 50px;
   margin-top: 5px;
   -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.tit_solucoes
{
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin: 0px 0 10px 0;   
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
}
.desc_solucoes
{
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px 0 10px 0;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 96%;
    line-height: 16px;
    padding: 0 2% 0 2%;
    float: left;    
}
.bot_mais
    {
        width: 70%;
        height: 40px;
        left: 15%;
        bottom: 10px;
        border: 1px solid #ca821c;
        border-radius: 5px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; 
        font-size: 14px;
        position: absolute; 
        color: #fff!important; 
         -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;    
    }
    .bot_mais:hover
    {
        cursor: pointer;
         width: 60%;
        height: 35px;
         bottom: 12.5px;
        font-size: 12px;
        left: 20%;
         -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    }

    .cont_socio_a
    {
        width: 48%;
        min-height: 400px;
        float: left;
        margin: 10px 2% 10px 0;
        background-image: url(../plataforma_admin/socios/advogado-maicon-barbosa.jpg);
        background-size: 45%;
        background-repeat: no-repeat;       
        background-position: 0%;
        position: relative;
    }
    .cont_texto_socio_a
    {
        position: absolute;
        width: 52%;        
        min-height: 400px;
        left: 48%; 
        text-align: left;       
    }
    .cont_socio_b
    {
        width: 48%;
        min-height: 400px;
        float: left;
        margin: 10px 0 10px 2%;
        background-image: url(../plataforma_admin/socios/advogada-juliana-braun.jpg);
        background-size: 45%;
        background-repeat: no-repeat;        
         background-position: 100%;
          position: relative;
    }
    .cont_texto_socio_b
    {
        position: absolute;
        width: 52%;        
        min-height: 400px;
        left: 0%; 
        text-align: right;       
    }
    .nome_socio
    {
	font-size: 36px;
	color: #cb841c;    
	margin: 0px 0 10px 0;   
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	width: 100%;
    float: left;    
    }
    .oab_socio
    {
	font-size: 22px;
	color: #fff;    
	margin: 0px 0 10px 0;   
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	width: 100%;
    float: left;    
    }
    .texto_socio
    {
	font-size: 14px;
	color: #fff;    
	margin: 0px 0 10px 0;   
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
   	width: 100%;
    float: left;    
    }
     :root { --gap: 16px; }
  * { box-sizing: border-box; } 
     .carrossel {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 44px; /* espaço para as setas internas */
  }
  
  /* Faixa rolável */
  .faixa {
    display: flex;
    gap: var(--gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
  }

  /* Oculta a barra (opcional) */
  .faixa::-webkit-scrollbar { height: 0px; }
  .faixa::-webkit-scrollbar-thumb { background: #ddd; border-radius: 999px; }
  .faixa::-webkit-scrollbar-track { background: transparent; }

  /* Cartões */
  .card {
    flex: 0 0 100%;
    scroll-snap-align: start;    
    border: 0px solid #b1b1b1;
    border-radius: 25px 0 25px 0;
    padding: 20px;
    margin-top: 30px;
    background: #002854;   
  }
  .card_tit {
    margin: 10px 1% 8px 1%;
    font-size: 18px;
    color: #fff;
    width: 96%;
    min-height: 20px;
    float: left;
    font-weight: 100;
    text-align: center;
    font-family: "Lato_bold",Arial, Helvetica, sans-serif;
    }
  .card p { 
    margin: 0; 
    line-height: 16px;
    color: #666!important;
    font-size: 14px;  
    font-family: Arial, Helvetica, sans-serif !important;
    float: left;
    height: 130px;
    overflow: auto;  
    width: 96%;
    text-align: center;
    padding: 0 1% 0 1%;
    line-height: 22px;
    }
     .card ::-webkit-scrollbar {
      width: 5px;
     }
     .card ::-webkit-scrollbar-thumb { 
     background: #f48b1e;
     border-radius: 5px;     
     }
    
  /* Responsivo: 2 cards por vez em telas médias, 3 em grandes */
  @media (min-width: 720px) { .card { flex-basis: calc(50% - var(--gap)/2); } }
  @media (min-width: 1024px) { .card { flex-basis: calc(33.333% - (2 * var(--gap)/3)); } }

  /* Setas */
  .seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px; height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    cursor: pointer;
    display: grid; place-items: center;
    z-index: 5;
    color:rgba( 0, 40, 84, 1);
    transition: transform .15s ease, opacity .15s ease;
  }
  .seta:hover { transform: translateY(-50%) scale(1.05); }
  .seta:active { transform: translateY(-50%) scale(0.98); }
  .seta[disabled] { opacity: .4; cursor: not-allowed; }

  .seta.esq { left: 4px; color:rgba( 0, 40, 84, 1); }
  .seta.dir { right: 4px; color:rgba( 0, 40, 84, 1); }

  /* Ícones simples */
  .seta svg { width: 18px; height: 18px; }

.cont_avaliacao
{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    float: left;
}
.avaliacao_int
{
    max-width: 1200px;
    min-height: 150px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
}
.avaliacao
{
    width: 22%;
    height: 280px;
    float: left;
    text-align: center;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    margin: 10px 1% 20px 1%;
    position: relative;
}
.foto_avaliacao
{
    width: 60px;
    height: 60px;
    float: none;
    margin: 0px auto;
    border-radius: 35px;   
}
.foto_avaliacao img
{
    width: 100%;   
}
.estrela_avaliacao
{
    width: 120px;
    height: auto;
    float: none;
    margin: 10px auto;
    border-radius: 35px;   
}
.estrela_avaliacao img
{
    width: 100%;   
}
.nome_avaliacao
{
    color: #fff;
    font-size: 18px;
    font-family: "Acephimere-fina", Calibri, Century Montserrat,  Arial;
    font-weight: 800;
    text-align: center;
    width: 98%;
    min-height: 45px;
    margin: 10px auto;
    float: none;  
    line-height: 26px; 
}
.card p
{
    color: #fff!important;
}
.conteudo_center
{
    max-width: 1400px;
    min-height: 100px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    color: #666;
    gap: 20px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.servico {
  width: 250px; 
  text-align: center;
  height: 380px;
  margin-top: 20px;
  position: relative;
}
.foto_pan
{
    width: 100%;
    height: 300px;
    overflow: hidden;
    float: left;    
}
.foto_pan img
{
    width: 100%;
    margin-top: -20%;
}
.cont_conteudo_pag
{
    width: 100%;
    min-height: 700px;
    background-image: url(../images/advogado-perto-de-sao-leopoldo-rio-grande-do-sul.jpg);
    background-size: 100%;
    background-attachment: fixed;
    float: left;
    overflow: hidden;  
    padding-bottom: 70px;
    background-repeat: no-repeat; 
    background-position-y: -10%;   
}
.servico2 {
  width: 200px; 
  text-align: center;
  min-height: 180px;
  margin-top: 20px;
  position: relative;
}
.cont_call_action
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin-top: 20px;
    text-align: center;    
}
.call_action 
{
    width: 60%;
    min-height: 60px;
    margin: 0 auto;
    background-color: #45ae3f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    padding: 0px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-weight: bold;
   
    align-items: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.call_action_pag
{
    width: 60%;
    min-height: 60px;
    margin: 0 auto;
    float: left;
    background-color: #45ae3f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    padding: 0px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-weight: bold;
   
    align-items: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.call_action img, .call_action_pag img
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.call_action:hover 
{
   background-color: #398935;
   cursor: pointer;
}

#cont_menu
   {
      width: 300%;      
      position: absolute;
      top: 65px;
      left: -100%;
      border-radius: 10px;  
      z-index: 98;    
      -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44); 
      box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44);
      animation: abrirMenu 0.4s ease-out forwards;
      background: rgba( 0, 40, 84, 0.5 );
    backdrop-filter: blur(10px); /* O efeito de embaçado */
  -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Borda suave */  
  opacity: none;          
    }
    #cont_menu4
   {
      width: 200%;      
      position: absolute;
      top: 65px;
      min-height: 50px!important;
      left: -50%;
      border-radius: 10px;  
      z-index: 98;    
      -webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44); 
      box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.44);
      animation: abrirMenu 0.4s ease-out forwards;
      background: rgba( 0, 40, 84, 0.5 );
    backdrop-filter: blur(10px); /* O efeito de embaçado */
  -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Borda suave */  
  opacity: none;          
    }
    .cont_topo2 #cont_menu, #cont_menu4
    {
        background: rgba( 0, 40, 84, 1);
    }
    
    .bloco_menu
    {
        width: 31.3%;
        min-height: 300px;
        float: left;
        margin: 0 1% 0 1%;
        padding: 10px 0 10px 0;
        text-align: left;
    }
    .bloco_menu_cab
    {
	font-size: 18px;
	color: #fff;    
	margin: 0px 2% 0px 2%;   
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
   	width: 96%;
    min-height: 30px;
    padding: 8px 2% 8px 2%;
    float: left; 
    font-weight: 100;  
    text-align: left;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.15 ); 
    line-height: 30px;
    }
     .bloco_menu_cab:hover
    {
        color: #e0b570;
    }
    .bloco_menu_item
    {
	font-size: 16px;
	color: #fff;    
	margin: 0px 0 10px 0;   
	font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;
   	width: 100%;
    float: left; 
    font-weight: 100;   
    }
    .bloco_menu_item:hover
    {
        opacity: 0.5;
    }
    .diretriz
    {
        width: 31.3%;
        min-height: 300px;
        float: left;
        border-radius: 10px;
        margin: 10px 1% 10px 1%;
        background: #fff;
        border: 1px solid #002854; /* Borda suave */  
        overflow: hidden;
    }
    .tit_diretriz
    {
	font-size: 22px;
	color: #333;    
	margin: 0px 0 10px 0;   
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
   	width: 98%;
    float: left; 
    font-weight: 800; 
    text-align: center; 
    padding: 10px 1% 10px 1%; 
    }
    .texto_diretriz
    {
	font-size: 18px;
	color: #555; 
    height: 250px;
    overflow: auto;   
	margin: 0px 0 10px 0;   
	font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;
   	width: 98%;
    float: left; 
    font-weight: 600; 
    text-align: center; 
    padding: 10px 1% 10px 1%; 
    line-height: 30px;
    }
    .texto_diretriz ::-webkit-scrollbar-thumb { 
     background: #fff!important;
     border-radius: 5px;
     border: 0px solid #FFF; 
     
  }

    @keyframes abrirMenu {
    0% {
    transform: scaleX(0);
    opacity: 0;
    min-height: 0px;
    }
    100% {
    transform: scaleX(1);
    opacity: 1;
    min-height: 300px;
    }
    }
    .calculadora
    {
        position: absolute;
        top: 30%;
        left: 55%;
        width: 40%;
        min-height: 350px;
        padding: 1%;
        float: right;
        border-radius: 10px;
        background: rgba( 0, 40, 84, 0.5 );
        backdrop-filter: blur(10px); /* O efeito de embaçado */
        -webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
        border: 1px solid rgba(255, 255, 255, 0.2); /* Borda suave */
    }
    .calc_tit
    {
        font-size: 20px;
	    color: #fff;  
        height: 30px;  
	    margin: 0px 0 10px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 100%;
        float: left; 
        font-weight: 600; 
        text-align: center;        
    }
    .calc_obs
    {
        font-size: 14px;
	    color: #fff;  
        min-height: 40px;  
	    margin: 0px 0 10px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 100%;
        float: left; 
        overflow: hidden;
        font-weight: 400; 
        text-align: center; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .label_calc
    {
        font-size: 14px;
	    color: #fff;  
        min-height: 10px;  
	    margin: 10px 0 10px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 100%;
        float: left; 
        overflow: hidden;
        font-weight: 600; 
        text-align: center;         
    }
    .sifrao
    {
        font-size: 20px;
	    color: #fff;  
        height: 28px;  
	    margin: 0px 0 10px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: auto;
        float: left; 
        overflow: hidden;
        font-weight: 600; 
        padding-top: 5px;
        text-align: center;         
    }
    #campo_calc {
    width: 60%;	
    height: 40px;
    margin: 0px 0 0 10px;
    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;
    font-weight: 700;
    }
    #calc_bot {
    width: 30%;
    min-height: 42px;
    float: right;
    margin: -2px 0% 0 1%;
    text-align: center;
    color: #fff;
    background: transparent;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 #calc_bot:hover {
    background: rgba( 0, 0, 0, 0.3);
 }
 .calc_nome_res 
 {
        font-size: 20px;
	    color: #333;  
        min-height: 20px;  
	    margin: 10px 0 0px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 98%;
        float: left; 
        overflow: hidden;
        font-weight: 900; 
        text-align: center;  
 }
 .calc_nome 
 {
        font-size: 18px;
	    color: #333;  
        min-height: 20px;  
	    margin: 10px 0 0px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 70%;
        float: left; 
        overflow: hidden;
        font-weight: 900; 
        text-align: left;  
 }
 .calc_res 
 {
        font-size: 18px;
	    color: #333;  
        min-height: 20px;  
	    margin: 10px 0 0px 0;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 29%;
        float: right; 
        overflow: hidden;
        font-weight: 900; 
        text-align: right;  
 }
 .avalie 
 {
        font-size: 18px;
	    color: #fff;  
        min-height: 35px;  
	    margin: 0px auto;   
    	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    	width: 300px;
        float: none; 
        overflow: hidden;
        font-weight: 800; 
        text-align: center;  
        background-color: #002854;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 7px;
 }
 .cont_critica
 {
 	font-size: 18px;
	text-align: center;
	color: #333;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;   
    float: left;
    line-height: 28px;   
}
/*----------------------- Calculadora -----------------------------------------*/
.container
{
    width: 100%;
    min-height: 20px;
    margin-top: 30px;
    position: relative;   
}
    button {
      background: #002854;
      color: white;
      border: none;
      padding-top: 7px;
      border-radius: 6px;
      cursor: pointer;
      width: 98%;
      font-size: 18px;
      min-height: 50px;
      margin-bottom: 10px;
      margin-left: 0;
      margin-top: 50px;
    }
    button:hover { background: #0056b3;
    color: #fff; }

     .button2 {
      background: #002854;
      color: white;
      border: none;
      padding-top: 15px;
      border-radius: 6px;
      cursor: pointer;
      width: 48%;
      float: left;
      font-size: 18px;
      min-height: 50px;
      margin: 50px 1% 10px 1%;
       font-family: Arial, Helvetica, sans-serif !important;
    }
    .button2:hover { background: #0056b3; }

    /* Barra de progresso das etapas */
    .progress-bar-container {
      width: 70%;
      background: #e2e4e6;
      border-radius: 10px;
      margin-bottom: 20px;
      height: 10px;
      margin-left: 15%;
      overflow: hidden;
    }
    .progress-bar {
      height: 10px;
      width: 0;
      background: #a3a3a3;
      transition: width 0.3s ease;
    }

    /* Barra de carregamento final (sólida, sem gradiente animado) */
    .loading-bar {
      width: 70%;
      height: 30px;
      background: #ddd;
      border-radius: 15px;
      margin-top: 20px;
      overflow: hidden;
      display: none;
      position: relative;
      margin-left: 15%;
    }
    .loading-progress {
      height: 100%;
      width: 0;
      background: #00bb28;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 20px;
      transition: width 0.1s linear;
      border-radius: 0px; 
      padding-top: 5px; 
       font-family: Arial, Helvetica, sans-serif !important;   
    }

    .alerta {
      color: red;
      font-size: 16px;
      margin-top: 5px;
      font-family: Arial, Helvetica, sans-serif !important;
    }

     .observ {
      color: #666;
      font-size: 16px;
      margin-top: 5px;
      font-family: Arial, Helvetica, sans-serif !important;
      font-weight: 500;
    }
     .barra
    {
        width: 80%;
        height: 10px;
        float: none;
        margin: 10px auto 5px;
        background-color: #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
    }
    .barra_int
    {
        width: 33%;
        height: 10px;
        float: left;
        margin: 0;
        background-color: #002854;
        border-radius: 5px 0 0 5px;
        animation: crescerBarra 1.5s forwards; 
    }
    @keyframes crescerBarra {
    from {
      width: 0%;
      left: 0;
    }
    to {
      width: 33%;
      left: 0;
    }
  }
  .barra_int2
    {
        width: 66%;
        height: 10px;
        float: left;
        margin: 0;
        background-color: #002854;
        border-radius: 5px 0 0 5px;
        animation: crescerBarra2 1.5s forwards; 
    }
    @keyframes crescerBarra2 {
    from {
      width: 33%;
      left: 33%;
    }
    to {
      width: 66%;
      left: 33%;
    }
  }

   .barra_int3
    {
        width: 66%;
        height: 10px;
        float: left;
        margin: 0;
        background-color: #002854;
        border-radius: 5px 0 0 5px;
        animation: crescerBarra3 1.5s forwards; 
    }
    @keyframes crescerBarra3 {
    from {
      width: 66%;
      left: 66%;
    }
    to {
      width: 100%;
      left: 66%;
    }
  }
  #progress-container {
    width: 50%;
    margin: 0 auto;
    background-color: #ddd;
    border-radius: 25px;
    overflow: hidden;
}
#progress-bar {
    height: 30px;
    width: 0;
    background-color: #00bb28;
    text-align: center;
    line-height: 30px;
    color: white;
   
    font-size: 16px;
      line-height: 20px;
      transition: width 0.3s linear;
      border-radius: 0px; 
      padding-top: 5px; 
    font-family: Arial, Helvetica, sans-serif !important;   
}
#resultado {
    display: none;
    margin-top: 40px;
}
#campoDonatarios
{
    width: 100%;
    min-height: 30px;
    float: left;
    text-align: center;
     -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
}
#campo_bem
{
    width: 100%;
    min-height: 30px;
    float: left;
    text-align: center;
     -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
}
.coluna_a
{
    width: 30%;
    min-height: 250px;
    float: left;
    text-align: left; 
    padding-top: 40px;   
}
.coluna_a img
{
    width: 100%;
}
.coluna_b
{
    padding-top: 40px;   
    width: 68%;
    min-height: 250px;
    float: left;
    margin: 0px 1% 0 1%;
    text-align: left;  
    font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;  
    font-size: 18px;
    color: #555; 
    text-align: justify; 
}

.coluna_c
{
    width: 42%;
    min-height: 250px;
    float: left;
    margin: 0px 1% 0 1%;
    text-align: left;  
    font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;  
    font-size: 18px;
    color: #555; 
    text-align: justify; 
    padding-top: 80px;  
}
.coluna_d
{
    width: 42%;
    min-height: 250px;
    float: right;
    margin: 0px 1% 0 1%;   
    padding-top: 40px;  
}
/*-----------------------------------------------Medias--------------------------------------------------------*/


@media all and (min-width: 1500px) {	
  .banner_img {
    width: 40%;
    height: auto;
   }
   .banner_img img {
    width: 100%;
    height: auto;
    margin-top: -30%;
}
.cont_conteudo_pag
{
   background-position-y: 0;   
}
}
@media all and (min-width: 1700px) {	
 
   .banner_img img {
    width: 100%;
    height: auto;
    margin-top: -40%;
}

}
@media all and (max-width: 1350px) {
  .banner_video img {
    width: 25%;
    float: left;
    position: absolute;
    top: 40%;
    left: 15%;
    opacity: 1;
}
}

@media all and (max-width: 1300px) {
    .call_action 
{
    width: 50%;
}
    .cont_conteudo_pag
{
    background-position-y: -20%;   
}
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 500px;
        overflow: hidden;
        z-index: 98;
        background-size: 120%;
        background-position-x: 10%;
        margin-top: 0px;        
    }
    .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) {
    .coluna_c
{
    width: 38%;
    min-height: 250px;
    float: left;
    margin: 0px 1% 0 1%;
    text-align: left;  
    font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;  
    font-size: 18px;
    color: #555; 
    text-align: justify; 
    padding-top: 80px;  
}
.coluna_d
{
    width: 58%;
    min-height: 250px;
    float: right;
    margin: 0px 1% 0 1%;   
    padding-top: 40px;  
}
     .banner_video img {
    width: 25%;
    float: left;
    position: absolute;
    top: 30%;
    left: 15%;
    opacity: 1;
}
.cont_banner {
    width: 100%;
    float: left;
    height: 500px;
}
     .bot_menu
    {
      display: block;
      margin-top: 20px;
      margin-right: 2%;
      cursor: pointer;
    }
    #cont_ul 
    {
        display: none;
        position: absolute;
        width: 300%;
        min-height: 150px;
        top: 80px;
        background-color: #fff;
        left: -200%;
        overflow: hidden;
    }
    .text-container h4 {
       font-size: 40px;
     }
     .cont_tel {
    width: 30%;
     }
     .text-container {
    top: 40%;
    left: 45%;
    width: 50%;
    height: 200px;
     }
    .redes {
    width: 25%;
    min-height: 35px;
    float: right;
}
   
    ul
    {
        width: 100%!important;
        min-height: 250px;
        float: left; 
        overflow: hidden;       
    }
    li
    {
        max-width: 98%!important;
        height: 30px;
        float: left;
        font-family: "Montserra",Arial, sans-serif;
        text-align: left;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        display: block;       
        margin: 5px 1% 5px 1%; 
        position: relative;        
    }
    ul li 
    {
        width: 100%!important;
        float: left;
    }
    li a, li a:link, li a:visited
    {
        text-decoration: none;
        color: #fff;
        height: 30px;
        max-width: 100%!important;
        float: left;
        display: block;
        position: relative;       
    }
    body 
    {
        background-size: 130%;
    }
    .janela {
    width: 70%;
    min-height: 400px;
    position: absolute;
    left: 15%;
    }
    .bot_action
    {
        width: 60%;
    }
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 500px;
        overflow: hidden;
        z-index: 98;
        background-size: 130%;
        background-position-x: 15%;
        margin-top: 0px;        
    }
    .rodape
    {
        width: 98%;       
    }
    .cont_conteudo2
    {       
        background-size: 130%;
        background-position-x: 20%;               
    }
     .calculadora
    {
        position: absolute;
        top: 23%;
        left: 45%;
        width: 50%;
        min-height: 350px;
        float: right;      
    }
}
@media all and (max-width: 1110px) {
    
    .bot_action2
    {
        width: 96%;
        margin-left: 2%;
    }
    }


@media all and (max-width: 1100px) {
   
       .solucoes {
    width: 23%;
    margin: 20px 1% 0 1%;
    }

.cont_produto
{
    width: 18%;
    min-height: 380px;
}
.cont_cont_busca
{
    top: 60%;   
}
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 600px;
        overflow: hidden;
        z-index: 98;
        background-size: 160%;
        background-position-x: 15%;
        margin-top: 0px;
    }
    .cont_tel {
    width: 40%;
     }
     .text-container {
    top: 40%;
    left: 45%;
    width: 50%;
    height: 200px;
     }
    .redes {
    width: 35%;
    min-height: 35px;
    float: right;
}
}
@media all and (max-width: 1020px) {
       #cont_ul2, #cont_ul3 {
        width: 100%;
        min-height: 0px;
        margin-top: 60px !important;
        position: absolute;
        margin-left: 0%;  
        z-index: 96;      
    }
        
      .gallery-item {
        min-height: 150px;
    }
        .call_action 
{
    width: 60%;
}
    .banner_video img {
        width: 25%;
        float: left;
        position: absolute;
        top: 35%;
        left: 10%;
        opacity: 1;
    }
     .calculadora
    {
        position: absolute;
        top: 23%;
        left: 38%;
        width: 60%;
        min-height: 350px;
        float: right; 
        z-index: 87;     
    }
}

@media all and (max-width: 1000px) {

    .cont_conteudo_pag
{
    background-position-y: -100%;   
}
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 550px;
        overflow: hidden;
        z-index: 98;
        background-size: 150%;
        background-position-x: 25%;
        margin-top: 0px;        
    }
    .itens {
        font-size: 18px;
        color: #fff;
        margin: 10px 0 10px 0;        
    }
    .cont_itens_int {
        width: 96%;
        min-height: 350px;
        margin: 0 2% 0 2%;
        float: left;
    }
    .cont_conteudo2
{       
    background-size: 150%; 
    background-position-x: 30%;             
}
    .janela_login
    {
        width: 40%;
    }
    .cont_busca
{
    width: 40%;   
}
    .cont_cliente
{
    width: 31.3%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;       
}
.diretriz
    {
        width: 96%;
        min-height: 50px;
        float: none; 
        margin: 20px auto;
    }
body 
    {
        background-size: 160%;
    }
    .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%;    
}

.janela3
{
    width: 50%;   
    left: 25%;
}

.cont_contador
{
    width: 44%;
    height: 70px;
    float: left;
    text-align: center;
}


}
@media all and (max-width: 950px) {
    .banner_video img {
        width: 30%;
        float: left;
        position: absolute;
        top: 35%;
        left: -2%;
        opacity: 1;
    }
    .calculadora {
        position: absolute;
        top: 23%;
        left: 24%;
        width: 75%;
        min-height: 350px;
        float: right;
        z-index: 87;
    }
        .text-container h4 {
        font-size: 36px;
    }
.cont_topico {
    width: 29%;
    min-height: 400px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 2% 10px 2%;
}
.filtro
{
    font-size: 18px;
}
.cont_form {
    width: 60%;
    margin: 20px auto;
    float: none;
}
 .solucoes {
        width: 46%;
        margin: 20px 2% 0 2%;
    }
.barra_item, .barra_item2
{
    width: 100%;   
}
.barra_int {
    padding-top: 10px;
}
.cont_conteudo_pag
{
    background-size: 120%;
    background-position-y: -40%;   
    background-position-x: 50%;
}
}

@media all and (max-width: 900px) {

    .cont_cid {
    width: 45%;    
    float: left;
    margin: 10px 2% 0px 2%;   
    padding-top: 8px;
}
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 650px;
        overflow: hidden;
        z-index: 98;
        background-size: 200%;
        background-position-x: 25%;
        margin-top: 0px;
    }
    .filtro
{
    font-size: 16px;
}
    .cont_busca
    {
        width: 50%;   
    }
    .cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 150%;    
    overflow: hidden;
}
    .coluna_c
{
    width: 96%;
    min-height: 250px;
    float: left;
    margin: 0px 2% 0 2%;
    text-align: left;  
    font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;  
    font-size: 18px;
    color: #555; 
    text-align: justify; 
    padding-top: 20px;  
}
.coluna_d
{
    width: 96%;
    min-height: 250px;
    float: right;
    margin: 10px 2% 0 2%;   
    padding-top: 40px;  
}
.gallery-item {
    min-height: 140px!important;
}
    .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%;
}

.janela, .janela3
{
  width: 90%;
  min-height: 100px;
  position: absolute;
  left: 5%;
}
.janela2 {
  width: 95%;
  min-height: 300px;
  position: absolute;
  left: 1%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 140%;
       overflow: hidden;
}
}
@media all and (max-width: 850px) {

    .cont_produto
    {
        min-height: 390px;        
    }
    .whatsapp {
        left: 89%;    
      }
      .cont_conteudo2
      {       
          background-size: 180%;
          background-position-x: 45%;              
      }
      .coluna_rodape_e, .coluna_rodape_d, .coluna_rodape_c
      {
        width: 48%;
        min-height: 100px;
        float: left;
        margin: 10px 1% 10px 1%;
       
      }
      .cont_tel {
        width: 55%;
      }
}
@media all and (max-width: 800px) {
    .bloco_plano {
    width: 94%;
    min-height: 350px;
    padding: 1%;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    float: left;
    position: relative;
    margin: 40px 2% 40px 2%;
    background-color: #0098F9;
}
    .avaliacao
    {
        width: 47%;
        float: left;
        text-align: center;      
        margin: 10px 1% 20px 1%;
    }
    .bot_action {
        width: 80%;
    }
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 550px;
        overflow: hidden;
        z-index: 98;
        background-size: 190%;
        background-position-x: 25%;
        margin-top: 0px;        
    }
   
          .call_action 
{
    width: 70%;
}
.cont_conteudo_pag
{
    background-size: 120%;
    background-position-y: -200%;   
    background-position-x: 50%;
}
.topo_int {
        width: 100%;
    }
    #cont_ul2, #cont_ul3 {
        width: 100%;
        min-height: 0px;
        margin-top: 60px !important;
        position: absolute;
        margin-left: 0%;
    }
   .logo {
    width: auto;
    height: 80px;
    float: left;
    left: 2%;
    text-align: center;
    position: absolute;
}
body 
    {
        background-size: 200%;
    }
.redes {
        width: auto;
        min-height: 35px;
        float: right;
    }
        .cont_tel {
        width: auto;
    }
     .text-container h4 {
     font-size: 2em;
     }
    .cont_socio_a, .cont_socio_b {
    width: 96%;
    min-height: 500px;
    float: left;
    margin: 10px 0% 10px 0; 
    overflow: hidden; 
    background-position-y: 10%;  
}
  
.cont_produto
{
    width: 31.33%;
    min-height: 440px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cont_topico {
    width: 45%;
    min-height: 400px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 2% 10px 2%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 180%;    
    overflow: hidden;
}
.cont_iten_portfolio {
        width: 47%;
        min-height: 250px;
        float: left;
        margin: 10px 1% 10px 1%;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
    }
        .banner_video img {
        width: 37%;
        float: left;
        position: absolute;
        top: 30%;
        left: -8%;
        opacity: 1;
    }
    .cont_banner {
        width: 100%;
        float: left;
        height: 500px;
    }
}
@media all and (max-width: 780px) {
.cont_conteudo_pag
{
    background-size: 140%;
    background-position-y: -100%; 
    background-position-x: 70%;
}
}
@media all and (max-width: 750px) {
    
    .autor
    {
      width: 40%;
    }
    .cont_busca
    {
        width: 70%;   
    }
    .janela_login
{
    width: 50%;
}
.cont_conteudo2
{       
    background-size: 210%;           
}
.gallery-item {
    width: 22.5%;   
    margin: 20px 1% 0 1%;
    min-height: 130px!important;
}

    .imagem_serv {
        width: 33.3%;
        
    }
    .cont_form {
    width: 80%;
    margin: 20px auto;
    float: none;
}

}
@media all and (max-width: 700px) {
    .calculadora {
        position: absolute;
        top: 28%;
        left: 2%;
        width: 96%;
        min-height: 350px;
        float: right;
        z-index: 87;
    }
    .solucoes {
        width: 90%;
        margin: 20px 5% 0 5%;
 }
    .bot_action3 {
    width: 80%;
    }
   
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 600px;
        overflow: hidden;
        z-index: 98;
        background-size: 220%;
        background-position-x: 25%;
        margin-top: 0px;        
    }
    
    .itens {
        font-size: 16px;
        color: #fff;
        margin: 10px 0 10px 0;
    }
    h4
    {
    font-size: 2em;
     }
     .text-container h4
    {
    font-size: 2em;
     }
    .cont_conteudo2
    {       
        background-size: 240%; 
        background-position-x: 50%;             
    }
    
    .cont_cont_busca
    {
        top: 80%;   
    }
    .cont_cliente
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 10px 1% 10px 1%;        
    }
      .call_action 
{
    width: 96%;
}
   
    .int_2 {
        width: 100%;
        height: 0px;
        float: left;
        margin-top: -30px;
        padding-top: 6px;
        z-index: 999;
    }
  
       
    .botao
    {
        width: 80%;
        height: 40px;
        float: left;  
       
    }
    .whatsapp {
        left: 85%;    
      }
 

.bot_action {
   border-radius: 8px;
   margin-top: 20px;
}
.int_1 {
    width: 100%;
    height: 0px;
    float: left;
    margin-top: 0px;
}
#cont_ul 
{
    width: 100%;
    left: 0;
}

li 
{
    text-align: center;
}
.janela, .janela3
{
  width: 98%;
  min-height: 100px;
  position: absolute;
  left: 1%;
  top: 20px;
}	
.bot_menu {
        display: block;
        margin-top: 50px;
        margin-right: 2%;
        cursor: pointer;
    }
    #cont_ul2, #cont_ul3 {
        margin-top: 100px !important;
     }

.cont_produto
{
    width: 31.33%;
    min-height: 400px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cont_topo, .topo {    
    min-height: 10px;   
}
   
    .cont_conteudo_pag
{
    background-size: 160%;
    background-position-y: -30%; 
    background-position-x: 70%;
}
}
@media all and (max-width: 670px) {

}
@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%;
    }

    .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;
}
h2
{
    font-size: 28px;
}
 .cont_cid {
    width: 95%;
    height: 45px;
    float: left;
    margin: 10px 2% 0px 2%;
    padding-top: 8px;
}
  .cont_capcha
	{
		width: 90%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
	.capcha, .capcha2
	{
		width: 80%;
		float: none;
		margin: 0px auto;
		min-height: 50px; 
	}
    .coluna_rodape_e, .coluna_rodape_d
    {
      width: 90%!important;
      min-height: 100px;
      float:none;
      margin: 10px auto;
     
    }
    li {
        font-size: 20px;
       
    }
	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
  .cont_form
  {
    width: 95%;
    
  }
  .coluna_a
{
    width: 96%;
    min-height: 250px;
    float: left;
    text-align: center; 
    padding-top: 40px; 
    margin: 0px 2% 0px 2%;  
}
.coluna_a img
{
    width: 70%;
    margin: 0 auto;
}
.coluna_b
{
    padding-top: 40px;   
    width: 96%;
    min-height: 250px;
    float: left;
    margin: 0px 2% 0 2%;
    text-align: center;  
    font-family: "Lato_lite", Arial, Helvetica, sans-serif !important;  
    font-size: 18px;
    color: #555; 
    text-align: justify; 

}
.logo_rodape img {
    width: 70%;
    margin: 0 15% 0 15%;
}
  body 
    {
        background-size: 250%;
    }
  .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%;
  }
 .coluna_rodape_c
    {
      width: 90%!important;
      min-height: 100px;
      float:none;
      margin: 10px auto;
     
    }
    .gallery-item {
        width: 30.5%;   
        margin: 20px 1% 0 1%;
        height: 130px!important;
    }
}
@media all and (max-width: 600px) {
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 600px;
        overflow: hidden;
        z-index: 98;
        background-size: 250%;
        background-position-x: 25%;
        margin-top: 0px;        
    }
    .bot_action {
        width: 90%;
    }
    .topo_int {
        margin-top: 90px;
        border-top: 1px solid #fff;
        min-height: 110px;
    }
   .cont_banner {
        width: 100%;
        float: left;
        height: 400px;
        margin-top: -200px;
    }
        .calculadora {
        position: absolute;
        top: 32%;
        left: 2%;
        width: 96%;      
    }
    .cont_busca
    {
        width: 90%;   
    }
    .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;
    }
    
    .text-container h4
    {
        font-size: 1.5em;;
    }   
      
    .botao
    {
        width: 90%;
        height: 40px;
        float: none;       
       
    }
    .janela_login
    {
        width: 70%;
    }
    .cont_foto_int
{
    width: 70%;
    height: auto;
    float: left;
    border: 0px solid #e1e1e1;
    margin: 10px 15% 10px 15%;
}
.banner_video img {
        width: 45%;
        float: left;
        position: absolute;
        top: 25%;
        left: 0%;
        opacity: 1;
    }
.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%;    
    }
    #cont_ul2 {
    background: #002854;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

}
@media all and (max-width: 580px) {
     .cont_conteudo_pag
{
    background-size: 140%;
    background-position-y: -30%; 
    background-position-x: 70%;
    background-image: url(../images/advogado-perto-de-sao-leopoldo-rio-grande-do-sul-2.jpg);
}
}

@media all and (max-width: 560px) {
    .bot_action2 {
        width: 90%;
        min-height: 40px;
        padding: 8px;
        border-radius: 10px;
    }
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 700px;
        overflow: hidden;
        z-index: 98;
        background-size: 340%;
        background-position-x: 20%;
        margin-top: 0px;
    }
 
    h3 {
        font-size: 24px;
    }
    .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;
    }
    .cont_conteudo2
    {       
        background-size: 270%; 
        background-position-x: 50%;             
    }
    .barra_item2 {
    width: 100%;
    min-height: 20px;
    color: #fff;
    float: left;
    font-size: 14px;
    }
    .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;
}
.calc_res {
     width: 29%;
}
}
@media all and (max-width: 520px) {
    .logo {
    width: auto;
    height: 90px;
    float: left;
    text-align: center;
    margin: 5px 0 0px 1%;
    }
    
    .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;
    }
    .cont_conteudo2
    {       
        background-size: 290%; 
        background-position-x: 50%;             
    }
    .autor
    {
      width: 60%;
    }
    body 
    {
        background-size: 300%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 460px;
        overflow: hidden;
    }
    .whatsapp {
        left: 80%;    
      }

    .janela_login
{
    width: 90%;
}
 
    .cont_produto
    {
        width: 46%;
        min-height: 440px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
       
    .gallery-item {
        width: 47.2%;   
        margin: 20px 1% 0 1%;
    }
    .servico {
    width: 250px;
    text-align: center;
    height: 420px;
    margin-top: 20px;
    position: relative;
}
   
    h3 {
        font-size: 22px;
    }
    .cont_iten_portfolio {
        width: 96%;
        min-height: 230px;
        float: left;
        margin: 10px 1% 10px 1%;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
    }
    .cont_conteudo_pag
{
    background-size: 160%;
    background-position-y: -30%; 
    background-position-x: 70%;    
}
}
@media all and (max-width: 500px) {


}
@media all and (max-width: 480px) {
     
     .cont_socio_a, .cont_socio_b {
     background-position-y: 8%;  
}
#calc_bot {
    width: 100%;
    min-height: 42px;
    float: left;
    margin: 5px 0% 0 0;
}
.sifrao {
   width: 14.5%;
}
#campo_calc {
    width: 85%;
        margin: 0px 0 0 0px;
}
.calc_nome {
   width: 60%;
}
    .calc_res {
        width: 39%;
    }
.calculadora {
       min-height: 390px;
    }
    .cont_topico {
        width: 90%;
        min-height: 400px;
        float: none;
        background-color: #fff;
        overflow: hidden;
        margin: 20px auto;
    }
    .foto_iten {
        width: 70%;
        height: auto;
    }
    .foto_iten img {
        width: 100%;
        margin-left: 0px;
    }
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 600px;
        overflow: hidden;
        z-index: 98;
        background-size: 380%;
        background-position-x: 20%;
        margin-top: 0px;
    }
    .banner_video img {
        width: 45%;
        float: left;
        position: absolute;
        top: 25%;
        left: -5%;
        opacity: 1;
    }
}
@media all and (max-width: 450px) {
    .banner_video img {
        width: 50%;
        float: left;
        position: absolute;
        top: 25%;
        left: -10%;
        opacity: 1;
    }
       .cont_conteudo_pag
{
    background-size: 180%;
    background-position-y: -30%; 
    background-position-x: 60%;    
}
 .call_action 
{
    width: 100%;
    font-size: 18px;
}
.coluna_a img
{
    width: 90%;
    margin: 0 auto;
}

.logo_rodape img {
    width: 90%;
    margin: 0 5% 0 5%;
}
}
@media all and (max-width: 440px) {
    body 
    {
        background-size: 350%;
    }
    .avaliacao
    {
        width: 80%;
        float: none;
        text-align: center;      
        margin: 20px auto;
        height: auto;
        padding-bottom: 10px;
    }
    .depoimento {
        height: auto;
    }
 .cont_banner2 {
        width: 100%;
        float: left;
        height: 650px;
        overflow: hidden;
        z-index: 98;
        background-size: 480%;
        background-position-x: 20%;
        margin-top: 0px;
    }
       .cont_cont_busca
    {
        top: 70%;   
    }
    .cont_cliente
    {
        width: 80%;
        min-height: 200px;
        float: left;
        margin: 10px 10% 10px 10%;  
    }
    .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;
    }
    .cont_conteudo2
    {       
        background-size: 310%; 
        background-position-x: 50%;             
    }
    .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;    
    }
   
    h4
    {
        font-size: 1.5em;
    }
        
    .imagem_serv {
        width: 50%;
        
    }
    .bot_action {
        border-radius: 8px;
        margin-top: 35%;
    }

}
@media all and (max-width: 400px) {
    .text-container {
        top: 45%;
        left: 38%;
        width: 60%;
        height: 350px;
    }
        .banner_video img {
        width: 60%;
        float: left;
        position: absolute;
        top: 25%;
        left: -15%;
        opacity: 1;
    }
 
    .barra_item, .barra_item2 {
        font-size: 14px;
    }
}

@media all and (max-width: 390px) {
    .gallery-item {
        width: 96%;
        float: none;   
        margin: 20px auto;
        height: auto!important;
    }
    .avaliacao
    {
        width: 90%;       
    }
       .cont_conteudo_pag
{
    background-size: 180%;
    background-position-y: 150%; 
    background-position-x: 60%;    
}  

}
@media all and (max-width: 380px) {
  .cont_conteudo_pag
{
    background-size: 180%;
    background-position-y: 100%; 
    background-position-x: 60%;    
}  
}

@media all and (max-width: 365px) {
     .cont_conteudo_pag
{
    background-size: 180%;
    background-position-y: 50%; 
    background-position-x: 60%;    
}  
.cont_cont_busca
{
    top: 60%;   
}
.imagem_serv {
    width: 100%;    
}
.imagem_serv img
{  
    height: auto;
    width: 100%;
    margin-left:0%;
    z-index: 6;  
}

}


