@font-face
{      
    font-family: "Poiret" ;
      src: url("../fonts/PoiretOne-Regular.ttf") format("truetype"); 
}
@font-face
{      
    font-family: "Siena" ;
      src: url("../fonts/FS-Siena-Regular.ttf") format("truetype"); 
}
@font-face
{      
    font-family: "Felix" ;
      src: url("../fonts/FELIXTI.TTF") format("truetype"); 
}
@font-face
{      
    font-family: "Goudos" ;
      src: url("../fonts/GOUDOS.TTF") format("truetype"); 
}
@font-face
{
    font-family: "Montserrat" ;
      src: url("../fonts/Montserrat-Regular.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/Poppins-Bold.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_regular" ;
      src: url("../fonts/lato-regular.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-thumb { 
     background: #646464;
     border-radius: 5px;
     border: 0px solid #FFF; 
     
  }

body,
html { 
	height:100%;
	font-family:sans-serif;
	line-height:1.5; 
    scroll-behavior: smooth;
    scroll-behavior: smooth;  
    background-image: url(../images/barbosa-e-barcellos-advocacia-especializada-em-gramado-rs.jpg);
    background-size: 100%;
    background-repeat: no-repeat;   
}
h1
{
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Felix", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
	width: 100%;
    line-height: 65px;
    float: left;
    letter-spacing: 2px;
}
h2
{
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}
h3
{
	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: absolute;   
}
h4
{
    font-size: 3em;
    margin: 0;
    opacity: 0;
    position: absolute;
    animation: fadeText 12s infinite ease-in-out;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: #000 1px 2px 2px;
}

p
{
	font-size: 18px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;   
    float: left;
    /*opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-out;*/
}
label
{
	font-size: 14px;
	text-align: center;
	color: #444;
	margin-top: 20px;
    margin-bottom: 5px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 16px;
    float: left;
}

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}
.animar {
      opacity: 0;
      transform: scale(0.8);
      transition: all 0.6s ease-out;
    }

    .visivel {
      opacity: 1;
      transform: scale(1);
    }

.cont_contador
{
    width: 22%;
    height: 70px;
    float: left;
    text-align: center;
}
.cont_topo
{
	width: 100%;
    float: left;
	min-height: 80px;	
    position: relative;	
	z-index: 88;
    border-bottom: 0px solid #fff;
}
.cont_topo2
{
	width: 100%;
    float: left;
	min-height: 80px;	
    background-color: rgba( 19, 52, 45, 0.8);
	position: relative;	
	z-index: 99;
    border-bottom: 1px solid #353535;
    position: fixed;
    display: none;
     backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cont_topo2 .logo
{
    width: auto;
    height: 70px;
    float: left;
    text-align: center;
    margin: 5px 0 0px 0;
}
.cont_topo2 .logo img
{
    height: 70px; 
    width: auto;
}
.cont_topo2 .topo_int {
    width: 58%;
    min-height: 70px;
    float: right;
    margin-top: 0px;
}
.cont_topo2 .redes {
    width: 10%;
    height: 70px;
}
.topo
{
	max-width: 1400px;
	min-height: 80px;
	border: 0px solid #000;
	margin: 0 auto;
     opacity: 0;
    transform: translateY(-60px);
    animation: chegarSuave 0.9s ease-out forwards;
}
.logo
{
    width: auto;
    height: 120px;
    float: left;
    text-align: center;
    margin: 5px 0 0px 0;
    opacity: 0;
    transform: translateY(-60px);
    animation: chegarSuave 0.9s ease-out forwards;
}
@keyframes chegarSuave {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo img
{
    height: 120px; 
    width: auto;
}
.topo_int
{
    width: 60%;
    min-height: 80px;
    float: right;
    margin-top: 30px;    
}
.int_1
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin-top: 0px; 
        
}
.int_2
{
    width: 100%;
    min-height: 35px;
    float: left;
    margin-top: 20px; 
    padding-top: 6px;     
}
.redes
{
    width: 10%;
    height: 130px;
    float: right;  
    display: flex;
    align-items: center; 
    justify-content: center;       
}
.redes_ico
{
    width: 40px;
    height: 40px;
    float: right; 
    margin: 0 3px 0 3px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 100%; 
    margin-top: 10%;          
}
.redes_ico:hover
{
    opacity: 0.5;
}
.cont_banner
{
    width: 100%;
    float: left;
    height: 750px;
    overflow: hidden;
    z-index: 98;
    margin-top: -170px;  
    border-bottom: 0px solid #fff;  
}
.filtro
{
    background: linear-gradient(
    to bottom,
    rgba(19, 52, 45, 0.8),  /* topo - menos transparente */
    rgba(19, 52, 45, 0)   /* baixo - mais transparente */
  );
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 650px;  
    overflow: hidden; 
}
.banner_int 
{
    max-width: 1400px;
    min-height: 200px;
    float: none;
    margin: 80px auto;
    overflow: hidden;
}
.cont_texto_banner
{
    width: 50%;
    min-height: 200px;
    float: none;
    margin: 130px auto; 
}
.banner_img
{
    width: 44%;
    min-height: 200px;
    float: right;
    margin: 90px 1% 0 1%;   
    opacity: 0;
    transform: translateY(60px);
    animation: subirSuave 1.6s ease-out forwards;
}
.banner_img img
{
    width: 85%;
    float: right;
}
.cont_banner h1
{
	font-size: 42px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 0px;
	font-family: "Felix", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 65px;
    text-shadow: 2px 2px 5px black;
    float: left;
    letter-spacing: 3px;
    opacity: 0;
    transform: translateY(60px);
    animation: subirSuave 1.2s ease-out forwards;
}
@keyframes subirSuave {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cont_banner h2
{
	font-size: 22px;
	text-align: center;
	color: #e5cb84;
	margin-top: 0px;
    margin-bottom: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px black;
    line-height: 28px;
    float: left;
      opacity: 0;
    transform: translateY(60px);
    animation: subirSuave 1.6s ease-out forwards;
}
 .bot_gerar
{
    width: 70%;
    float: left;
    margin: 10px 15% 20px 15%;
    min-height: 45px;
    color: #fff;
    border: 1px solid #e3c982;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    opacity: 0;
    transform: translateY(60px);
    animation: subirSuave 2.2s ease-out forwards;
}
.bot_gerar:hover
{
    background-color: #fff;
    color: #13342d;
    cursor: pointer;    
}
 .bot_gerar_pag
{
    width: 70%;
    float: left;
    margin: 10px 15% 20px 15%;
    min-height: 45px;
    color: #fff;
    background-color: #13342d;;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    opacity: 0;
    transform: translateY(60px);
    animation: subirSuave 2.2s ease-out forwards;
}
.bot_gerar_pag: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: 99;
    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: 99;
    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: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 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;
}
#campo2, #cpf, #cnpj {
    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;
}
#senha {
  width: 96%;	
  height: 45px;
  margin: 5px 2% 0 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 18px;
  padding-left: 1%;
  float: none;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}
