
@font-face
{
     font-family: "Cramaten" ;
      src: url("../fonts/cramaten.ttf") format("truetype");
}

@font-face
{
    font-family: "Walshes" ;
      src: url("../fonts/walshes.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat" ;
      src: url("../fonts/Montserrat-VariableFont_wght_0.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat_bold" ;
      src: url("../fonts/barlowcondensed-Bold.ttf") format("truetype"); 
} 



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

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

iframe {
    border: 0px;
    width: 320px;
    min-height: 50px;
    float: none;
    margin: 10px auto;
}

.cont_contador
{
    width: 22%;
    height: 70px;
    float: left;
    text-align: center;
}
.cont_topo
{
	width: 100%;
    float: left;
	min-height: 70px;
	background: #fff;    
    border-radius: 0px;
    position: relative;
	background-attachment: fixed;
	z-index: 98;
} 
.topo
{
	max-width: 1400px;
	min-height: 70px;
	border: 0px solid #000;
	margin: 0 auto;
}
.logo
{
    width: auto;
    height: 100px;
    float: left;
    margin-top: 2px;
}
.logo img
{
    height: 100px; 
}
.logo_rodape
{
    width: 80%;
    height: auto;
    float: left;
    margin-top: 2px;
}
.logo_rodape img
{
    height: auto; 
    width: 100%;
}
.topo_int
{
    width: 25%;
    min-height: 70px;
    float: right;
    margin-top: 5px;     
}
.topo_int2
{
    width: 50%;
    min-height: 70px;
    float: right;
    margin-top: 5px;     
}
.int_1
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin-top: 0px; 
        
}
.int_2
{
    width: 100%;
    min-height: 35px;
    float: left;
    margin-top: 3px; 
    padding-top: 6px;      
}
/*--------------------------Menu novo--------------------------------------*/
.cont_nav
{
    width: 100%;
    min-height: 50px;
    float: left;
    margin-top: 3px; 
    padding-top: 0px; 
    z-index: 88;
     /*background-color: #1d3164;*/  
    background: #e4610f;
    
}
.nav
{
	max-width: 1400px;
	min-height: 50px;
	margin: 0 auto;
}
.nav_mob
{
	max-width: 1400px;
	min-height: 50px;
	margin: 0 auto;
    display: none;
}
.nav a, .nav link, .nav a:visited
{
    color: #fff!important;
}
.nav a:hover
{
    color: #430303!important;
}
.nav_mob a
{
    color: #fff!important;
}
.nav_mob a:hover
{
    color: #430303!important;
}
.nav_mob a:active
{
    color: #ffff00!important;
}
.menu_int5
{
	width: 20%;
	height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}
.menu_int5:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #666;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int6
{
	width: 16.6%;
	height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}
.menu_int6:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #333;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int7
{
	width: 14.2%;
	height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}
.menu_int7:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #333;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int8
{
	width: 12.5%;
	height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}
.menu_int8:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #333;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;	
}

.menu_int9
{
	min-width: 9.5%;
	height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding: 14px 0.2% 0 0.2%;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}

