@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-Regular.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: "Roboto_bold" ;
      src: url("../fonts/roboto-bold.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Roboto_regular" ;
      src: url("../fonts/roboto-regular.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Roboto_light" ;
      src: url("../fonts/roboto-light.ttf") format("truetype"); 
} 



* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 7px;
  }
  
  ::-webkit-scrollbar-thumb { 
     background: #1f4c65;
     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;  
}
h1
{
	font-size: 30px;
	text-align: center;
	color: #1f4c65;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left;
}
h2
{
	font-size: 24px;
	text-align: left;
	color: #1f4c65;
	margin-top: 10px;
    margin-bottom: 10px;
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left;
    border-bottom: 2px solid #4a6803;
}
h3 
{
	font-size: 28px;
	text-align: center;
	color: #1f4c65;
	margin: 50px 0 50px 0;    
	font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 100%;
    line-height: 33px;
    float: left;     
}
h4
{
    font-size: 3em;
    margin: 0;
    opacity: 0;
    position: absolute;
    animation: fadeText 12s infinite ease-in-out;
    font-family: "Roboto_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: 20px;
	text-align: left;
	color: #555;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat", 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: left;
	color: #777;
	margin: 10px 2% 0 2%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	width: 96%;
    padding-left: 0;
    line-height: 16px;
    float: left;
}

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}
.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: "Roboto_bold", 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);
    }

.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: #fff;
	position: relative;	
	z-index: 98;
    border-bottom: 0px solid #fff;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.cont_topo2
{
	width: 100%;
    float: left;
	height: 50px;	
    background-color: #fff; 
	position: relative;	
	z-index: 99;
    border-bottom: 0px solid #fff;
    position: fixed;
    display: none;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.topo_int_c
{
	width: 100%;
	min-height: 10px;
	border: 0px solid #000;
	margin: 0 auto;
}
.topo
{
	max-width: 1400px;
	min-height: 80px;
	border: 0px solid #000;
	margin: 0 auto;
}
.logo
{
    width: auto;
    height: 70px;
    float: left;
    text-align: center;
    margin: 5px 0 0px 0;
}
.logo img
{
    height: 70px; 
    width: auto;
}
.cont_topo2 .topo
{
   height: 50px;
}
.cont_topo2 .topo_int_c
{
   height: 50px;
}
.cont_topo2 .logo
{
   height: 35px;
}
.cont_topo2 .logo img
{
   height: 35px;
}
.topo_int
{
    width: 60%;
    min-height: 80px;
    float: right;
    margin-top: 0px;    
}
.cont_topo2 .topo_int
{
     min-height: 50px;
}
.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: 70px;
    float: right;  
    display: flex;
    align-items: center; 
    justify-content: center;       
}
.redes2
{
    width: 10%;
    height: 70px;
    float: right;  
    display: none;
    align-items: center; 
    justify-content: center;       
}
.redes_ico
{
    width: 35px;
    height: 35px;
    float: right; 
    margin: 0 3px 0 3px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 80%; 
    margin-top: 10%;          
}
.redes_ico:hover
{
    opacity: 0.5;
}
.cont_topo2 .redes
{
   height: 50px;
}
.cont_topo2 .topo_int
{
   height: 50px;
}

.cont_cont_busca
{
    width: 30%;
    float: left;
    height: 50px;   
    z-index: 99;  
}
.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: 10px;
    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: right;
    height: 50px;   
    z-index: 99;
    margin: 10px 10px 0 0;
    background-color: #fff;
    border-radius: 10px;
    position: relative; 
    border: 1px solid #1f4c65;
}
.janela_mestra, #janela_mestra
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed !important;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
    backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px); 
}
#janela_mestra2
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	z-index: 98;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
  left: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}

.janela
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;	
}
.janela2
{
    width: 96%;
    min-height: 300px;
    position: absolute;
    left: 1%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background: rgba( 255, 255, 255, 0.75 );    
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;
}
.janela3
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background: rgba( 255, 255, 255, 0.75 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );  
	padding: 10px;
    z-index: 101;
	overflow: hidden;
	border-radius: 5px;
}
.janela_vidro
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 	
	padding: 10px;
   z-index: 101;
	overflow: hidden;
	border-radius: 5px; 
    background: rgba( 255, 255, 255, 0.75 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
}
.fechar
{
    width: 100%;
    height: 10px;
    font-size: 12px;
    text-align: right;
    float: left;
    margin: 0px 0 5px 0;
    COLOR: #666;
    text-decoration: none;
    cursor: pointer;
}
.fechar2
{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: right;
    float: none;
    margin: 5px auto;
    COLOR: #fff;
    text-decoration: none;
    cursor: pointer;
}
#campo2, #cpf, #cnpj, #nome, #telefone, #email {
    width: 96%;	
    height: 40px;
    margin: 2px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    padding-left: 1%;
    float: left;
    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;
}

#celular, #telefone, #rg {
    width: 96%;
    height: 45px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#aniver {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#estado, #cidade, #estado2, #atividade {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#whats {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#txtbut {
    width: 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: 600px;
    float: left;
    overflow: hidden;  
    margin-bottom: 70px;  
}
.conteudo
{
    max-width: 1400px;
    min-height: 100px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 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: 17.5%;
    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;
    border: 1px solid #c1c1c1;
}
.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: 95%;
    height: auto;    
}
.foto_produto2
{
    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_produto2 img
{
    width: auto;
    height: 95%;    
}
.tit_prod
{
    width: 96%;
    height: 80px;
    float: left;
    margin: 0px 2% 10px 2%;
    text-align: center;
    color: #17394b;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: auto;
}
.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: 35%;
    height: auto;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 10px 2% 10px 0;
}
.cont_foto_int img
{
    width: 100%;
}
.cont_detalhes
{
    width: 62%;
    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: #333;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 700;
}
.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%;
}
.texto_func_comp
{
    font-size: 16px;
    color: #555;
    text-align: left;
}

.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #1f4c65;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}