#descrito {
    width: 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: #666;
}
#campo3, #cep {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}


#estado, #cidade, #estado2, #atividade {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#whats {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#txtbut {
    width: 98%;
    min-height: 50px;
    float: none;
    margin: 30px 0% 0 2%;
    text-align: center;
    color: #fff;
    background-color: #0f322a;
    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;
}
#txtbut:hover
{
   opacity: 0.5;
}
.cont_conteudo
{
    width: 100%;
    min-height: 100px;
    float: left;
    overflow: hidden;  
    margin-bottom: 10px;      
}
.conteudo
{
    max-width: 1400px;
    min-height: 100px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
}
.conteudo p
{
   text-align: center;
   color: #666;
   margin-top: 10px;
}
.conteudo h1
{
	font-size: 26px;
	text-align: center;
	color: #e3c982;
	margin-top: 20px;
    margin-bottom: 0px;
	font-weight: 500;
	width: 100%;
    line-height: 30px;
    float: left;
    letter-spacing: 2px;
}
.cont_conteudo p
{
   text-align: center;
   color: #d1d1d1;
   margin-top: 10px;
}
.cont_conteudo h1
{
	font-size: 28px;
	text-align: center;
    text-shadow: 0px 0px 4px #000;
	color: #fff;
	margin-top: 150px;
    margin-bottom: 20px;
	font-family: "Felix", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	width: 100%;
    line-height: 33px;
    float: left;    
}
.cont_conteudo h2
{
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
    text-shadow: 0px 0px 4px #000;
    line-height: 28px;
    float: left;   
    display: block; 
}
.caixa
{
    width: 40%;
    min-height: 350px;
    background-color: rgba( 19, 52, 45, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    margin: 30px 5% 30px 5%;
    float: left;
    overflow: hidden;
    padding-bottom: 20px!important;
}

.caixa_icon
{
    width: 120px;
    height: 120px;
    float: none;
    border-radius: 80px;
    border: 2px solid #e3c982;
    margin: 20px auto;
}
.caixa_icon2
{
    width: 70px;
    height: 70px;
    float: none;
    border-radius: 50px;
    margin: 25px auto;
    background-color: #e3c982;
    text-align: center;
    font-family: "Felix", Arial, Helvetica, sans-serif !important;
    color: #13342d;
    font-size: 42px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caixa_icon4
{
    width: 70px;
    height: 70px;
    float: none;
    border-radius: 80px;
    border: 1px solid #e3c982;
    margin: 20px auto;
}
.caixa_icon3
{
    width: 40px;
    height: 40px;
    float: none;
    border-radius: 50px;
    margin: 14px auto;
    border: 1px solid #e3c982;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caixa_icon3 img
{
     width: 70%;
}
.caixa h1
{
    width: 90%;
    min-height: 30px;
    float: none;
    margin: 10px auto;
    text-align: center;
    font-family: "Felix", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 18px;
    font-weight: 100;   
}
.caixa h2
{
    width: 90%;
    min-height: 20px;
    float: none;
    margin: 10px auto;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #e3c982;
    font-size: 14px;
    font-weight: 100;  
    letter-spacing: 2px; 
}
.caixa p
{
    width: 90%;
    min-height: 20px;
    float: none;
    margin: 30px auto;
    text-align: center;
    font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 16px;
    font-weight: 100;  
    letter-spacing: 1px; 
}
.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: #0098F9;
    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: #056aa8;
}

.botao img
{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.saber_mais
{
    width: 80%;
    height: 20px;
    float: left;       
    color: #e3c982;
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 500;
    margin: 10px 10% 10px 10%;  
    position: absolute;
    bottom: 10px;  
}
.saber_mais:hover
{
    opacity: 0.5;
}
.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: 10px;
    left: 93%;
    padding: 10px;
    z-index: 98;
    animation: respirar 4s infinite ease-in-out;
    will-change: transform;
  }
  .whatsapp img {
    width: 70px;
    height: 70px;
  }
  @keyframes respirar {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
  .cont_cont_noticia
  {
    width: 31.3%;
    height:320px;
    float: left;
    margin: 10px 1% 0 1%;
    border: 0px solid #e1e1e1;
    overflow: hidden;  
    position: relative;
  }
  
  .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;
  }
  
.foto_e {
    max-width: 420px;
    height: auto;
    border: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foto_e img
{
    width: 100%;
}
.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #0f322a;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}
.cont_tel {
    width: 20%;
    height: 20px;
    text-align: left;
    padding: 5px 0px 0px 0px;
    margin: -3px 5px 0 5px;
    float: right;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
}
.cont_tel img {
    float: left;
    width: 27px;
    height: auto;
    margin-top: -2px;
  }
.rodape_sub {
    width: 96%;
    min-height: 40px !important;
    border: 0px solid #000;
    margin: 0 auto;
    border-top: 1px solid #b1b1b1;
}
.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: 35px;
    height: 35px;
    margin-top: 0px;
    margin-left: 10px;
}
.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%;    
  
}

.cont_map
{
width: 100%;
min-height: 350px;
float: left;
overflow: hidden;
background-color: #f1f1f1;
}
.cont_map iframe
{
    width: 100%;
}

 .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: auto;
  height: 120px;
  top: 5px;
  z-index: 99;
  margin-left: 0px;
  image-rendering: optimizeQuality;
  border: 0px solid #fff;
}
.logo_rodape img
{
  height: 120px;
  float: left;
}
.cont_rodape
{
    width: 100%;
    min-height: 200px;
    float: left;
    background-size: 100%;
    background-color: #13342d;
    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;
}