.menu_int9:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #333;   
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;	
}
.menu_int10
{
	width: 10%;
    height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
}
.menu_int10:hover
{
    background-color: #fff;
    cursor: pointer;   
	color: #333;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;	
}
.menu_int_sub
{
	min-width: 350%;
    min-height: 200px;   
	top: 48px;
    left: -60%;
	color: #fff;	
    position: absolute;
    text-align: left;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 88;
}
.menu_int_sub_prod
{
	min-width: 120%;
    padding: 5px 2% 5px 2%;
    min-height: 200px;   
	top: 48px;
	color: #fff;	
    position: absolute;
    text-align: left;
    display: none;
    z-index: 88;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int_sub1
{
	width: 65%;
    min-height: 0px; 
    float: left;    
    position: relative;
}
.menu_int_sub2
{
	width: 32%;
    min-height: 0px;
    float: right;   
    position: relative;
}
.menu_int6:hover > .menu_int_sub
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int7:hover > .menu_int_sub
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int8:hover > .menu_int_sub
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int9:hover > .menu_int_sub
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int10:hover > .menu_int_sub
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int6:hover > .menu_int_sub_prod
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int7:hover > .menu_int_sub_prod
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int8:hover > .menu_int_sub_prod
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int9:hover > .menu_int_sub_prod
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int10:hover > .menu_int_sub_prod
{
    display: block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.menu_int_sub_item
{
	min-width: 48%;
    min-height: 30px;   
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 14px !important;
    padding-top: 10px;
    top: 100%;
    float: left;
	color: #333;	
    position: relative;
    text-transform: uppercase;  
    text-align: left; 
    font-weight: 600; 
    padding-left: 1%;  
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;   
}
.menu_int_sub_item:hover
{
	padding-left: 3%;  
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
    min-width: 46%;  
}
.menu_mob
{
	width: 100%;
    height: 34px;
    float: left;
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 16px !important;
    padding-top: 14px;
	color: #fff;	
    position: relative;
    text-transform: uppercase;  
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 2px;
    cursor: pointer;
}
.menu_mob img
{
    width: 35px;
    height: 35px;
    float: right;
    margin: -10px 10px 0 0;
}
#menu_mob_sub
{
    width: 50%;
    min-height: 100px;
    background-color: #fff;
    position: absolute;
    margin-left: 50%;
    margin-top: 34px;
    z-index: 99;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}
.menu_item_mob
{
	min-width: 100%;
    min-height: 30px;   
	font-family: "Montserrat",Calibri, Century Gothic,  Arial;
    font-size: 16px !important;
    padding-top: 8px;
    top: 100%;
    float: left;
	color: #333;	
    position: relative;
    text-transform: uppercase;  
    text-align: center; 
    font-weight: 600;       
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 1px solid #f1f1f1;   
}
.menu_item_mob:hover
{
	background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
.prod_valor
{
    width: 96%;
    min-height: 30px;
    text-align: center;
    font-size: 18px;
    margin: 5px 2% 5px 2%;
    font-weight: 900px;
    color:#0d740a;
}
/* Fim de menu-------------------------------------*/
.redes
{
    width: 30%;
    min-height: 100px;
    float: right; 
    display: flex;
    align-items: center; 
    justify-content: center;           
}
.redes_ico
{
    width: 30px;
    height: 30px;
    float: right; 
    margin: 0 3px 0 3px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 90%; 
    margin-top: 10%;          
}
.redes_ico:hover
{
    opacity: 0.5;
}
.cont_tel {
    min-width: 10px;
    height: 100px;
    text-align: center;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0 5px;
    float: right;
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    display: flex;
    align-items: center; 
    justify-content: center;   
}
.cont_tel img {
    float: left;
    width: 35px;
    height: auto;
    margin-top: -2px;
  }
  .carrinho {
    min-width: 10px;
    height: 70px;
    float: right;
    display: flex;
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    margin: 0 0 0 10px;
  }
  .carrinho img
  {
    width: 45px;
    height: 45px;
  }
  .carrinho img:hover
  {
    opacity: 0.5;
  }
  #carrinho {
    min-width: 10px;
    height: 100px;
    float: right;
    display: flex;
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    margin: 0 0 0 10px;
  }
  #carrinho img
  {
    width: 45px;
    height: 45px;
  }
  #carrinho img:hover
  {
    opacity: 0.5;
  }
  .usuario {
    width: 150px;
    height: 38px;
    float: right;
    cursor: pointer; 
    margin: 13px 0 0 10px;
    border-radius: 30px;
    border: 1px solid #777;
    font-size: 12px;
    padding-top: 2px;
    position: relative;
    color: #333;
  }
  .usuario a, a:link, link{   
    color: #333;
  }
  .usuario img
  {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: -2px;
  }
  .carrinho img:hover
  {
    opacity: 0.5;
  }
  .cont_busca_topo {
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 0px 5px 0px 5px;    
    float: right;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    display: flex;
    align-items: center; 
    justify-content: center;   
}
.banner
{
    max-width: 1400px;
    float: none;
    height: 300px;
    margin: 0 auto;
}
.cont_banner
{
    width: 100%;
    float: left;
    height: 350px;
    overflow: hidden;
    z-index: 87;
    margin-top: 0px;
    background-image: url(../images/fundo-banner-loja-agrocolonial.jpg);
    background-size: 100%;
   
    overflow: hidden;
   
}
.cont_banner2
{
    width: 100%;
    float: left;
    height: 350px;
    overflow: hidden;
    z-index: 87;
    margin-top: 0px;
    background-image: url(../images/fundo-banner2-loja-agrocolonial.jpg);
    background-size: 100%;
  
    overflow: hidden;
    
}
.cont_banner3
{
    width: 100%;
    float: left;
    height: 350px;
    overflow: hidden;
    z-index: 87;
    margin-top: 0px;
    background-image: url(../images/fundo-banner3-loja-agrocolonial.jpg);
    background-size: 100%;
   
   
    overflow: hidden;
   }
.cont_prod_banner
{
    width: 60%;
    height: 300px;
    margin: 0px 1% 0 0; 
    float: right;   
}
.foto_produto_banner
{
    width: 600px;
    height: 550px;
    margin-top: -125px;
    background: url(../images/fundo-promo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;   
    margin-right: 0%;
    rotate: -20deg;
    overflow: hidden;
    
}
.foto_produto_banner img
{
    width: 50%;
    height: auto;
    margin: 25% 10% 0 30%;
    rotate: 20deg;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.foto_produto_banner img:hover
{
    width: 55%;   
    margin: 22% 5% 0 27%;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;  
}

.tit_prod_banner
{
    width: 25%;
    min-height: 25%;
    float: right;
    margin-top: 2%;
    margin-left: 0%;
    text-align: left;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 25px;
    font-weight: 800;
    position: absolute;
    padding: 1%;   
    justify-items: center;
    align-items: center;
    z-index: 77;    
    text-shadow: #fff 1px 2px 2px;   
}
.valor_prod_banner
{
    width: 94%;
    min-height: 30px;
    float: left;
    margin-top: 5px;
    margin-left: 0%;
    text-align: left;
    color: #42bb00;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 30px;
    font-weight: 800;
    position: relative;   
    text-shadow: #000 1px 2px 2px;   
}
.cont_cont_busca
{
    width: 100%;
    float: left;
    height: 50px;   
    z-index: 99;
    top: 70%;
    position: absolute;
}
.cont_cont_busca2
{
    width: 100%;
    float: left;
    height: 50px;   
    z-index: 59;
    margin: 0px 0px 10px 0px;
    position: relative;
}
#campo_busca_home
{
    width: 80%;
    height: 46px;
    float: left;
    border-radius: 20px;
    padding-left: 10px; 
    margin: 2px 0 0 1px;
    border: 0px!important; 
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.0);      
}

#bot_busca
{
    width: 40px;
    height: 40px;
    float: right;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin: 5px 10px 0 0;
    cursor: pointer;    
}
#bot_busca img
{
    width: 100%;
   
}
.cont_busca
{
    width: 400px;
    float: none;
    height: 50px;   
    z-index: 98;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    border: 1px solid #b1b1b1;  
}
.janela_mestra, #janela_mestra
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
   
	position: fixed !important;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}
#janela_mestra2
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	z-index: 98;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
  left: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}

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

#celular, #telefone, #rg {
    width: 96%;
    height: 45px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#aniver {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#estado, #cidade, #estado2, #atividade {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#whats {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#txtbut {
    width: 95%;
    min-height: 50px;
    float: none;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    background-color: #e4610f;
    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: 400px;
    float: left;
    overflow: hidden;
}
.conteudo
{
    max-width: 1400px;
    min-height: 400px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 100%;
    background: #c45510;
    overflow: hidden;
}