.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: 10px;
    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%;
}
.foto_iten {
    width: 99%;
    height: 160px;
    float: left;
    overflow: hidden;
    border: 1px solid #e1e1e1;
	text-align: center;
}
.foto_iten img
{
  width: 130%;
  height: auto;
  margin-left: -15%;  
   
}
.foto_iten img:hover
{
  
  opacity: 0.5;  
}
.foto_iten2 {
    width: 99%;
    height: auto;
    float: left;
    overflow: hidden;
    border: 1px solid #e1e1e1;
	text-align: center;
}
.foto_iten2 img
{
  width: 100%;
  height: auto;
  margin-left: 0%;  
   
}
.foto_iten2 img:hover
{
  
  opacity: 0.5;  
}
.tit_iten {
  width: 100%;
  min-height: 60px;
  padding-top: 5px;
  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  color: #555;
  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: #555;
  text-align: center;
}
.texto_item2 {
	width: 100%;
	min-height: 50px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	color: #555;
	text-align: left;
  }
.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: 70%;
  height: auto;
  top: 5px;
  z-index: 99;
  left: 0px;
  image-rendering: optimizeQuality;
  border: 0px solid #fff;
}
.logo_rodape img
{
  width: 80%;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 100%;
    background-color: #17394b;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
}
.rodape h2
{
    font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Roboto_regular", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
}

.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; 
}
.tricoluna
{
    width: 29.3%;
    min-height: 30px;
    float: left;
    margin: 10px 2% 10px 1%;
    text-align: center;
    color: #fff!important;
}

.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: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #fff;
  text-align: left; 
  margin-top: 0px;
}
.cont_cont_contador
{
  width: 100%;
  float: left;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
}
.cont_cont_contador_int
{
  max-width: 1400px;
  float:none;
  min-height: 100px;
  overflow: hidden;
  margin: 20px auto;
}
.cont_contador
{
  width: 23%;
  float: left;
  min-height: 100px;
  overflow: hidden;
  margin: 40px 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);
}

.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;  
}
.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: 1200px;
	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-----------*/
.cont_banner_pagina {
    width: 100%;
    float: left;
    height: 350px;
    z-index: 98;
    margin-top: 0px;
    position: relative;
    background-size: 100%;
    background-position-y: 20%;    
}
.cont_banner_pagina_tit {      
      width: 100%;
      height: 350px;     
      position: absolute;
      background-color: rgba( 0, 0, 0, 0.5);          
    }
    .banner_pagina_tit {
      text-align: center;
      width: 100%;
      height: 100px;
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 13%;
      float: left;
      color: #fff;
      position: relative;
      font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
      font-weight: 100;
      text-shadow: #000 1px 2px 2px;     
    }

.cont_banner, .cont_banner_home
{
     width: 100%;
    float: left;
    height: 1000px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;    
}
 .banner_video, .banner_video_home {
      position: relative;
      width: 100%;
      height: 1000px;
      margin-top: 0px;
 }

    .banner_video_home video {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5);
     
    }
    .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: 0;
      left: 10%;
      width: 80%;
      z-index: 2;
      text-align: center;
      color: white;  
      overflow: hidden;    
    }

    .text-container h4 {
      opacity: 1;
      font-weight: 100;
      text-align: center;
      width: 100%;
      font-size: 4em;
      line-height: 1em;
      float: none;
      margin: 20px auto;
      position: relative;
    }

    .text-container h1{
        font-weight: 100;
        color: #ffffff!important;
        float: none;
        margin: 30px auto;
        position: relative;
        width: 80%;
        font-size: 30px;
    }
    
     .logo_sampaio
    {
        width: 26.5%;
        height: auto;
        float: none;
        margin: 8% auto 2%;
        position: relative;
    }
    .logo_sampaio img
    {
        width: 100%;
    }
    .bot_site
    {
        width: 200px;
        height: 50px;
        float: none;
        margin: 50px auto;
        border: 1px solid #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; 
        position: relative; 
        color: #fff!important;     
    }
    .bot_site:hover
    {
        background-color: rgba( 0, 0, 0, 0.5 );
        cursor: pointer;
    }

    .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_topo2 #cont_ul{
         height: 50px;
     }
     .cont_topo2 nav{
         min-height: 50px;
     }

     .cont_topo2 .cont_busca
{
    width: 35%;
    float: right;
    height: 35px;   
    z-index: 99;
    margin: 5px 10px 0 0;
    background-color: #fff;
    border-radius: 5px;
    position: relative; 
    border: 1px solid #1f4c65;
}
.cont_topo2 #campo_busca_home {
    width: 80%;
    height: 35px;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    margin: 2px 0 0 1px;
    border: 0px !important;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.0);
}
.cont_topo2 #bot_busca {
    width: 30px;
    height: 30px;
    float: right;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin: 3px 10px 0 0;
    cursor: pointer;
}
    #cont_ul2
    {
        width: 300%;
        min-height: 0px;
        margin-top: 60px!important; 
        position: absolute;  
        margin-left: 0;  
        background-color: #fff;  
    }
     #cont_ul3
    {
        width: 50%;
        min-height: 0px;
        margin-top: 60px!important; 
        position: absolute;  
        margin-left: 50%;  
        background-color: #fff;  
    }
    ul
    {
        width: 98%;
        height: 50px;
        float: left;
        list-style-type: none;
    }
    li
    {
        max-width: 20%;
        height: 50px;
        float: right;
        font-family: "Roboto_light",Montserra,Arial, sans-serif;
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center; 
        justify-content: center;
        padding: 0 2% 0 2%;  
        position: relative;      
    }
    .cont_topo2 ul{
         height: 50px;
     }
     .cont_topo2 li{
         height: 50px;
     }
    li:hover
    {
       color: #8ac73c;     
    }
    li:active
    {
        color: #8ac73c;
    }
     li a, li a:link, li a:visited
    {
        text-decoration: none;
        color: #fff;
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center; 
        justify-content: center;
    }
    li a:hover
    {
       color: #8ac73c;
       
    }

    .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: 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: #0098F9;
        margin: 30px 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_action:hover
    {
        background-color: rgba( 0, 0, 0, 0.5 );
        color: #fff;
    }
     .bot_action2:hover
    {
        opacity: 0.5;
    }
    .bot_action3:hover
    {
        opacity: 0.5;
    }
    .area1   
    {
        width: 20%;
        float: left;
        min-height: 60px;        
        background-color: #ff6f00;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 24px;
        font-weight: 700;  
    }
    .area2    
    {
        width: 20%;
        float: left;
        min-height: 60px;        
        background-color: #ff8800;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 24px;
        font-weight: 700;  
    }
    .area3    
    {
        width: 20%;
        float: left;
        min-height: 60px;        
        background-color: #ff6f00;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 24px;
        font-weight: 700;  
    }
    .area4    
    {
        width: 20%;
        float: left;
        min-height: 60px;        
        background-color: #ff8800;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 24px;
        font-weight: 700;  
    }
    .area5    
    {
        width: 20%;
        float: left;
        min-height: 60px;        
        background-color: #ff6f00;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center; 
        justify-content: center;
        font-size: 24px;
        font-weight: 700;  
    }
  
    .cont_itens
    {
        max-width: 1200px;
        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;
    }
    .bot_menu
    {
        width: 30px;
        height: 30px;
        float: right;
        display: none;
    }
    .bot_menu img
    {
        width: 30px;
        height: 30px;
    }