.coluna_rodape_e
{
width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 0% 10px 2%;
}


.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: "Felix",Calibri, Century Gothic, Arial;
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #fff;
  text-align: left; 
  margin-top: 0px;
}
.cont_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;
}

.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);
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 10px auto;
    display: block;
    width: 80%;
    max-width: 600px;
}

.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;  
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

 
.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: 300px; 
  text-align: center;
  min-height: 320px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.servico2 {
  width: 350px; 
  text-align: center;
  min-height: 320px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.servico3 {
  width: 350px; 
  text-align: center;
  min-height: 150px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.servico_texto {
  width: 90%; 
  text-align: center;
  min-height: 20px;
  margin: 10px 5% 0 5%;
  font-family: "Montserrat2", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  color: #fff;
    float: left;
    font-weight: 100;
}
.servico_titulo {
  width: 90%; 
  float: left;
  text-align: center;
  min-height: 30px;
  margin: 20px 5% 0 5%;
  font-family: "Felix", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 100;
}
.servico:hover {
  opacity: 0.5;
}



/*-----Banner vídeo-----------*/

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

    .banner_video video {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5);
     
    }

    .text-container {
      position: absolute;
      top: 30%;
      left: 10%;
      width: 80%;
      /*transform: translate(-50%, -50%);*/
      z-index: 2;
      text-align: center;
      color: white;      
      font-family: "Montserrat",Arial, sans-serif;
      text-align: center;
    }

    .text-container h4 {
      margin: 0;
      opacity: 0;
      position: absolute;
      animation: fadeText 12s infinite ease-in-out;
      font-weight: 100;
      text-align: center;
      width: 100%;
    }
    .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;
    }
    nav
    {
        width: 100%;
        min-height: 30px;
        float: left;
    }
    #cont_ul
    {
        width: 100%;
        height: 70px;        
    }
    #cont_ul2
    {
        width: 400%;
        min-height: 0px;
        margin-top: 60px!important; 
        position: absolute;  
        margin-left: -300%;  
        background-color: rgba( 19, 52, 45, 0.9);
        backdrop-filter: blur(10px);
       -webkit-backdrop-filter: blur(10px);
    }
     #cont_ul2 li a
    {
       color: #fff;
    }
     #cont_ul2 li a:hover
    {
       color: #e3c982;
    }
       #cont_ul2 li
    {
       color: #fff;
    }
     #cont_ul2 li:hover
    {
       color: #e3c982;
    }
     #cont_ul3
    {
        width: 100%;
        min-height: 0px;
        margin-top: 60px!important; 
        position: absolute;  
        margin-left: 0%;  
        background-color: #13342d;  
    }
     #cont_ul3 li
    {
      color: #fff;
      font-family: "Montserra", Arial, sans-serif;
      font-size: 20px;
    }
    #cont_ul3 li:hover
    {
      color: #e3c982;
      font-family: "Montserra", Arial, sans-serif;
      font-size: 20px;
    }
     #cont_ul3 li a
    {
      color: #fff;
      font-family: "Montserra", Arial, sans-serif;
      font-size: 20px;
    }
    #cont_ul3 li a:hover
    {
      color: #e3c982;
      font-family: "Montserra", Arial, sans-serif;
      font-size: 20px;
    }
    ul
    {
        width: 100%;
        height: 70px;
        float: left;
        list-style-type: none;
    }
    li
    {
        max-width: 20%;
        height: 70px;
        float: right;
        font-family: "Montserra",Arial, sans-serif;
        text-align: center;
        font-size: 16px;
        color: #d1d1d1;
        text-decoration: none;
        display: flex;
        align-items: center; 
        justify-content: center;
        padding: 0 2% 0 2%;        
    }
    li:hover
    {
       color: #e3c982;       
    }
    li:active
    {
        color: #e3c982;
    }
     li a, li a:link, li a:visited
    {
        text-decoration: none;
        color: #d1d1d1;
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center; 
        justify-content: center;
    }
    li a:hover
    {
       color: #e3c982;       
    }
    .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
    {
        width: 40%;
        float: none;
        position: relative;
        z-index: 97;
        min-height: 40px;
        border: 1px solid #fff;
        margin: 0 auto;        
        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%;
    }
    .bot_action2
    {
        width: 80%;
        float: left;
        position: relative;
        z-index: 97;
        min-height: 50px;
        border-radius: 10px;
        margin: 20px auto;
        background-color: #006ac0;
        color: #fff;
        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: 50px;
        background-color: #0098F9;
        margin: 0 auto;        
        font-family: "lato_regular", Arial, Helvetica, sans-serif;
        color: #000;
        text-align: center;
        display: flex;
        border-radius: 10px;
        align-items: center; 
        justify-content: center;
        font-size: 20px;
        font-weight: 100;
        cursor: pointer;
        padding: 5px 2% 5px 2%;
    }
    .bot_action:hover
    {
        background-color: #006ac0;
        color: #fff;
    }
     .bot_action2:hover
    {
        background-color: #006ac0;
    }
    .bot_action3:hover
    {
        background-color: #006ac0;
    }
    
    
