
.column {
    float: left;
    width: 25%;
    padding: 0px;
    height: 50px;
    border-radius: 3px;
    transition-duration: 0.5s;
    opacity: 1;
}

.column a{
    float: none;
    color: #ca9a2b;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size:14px;	
    transition-duration: 0.5s;
    line-height: 15px;
}

.column a:hover {
    background-color: #f1f1f1;
	color:#ca9a2b;
    transition: all 0.5s ease;
    cursor: pointer;
}

.column h3{
	text-align:left;
	font-size:14px;	
	padding-left:20px;
    color: #ca9a2b;
}

.bt-dropmenu{
    text-decoration: none;
    background: none;
    float: left;
    border: none;
    
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}



/******************************************/
#menuHeader {
	position:fixed !important;
	width: 100%;
	top:0px;
	z-index:  999999;
	background:#20409a;
	text-align:center;
    
}

.submenu {
	margin:0px;
	padding:0px;
	position: absolute;
	z-index:999999;
    top: 100%;
    border-width: 0;
  
}


.sub-menu{
    
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 9999999;
    top: 100%;
    border-width: 10px;    
}

.dropdown {
    float: left;
    overflow: hidden;
    
}

.dropdown .dropbtn {
	font-family:"font";
    font-size: 16px;    
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 10px;
    background-color: inherit;
    margin: 0;
    
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #343434;
	color:#fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    left: 0;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    z-index: 1;
}

.dropdown-content .header {
    padding: 10px;
    color: #808080;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menu{
	margin:0px;
	width:100%;
	background:#20409a;
	font-size:14px;

}


.menulink {
	display:inline-block;
}


.menulink a {
	display:block;
	height: 50px;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	line-height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.submenu li a{
	text-align: left;
	text-decoration: none;
	font-size:14px;
    line-height: 20px;
}

.menulink:hover a{
	color: #ca9a2b;
	text-decoration: none;
}

.menulink:hover ul a {
	color: #ca9a2b;
	height: 40px;
	line-height: 30px;
}


.menulink:hover ul a:hover {
	color: #ca9a2b;
}


.menulink ul {
	display: none;
}


.menulink ul li {
	display: block;
	float: none;
}


.menulink ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


.menu li a:hover + .submenu, .submenu:hover, .menu li a:focus + .submenu, .submenu:focus, .menu li a:active + .submenu, .submenu:active {
	display: block;
}


.show-menu {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #20409a;
	text-align: center;
	padding: 10px 0;
	margin:0px;
	display: none;
	font-size:14px;
	text-align:right;
	margin-right:50px;
}


input[type=checkbox]{
    display: none;
}


input[type=checkbox]:checked ~ .menu{
    display: block;
}


@media screen and (max-width : 760px){
	
	.menu {
		position: static;
		display: none;
	}
	
	
	.submenu:first-child{
		margin-top:10px;
	}
	
	.submenu li:first-child{
		margin-top:0px;
	}
	
	
	.menu li, li a {
		width: 100%;
	}
	
	.submenu li{
		margin-left:10px;
	}
	
	.submenu li a{
		text-align:center;
	}
	
	.show-menu {
		display:block;
	}
}


body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	width:100%;
}

#header1{
	background: url(../images/header.jpg) no-repeat bottom center;	
}

#header2{
	background: url(../images/banner.jpg) no-repeat bottom center;	
}

#header1, #header2{
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}

#header1:before, #header2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(64,64,64,0.125);
}
	
.titulo, .titulo-claro, .subtitulo, .titulo-conteudo-pequeno{
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-bottom:0px;
}

.titulo, .titulo-claro, .subtitulo{
	margin-top:50px;
	margin-bottom:0px;
	font-size:30px;
	color:#20409a;
}

.subtitulo{
	margin-top:0px;
	color:#ca9a2b;
	font-size:20px;
	margin-bottom:30px;	
}

.titulo-conteudo-pequeno{
	font-size:18px;
	color:#fff;
	text-align:center;
}


.content{
	background:#FFFFFF;
	text-align:center;
	width:100%;
}

.sub-content{
	width:60%;
	margin:0 auto;
}

.sub-content-menu{
	width:50%;
	margin:0 auto;
}


@media screen and (max-width: 1400px){
	.sub-content{
		width:80%;
	}
}

@media screen and (max-width: 1600px){
	.sub-content-menu{
		width:60%;	
	}
}

@media screen and (max-width: 1300px){
	.sub-content-menu{
		width:80%;	
	}
}

@media screen and (max-width: 1000px){
	.sub-content{
		width:90%;
	}
	.sub-content-menu{
		width:90%;	
	}
}

@media screen and (max-width: 1000px){
	.sub-content-menu{
		width:100%;	
	}
}

#logo-sobre{
	margin-left:50px;	
}


.conteudo, .conteudo-produtos, .conteudo-rodape, .conteudo-prod, .conteudo-contato, .conteudo-zoom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline-block;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center !important;
	vertical-align:top
}

.conteudo-prod{
	border:1px solid #eeeeee;
	width:260px;	
	padding:20px;
	text-align:left !important;
	margin-left:10px;
	margin-right:10px;	
	margin-top:20px;
	margin-bottom:50px;
}

.imagem-prod{
	width:220px;
	height:211px;	
}

.cod-prod{
	font-size:8px;
	color:#808080;
	padding-top:10px;
	padding-bottom:10px;
}

.nome-prod{
	color:#ca9a2b;
	font-size:16px;
	height:50px
}

.medida-prod{
	color:#808080;
	font-size:14px;
	padding-top:10px;
}

.conteudo-zoom{
	border:1px solid #eeeeee;
	overflow: hidden;
  	width: 540px;
	height:540px;
	margin-right:50px;
}