.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: 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;      
}

.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: 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_cap
{
	max-width: 320px;
	margin: 0px auto;
	display: none;	
}
.arrow-container {
  text-align: center;
  margin-top: 50px;
}

.arrow {
  width: 40px;
  height: 40px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  margin: 0 auto;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: rotate(-45deg) translateY(10px);
  }
  50% {
    transform: rotate(-45deg) translateX(10px);
  }
}
.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;
   -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;
   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 #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;    
    }
    .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;
    }
    .pagina_a
    {
    width: 30%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 2% 10px 0;        
    }
    .pagina_b
    {
    width: 68%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 0 10px 0; 
    line-height: 32px;     
    }
    .pagina_c
    {
    width: 68%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 2% 10px 0;        
    }
    .pagina_d
    {
    width: 30%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 0 10px 0;      
    }
     .conteudo h2
    {
       text-align: left;
       margin-bottom: 40px;
    }
     .cont_carrocel {
    overflow: hidden;
    width: 100%;
  }

  .carrocel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
  }

  .carrocel img {
    max-height: 150px;
    cursor: pointer;
    border: 1px solid #666;
  }

  .carrocel::-webkit-scrollbar {
    height: 6px;
  }

  .carrocel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: row;
  }

  .modal-content2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .modal img {
    max-width: 90vw;
    max-height: 90vh;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    z-index: 1001;
    cursor: pointer;
  }

  .nav-button {
    background: none;
    border: none;
    color: white;
    font-size: 50px;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
  }

  .nav-button:focus {
    outline: none;
  }
    .sub_solucao
{
	font-size: 18px;
	text-align: center;
	color: #555;
	margin: -30px 0 10px 0;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 96%;
    line-height: 18px;
    padding: 0 2% 0 2%;
    float: left;    
}
.cont_bloco_plano_3
 {
    width: 100%;
    min-height: 200px;
    float: left;
    text-align: center;
    display: flex;
    align-items: top;
    justify-items: center;
    justify-content: center;
    margin: 10px 0 30px 0;
 }
 .cont_bloco_plano_4
 {
    width: 100%;
    min-height: 200px;
    float: left;
    text-align: center;
    display: flex;    
    align-items: top;
    margin: 10px 0 30px 0;
 }
 .bloco_plano
 {
    width: 300px;
    min-height: 500px;
    float: left;
    position: relative;
    margin: 0px 10px 0px 10px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 16px -6px rgba(0,0,0,0.61);
    -webkit-box-shadow: 0px 1px 16px -6px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 1px 16px -6px rgba(0,0,0,0.61);
 }
 .bloco_plano_top_cinza
 {
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #666;
    margin: 0px;
 }
 .bloco_plano_top_azul
 {
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #0098F9;
    margin: 0px;
 }
 .bloco_plano_top_verde
 {
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #12c2a6;
    margin: 0px;
 }
 .bloco_plano_top_roxo
 {
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #a037e3;
    margin: 0px;
 }
 .bloco_ico
 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 30px 0 30px 0;
 }
  .bloco_ico img
 {
    width: 70px;
    height: auto;
 }
   .tit_bloco
{
	font-size: 20px;
	text-align: center;
	color: #333;
	margin: 0px 0 10px 0;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 96%;
    line-height: 25px;
    padding: 0 2% 0 2%;
    float: left;    
}
   .nivel
{
	font-size: 16px;
	text-align: center;
	color: #333;
	margin: 0px 10% 10px 10%;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 300;
	width: 80%;
    height: 18px;
    line-height: 18px;
    padding: 1px 2% 0 2%;
    border: 1px solid #333;
    border-radius: 15px;
    float: left;    
}
.cont_iten_bloco
{
    width: 90%;
    min-height: 150px;
    margin: 50px 10% 10px 10%;
    padding-bottom: 60px;
    float: left;
    text-align: left;
    font-size: 14px;
}
   .iten_bloco
{
	font-size: 16px;
	text-align: left;
	color: #333;
	margin: 5px 10% 10px 10%;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 300;
	width: 80%;
    height: 18px;
    line-height: 18px;
    padding: 1px 2% 0 2%;
    border: 1px solid #333;
    border-radius: 15px;
    float: left;    
}
 .bot_plano
    {
        width: 90%;
        height: 50px;
        left: 5%;
        bottom: 20px;       
        border-radius: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center; 
        font-size: 18px;
        position: absolute; 
        color: #fff!important;  
        background-color: #0098F9;
        font-weight: 700;
        cursor: pointer;
    }
     .bot_plano:hover
    {
       opacity: 0.5;
    }
    .pagina_d p
    {
	font-size: 16px;
	text-align: left;
	color: #666;
	margin: 5px 2% 10px 2%;   
	font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 300;
	width: 96%;
    min-height: 24px;
    line-height: 24px;    
    float: left;    
}
.erro {
        color: red;
        font-size: 12px;
        margin-top: 4px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .campo-invalido {
        border: 1px solid red;
    }
   .c_video2
   {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
   }
   .cont_home
   {
      width: 100%;
      float: left;
      min-height: 400px;
      float: left;
      z-index: 85;
      position: relative;
   }
   .cont_home_int
   {
      max-width: 1400px;
      min-height: 250px;
      margin: 0 auto;
      padding-bottom: 30px;
   }
   .cont_home_bloco_e
   {
    width: 25%;
    height: 350px;
    float: left;
    border-radius: 10px;
    margin: 15px 2% 0 0;
    background: linear-gradient(to bottom, #8ac73c, #c9ee9a);    
   }
    .cont_home_bloco_c
   {
    width: 46%;
    height: 350px;
    float: left;
    border-radius: 10px;
    margin: 15px 2% 0 0;
    background: linear-gradient(to bottom, #4f91c8, #4fc7c8);    
   }
   .cont_home_bloco_d
   {
    width: 25%;
    height: 350px;
    float: right;
    border-radius: 10px;
    margin: 15px 0 0 0;
    background: linear-gradient(to bottom, #8ac73c, #c9ee9a);    
   }
   .home_titulo
   {
      font-family: "Roboto_bold", Arial, Helvetica, sans-serif;
      color: #fff;
      text-align: left;
      font-size: 24px;
      width: 90%;
      margin: 15px 5% 10px 5%;
      float: left;
      text-shadow: #000 1px 2px 2px;
      font-weight: 100;      
   }
    .home_sub
   {
      font-family: "Roboto_light", Arial, Helvetica, sans-serif;
      color: #000;
      text-align: left;
      font-size: 18px;
      width: 44%;
      margin: 15px 1% 10px 5%;
      float: left;         
   }
      
   .home_foto
   {
    width: 90%;
    height: auto;
    float: right;
    margin: 0 0 0 5%;
    animation: flutuar 3s ease-in-out infinite;
   }
   @keyframes flutuar {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
   .home_foto img
   {
    width: 90%;  
   }
   .home_foto_vert
   {
    width: auto;
    height: 90%;
    float: right;
    margin: 0 0 0 5%;
    animation: flutuar 3s ease-in-out infinite;
   }
   @keyframes flutuar {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
   .home_foto_vert img
   {
    height: 90%;  
   }
   .cont_home_bloco_e  .home_foto
   {
    width: 80%;
    height: auto;
    float: none;
    margin: 0 auto; 
    text-align: center; 
   }
   .cont_home_bloco_d  .home_foto
   {
    width: 80%;
    height: auto;
    float: none;
    margin: 0 auto; 
    text-align: center;  
   }
    .cont_home_bloco_c .home_foto
   {
       width: 48%;
       margin: 0 0 0 0%;
   }
    .cont_home_bloco_e  .home_foto_vert
   {
    width: 80%;
    width: auto;
    float: none;
    margin: 0 auto; 
    text-align: center; 
   }
   .cont_home_bloco_d  .home_foto_vert
   {
    height: 90%;
    width: auto;
    float: none;
    margin: 0 auto; 
    text-align: center;  
   }
    .cont_home_bloco_c .home_foto_vert
   {
       width: 48%;
       margin: 0 0 0 0%;
   }

   .cont_banner_inst
   {
    width: 100%;
    height: 600px;
    float: left;
    background-image: url(../images/ecoepi-passo-fundo.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    margin-top: 0px;
    z-index: 80;
    position: relative;
   }
   .banner_filtro
   {
    width: 100%;
   height: 600px;
    position: absolute;
    background-color: rgba( 0, 0, 0, 0.8 );
    font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-weight: 300;
   }

   .banner_texto
   {
    width: 95%;
    min-height: 60px;    
    margin: 5% auto;   
   }
   .banner_texto h1
   {
    color: #fff;   
    font-family: "Roboto_bold", Arial, Helvetica, sans-serif !important;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
   }
    .banner_texto p
   {
    color: #fff;   
    font-family: "Roboto_light", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 1700;
    text-align: center;
    line-height: 35px;
   }
   /* -------------------------------------    MENU ------------------------------------------------------------ */

   .barra_menu
{
	width: 100%;
	min-height: 60px;
	float: left;  
    background-color:#1f4c65;  
}
.barra_menu_int
{
	max-width: 1400px;
	min-height: 60px;
	margin: 0 auto;   
}
.depart
{
	width: 20%;
	height: 33px;
	float: left;  
    font-size: 18px;
    color: #fff;
    border: 0px solid #fff;    
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px 1% 0 1%;
    background-color: #17394b;
    position: relative;
}
.depart:hover
{	
    background-color: #8ac73c;
    color: #000;
    cursor: pointer;
}

.depart_menu
{
	width: 70%;
	height: 50px;
	float: right;  
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin: 0 1% 0 1%;
    padding: 5px 1% 0 1%;
    overflow: hidden;
}
.depart img
{
	width: 20px;
	height: 20px;
	float: right; 
    margin: 3px 5px 0 5px;      
}
   #cont_menu
   {
      width: 300%;
      min-height: 400px;
      position: absolute;
      top: 50px;
      left: 0;
      background-color: #fff;
      -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);
      display: none; 
      overflow: hidden;  
      animation: menu_rol 1s ease-in-out;   
    }
    @keyframes menu_rol {
     from {
        min-height: 0px;
      }
      to {
        min-height: 400px;
      }
    }
     
    .bloco_menu1
    {
        width: 68%;
        min-height: 300px;
        float: left;
        padding: 10px 1% 10px 1%;        
    }
    .bloco_menu2
    {
        width: 29%;
        min-height: 300px;
        float: left;
        padding: 10px 1% 10px 0;  
        background-color: #beff57;     
    }
    .menu_item
{
    width: 48%;
    float: left;
    min-height: 40px;
    padding: 5px 1% 5px 1%;
    text-align: left;
}
   .menu_item:hover
{
	opacity: 0.5;
}
.menu_item_icone
{
    float: left;
    height: 40px;
    width: 40px;
    margin: 0 0 0 0;
    overflow: hidden;   
}
.menu_item_icone img
{
     height: 40px;
     width: 40px;
     margin: 0;
}
.menu_item_int
{
    color: #17394b!important;
	font-size: 20px !important;
	font-family: "Roboto_bold",Montserra,Arial, sans-serif;
    width: 60%;
    float: left;
    min-height: 20px;
    margin: 10px 0 5px 2%;
    text-align: left;
}
.menu_titulo
   {
      font-family: "Roboto_bold", Arial, Helvetica, sans-serif;
      color: #17394b;
      text-align: center;
      font-size: 28px;
      width: 94%;
      margin: 5px 5% 5px 5%;
      float: left;      
      font-weight: 100;      
   }
   .menu_foto
   {
    width: 90%;
    height: auto;
    float: left;
    margin: 0 5% 0 5%;
    animation: flutuar 3s ease-in-out infinite;
   }
   @keyframes flutuar {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
   .menu_foto img
   {
    width: 100%; 
    height: auto; 
    float: none;
    margin: 0 auto;
   }
   .menu_foto_vert
   {
    width: auto;
    height: 250px;
    float: left;
    margin: 0 5% 0 5%;
    animation: flutuar 3s ease-in-out infinite;
   }
   @keyframes flutuar {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }
   .menu_foto_vert img
   {
    width: auto; 
    height: 250px; 
    float: none;
    margin: 0 auto;
   }
   
    .menu_sub
   {
      font-family: "Roboto_light", Arial, Helvetica, sans-serif;
      color: #000;
      text-align: left;
      font-size: 16px;
      width: 96%;
      margin: 15px 2% 10px 2%;
      float: left;         
   }
    .pag_item
{
    width: 44%;
    float: left;
    min-height: 40px;
    padding: 20px 2% 5px 2%;
    text-align: left;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
}
   .pag_item:hover
{
	opacity: 0.5;
}  
.pag_item_icone
{
    float: left;
    height: auto;
    width: 38%;
    margin: 0 0 0 0;
    overflow: hidden;    
}
.pag_item_icone img
{
     height: auto;
     width: 100%;
     margin: 0 auto;
}
.pag_item_int
{
    color: #17394b!important;
	font-size: 20px !important;
	font-family: "Roboto_bold",Montserra,Arial, sans-serif;
    width: 60%;
    float: left;
    min-height: 20px;
    margin: 0px 0 5px 2%;
    text-align: left;
}
  /*-----------------------------  FIM DE MENU --------------------------------------------*/
  .cont_tel
  {
    width: 20%;
    height: 30px;
    float: right;
    font-family: "Roboto_bold", Arial, Helvetica, sans-serif;
    color: #1f4c65;
    text-align: left;
    font-size: 18px;
    margin: 20px 2% 0px 2%;          
  }
  .cont_tel img
  {
    width: 30px;
    height: 30px;
    float: left;
  }
#galeria {
    max-width: 800px;
    margin: auto;
}
#imagem-principal {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 1%;
}
#miniaturas {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
#miniaturas img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.2s;    
}

#miniaturas img:hover { 
    border: 2px solid #333;
}
   .cont_cid  
{
    width: 29%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    border: 1px solid #17394b;
    color: #666;
    text-align: center;
    padding-top: 8px;
}

/*-----------------------------------------------Medias--------------------------------------------------------*/
@media all and (min-width: 1700px) {	
    
}

@media all and (max-width: 1400px) {
    .tit_prod {
    width: 96%;
    height: 100px;   
}
}

@media all and (max-width: 1300px) {
    
    .coluna_rodape_e, .coluna_rodape_d
    {
      width: 22%;
      min-height: 100px;
      float: left;
      margin: 10px 1% 10px 1%;
    
    }
    .coluna_rodape_c
    {
      width: 22%;
      min-height: 100px;
      float: left;
      margin: 10px 1% 10px 1%;
     
    }
   }
@media all and (max-width: 1250px) {
   .text-container {
    left: 2%;
    width: 96%;
    z-index: 2;   
}
}
@media all and (max-width: 1200px) {

    .bot_action
    {
        width: 60%;
    }
    
    .rodape
    {
        width: 98%;       
    }
    .cont_conteudo2
    {       
        background-size: 130%;
        background-position-x: 20%;               
    }
    .cont_produto
    {
    width: 22.7%;
    min-height: 380px;
    }
    .cont_banner_inst
   {
    width: 100%;
    height: 550px;
    background-size: 110%;
   }
   .banner_filtro {   
    height: 550px;
   }
}
@media all and (max-width: 1110px) {
   
    .bot_action2
    {
        width: 96%;
        margin-left: 2%;
    }
    }


@media all and (max-width: 1100px) {
    .home_sub {
    font-size: 16px;   
}
    .cont_banner_inst
   {
    width: 100%;
    height: 550px;
    background-size: 120%;
    background-position-x: 10%;
   }
   .banner_filtro {   
    height: 550px;
   }
    .solucoes {
    width: 23%;
    margin: 20px 1% 0 1%;
    }

.cont_cont_busca
{
    top: 60%;   
}
.depart {
    width: 25%;   
}
.depart_menu {
    display: none;   
}
.home_titulo {
    font-size: 20px;   
}
    .cont_home_bloco_c, .cont_home_bloco_e, .cont_home_bloco_d {
      height: 300px;
  }
  .cont_home {
    width: 100%;
    float: left;
    min-height: 350px;
    float: left;
}
}
@media all and (max-width: 1020px) {

    .pagina_a {
    width: 40%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 2% 10px 0;
    }
    .pagina_b {
    width: 58%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 0 10px 0;
}
    .topo_int {
        width: 20%; 
        position: relative;      
    }
    .bot_menu
    {
      display: block;
      margin-top: 25px;
      margin-right: 30px;
      cursor: pointer;
    }
    .cont_topo2 .bot_menu{
       margin-top: 10px;
     }
     nav {
    width: 100%;
    min-height: 30px;
    float: left;   
    overflow: hidden; 
}
    #cont_ul 
    {
        display: none;
        position: absolute;
        width: 300%;
        min-height: 150px;
        top: 80px;
        
        left: -300%;
        overflow: hidden;
    }
    .cont_topo2 #cont_ul3{
        margin-top: 50px !important;
        width: 200%;
        margin-left: -100%;
        background-color: #000;
     }
    #cont_ul2 {
    width: 200%;
    min-height: 200px;
    margin-top: 80px !important;
    position: absolute;
    margin-left: -100%;
    background-color: #000; 
    overflow: hidden;   
}
    .bot_menu 
    {
        display: block;
    }
    ul
    {
        width: 200%!important;
        height: auto;
        float: left; 
        overflow: hidden;             
    }
    li
    {
        max-width: 98%!important;
        height: 25px!important;
        float: left;
        font-family: "Montserra",Arial, sans-serif;
        text-align: left;
        font-size: 16px;
        opacity: 1;
        color: #fff;
        text-decoration: none;
        padding-top: 5px;
        display: block;       
        margin: 5px 1% 5px 1%; 
        position: relative;        
    }
       #cont_ul3 ul li{
       color: #fff!important;
    }
    ul li 
    {
        width: 100%!important;
        float: left;
         -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; 
    }
    ul li:hover
    {
        width: 100%!important;
        float: left;
        padding-left: 2%;
         -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }
    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;       
    }
    .cont_topo2 ul
    {
        height: auto;
    }
    .redes {
        width: 20%;
        min-height: 35px;
        float: right;
       
    }
    
    .cont_topo2 .redes2 {
        width: 20%;
        height: 50px;
        float: right;
        display: flex;
    }
    .gallery-item {
        min-height: 150px;
    }
    .cont_topo2 .logo {
    height: 50px;
    margin: 0 0 0 2%;
    }
    .cont_topo2 .logo img {
    height: 50px;
    }
}