.label_capcha
{
	width: 100%;
	text-align: center;
	font-size: 14px!important;
	min-height: 15px;
	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_cid 
{
    width: 29%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    border: 1px solid #0f322a;
    color: #666;
    text-align: center;
    padding-top: 8px;
}
.cont_cid:hover
{
    background-color: #0f322a;
    border: 1px solid #0f322a;
    color: #fff;
}

  .bot_menu
    {
        width: 30px;
        height: 30px;
        float: right;
        display: none;
        margin-right: 10px;
    }
    .bot_menu img
    {
        width: 30px;
        height: 30px;
    }
    .bloco_a
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 50px 1% 10px 1%;        
    }
    .bloco_b
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 50px 1% 10px 1%;  
        padding-top: 80px;      
    }
    .bloco_a h1
{
	font-size: 20px;
	text-align: left;
	color: #0098F9;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Lato_regular", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 23px;
    float: left;    
}
.bloco_a h2
{
	font-size: 50px;
	text-align: left;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 56px;
    float: left;    
}
.bloco_a p
{
    text-align: left;
}
.bloco_sobre
{
    width: 45%;
    min-height: 160px;
    background-color: rgba(11, 23, 41, 0.5);
    border-radius: 10px;
    float: left;
    margin: 10px 2%  10px 2%;
    border: 1px solid #142035;
}
.bloco_sobre p
{
   text-align: left;
   margin-left: 20px;
}
.sobre_icone {
  width: 40px;
  height: 40px; 
  margin: 40px 0 0 20px;
  float: left;
}
.sobre_icone img {
  width: 100%;
  height: auto;   
}
.cont_estrutura_1
{
    width: 49%;
    min-height: 400px;
    float: left;
    margin: 20px 0 0 0;    
}
.cont_estrutura_2
{
    width: 2%;
    min-height: 400px;
    float: left;
    margin: 20px 0 0 0;    
}
.cont_estrutura_3
{
    width: 2%;
    min-height: 400px;
    float: left;
    margin: 20px 0 0 0; 
    display: none;   
}
.cont_estrutura_4
{
    width: 96%;
    min-height: 400px;
    float: left;
    margin: 20px 0 0 2%;   
    display: none;    
}
.box
{
    width: 99%;
    min-height: 160px;
    background-color: rgba(11, 23, 41, 0.5);
    border-radius: 10px;
    float: left;
    margin: 10px 0%  10px 0%;
    border: 1px solid #142035;
}
.box2
{
    width: 99%;
    height: 160px;
    margin: 10px 0%  10px 0%;
    border-radius: 10px;
    float: left;
}