.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 #000;
  margin: 0 auto;
  border-top: 0px solid #fff; 
}
.coluna_rodape_e
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 0%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  color: #fff;
}
.coluna_rodape_c
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
}
.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: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-top: 0px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 14px;
  color: #fff;
  text-align: left; 
  margin-top: 0px;
}
.texto_rodape a:link, a, link, ul, li
{
    color: #fff;
}
.cont_produto
{
    width: 18%;
    min-height: 370px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;
    -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
    overflow: hidden;
    position: relative;
}
.foto_produto
{
    width: 95%;
    height: 260px;
    margin: 5px 2% 0px 2%;   
    border: 0px solid #e1e1e1;
    border-radius: 5px; 
    display: flex;
    align-items: center; 
    justify-content: center;  
    overflow: hidden; 
}
.foto_produto img
{
    width: 100%;
}
.tit_prod
{
    width: 96%;
    height: 80px;
    float: left;
    margin: 0px 2% 0px 2%;
    text-align: center;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: auto;
}
.foto_produto_menu
{
    width: 100%;
    height: auto;
    margin: 0px;   
    display: block;
}
.foto_produto_menu:hover
{
    opacity: 0.5;
}
.foto_produto_menu img
{
    width: 100%;
}
.tit_prod_menu
{
    width: 96%;
    min-height: 30px;
    float: left;
    margin: 10px 2% 20px 2%;
    text-align: center;
    color: #222;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    position: relative;
}

.cont_sub
{
    width: 99%;
    min-height: 40px;
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0px solid #b1b1b1;
    border-radius: 5px;
    margin: 10px 0 30px 0;
    float: left;
    padding-top: 7px;
    background: #1d3164;
}
.cont_foto_int 
{
    width: 25%;
    height: auto;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 10px 2% 10px 0;
}
.cont_foto_int img
{
    width: 100%;
}
#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_detalhes
{
    width: 72%;
    height: auto;
    float: right;
    border: 0px solid #e1e1e1;
    margin: 10px 0 10px 0;
    color: #666;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
}
.cont_botao
{
    width: 100%;
    height: auto;
    float: left;   
    margin: 30px 0 30px 0;
}
.botao
{
    width: 40%;
    height: 40px;
    float: left;   
    margin: 0 auto;
    border-radius: 5px;
    background-color: #139d0e;
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;    
    text-align: center;    
    display: flex;
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
}
.botao:hover
{
    background-color: #0d740a;
}

.botao img
{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.saber_mais
{
    width: 96%;
    height: 30px;   
    border-radius: 5px;    
    color: #101d58;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 13px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    bottom: 10px;    
}
.cont_bot_home
{
    float: left;
    min-height: 50px;
    width: 100%; 
    border-radius: 0 0 5px 5px;
     
}
.bot_comprar_home
{
    width: 90%;
    height: 38px; 
    float: none;
    margin: 0 auto 10px;  
    border-radius: 5px;    
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 500;
    position:relative;   
    background-color: #e4610f;
    padding-top: 12px;
}
.bot_comprar_home:hover
{
    background-color: #9b430d;
}

.bot_comprar_home2
{
    width: 96%;
    height: 38px; 
    margin: 0 0 0 5%;
    float: left;
    border-radius: 5px;    
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 500;
    position:relative;   
    background-color: #e4610f;
    padding-top: 12px;
}
.bot_comprar_home2:hover
{
    background-color: #9b430d;
}

.bot_comprar_home3
{
    width: 60%;
    height: 38px; 
    margin: 10px 0 0 0%;
    float: left;
    border-radius: 5px;    
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;    
    text-align: center;    
    cursor: pointer;
    font-weight: 600!important;
    position:relative;   
    background-color: #e4610f;
    padding-top: 12px;
    text-shadow: #fff 0px 0px 0px!important;
}
.bot_comprar_home3:hover
{
    background-color: #833c10;
}
.bot_mais
{
    width: 25%;
    height: 40px; 
    float: left;
    margin: 0;  
    border-radius: 0 0 0 5px;    
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 12px;    
    text-align: center;    
    cursor: pointer;
    line-height: 16px;
    font-weight: 500;
    position:relative;   
    background-color: #974d1f;
    padding-top: 10px;
}
.bot_mais:hover
{
    opacity: 0.5;
}
.bot_mais2
{
    width: 100%;
    height: 40px; 
    float: left;
    margin: 0;  
    border-radius: 0 0 5px 5px;    
    color: #fff;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 12px;    
    text-align: center;    
    cursor: pointer;
    line-height: 16px;
    font-weight: 500;
    position:relative;   
    background-color: #974d1f;
    padding-top: 10px;
}
.bot_mais2:hover
{
    opacity: 0.5;
}

.valor_home
{
    width: 96%;
    height: 20px; 
    float: left;
    margin: 5px 2% 5px 2%;
    text-align: center;
    color: #0d740a;
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 800;   
}
.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: 70%;
    margin: 20px auto;
    float: none;
  }
  .label_capcha
  {
      width: 100%;
    min-height: 40px;
      text-align: center;
      font-size: 12px;
      height: 15px;
      margin: 20px 0 20px 0;
      float: left;
  }
  .cont_capcha
  {
      width: 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: 1px 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%;
}
.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #152156;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}

.autor
{
  width: 30%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-size: 16px;
  text-align: left!important;
  padding-bottom: 10px;    
    display: flex;
    align-items: center; 
    justify-content: center; 
}
.autor img
{
  width: 40px;
  height: 30px;
  margin-top: 0px;  
}
.min
{
	width: 44%;
	float: left;
	height: 220px;
	border: 1px solid  #c1c1c1;
	margin: 10px 2% 20px 2%;
	padding: 0px;
	-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	overflow: hidden;
	text-align: center;
}
 .min img
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.cont_video_embed
{
    width: 100%;
    min-height: 250px;
    float: left;
    margin: 20px 0 20px 0;   
}
.cont_cliente
{
    width: 23%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;    
  
}