@media all and (max-width: 1000px) {
       .cont_banner_inst
   {
    width: 100%;
    height: 550px;
    background-size: 140%;
    background-position-x: 20%;
   }
   .banner_filtro {   
    height: 550px;
   }
    .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%;
    }

.banner_pagina_tit {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 20%;
}
    .cont_cliente
{
    width: 31.3%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;       
}

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

    .cont_noticia
    {
        width:96%;
        min-height: 210px;
        border-radius: 10px;
        float: left;
        margin: 30px 2% 10 2%;
        -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
       overflow: hidden!important;
        background: #fff;
    }
    .botao
{
    width: 60%;
    height: 40px;
    float: left;  
   
}
    .cont_produto
{
    width: 31%;
    min-height: 350px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.janela
{
    width: 50%;
    min-height: 100px;
    position: absolute;
    left: 25%;
}
.janela3
{
    width: 50%;   
    left: 25%;
}
.cont_contador
{
    width: 44%;
    height: 70px;
    float: left;
    text-align: center;
}
}
@media all and (max-width: 950px) {
    #cont_menu
   {
      width: 100%;
      min-height: 300px;
      position: absolute;
      top: 50px;
      left: 0;
      background-color: #fff;
      -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);
      display: none;
      animation: menu 0.5s forwards; 
    }
   .home_sub {
    font-size: 13px;  
    margin-top: 5px; 
}
    .solucoes {
        width: 46%;
        margin: 20px 2% 0 2%;
    }

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

