@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,300');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700');
body
{
	margin:0px;
    background-color:#fff;
	color: #4a4a4a;
	font-size: 15px;
    padding: 0px;
	font-family: 'Merriweather', sans-serif;
}

.topo{
	width: 100%;
	height: 120px;
	background-color: #0e7d40;
	text-align: center;
	padding-top: 15px;
}

.social{
	position: absolute;
	top: 1.5vw;
	right: 2vw;
	text-align: center;
}

.menu{
	width: 100%;
	background-color: #0c6c37;
}

.container{
	width:98%;
	margin: 0 auto;
	/*background-color:#eeeeee;*/
	margin-top: 20px;
	padding-top: 5px;
}

.main{
	width: 100%;
}

.sidebar{
	width: 100%;
	text-align: center;
}

.destaque{
	width: 100%;
	max-height: 400px;
	cursor: pointer;
	background-position: center center;
  	background-repeat: no-repeat;
	padding: 220px 30px 30px;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: 700;
	color: white;
	text-shadow: 2px 2px 10px #000;
}

.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}
.wrap {
    position: relative;
}

@media (min-width: 801px) {
	
	.container{
		width:1200px;
		overflow:hidden;
	}
	
	.main{
		width:860px;
		margin:0 auto;
		text-align:justify;
		float: left;
	}
	
	.sidebar{
		width: 300px;
		float: right;
	}
	
	.destaque{
		width: 850px;
		min-height: 500px;
		margin: 0 0 20px 5px;
		padding: 415px 30px 30px;
	}

}

.menu_footer{
	width: 100%;
	background-color: #757575;
	height: 35px;
	text-align: center;
	color: #fff;
}

.footer{
	width: 100%;
	height: 100px;
	background-color: #515151;
	padding-top: 20px;
	text-align: center;
}



/* -----------------------    OUTRAS CLASSES   ----------------------- */

p { line-height:31px; }

a:link{
	color:#0e7d40;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
	color:#0e7d40;
}


a.link_noticias, a.link_noticias:visited{
	color:#2D2D2D;
	text-decoration:none;
}
a.link_noticias:hover{
	color:#086732;
	text-decoration:none;
	-o-transition:.5s;
  	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a.link_destaque, a.link_destaque:visited{
	color:#fff;
	text-decoration:none;
}
a.link_destaque:hover{
	color:#E2E2E2;
	text-decoration:none;
	-o-transition:.5s;
  	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}


img { border: 0 none; max-width:100%; height:auto;}

::selection {
background:#0e7d40;
color:#FFF;
}

::-moz-selection {
background:#0e7d40;
color:#FFF;
}

::-webkit-selection {
background:#0e7d40;
color:#FFF;
}

.clear{
	clear: both;
}


/* Search Style */ 
* {
    box-sizing: border-box;
}
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #FFFFFF;
  background: #FFFFFF;
  padding: 0;
  padding-right: 75px;
  padding-left: 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}














.sbx-custom {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 39px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
}

.sbx-custom__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-custom__input {
  
}

.sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-custom__input:hover {
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.sbx-custom__input:focus, .sbx-custom__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #FFFFFF;
  background: #FFFFFF;
}

.sbx-custom__input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input::-moz-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input:-ms-input-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input::placeholder {
  color: #AAAAAA;
}

.sbx-custom__submit {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #e0e0e0;
  padding: 0;
  width: 47px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sbx-custom__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.sbx-custom__submit:hover, .sbx-custom__submit:active {
  cursor: pointer;
}

.sbx-custom__submit:focus {
  outline: 0;
}

.sbx-custom__submit svg {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  fill: #202F40;
}

.sbx-custom__reset {
  display: none;
  position: absolute;
  top: 9px;
  right: 54px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-custom__reset:focus {
  outline: 0;
}

.sbx-custom__reset svg {
  display: block;
  margin: 4px;
  width: 13px;
  height: 13px;
}

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* FIM OUTRAS CLASSES */