.cliente_foto
{
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;    
}
.cliente_foto img
{
    width: 100%;
}
.cliente_texto
{
    width: 98%;
    height: 150px;
    padding: 1%;
    float: left;
    overflow: auto;
    background: #333;
    color: #fff;
    text-align: center;
    margin-top: -50px;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
}
.cont_map
{
width: 100%;
min-height: 350px;
float: left;
overflow: hidden;
background-color: #f1f1f1;
}
.cont_map iframe
{
    width: 100%;
}
#itensCarrinho
{
    width: 100%;
    min-height: 20px;
    float: left;
    overflow: hidden;
}
.product 
{
    width: 94%;
    min-height: 65px;
    float: left;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: left;   
    margin: 10px 2% 0px 2%;
    text-decoration: none!important;  
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
    list-style-type: none;
    padding-top: 7px;
    padding-left: 2%;
}
.subtotal
{
    width: 94%;
    min-height: 40px;
    float: left;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: left;   
    margin: 10px 2% 0px 2%;
    text-decoration: none!important;  
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
    list-style-type: none;    
    padding-left: 2%;
}
.subtotal_desc
{
    width: 60%;
    min-height: 25px;
    float: left;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 0%;
    text-align: left;
    font-weight: 700;
}
.subtotal_val
{
    width: 36%;
    min-height: 25px;
    float: right;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 0%;
    text-align: right;
    font-weight: 700;
    padding-right: 1%;
}
.prod_desc
{
    width: 50%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: left;
    align-items: center;
    justify-items: center;
    border-right: 1px solid #e1e1e1;
}
.label
{
    font-size: 12px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.desc
{
    font-size: 14px;
    width: 100%;
    float: left;
    color: #000;
}
.prod_val
{
    width: 10%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    border-right: 1px solid #e1e1e1;
}
.qtde
{
    width: 23%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    border-right: 1px solid #e1e1e1;
}
.qtde button
{
   width: 40px;
   height: 25px;
   font-size: 20px;
   margin: 0 5px 0 5px;
   cursor: pointer;
}
.sub
{
    width: 15%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    border-right: 1px solid #e1e1e1;
}
.int_ped {
    width: 14.6%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    border-right: 1px solid #e1e1e1;
}
.act_ped
{
    width: 10%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    padding-top: 8px;    
}
.exclude
{
    width: 10%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    padding-top: 8px;    
}
.exclude button
{
    width: 80%;
    height: 30px;
    font-size: 14px;
    border: 0px;
    background-color: #f6f6f6;
    cursor: pointer;
}
.cont_car_rod
{
    width: 100%;
    min-height: 40px;
    float: left;
    margin: 30px 0 0 30px;
}
.bot_car2
{
    width: 46%;
    min-height: 35px;
    float: left;
    margin: 20px 2% 0 2%;
    background-color: #c45510;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 8px;
    cursor: pointer;
    border-radius: 5px;
}
.bot_car3
{
    width: 29.3%;
    min-height: 35px;
    float: left;
    margin: 20px 2% 0 2%;
    background-color: #c45510;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 8px;
    cursor: pointer;
    border-radius: 5px;
}
.bot_final
{
    width: 96%;
    min-height: 35px;
    float: left;
    border-radius: 5px;
    margin: 20px 2% 0 2%;
    background-color: #c45510;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 8px;
    cursor: pointer;
}

#bot_login
{
    width: 96%;
    min-height: 50px;
    float: left;
    margin: 30px 2% 10px 2%; 
    background:#c45510;
    color: #fff;
    text-align: center; 
    border-radius: 5px; 
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    border: 0;  
}
#bot_login:hover
{
   opacity: 0.5;
}

.cont_cadastro
{
    width: 40%;
    min-height: 10px;
    float: left;
    margin: 20px 4.7% 20px 4.7%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.cabec_cadastro
{
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    text-align: center;
    width: 100%;
    min-height: 40px;
    padding-top: 15px;
}
#corpo_login
{
    width: 100%;
    min-height: 370px;
    float: left;
    overflow: hidden;
}
#corpo_cadastro
{
    width: 100%;
    min-height: 370px;
    float: left;
    overflow: hidden;
}
.container_a
{
    width: 70%;
    min-height: 300px;
    overflow: hidden;
    float: left;    
}
.container_b
{
    width: 30%;
    min-height: 300px;
    overflow: hidden;
    float: left;    
}
.container_c
{
    width: 29%;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid #333;
    border-radius: 10px;
    float: right;  
    padding-bottom: 20px;   
}
.container_d
{
    width: 70%;
    min-height: 300px;
    overflow: hidden;
    float: left;  
    padding-bottom: 20px;     
}
.cont_label_cep
{
    width: 96%;
    min-height: 20px;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 20px 2% 0px 2%;
}
.label_cep
{
    width: 50%;
    min-height: 20px;
    float: left;
    text-align: left;
}
.label_cep_not
{
    width: 50%;
    min-height: 20px;
    float: right;
    text-align: right;
}
#opcoesFrete
{
    width: 96%;
    min-height: 30px;
    float: left;
    margin: 0px 2% 0 2%;
}

#opt_frete_moto, #opt_frete_eco, #opt_frete_rap
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 5px 0 5px 0;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: left;
}
#opt_frete_int
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 5px 0 5px 0;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: left;
}
.radio
{
    width: 20px;
    height: 20px;
    float: left; 
    background-color: #1a5794;
    margin: 2px 10px 0 0;
}
.titulo_int
{
	font-size: 18px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 5px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left; 
}
.cont_form
{
    width: 50%;
    min-height: 200px;
    float: none;
    margin: 10px auto;
}
.cont_label
{
    width: 48%;
    min-height: 5px;
    float: left;
    margin: 0px 1% 0 1%;
    font-size: 14px;
	text-align: center;
	color: #333;

}
#cep_pedido {
    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;
}
.bot_proximo
{
    width: 60%;
    min-height: 50px;
    float: none;
    margin: 30px 20% 20px 20%;
    background-color: #1a5794;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding-top: 8px;
    cursor: pointer;
    border: 0px;
}
#conteudoCarrinho
{
    width: 100%;
    height: auto;
}
#alertaCarrinho
{
    width: 100%;
    height: auto;
    padding-top: 7%;
    float: left;
}
#painel_user
{
    position: absolute;
    width: 96%;
    margin-top: 4px;
    min-height: 80px;
    padding: 2%;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.55);
    z-index: 99;   
}
.usuario > #painel_user {
  display: block;
}
.painel_user_int
{
    width: 96%;
    min-height: 25px;
    float: none;
    margin: 10px 2% 0px 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #333;
    padding-top: 3px;
    cursor: pointer;
    border: 0px solid #333;
}
.tit_ped
{
    width: 100%;
    min-height: 25px;
    float: left;
    margin: 0px 0% 10px 0%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    text-align: center;
    font-weight: 500;
    color: #333;
    padding-top: 7px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #333; 
    
}
.tit_ped2
{
    width: 100%;
    min-height: 25px;
    float: left;
    margin: 0px 0% 10px 0%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    text-align: center;
    font-weight: 500;
    color: #333;
    padding-top: 7px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #333; 
    border-top: 1px solid #333;    
}
.dados_item
{
    width: 96%;
    min-height: 20px;
    float: none;
    margin: 5px 2% 0px 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #333;
    padding-top: 0px;  
}
.dados_action
{
    width: 100%;
    min-height: 25px;
    float: left;
    margin: 10px 0% 10px 0%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-top: 10px;
    cursor: pointer;   
}
.dados_action2
{
    width: 50%;
    min-height: 25px;
    float: left;
    margin: 10px 0% 10px 0%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-top: 10px;
    cursor: pointer;   
}
.produto_resumo
{
    width: 94%;
    min-height: 20px;
    float: left;   
    text-align: left;   
    margin: 10px 2% 0px 2%;    
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
    list-style-type: none;    
    padding-left: 0%;
}
.produto_resumo_desc
{
    width: 70%;
    min-height: 20px;
    float: left;   
    text-align: left; 
}
.produto_resumo_desc b
{
    width: 100%;
    min-height: 12px;
    float: left;   
    text-align: left; 
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 10px;
}
.produto_resumo_sub
{
    width: 10%;
    min-height: 20px;
    float: left;   
    text-align: center; 
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 14px;
}
.produto_resumo_sub b
{
    width: 100%;
    min-height: 12px;
    float: left;   
    text-align: center; 
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 10px;
    color:#0098F9
}
.pagamentos
{
  width: 100%;
  min-height: 30px;
  float: left;
  margin-bottom: 20px;
}
.pagamentos img
{
  width: 100%;
  height: auto;
}
 #chave_pix {
    width:95%;
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    float: left;
    padding-left: 5px;
    margin: 0px 2% 10px 2%; 
    font-size: 16px;
}
#bot_pix {
    width: 98%;
    text-align: center;
    height: 34px;
    float: right;
    border-radius: 3px;
    margin: 0px 1% 0px 1%;
    background-color: #437cc7;
    border: 0px solid #e1e1e1;
    color: #fff !important;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 16px;
	cursor: pointer;
}
#bot_pix:hover 
{
	background-color: #1e314e;
}
.cont_qr
{
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
	min-height: 100px;
}
#cont_tudo
{
	width: 100%;
	float: left;
	min-height: 100px;
	margin: 10px 0% 10px 0%;	 
}
   .cont_cid 
{
    width: 29%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    padding-top: 8px;
}
   .cont_cid:hover
{
    opacity: 0.5;
}
/* -------------------------------------    MENU ------------------------------------------------------------ */

   .barra_menu
{
	width: 100%;
	min-height: 60px;
	float: left;  
    background-color:#376bd1;  
}
.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: 1px solid #fff;    
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px 1% 0 1%;
    position: relative;
}
.depart:hover
{	
    background-color: #974d1f;
    color: #fff;
    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 2s ease-in-out; 
      animation: menu_rol 0.4s ease-out forwards;*/
      z-index: 99;   
    }
    @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: 28%;
        min-height: 300px;
        float: left;
        padding: 10px 1% 10px 0;  
        background-color: #fff;  
        border-left: 1px solid #b1b1b1;   
    }
    .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: #666!important;
	font-size: 18px !important;
	font-family: "Roboto_bold",Montserra,Arial, sans-serif;
    width: 70%;
    float: left;
    min-height: 20px;
    margin: 10px 0 5px 2%;
    text-align: left;
    text-transform: capitalize; 
}
.menu_titulo
   {
      font-family: "Roboto_bold", Arial, Helvetica, sans-serif;
      color: #333;
      text-align: center;
      font-size: 20px;
      width: 94%;
      margin: 5px 5% 5px 5%;
      float: left;      
      font-weight: 600;      
   }
   .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;
}
#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
    {
        width: auto;
        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;  
        text-transform: uppercase; 
    }
   
    .cont_topo2 ul{
         height: 50px;
     }
     .cont_topo2 li{
         height: 50px;
     }
    li:hover
    {
       opacity: 0.5;     
    }
    li:active
    {
        opacity: 0.5; 
    }
     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: #81aafa;
       
    }
  /*-----------------------------  FIM DE MENU --------------------------------------------*/

  .garantia
  {
    width: 100%;
    float: left;
    height: auto;  
    text-align: left;  
  }
  .garantia img
  {
    width: auto;
    float: left;
    height: 170px;    
  }
  .tit_car
{
    width: 98%;
    min-height: 40px;
    float: left;
    margin: 10px 1% 10px 1%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-top: 10px;
    text-align: center;  
    border-radius: 5px;
    background-color: #e1e1e1;
}
/*-----------------------------------------------Medias--------------------------------------------------------*/
@media all and (min-width: 1600px) {	
    .cont_prod_banner {
        width: 50%;
        height: 300px;
        float: right;
    }
}