.cont_banner_home {
    width: 100%;
    float: left;
    min-height: 900px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;   
}
  .cont_home_bloco_c, .cont_home_bloco_e, .cont_home_bloco_d {
      height: 250px;
  }
.cont_banner {
    width: 100%;
    float: left;
    min-height: 1200px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;   
}
.banner_video_home {
    position: relative;
    width: 100%;
    height: 900px;
    margin-top: 0px;
}
.banner_video {
    position: relative;
    width: 100%;
    height: 1200px;
    margin-top: 0px;
}
.depart {
    width: 95%;   
    margin: 10px auto;
    float: none;
}
.cont_home {
        width: 100%;
        float: left;
        min-height: 200px;
        float: left;
    }
}

@media all and (max-width: 900px) {
   
    .filtro
{
    font-size: 16px;
}

    .cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 150%;    
    overflow: hidden;
}
.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;
    }
    .cont_solucoes {
      margin-top: 10%;
    }
    .cont_bloco_plano_4 {
    width: 100%;
    min-height: 200px;
    float: left;
    text-align: center;
    display: block;
    align-items: top;
    margin: 10px 0 30px 0;
    }
    .cont_bloco_plano_4 .bloco_plano {
    width: 46%;
    min-height: 500px;
    float: left;
    position: relative;
    margin: 10px 2% 0px 2%;
    }
   
    .autor
{
  width: 35%;
}