.box_icone {
  width: 40px;
  height: 40px; 
  margin: 40px 0 0 20px;
  float: left;
}
.box_icone img {
  width: 100%;
  height: auto;   
}
.risco 
{
    width: 48%;
    min-height: 160px;
    border-right: 3px solid #1c2940;
    float: left;
    position: relative;
    padding: 10px 0 10px; 
}
.risco img
{
    width: 10px;
    height: 10px;
    margin-top: 80px;
    margin-left: 75%;    
}
 .box h1
{
	font-size: 22px;
	text-align: left;
	color: #d1d1d1;
	margin-top: 20px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 80%;
    margin-left: 10%;
    line-height: 30px;
    float: left;    
}
.box h2
{
	font-size: 16px;
	text-align: left;
	color: #d1d1d1;
	margin-top: 0px;
    margin-bottom: 20px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 80%;
    margin-left: 10%;
    line-height: 20px;
    float: left;    
}
.box_num
{
    width: auto;
    height: 25px;
    color: #0098F9;
    font-size: 30px;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    width: 90%;
    margin: 20px 0 0 10%;
}
/*-----------------------------------------------Medias--------------------------------------------------------*/
@media all and (min-width: 1370px) {	
   
}

@media all and (max-width: 1350px) {
   body,
html { 
    background-image: url(../images/barbosa-e-barcellos-advocacia-especializada-em-gramado-rs2.jpg);
   }
 
}

@media all and (max-width: 1300px) {
    .cont_banner2 {
        width: 100%;
        float: left;
        height: 800px;
        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%;
    
        }
   }
@media all and (max-width: 1200px) {
    .cont_banner h2 {
    font-size: 18px;
    width: 98%;
    margin-left: 1%;    
}
.topo_int
{
    width: 50%;
    min-height: 80px;
    float: right;
    margin-top: 30px;    
}
.cont_banner {
    background-size: 120%;
}
    .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;        
    }
    .banner_img {
    width: 44%;
    min-height: 200px;
    float: right;
    margin: 125px 1% 0 1%;   
   }
   .cont_banner h1 {
    font-size: 40px;
    line-height: 45px;
   }
    .rodape
    {
        width: 98%;       
    }
    .bloco_a h2 {
    font-size: 40px;
    }
}
@media all and (max-width: 1110px) {
    
    .bot_action2
    {
        width: 96%;
        margin-left: 2%;
    }
    }


@media all and (max-width: 1100px) {
 .banner_img {
    width: 44%;
    min-height: 200px;
    float: right;
    margin: 125px 1% 0 1%;   
   }
   .banner_img img {
    width: 100%;
   }
   .cont_banner h1 {
    font-size: 40px;
    line-height: 45px;
   }
.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;
    }
}
@media all and (max-width: 1050px) {

    .topo_int {
        width: 10%; 
        position: relative;      
    }
    .bot_menu
    {
      display: block;
      margin-top: 20px;
      cursor: pointer;      
    }
    .cont_topo2 .bot_menu
    {
      display: block;
      margin-top: 20px;
      cursor: pointer; 
      margin-right: 20px!important;     
    }
    #cont_ul 
    {
        display: none;
        position: absolute;
        width: 300%;
        min-height: 150px;
        top: 80px;
        background-color: #fff;
        left: -200%;
        overflow: hidden;
    }
    .bot_menu 
    {
        display: block;
    }
    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: #666;
        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: #666;
        height: 30px;
        max-width: 100%!important;
        float: left;
        display: block;
        position: relative;       
    }
    .redes {
        width: 20%;
        min-height: 35px;
        float: right;
    }
    .gallery-item {
        min-height: 150px;
    }
    .cont_banner {
    background-size: 140%;
    background-position: 50%;
}
.cont_topo2 .redes {
    width: 15%;
    height: 70px;
}
   .coluna_rodape_d {
        width: 32%;
        min-height: 150px;
        float: left;
        margin: 10px 1% 10px 1%;
    }
     .coluna_rodape_e {
        width: 98%;
        min-height: 150px;
        float: left;
        margin: 10px 1% 10px 1%;   
        text-align: center!important;     
    }
    .autor{
        text-align: center!important;
    }
    .autor img 
    {
        float: none!important;
        margin: 10px auto;
    }
}