@media all and (max-width: 1300px) {
    .coluna_rodape_e, .coluna_rodape_d
   {
     width: 22%;
     min-height: 100px;
     float: left;
     margin: 10px 1% 10px 1%;
   
   }
   .coluna_rodape_c
   {
     width: 22%;
     min-height: 100px;
     float: left;
     margin: 10px 1% 10px 1%;
    
   }
   }
@media all and (max-width: 1200px) {
    .rodape
    {
        width: 98%;       
    }
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        background-size: 120%;  
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;      
    }
    .cont_prod_banner {
        width: 65%;
        height: 300px;
        margin: 0px 0% 0 0;
        float: right;
    }
  
    .topo
    {
        padding: 0 1% 0 1%;
    }
    .tit_prod_banner {
        width: 35%;
        min-height: 25%;
        font-size: 25px;
    }
    .tit_prod
{
    width: 96%;
    height: 90px;
}
}
@media all and (max-width: 1110px) {
 .depart {
    width: 25%;   
}
.depart_menu {
    width: 65%;
}
    }

@media all and (max-width: 1080px) {
    .topo_int {
        width: 100%;
        min-height: 30px;
        float: right;
        margin-top: 5px;
    }
    .topo_int2 {
        width: 65%;
        min-height: 30px;
        float: right;
        margin-top: 5px;
    }
    .cont_busca {
        width: 100%;
        float: none;
    }
    .cont_busca_topo {
        width: 98%;
        height: 70px;
        text-align: center;
        padding: 0px 1% 0px 1%;
        float: right;
        position: relative;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        font-family: "Montserrat", Calibri, Century Gothic, Arial;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        float: left;
        overflow: hidden;
        z-index: 87;
        background-position-y: 30%;
    }
}
@media all and (max-width: 1100px) {
.cont_produto
{
    width: 18%;
    min-height: 380px;
}
.cont_cont_busca
{
    top: 60%;   
}

}

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

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

    .cont_noticia
    {
        width:96%;
        min-height: 210px;
        border-radius: 10px;
        float: left;
        margin: 30px 2% 10 2%;
        -webkit-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
        box-shadow: -1px 2px 18px -7px rgba(0,0,0,0.75);
       overflow: hidden!important;
        background: #fff;
    }
    .botao
{
    width: 60%;
    height: 40px;
    float: left;  
   
}
    .cont_produto
{
    width: 23%;
    min-height: 370px;
    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%;
}
.nav
{
    display: none;
}
.nav_mob
{
    display: block;
}
.int_ped, .act_ped {
    width: 24.5%;
    min-height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    align-items: center;
    justify-items: center;
    border-bottom: 1px solid #e1e1e1;
}
}
@media all and (max-width: 900px) { 
        .depart {
        width: 95%;
        margin: 10px auto;
        float: none;
    }
    .depart_menu
    {
        display: none;
    } 
     #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; 
    }
    .cont_prod_banner {
        width: 85%;
        height: 300px;
        margin: 0px -5% 0;
        float: right;
    }
   
    .foto_produto_banner {
        margin-right: 0%;       
    }
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        float: left;       
        overflow: hidden;
        background-size: 140%;
        z-index: 87;
        background-position-y: 30%;
    }
    .min
    {
        width: 70%;
        float: left;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px 5% 20px 5%;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
{
  width: 35%;
}
.redes
{
    width: 40%;
}
   
.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;
}
   .tit_prod_banner {
    width: 30%;
    min-height: 25%;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    padding: 1%;
    left: 40%;    
}
    .cont_cid {
    width: 45%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;   
    padding-top: 8px;
}