.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_pagina {
    background-size: 160%;
    background-position-y: 20%;  
    background-position-x: 40%;     
}
.cont_solucoes_inf .solucoes
{
    width: 240px;
    min-height: 250px;
    float: left;
    margin: 20px 10px 0 10px;
    text-align: center;
    position: relative;
    display: block;
}
    .cont_cid {
    width: 45%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;   
    padding-top: 8px;
}
}
@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%;
       
      }
     
      .text-container h4 {
    opacity: 1;
    font-weight: 100;
    text-align: center;
    width: 100%;
    font-size: 3em;
      }
   .cont_banner_inst
   {
    width: 100%;
    height: 550px;
    background-size: 160%;
    background-position-x: 30%;
   }
   .banner_filtro {   
    height: 550px;
   }
   .banner_texto {
    width: 98%;
    min-height: 60px;
    margin: 0% auto;
}
}
@media all and (max-width: 800px) {
      .cont_busca
    {
        width: 96%; 
        margin: 5px 2% 5px 2%;  
    }
    .cont_tel {
    width: 30%;
    height: 30px;
    float: right;
    }
    .cont_solucoes_inf .solucoes
{
    width: 240px;
    min-height: 250px;
    float: left;
    margin: 20px 5% 0 5%;
    text-align: center;
    position: relative;
    display: block;
}
    .logo_sampaio {
    width: 35%;
    height: auto;
    float: none;
    margin: 8% auto 2%;
    position: relative;
}
  
    .avaliacao
    {
        width: 47%;
        float: left;
        text-align: center;      
        margin: 10px 1% 20px 1%;
    }
    .bot_action {
        width: 80%;
    }
    

.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;
    }
   .modal img {
    max-width: 90%;
    max-height: 90vh;
}
.modal-content2 {
    margin: 10px auto;
    display: block;
    width: 100%;
}

}