.conteudo-zoom img{
	max-width:100%;
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}

.conteudo-zoom:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.miniatura{
	width:50px;
	cursor:pointer;
}

.miniatura:hover{
	opacity:0.7;	
}

@media screen and (max-width: 600px) {
	.conteudo-zoom{  
		margin-left:0px; 
		width:280px;
		height:280px;
	}
}

.conteudo-produtos{
	width:180px;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	position: relative;
	background-color:#20409a;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.conteudo-produtos:hover .image {
  opacity: 0.2;
}

.conteudo-produtos:hover .middle {
  opacity: 1;
}



.conteudo-rodape{
	width:280px;
	margin-left:20px;
	margin-right:20px;
	vertical-align:top;	
	text-align:left;	
}

.conteudo-contato{
	margin-left:50px;	
}

@media screen and (max-width: 600px) {
	 .conteudo-servico, .conteudo-time, .conteudo-produtos{
		margin-left:0px;
		margin-right:0px;
	  }
	  .conteudo-produtos{
		width:140px;  
	  }
	  .conteudo-contato{
		margin-left:0px;  
	  }
}


.corpo-conteudo{
	margin:auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#727272;
	text-align:left;
	padding:10px;
}

.subconteudo, .subconteudo2, .subconteudo3{
	min-height:100px;
	max-width:300px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	margin-bottom:10px;
}

.subconteudo{
	max-width:280px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	border-radius:20px;
	text-align:left !important;
	color:#808080;
	padding-bottom:20px;
	padding-top:30px;
}

@media screen and (max-width: 600px) {
	.subconteudo{
		margin-right:0px;  
		margin-left:0px; 
	}
}

.subconteudo2{
	min-height:150px;
	max-width:930px;
}

.div-fields{
	text-align:left;
	padding:5px;	
	float:left;
}

.fields{
	width:260px;
	height:30px;
	padding-left:5px;
	border:1px solid #dddddd;
}

.textarea{
	width:530px;
	border:1px solid #dddddd;
	resize:none;
}

@media screen and (max-width: 600px) {
	.textarea{
		width:280px;
	}
}

.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:30px;
	width:100px;
	background-color:#20409a;
	border:none;
	display:inline-block;
	color:#FFFFFF;
	margin-top:10px;
}

.pesquisa input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	width:600px;
	height:30px;	
	float:left;
	background-color:#f1f1f1;
	border:1px solid #CCCCCC;
	padding:2px;
	color:#808080;
	border-radius: 4px 0px 0px 4px;
}

.pesquisa button{
	font-family:"font";
	font-size:16px;	
	width:30px;
	height:30px;
	float:left;
	background-color:#20409a;
	border:none;
	border-radius: 0px 4px 4px 0px;
}

@media screen and (max-width: 1100px){
	.pesquisa input{
		width: 400px;
	}
}

@media screen and (max-width: 500px){
	.pesquisa input{
		width:300px;
	}
}

@media screen and (max-width: 640px){
	.pesquisa input{
		width:300px;	
		height:30px;
	}
}

@media screen and (max-width: 500px){
	.pesquisa input{
		width:170px;	
		height:30px;
	}
}


#svg-map path { 
	fill:#ca9a2b;
}

#svg-map text {
	fill:#fff;
	font:12px Arial-BoldMT, sans-serif; cursor:pointer
}

#svg-map a{
	text-decoration:none
}

#svg-map a:hover {
	cursor:pointer;
	text-decoration:none
}

#svg-map a:hover path{
	fill:#b98d29 !important
}

#svg-map .circle{
	fill:#ca9a2b;
}

#svg-map a:hover .circle{
	fill:#888888;
	cursor:pointer
}

#mg path, #sp path, #go path, #ac path, #pi path, #pe path, #mt path, #ba path, #ms path, #pr path, #sc path, #rs path, #rn path, #pb path, #rj path, #se path{
	fill:#ca9a2b;	
}

#rn .circle, #pb .circle, #rj .circle, #df .circle, #se .circle{
	fill:#ca9a2b;
}

#rn:hover .circle, #pb:hover .circle, #rj:hover .circle, #df:hover .circle, #se:hover .circle{
	fill:#b98d29 !important;
}

#svg-map #sp:hover path, #svg-map #mg:hover path, #svg-map #go:hover path, #svg-map #ac:hover path, #svg-map #pi:hover path, #svg-map #pe:hover path, #svg-map #mt:hover path, #svg-map #ba:hover path, #svg-map #ms:hover path, #svg-map #pr:hover path, #svg-map #sc:hover path, #svg-map #rs:hover path, #svg-map #rn:hover path, #svg-map #pb:hover path, #svg-map #rj:hover path, #svg-map #se:hover path{
	fill:#b98d29 !important;	
}


.modal button {
    background-color: #273896;
    color: white;
    border: none;
    cursor: pointer;
    width: 80px;
	height:30px;
	margin-top:10px;
	margin-right:10px;
}

.modal button:hover {
    opacity: 0.8;
}

.topo-login {
    text-align: center;
    padding:30px;
    position: relative;
    background-color:#273896;
    color:#fff;
    font-size:20px;
    font-weight:bold;
}

.content-login {
    padding: 16px;
}

.content-login a{
	text-decoration:none;	
}

span.link {
    float: right;
    padding-top: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width:280px;
	height:auto;
}

.fechar {
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.fechar:hover,
.fechar:focus {
    color: #bbb;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


#scroll{
	height:400px;
	overflow:auto;	
}

#scroll::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
#scroll::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
#scroll::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

#p1, #p2, #p3, #p4, #p5, #capital, #interior{
	display: none;
}