@media all and (max-width: 1000px) {
  
    .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;
    }
     .janela_login
    {
        width: 40%;
    }
    .cont_busca
{
    width: 40%;   
}
  
    .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;  
   
}
   
.janela
{
    width: 50%;
    min-height: 100px;
    position: absolute;
    left: 25%;
}
.janela3
{
    width: 50%;   
    left: 25%;
}
.cont_contador
{
    width: 44%;
    height: 70px;
    float: left;
    text-align: center;
}
.bot_gerar, .bot_gerar_pag {
    width: 98%;
    float: left;
    margin: 10px 1% 20px 1%;
}
}
@media all and (max-width: 950px) {
    .cont_banner h1 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
    }
    .cont_texto_banner {
    width: 70%;
    min-height: 200px;
    float: none;
    margin: 150px auto;
}
    .banner_img {
        width: 52%;
        min-height: 200px;
        float: right;
        margin: 125px 0 0 0;
    }
    .banner_img img {
        width: 100%;
       margin: 0 -20px 0 0;
    }
.cont_form {
    width: 60%;
    margin: 20px auto;
    float: none;
}
.caixa {
    width: 48%;
    min-height: 350px;
    margin: 30px 1% 30px 1%;
}
.cont_banner {
    height: 600px;
}
}

@media all and (max-width: 900px) {
    .cont_cid {
    width: 95%;
    height: 33px;
    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;
}
 .bloco_a {
    width: 96%;
    min-height: 200px;
    float: left;
    margin: 50px 1% 10px 1%;
}  
.bloco_b {
    width: 96%;
    min-height: 200px;
    float: left;
    margin: 0px 1% 10px 1%;
    padding-top: 0px;
}

.redes
{
    width: 25%;
}
.cont_tel {
    width: 25%;
}

.janela, .janela3
{
  width: 70%;
  min-height: 100px;
  position: absolute;
  left: 15%;
}
.janela2 {
  width: 95%;
  min-height: 300px;
  position: absolute;
  left: 1%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 140%;
       overflow: hidden;
}
.cont_banner {
    background-size: 160%;
    background-position: 50%;
}
.cont_estrutura_3
{
    display: block;   
}
.cont_estrutura_2
{
    display: none;   
}
.cont_estrutura_1
{
    display: none;   
}
.cont_estrutura_4
{
    display: block;   
}
}
@media all and (max-width: 850px) {

 
    .whatsapp {
        left: 89%;    
      }
      .cont_conteudo2
      {       
          background-size: 180%;
          background-position-x: 45%;              
      }
      
      .cont_tel {
        width: 55%;
      }
}
@media all and (max-width: 800px) {
     .bot_action {
        width: 80%;
    }
 .banner_img {
        width: 54%;
        min-height: 200px;
        float: right;
        margin: 135px -8% 0 0;
    }
        .cont_texto_banner {
        width: 80%;
        }
.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;
    }
     .coluna_rodape_d {
        width: 98%;
        min-height: 50px;
        float: left;
        margin: 10px 1% 10px 1%;
    }
     .coluna_rodape_e {
        width: 98%;
        min-height: 50px;
        float: left;
        margin: 10px 1% 10px 1%;   
        text-align: center!important;     
    }
      .logo_rodape {
    width: auto;
    height: 120px;
    text-align: center;
    }
    .logo_rodape img {
    width: auto;
    height: 120px;
    float: none;
    margin: 0 auto;
    }
    .tit_rodape {
     text-align: center;
     font-family: "Orbitron", Calibri, Century Gothic, Arial;
    }
    .texto_rodape {
        text-align: center;
    }
    .caixa {
    width: 90%;
    min-height: 350px!important;
    margin: 20px 5% 30px 5%;
    
    }
 body,