@media all and (max-width: 750px) {
    .cont_produto
    {
        width: 45.5%;
        min-height: 350px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .autor
    {
      width: 40%;
    }
  
    .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;
}
.banner_pagina_tit {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 25%;
}
    .home_titulo {
        font-size: 18px;
    }
.cont_solucoes_inf {
    display: block;
    justify-content:center;
    align-items: center;
}
.solucoes {
        width: 90%;
        margin: 20px 5% 0 5%;
 }
 .cont_solucoes_inf .solucoes
{
    width: 90%;
    margin: 20px 5% 0 5%;
    float: left;
}
 .cont_banner {
    width: 100%;
    float: left;
    min-height: 2400px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;   
}
.banner_video {
    position: relative;
    width: 100%;
    height: 2400px;
    margin-top: 0px;
}
  .cont_home_bloco_e
  {
      display: none;
  }
  .cont_home_bloco_c {
      height: 250px;
      width: 60%;
      margin: 15px 2% 0 1%;
  }
  .cont_home_bloco_d {
      height: 250px;
      width: 35%;
      margin: 15px 1% 0 0;
  }
   .cont_banner_inst
   {
    width: 100%;
    height: 600px;
    background-size: 240%;
    background-position-x: 20%;
   }
   .banner_filtro {   
    height: 600px;
   }
   .banner_texto {
    width: 98%;
    min-height: 60px;
    margin: 0% auto;
}
.banner_texto p {
    font-size: 16px;    
}
}
@media all and (max-width: 700px) {
    
    .topo_int {
        width: 10%;
        position: relative;
    }

    .text-container h4 {
    opacity: 1;
    font-weight: 100;
    text-align: center;
    width: 100%;
    font-size: 3em;
    line-height: 1em;   
}
.logo_sampaio {
        width: 45%;
        height: auto;
        float: none;
        margin: 8% auto 2%;
        position: relative;
    }
    .text-container h1 {
    margin: 30px auto;
    position: relative;
    width: 90%;
    font-size: 24px;
}
.pagina_c {
    width: 58%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 2% 10px 0;
}
.pagina_d {
    width: 40%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 0 10px 0;
}
    .bot_action3 {
    width: 80%;
    }
    .bot_menu {
        width: 30px;
        height: 30px;
        margin-right: 10px!important;
    }
    .menu_item {
    width: 96%;
    float: left;
    min-height: 40px;
    padding: 5px 1% 5px 1%;
    text-align: left;
    }
    .bloco_menu1 {
      width: 58%;   
    }
    .bloco_menu2 {
    width: 39%;   
    }
     
    .itens {
        font-size: 16px;
        color: #fff;
        margin: 10px 0 10px 0;
    }
    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%;        
    }
    
    .int_2 {
        width: 100%;
        height: 0px;
        float: left;
        margin-top: -30px;
        padding-top: 6px;
        z-index: 999;
    }
    #cont_ul2 {
        width: 1000%;
        min-height: 0px;
        margin-top: 80px !important;
        position: absolute;
        margin-left: -900%;
       
    }
    ul li {
        width: 50% !important;
        float: left;
    }
    ul li:hover {
        width: 50% !important;
        float: left;
    }

     .cont_topo2 #cont_ul3 {
        width: 1000%;
        min-height: 0px;
        margin-top: 40px !important;
        position: absolute;
        margin-left: -900%;
       
    }
    
    #sub_menu_mini2 .sub_menu_iten {
    color: #0098F9;
    padding: 2px 0% 0 0%;
    text-align: center!important;
    width: 50%;
    margin-left: 0%;
}
  #sub_menu_mini .sub_menu_iten {
    color: #0098F9;
    padding: 2px 0% 0 0%;
    text-align: center!important;
    width: 50%;
    margin-left: 0%;
}
#sub_menu_mini4 .sub_menu_iten {
    color: #0098F9;
    padding: 2px 0% 0 0%;
    text-align: center!important;
    width: 50%;
    margin-left: 0%;
}
#sub_menu_mini3 .sub_menu_iten {
    color: #0098F9;
    padding: 2px 0% 0 0%;
    text-align: center!important;
    width: 50%;
    margin-left: 0%;
}
#cont_ul3 ul li {
        color: #fff !important;
        padding-left: 0%;
        margin-left: 0px;
    }
    #cont_ul2 ul li {
        color: #fff !important;
        padding-left: 0%;
        margin-left: 0px;
    }
    .sub_menu_iten2 {
   text-align: center;
   color: #b1b1b1;
}
    .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;
}

.logo
{
    width: auto;
    height: 50px;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    text-align: left;
}
.logo img
{
    height: 70px;
    float: none;
    margin: 0 auto; 
}
.janela, .janela3
{
  width: 90%;
  min-height: 100px;
  position: absolute;
  left: 2.5%;
  top: 20px;
}	
	.cont_cid {
    width: 95%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    padding-top: 8px;
}


.cont_topo, .topo {    
    min-height: 10px;   
}
}
@media all and (max-width: 650px) {
    .modal-content2 {
    margin: 10px auto;
    display: block;
    width: 100%;    
}
    .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;
}
  .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;
     
    }
     .pagina_a {
    width: 70%;
    min-height: 200px;
    float: left;
    overflow: hidden;
    margin: 10px 15% 10px 15%;
    }
    .pagina_b {
    width: 90%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 5% 10px 5%;
}
	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
  .cont_form
  {
    width: 95%;
    
  }
  .cont_cont_noticia
  {
    width: 90%;
    min-height: 240px;
    float: none;
    margin: 20px auto;  
  }
  .cont_calculador
  {
    width: 80%; 
  }

  #capcha_campo {
    width: 80%;
    float: left;
    margin: 10px 10% 0 10%;
  }
 .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: 605px) {
    .modal img {
        max-width: 85%;
        max-height: 90vh;
    }
    .banner_pagina_tit {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 35%;
}
    .text-container h4 {
        font-size: 2em;
        line-height: 1em;
    }
   .text-container h1 {
    margin: 30px auto;
    position: relative;
    width: 90%;
    font-size: 20px;
}
.tricoluna {
    width: 96%;
    min-height: 30px;
    float: left;
    margin: 10px 2% 10px 1%;
    text-align: center;
    color: #fff !important;
}
.cont_banner_home {
    width: 100%;
    float: left;
    height: 800px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;
}
.cont_banner {
    width: 100%;
    float: left;
    height: 1200px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;
}
.cont_banner_pagina {
    background-size: 200%;
    background-position-y: 20%;  
    background-position-x: 50%;     
}
    .logo_sampaio {
        width: 60%;        
        margin: 8% auto 2%;      
    }
    .bot_action {
        width: 90%;
    }
  
    .cont_topo2 .cont_busca {
    height: 35px;
    width: 96%; 
    margin: 5px 2% 5px 2%; 
    }
    .cont_topo2 {
       height: 100px;
    }

    .min
    {
        width: 80%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    
   
    .cont_detalhes
    {
        text-align: center;
    }
    .botao
    {
        width: 90%;
        height: 40px;
        float: none;       
       
    }
    .janela_login
    {
        width: 70%;
    }
    .cont_foto_int
{
    width: 70%;
    height: auto;
    float: left;
    border: 0px solid #e1e1e1;
    margin: 10px 15% 10px 15%;
}
.cont_detalhes
{
    width: 96%;
    height: auto;
    float: left;    
    margin: 10px 2% 10px 2%;   
}

    .cont_bloco_plano_3 {
    width: 100%;
    display: block;
    align-items: top;
    margin: 10px 0 20px 0;
    }
    .cont_bloco_plano_3 .bloco_plano {
    width: 70%;
    min-height: 300px;
    float: left;
    position: relative;
    margin: 10px 15% 0px 15%;
    }
        .pagina_c, .pagina_d {
        width: 80%;
        min-height: 200px;
        float: left;
        overflow: hidden;
        margin: 10px 10% 10px 10%;
    }
}
@media all and (max-width: 560px) {
    .bot_action2 {
        width: 90%;
        min-height: 40px;
        padding: 8px;
        border-radius: 10px;
    }
     ::-webkit-scrollbar {
      width: 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%;             
    }
    .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;
}
    .cont_tel {
        width: 35%;
        height: 30px;
        float: right;
    }


    .cont_banner_home {
    width: 100%;
    float: left;
    min-height: 800px;
    overflow: hidden;
    z-index: 98;
    margin-top: 0px;   
}
.cont_home_bloco_c {
      height: 250px;
      width: 96%;
      margin: 15px 2% 0 2%;
  }
  .cont_home_bloco_d {
     display: none;
  }
.banner_video_home {
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: 0px;
}

.banner_pagina_tit {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 40%;
}
    .topo_int {
        width: 15%;
        position: relative;
    }
    #cont_ul2 {
        width: 700%;
        min-height: 0px;
        margin-top: 80px !important;
        position: absolute;
        margin-left: -600%;
    }
    .cont_topo2 #cont_ul3 {
        width: 750%;
        min-height: 0px;
        margin-top: 50px !important;
        position: absolute;
        margin-left: -650%;
    }
     .cont_banner_inst
   {
    width: 100%;
    height: 700px;
    background-size: 320%;
    background-position-x: 80%;
   }
   .banner_filtro {   
    height: 700px;
   }
}
@media all and (max-width: 520px) {
     .cont_tel {
       display: none;
    }
    .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%;             
    }
    .autor
    {
      width: 60%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 460px;
        overflow: hidden;
    }
    .whatsapp {
        left: 80%;    
      }
    .redes {
        width: 30%;
        min-height: 35px;       
    }
    .janela_login
{
    width: 90%;
}
 

    .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;
    }
}
@media all and (max-width: 480px) {
    .bloco_menu1 {
      width: 98%;  
      min-height: 50px; 
    }
    .bloco_menu2 {
    display: none; 
    }
   
    .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;
    }
   
    .redes2 {
        width: 30%;
    }
    .cont_topo2 .redes2 {
        width: 30%!important;
    }
    .cont_banner_pagina {
    background-size: 230%;
    background-position-y: 20%;  
    background-position-x: 51%;     
}
     .cont_banner_inst
   {
    width: 100%;
    height: 700px;
    background-size: 340%;
    background-position-x: 0%;
   }
   .banner_filtro {   
    height: 700px;
   }
}