.cont_cadastro
{
    width: 47%;
    min-height: 400px;
    float: left;
    margin: 20px 1% 20px 1%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
}
@media all and (max-width: 850px) {
    .coluna_rodape_e, .coluna_rodape_d, .coluna_rodape_c
{
  width: 48%;
  min-height: 100px;
  float: left;
  margin: 10px 1% 10px 1%;
 
}
    .cont_produto
    {
        min-height: 350px;        
    }
    .whatsapp {
        left: 89%;    
      }
}
@media all and (max-width: 800px) {
.cont_produto
{
    width: 31.33%;
    min-height: 350px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cabec_cadastro
{
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    text-align: center;
    width: 100%;
    min-height: 40px;
    padding-top: 15px;
    cursor: pointer;
    background-color: #f1f1f1;
}
#corpo_login
{
    width: 100%;
    min-height: 370px;
    float: left;
    overflow: hidden;
    display: none;
}
#corpo_cadastro
{
    width: 100%;
    min-height: 370px;
    float: left;
    overflow: hidden;
    display: none;
}
.cont_cadastro
{
    width: 96%;
    min-height: 30px;
    float: left;
    margin: 20px 2% 0px 2%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.prod_desc {
    width: 100%;
    min-height: 40px;
    border-right: 0px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}
.qtde {
    width: 40%;
    min-height: 50px;
}
.sub {
    width: 28%;
    min-height: 50px;
}

.exclude {
    width: 28%;
    min-height: 50px;
}
.container_a {
    width: 60%;
    min-height: 200px;   
}
.container_b {
    width: 40%;
    min-height: 200px;   
}
.container_c {
    width: 40%;
    min-height: 200px;   
}
.container_d {
    width: 58%;
    min-height: 200px;   
}

.bot_car2, .bot_car3 {
    width: 96%;
}
.produto_resumo_desc {
    width: 50%;
}
.produto_resumo_sub {
    width: 16%;
}
    .tit_prod_banner {
        width: 35%;
        min-height: 25%;
        font-size: 22px;
    }
}

@media all and (max-width: 750px) {
        .menu_item {
        width: 96%;
        float: left;
        min-height: 40px;
        padding: 5px 1% 5px 1%;
        text-align: left;
    }
    .bloco_menu1 {
    width: 58%;
    min-height: 300px;
    float: left;
    padding: 10px 1% 10px 1%;
    }
    .bloco_menu2 {
    width: 38%;
    min-height: 300px;
    float: left;
    padding: 10px 1% 10px 0;
    background-color: #fff;
    border-left: 1px solid #b1b1b1;
}

    .cont_prod_banner {
        width: 107%;
        height: 300px;
        margin: 0px -10% 0;
        float: right;
    }
   .foto_produto_banner {
   
    margin-right: -10%;    
}
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        float: left;      
        overflow: hidden;
        background-size: 160%;      
    }
    .cont_produto
    {
        width: 31.33%;
        min-height: 350px;
        border-radius: 10px;
        float: left;
        margin: 10px 1% 10 1%;    
    }
    .autor
    {
      width: 40%;
    }
    #menu_mob_sub
    {
    width: 80%;
    margin-left: 20%;
    }

    }

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

    .cont_cliente
    {
        width: 48%;
        min-height: 200px;
        float: left;
        margin: 10px 1% 10px 1%;        
    }   
    .botao
    {
        width: 80%;
        height: 40px;
        float: left;  
       
    }
    .whatsapp
    {
       left: 85%;    
    }
.logo
{
    width: auto;
    height: 80px;
    float: none;
    margin: 5px auto;
    text-align: center;
}
.logo img
{
    height: 90px;
    float: none;
    margin: 0 auto; 
}
.janela, .janela3
{
  width: 90%;
  min-height: 100px;
  position: absolute;
  left: 2.5%;
  top: 20px;
}	
.topo_int2 {
    width: 100%;
    min-height: 30px;
    float: right;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #c1c1c1;
}
.usuario {
    width: 150px;
    height: 38px;
    float: right;
    cursor: pointer;
    margin: -3px 0 0 10px;
    border-radius: 30px;
    border: 1px solid #690707;
    font-size: 12px;
    padding-top: 2px;
    position: relative;
}
.rodape
{
    width: 96%;       
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    float: left;
    background-size: 170%;
 
    overflow: hidden;
}
.redes
{
    width: 50%;
    min-height: 30px;
    float: right; 
    display: flex;
    align-items: center; 
    justify-content: center;           
}
.redes_ico
{
    width: 30px;
    height: 30px;
    float: right; 
    margin: 0 5px 0 5px;
    cursor: pointer;        
}
.redes_ico img
{
    width: 80%; 
    margin-top: 10%;          
}
.cont_tel {
    min-width: 10px;
    height: 30px;
}
.cont_tel
{
  font-size: 18px;
}
.carrinho {
    min-width: 10px;
    height: 30px;
}
#carrinho {
    min-width: 10px;
    height: 35px;
}
.cont_produto
{
    width: 31.33%;
    min-height: 350px;
    border-radius: 10px;
    float: left;
    margin: 10px 1% 10 1%;    
}
.cont_topo, .topo {    
    min-height: 50px;   
}
.cont_banner, .cont_banner2, .cont_banner3 {
    width: 100%;
    background-position-y: 40%;
    background-size: 180%;
    background-position-x: 20%;
}
.tit_prod_banner {
    width: 40%;
    min-height: 25%;
    font-size: 18px;
    left: 30%;
    
}
.valor_prod_banner
{
   font-size: 26px;
}
}
@media all and (max-width: 650px) {
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        background-position-y: 40%;
        background-size: 200%;
        background-position-x: 20%;
    }
    .min
    {
        width: 80%;
        float: left;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px 5% 20px 5%;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
    {
      width: 52%;
    }
    .coluna_rodape_e, .coluna_rodape_d, .coluna_rodape_c
{
  width: 92%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 0 2%;
 
}
.logo_rodape {
    width: 96%;
    height: auto;
    float: left;
    margin-top: 2px 2% 0 2%;
    text-align: center;
}
.logo_rodape img {
    width: auto;
    height: 200px;
}
    .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; 
	}
    	.cont_cid {
    width: 95%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    padding-top: 8px;
}
	.capcha
	{
		width: 80%;
		float: none;
		margin: 0px auto;
		min-height: 50px; 
	}
	
	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
  .cont_form
  {
    width: 95%;
    
  }
  .cont_cont_noticia
  {
    width: 90%;
    min-height: 240px;
    float: none;
    margin: 20px auto;  
  }
  .cont_calculador
  {
    width: 80%; 
  }

  #capcha_campo {
    width: 80%;
    float: left;
    margin: 10px 10% 0 10%;
  }
  .container_a {
    width: 100%;
    min-height: 200px;   
}
.container_b {
    width: 100%;
    min-height: 200px;   
}
.container_c {
    width: 100%;
    min-height: 100px;   
}
.container_d {
    width: 100%;
    min-height: 100px;   
}
.bloco_menu1 {
    width: 48%;
    min-height: 300px;
    float: left;
    padding: 10px 1% 10px 1%;
    }
    .bloco_menu2 {
    width: 48%;
    min-height: 300px;
    float: left;
    padding: 10px 1% 10px 0;
    background-color: #fff;
    border-left: 1px solid #b1b1b1;
    text-align: center;
}
}
@media all and (max-width: 600px) {
        .bloco_menu1, .bloco_menu2 {
        width: 98%;
        min-height: 50px;
        text-align: center;
    }
    .menu_foto_vert {
    width: 100%;
    height: 250px;
    float: left;
    margin: 10px 0 10px 0;
    text-align: center!important;
}
.menu_titulo {
      font-size: 24px;
}
  .menu_foto_vert img
  {
    float: none;
    height: 250px;
    width: auto;
  }
    .produto_resumo_desc {
        width: 98%;
        padding-left: 2%;
        border-bottom: 1px solid #d1d1d1;
    }
    .produto_resumo_sub {
        width: 33%;
    }
    .produto_resumo {
        border: 1px solid #b1b1b1;
        border-radius: 5px;
        text-align: center;
    }
  
    .min
    {
        width: 80%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    
   
    .cont_detalhes
    {
        text-align: center;
    }
    .botao
    {
        width: 90%;
        height: 40px;
        float: none;       
       
    }
    .cont_foto_int
{
    width: 70%;
    height: auto;
    float: left;
    border: 0px solid #e1e1e1;
    margin: 10px 15% 10px 15%;
}
.cont_detalhes
{
    width: 96%;
    height: auto;
    float: left;    
    margin: 10px 2% 10px 2%;   
}
    .cont_produto
    {
        width: 46%;
        min-height: 350px;
        border-radius: 10px;
        float: left;
        margin: 10px 2% 10 2%;    
    }
    .redes
    {
        width: 40%;
    }
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
        background-position-y: 40%;
        background-size: 220%;
        background-position-x: 20%;
    }
}
@media all and (max-width: 560px) {
    .cont_prod_banner {
        width: 107%;
        height: 300px;
        margin: 0px -15% 0;
        float: right;
    }
   
    .cont_noticia
    {
        width:96%;
        min-height: 500px;
        overflow: hidden;
    }
    .foto_noticia {
        width: 96%;
        height: auto;
        margin: 10px 2% 10px 2%;
        overflow: hidden;
        float: left;
        border-radius: 10px 10px 0 0px;
    }
    .foto_noticia img {
        width: 100%;
        height: auto;
    }
    .tit_noticia {
        width: 96%;
        min-height: 30px;
        float: left;
        margin: 10px 2% 10px 2%;      
    }
    .desc_noticia {
        width: 96%;
        min-height: 60px;
        float: left;
        margin: 10px 2% 10px 2%;  
    }
    .ler_tudo {
        width: 96%;
        min-height: 30px;
        float: right;
        margin: 10px 2% 10px 2%;
        text-align: center;        
    }
    #menu_mob_sub
    {
    width: 100%;
    margin-left: 0%;
    }

}
@media all and (max-width: 520px) {
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;
       
        background-size: 240%;
        
    }
    .min
    {
        width: 90%;
        float: none;
        height: 250px;
        border: 1px solid  #c1c1c1;
        margin: 10px auto;
        padding: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        overflow: hidden;
        text-align: center;
    }
    .autor
    {
      width: 60%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 460px;
        overflow: hidden;
    }
    .whatsapp {
        left: 80%;    
      }
   
    .cont_rodape
    {
        width: 100%;
        min-height: 150px;
        float: left;
        background-size: 250%;
     
        overflow: hidden;
    }
    
    .foto_produto_banner {
    width: 500px;
    height: 550px;
    margin-top: -65px;
    margin-right: -15%;
    rotate: -20deg;
    overflow: hidden;
}   
    .foto_produto_banner img {
        width: 60%;
        height: auto;
        margin: 25% -30% 0 20%;
       
    }
    .foto_produto_banner img:hover {
        width: 60%;
        height: auto;
        margin: 25% -30% 0 20%;
    }
   
     ::-webkit-scrollbar {
      width: 0px;
  }
}
@media all and (max-width: 480px) {
   
    .cont_tel
    {
        width: auto;
    }
  
    .redes
    {
        float: left;
        margin-left: 2%;  
        width: auto;  
    }
    .foto_produto {
    width: 95%;
    height: 200px;
    }
     .cont_produto
    {
        width: 48%;
        min-height: 300px;
        border-radius: 10px;
        float: left;
        margin: 10px 1% 10 1%;    
    }
}
@media all and (max-width: 450px) {
.cont_banner, .cont_banner2, .cont_banner3 {
    width: 100%;
    background-size: 260%;
   
}
.cont_prod_banner {
    width: 107%;
    height: 300px;
    margin: 0px -20% 0;
    float: right;
}

}
@media all and (max-width: 440px) {
    
    .redes
    {
        float: left;
        width: 45%;
        margin-top: 10px; 
        margin-left: 0;   
    }
     .cont_tel
    {
        float: right;
        width: 45%;
        margin-top: 10px;  
        font-size: 14px;
        margin-right: 0; 
    }
        #carrinho {
        min-width: 10px;
        height: 35px;
        margin: -60px 0 0 10px;
    }
    .cont_cont_busca
    {
        top: 70%;   
    }
    .usuario
    {
        margin-right: 25%;
    }
    .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;
    }
    .autor
    {
      width: 90%;
    }
    .cont_noticia
    {
        width:96%;
        min-height: 420px;
        overflow: hidden;
    }
    .whatsapp {
        left: 75%;    
      }
      
   
.topo
{
    padding: 0 3% 0 3%;;
}
.cont_banner, .cont_banner2, .cont_banner3 {
    width: 100%;
    
    background-size: 260%;
 
}
.cont_prod_banner {
    width: 120%;
    height: 300px;
    margin: 0px -20% 0;
    float: right;
}

}
@media all and (max-width: 400px){
    .usuario
    {
        margin-right: 22%;
    }
      
    
}
@media all and (max-width: 360px) {
    
    .foto_produto {
      width: 95%;
      height: 320px;
    }
    .usuario
    {
        margin-right: 21%;
    }
    .cont_banner, .cont_banner2, .cont_banner3 {
        width: 100%;       
        
        background-size: 380%;
       
        background-attachment: scroll;
    }
    
}
@media all and (max-width: 350px) {
    .cont_cliente
    {
        width: 90%;
        min-height: 200px;
        float: left;
        margin: 10px 5% 10px 5%;    
       
    }
    .cont_rodape
    {
        width: 100%;
        min-height: 150px;
        float: left;
        background-size: 300%;
       
        overflow: hidden;
    }
    
}
@media all and (max-width: 320px) {
 
}
@media all and (max-width: 300px) {
  
}
@media all and (max-width: 270px) {
   
}