html { 
    background-image: url(../images/barbosa-e-barcellos-advocacia-especializada-em-gramado-rs-4.jpg);
   }
}

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

    .cont_busca
    {
        width: 70%;   
    }
    .janela_login
{
    width: 50%;
}
.gallery-item {
    width: 22.5%;   
    margin: 20px 1% 0 1%;
    min-height: 130px!important;
}
.cont_tel {
    width: 60%;
    }
    .cont_form {
    width: 80%;
    margin: 20px auto;
    float: none;
}
.cont_banner {
    background-size: 200%;
    background-position: 50%;
}
.cont_topo2 .redes {
    width: 20%;
    height: 70px;
}
.cont_topo2 .topo_int {
    width: 40%;
    min-height: 70px;
    float: right;
    margin-top: 0px;
}

  .banner_img {
        width: 64%;
        min-height: 200px;
        float: right;
        margin: 135px -8% 0 0;
    }
}
@media all and (max-width: 700px) {
    .topo_int {
       min-height: 60px;
    }
    .banner_img img {
        width: 100%;
        margin: 0 0 0 0;
    }
   .cont_texto_banner {
     width: 96%;
           
  }
  .cont_banner h1, .cont_banner h2
  {
     text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  }
 
  .banner_img {
        width: 100%;
        min-height: 200px;
        float: right;
        margin: 50px 0 0 0;
    }
    .cont_banner, .filtro {
        height: 550px;
    }
    .bot_action3 {
    width: 80%;
    }
    .bot_menu {
        width: 30px;
        height: 30px;
        margin-right: 10px!important;
        margin-top: -20px;
    }
     
    .itens {
        font-size: 16px;
        color: #fff;
        margin: 10px 0 10px 0;
    }
    h4
{
    font-size: 2em;
}
       .cont_cont_busca
    {
        top: 80%;   
    }
    .cont_cliente
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 10px 1% 10px 1%;        
    }
    .cont_tel {
        width: 30%;
        }
    .int_2 {
        width: 100%;
        height: 0px;
        float: left;
        margin-top: -30px;
        padding-top: 6px;
        z-index: 999;
    }
    #cont_ul2 {
        width: 100%;
        min-height: 0px;
        margin-top: 10px !important;
        position: absolute;
        margin-left: 0;        
    }
    #cont_ul3 {
        width: 100%;
        min-height: 0px;
        margin-top: 60px !important;
        position: absolute;
        margin-left: 0;        
    }
    .botao
    {
        width: 80%;
        height: 40px;
        float: left;  
       
    }
    .whatsapp {
        left: 85%;    
      }

.topo_int
{
    width: 100%;
    height: 0px;
    float: left;  
    margin-top: 50px;  
}
.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;
}
.cont_banner {
  margin-top: -180px;
}
li 
{
    text-align: center;
}
.bloco_sobre {
    width: 98%;
    min-height: 160px;
    background-color: rgba(11, 23, 41, 0.5);
    border-radius: 10px;
    float: left;
    margin: 10px 2% 10px 2%;
    border: 1px solid #142035;
}
.logo
{
    width: 40%;
    height: 120px;
    position: absolute;
    top: 5px;
    left: 0px;
    text-align: left;
}
.logo img
{
    height: 120px!important;
    float: none;
    margin: 0 auto; 
}
.janela, .janela3
{
  width: 90%;
  min-height: 100px;
  position: absolute;
  left: 2.5%;
  top: 20px;
}	

.redes {
    width: 30%;
    height: 30px;
    float: right;
    margin-top: 30px;
    margin-right: 0px;
}
.cont_tel {
    width: 60%;
    height: 30px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

.redes_ico
{
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 7px;
}
.cont_produto
{
    width: 31.33%;
    min-height: 400px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cont_topo, .topo {    
    min-height: 10px;   
}
.cont_topo2 .redes {
    width: 20%;
    height: 40px;
}
.cont_topo2 .topo_int {
    width: 100%;
    min-height: 40px;
    float: right;
    margin-top: -10px;
}
.cont_topo2 {
     min-height: 130px;
}
.conteudo {
   margin: 70px auto;
}
}
@media all and (max-width: 650px) {
    


    .foto_e {
        max-width: 630px;
        height: auto;
        border: 0;
        float: none;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
.label_capcha {
    width: 100%;
    
    text-align: center;
    font-size: 12px;
    height: 15px;
    margin: 20px auto;
    float: none;
}

  .cont_capcha
	{
		width: 90%;
		float: 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;
     
    }

	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
  .cont_form
  {
    width: 95%;
    
  }
  

  #capcha_campo {
    width: 80%;
    float: left;
    margin: 10px 10% 0 10%;
  }

    .gallery-item {
        width: 30.5%;   
        margin: 20px 1% 0 1%;
        height: 130px!important;
    }
    .cont_banner2 {
        background-size: 350%!important;
        background-position-x: 25%;
        margin-top: 0px;
    }
  
}
@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%;
    }
    .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;
    }
    
