.color-1 {
	background: #435a6b;
}
.header h1 a{
    background:url(../Image/logo-topo.png) no-repeat; 
    background-size:90%;   
    width:20%;
    height:106px;
    text-indent:9999;
    float:left;
    display:block;
    margin:-15px 0 0 50px;
}
.menu a {
	position: relative;
	display: inline-block;
	margin: 5px 15px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size:18px;
}

/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 46px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}
/*
Resoluçãoes de 1920px
***********************************************************/
@media screen and (min-width:1681px) and (max-width:1920px){
   .header h1 a {width:18%;background-size:65%;margin:-18px 0 0 50px;}
}
/*
Resoluçãoes de 1680px
***********************************************************/
@media screen and (min-width:1367px) and (max-width:1680px){
   .menu a{margin: 5px 25px 0 25px;} 
   .menu a:visited, a:hover, a:link}{text-decoration:none;}
   .header h1 a {background-size:70%;margin:-18px 0 0 50px;}
}

/*
Resoluçãoes de 1366px
***********************************************************/
@media screen and (min-width:1025px) and (max-width:1366px){
   .menu a{margin: 10px 20px 0 20px;} 
   .header h1 a {background-size:85%;}
}
/*
Resoluçãoes de 1280px
***********************************************************/
@media screen and (min-width:1025px) and (max-width:1280px){
   .header h1 a {background-size:90%;}
}
/*
Resoluçãoes de 1024px
***********************************************************/
@media screen and (min-width:769px) and (max-width:1024px){
   .menu a{margin:-30px 15px 0 15px;} 
   .cl-effect-14 a {padding: 0 10px;}   
}
/*
Resoluçãoes de 768px
***********************************************************/
@media screen and (min-width:641px) and (max-width:768px){
   .menu a{margin:0px; padding: 0 5px 0 5px;} 
   .menu ul li{width:10px;margin:0;text-align:center;}
   .menu ul{width:80%;padding:0 2px;margin:10% 5% 0 15%;}
   .cl-effect-14 a {padding:0 10px;}
   .cl-effect-14 a::before,.cl-effect-14 a::after {display:none;}
   .header h1 a {width:30%;background-size:90%;margin:0 35% }  
}
/*
Resoluçãoes de 640px
***********************************************************/
@media screen and (min-width:481px) and (max-width:640px){
   .menu a{margin:0; padding:0;font-size:18px;} 
   .menu ul li{margin:0;text-align:center;padding:5px;}
   .menu ul{width:90%;margin:3% 10% 0 5%;padding:0;}
   .cl-effect-14 a {padding:0 6px;height:15px;}
   .cl-effect-14 a::before,.cl-effect-14 a::after {display:none;}
   .header h1 a {width:30%;background-size:95%;margin:0 35% }  
}
/*
Resoluçãoes de 480px
***********************************************************/
@media screen and (min-width:321px) and (max-width:480px){
   .menu a{margin:0; padding:0;font-size:15px;} 
   .menu ul li{margin:0;text-align:center;padding:2px;}
   .menu ul{width:90%;margin:-2% 10% 0 5%;padding:0;}
   .cl-effect-14 a {padding:0;height:15px;}
   .cl-effect-14 a::before,.cl-effect-14 a::after {display:none;}
   .header h1 a {width:40%;background-size:95%;margin:0 35% }  
}
/*
Resoluçãoes de 320px
***********************************************************/
@media screen and (max-width:320px){
   .menu a{margin-top:-20px; padding:10px;font-size:15px;display:block;} 
   .menu ul li{margin:0;text-align:center;padding:5px;}
   .menu ul{width:90%;margin-left:-20px;}
   .cl-effect-14 a {padding:0;height:15px;}
   .cl-effect-14 a::before,.cl-effect-14 a::after {display:none;}
   .header h1 a {width:40%;background-size:95%;margin:0 35%;height:50px; }  
}