@media all and (max-width: 448px) {
    .cont_banner_inst
   {
    width: 100%;
    height: 750px;
    background-size: 400%;
    background-position-x: 0%;
   }
   .banner_filtro {   
    height: 750px;
   }
    .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%;  
    }
    .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%;             
    }
    .pagina_c, .pagina_d {
        width: 96%;
        min-height: 200px;
        float: left;
        overflow: hidden;
        margin: 10px 2% 10px 2%;
    }
    .autor
    {
      width: 90%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 420px;
        overflow: hidden;
    }
    .whatsapp {
        left: 75%;    
      }
    .cont_produto
    {
        width: 96%;
        min-height: 350px;
        border-radius: 10px;
        float: none;
        margin: 20px auto;
        padding-bottom: 20px;    
    }
    .cont_bloco_plano_3 .bloco_plano {
    width: 80%;
    min-height: 300px;
    float: left;
    position: relative;
    margin: 10px 10% 0px 10%;
    }

   .cont_bloco_plano_4 .bloco_plano {
    width: 80%;
    min-height: 300px;
    float: left;
    position: relative;
    margin: 10px 10% 0px 10%;
    }
    .bloco_ico {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 10px 0 10px 0;
    }
    .cont_iten_bloco {
    width: 96%;
    min-height: 50px;
    margin: 20px 2% 10px 2%;
    padding-bottom: 80px;
    float: left;
    text-align: left;
    font-size: 14px;
}
.tit_prod {
    width: 96%;
    height: auto;
}
    h4
    {
        font-size: 1.5em;
    }
 
    .redes{
        width: 40%;  
    }
    .imagem_serv {
        width: 50%;
        
    }
    .bot_action {
        border-radius: 8px;
        margin-top: 35%;
    }
    .cont_banner_home {
        width: 100%;
        float: left;
        min-height: 900px;
        overflow: hidden;
        z-index: 98;
        margin-top: 0px;
    }
        .banner_video_home {
        position: relative;
        width: 100%;
        height: 900px;
        margin-top: 0px;
    }
   .banner_pagina_tit {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 45%;
}
     .pagina_a {
    width: 90%;
    min-height: 200px;
    float: left;
    overflow: hidden;
    margin: 10px 5% 10px 5%;
    }
    .pagina_b {
    width: 96%;
    min-height: 300px;
    float: left;
    overflow: hidden;
    margin: 10px 2% 10px 2%;
}
 .modal img {
        max-width: 78%;
        max-height: 90vh;
    }
}
@media all and (max-width: 420px) {
 .cont_banner_inst
   {
    width: 100%;
    height: 800px;
    background-size: 450%;
    background-position-x: 0%;
   }
   .banner_filtro {   
    height: 800px;
   }
}
@media all and (max-width: 390px) {
    .cont_bloco_plano_3 .bloco_plano {
    width: 90%;
    min-height: 300px;
    float: left;
    position: relative;
    margin: 10px 5% 0px 5%;
    }

   .cont_bloco_plano_4 .bloco_plano {
    width: 90%;
    min-height: 300px;
    float: left;
    position: relative;
    margin: 10px 5% 0px 5%;
    }
    .gallery-item {
        width: 96%;
        float: none;   
        margin: 20px auto;
        height: auto!important;
    }
    .avaliacao
    {
        width: 90%;       
    }
     .cont_banner_inst
   {
    width: 100%;
    height: 900px;
    background-size: 550%;
    background-position-x: 0%;
   }
   .banner_filtro {   
    height: 900px;
   }

}
@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_conteudo2
{       
    background-size: 400%; 
    background-position-x: 50%;             
}
}
@media all and (max-width: 320px) {
      .cont_produto
    {
        min-height: 350px;         
    }
}
@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;    
  }
}