.cont_banner {
    background-size: 250%;
    background-position: 50%;
}
   
    .cont_detalhes
    {
        text-align: center;
    }
    .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_img {
        min-height: 200px;
        float: right;  
        width: 100%; 
        margin: 10% 0 0 0%;    
    }
  .banner_img img {
        width: 130%;
        margin-left: -15%;
        float: none;
    }
    .cont_banner, .filtro {
        height: 550px;
    }
     body, html { 
     background-size: 120%;
     background-position-x: 50%;
    }
}
@media all and (max-width: 560px) {
    .bot_action2 {
        width: 90%;
        min-height: 40px;
        padding: 8px;
        border-radius: 10px;
    }

    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%;             
    }
    .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;
}
 ::-webkit-scrollbar {
      width: 0px;
      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;
  }

 
}
@media all and (max-width: 520px) {
    .cont_busca
    {
        width: 96%;   
    }
    .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%;             
    }
   
    .cont_noticia
    {
        width:96%;
        min-height: 460px;
        overflow: hidden;
    }
    .whatsapp {
        left: 80%;    
      }
    .redes {
        width: 30%;
        min-height: 35px;
       
    }
    .janela_login
{
    width: 90%;
}
 .top {
    height: 50px;
    width: 100%;
 }
    .cont_produto
    {
        width: 46%;
        min-height: 440px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .logo {
        width: 40%;    
    }
   
    .gallery-item {
        width: 47.2%;   
        margin: 20px 1% 0 1%;
    }
   
    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_banner {
    background-size: 350%;
    background-position: 50%;
    }
     body, html { 
     background-size: 140%;
     background-position-x: 50%;
    }
}
@media all and (max-width: 480px) {
    
    .cont_produto
    {
        width: 46%;
        min-height: 400px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .cont_topico {
        width: 90%;
        min-height: 400px;
        float: none;
        background-color: #fff;
        overflow: hidden;
        margin: 20px auto;
    }
    .foto_iten {
        width: 99%;
        height: auto;
    }
    .foto_iten img {
        width: 100%;
        margin-left: 0px;
    }
 .cont_texto_banner {
        position: absolute;
        width: 98%;
        margin: 20% 1% 0 1%;   
    }
        .banner_img img {
        width: 150%;
        margin-left: -25%;
        float: none;
    }
}

@media all and (max-width: 440px) {
    .avaliacao
    {
        width: 80%;
        float: none;
        text-align: center;      
        margin: 20px auto;
        height: auto;
        padding-bottom: 10px;
    }
    .depoimento {
        height: auto;
    }
 
       .cont_cont_busca
    {
        top: 70%;   
    }
    .cont_cliente
    {
        width: 80%;
        min-height: 200px;
        float: left;
        margin: 10px 10% 10px 10%;  
    }
   
.cont_topo2 .topo_int {
             margin-top: 0px;
    }
        .cont_topo2 .redes {
        width: 30%;
        height: 40px;
    }
    .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%;             
    }
        .cont_banner h1 {
        font-size: 28px;
        line-height: 38px;
    }
      .cont_banner2 {
        background-size: 500%!important;
        background-position-x: 25%;
        margin-top: 0px;
    }
    .cont_texto_banner {
        position: absolute;
        width: 98%;
        margin: 15% 1% 0 1%;     
    }
   .banner_img img {
        width: 160%;
        margin-left: -30%;
        float: none;
    }
    .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;
    }
    .cont_tel {
        width: 40%;       
    }
    .redes{
        width: 40%;  
    }
    .imagem_serv {
        width: 50%;
        
    }
    .bot_action {
        border-radius: 8px;
        margin-top: 35%;
    }
    .logo img {
        height: 90px !important;
        float: none;
        margin: 0 auto;
    }
  #cont_ul2 {
    margin-top: 10px !important;   
}
 body, html { 
     background-size: 160%;
     background-position-x: 50%;
    }
}
@media all and (max-width: 390px) {
    .gallery-item {
        width: 96%;
        float: none;   
        margin: 20px auto;
        height: auto!important;
    }
    .avaliacao
    {
        width: 90%;       
    }
    
   .banner_img {
        min-height: 200px;
        float: right;
        width: 100%;
        margin: 20% 0 0 0%;
    }
   .cont_banner h1 {
        font-size: 20px;
        line-height: 22px;        
    }
    .cont_banner h2 {
        font-size: 18px;
        width: 98%;
        margin-left: 1%;
        line-height: 20px;
    }
     body, html { 
     background-size: 180%;
     background-position-x: 50%;
    }
        .cont_banner, .filtro {
        height: 450px;
    }
}
@media all and (max-width: 360px) {
.cont_cont_busca
{
    top: 60%;   
}
.imagem_serv {
    width: 100%;    
}
.imagem_serv img
{  
    height: auto;
    width: 100%;
    margin-left:0%;
    z-index: 6;  
}
 
}
@media all and (max-width: 350px) {
    .cont_cliente
    {
        width: 90%;
        min-height: 200px;
        float: left;
        margin: 10px 5% 10px 5%;    
       
    }
 
    .cont_produto
    {
        width: 75%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
    .cont_conteudo2
{       
    background-size: 400%; 
    background-position-x: 50%;             
}

}
@media all and (max-width: 320px) {
      .cont_produto
    {
        width: 85%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
}
@media all and (max-width: 300px) {
    .cont_produto
  {
      width: 90%;
      min-height: 350px;
      border-radius: 10px;
      float: none;
      margin: 20px auto;
      padding-bottom: 20px;    
  }
}
@media all and (max-width: 270px){
    .cont_produto
  {
      width: 94%;
      min-height: 350px;
      border-radius: 10px;
      float: none;
      margin: 20px auto;
      padding-bottom: 20px;    
  }
}