/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300&subset=latin,latin-ext);

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?oeu3az');
  src:  url('../fonts/icomoon.eot?oeu3az#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?oeu3az') format('truetype'),
    url('../fonts/icomoon.woff?oeu3az') format('woff'),
    url('../fonts/icomoon.svg?oeu3az#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart-outlined:before {
  content: "\e900";
}
.icon-heart:before {
  content: "\e901";
}

.iconepag{
    width: 80px;
    height: auto;
    display: block;
    margin: 30px auto;
}
body{
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 300;
	background-color: #224332;
	color: #dfd8c6;
	line-height: 1.36em;
}
a{
    text-decoration: none;
}
.branco{
	background-color: #fff;
	color: #224332;
}
.verde-claro{
	background-color: #305a44;
	color: #dfd8c6;
}
.home .verde-claro, .verde-escuro{
	background-color: #224332;
	color: #dfd8c6;
}
.bege{
	background-color: #dad7cb;
	color: #224332;
}
.areas-title{
    text-align: center;
    font-size: 2.5em;
    padding: 1em 0 .5em;
}
.bege section:nth-child(odd){
	background-color: #e8e5da;
	color: #224332;
}
.left section{
    text-align: left;
}
.left section h1{
    line-height: 1.2em;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1.62em;
}
.left section.notoriedade h1{
    text-align: center;
}
.row{
	margin-bottom: 40px;
}
.bgcolor{
	padding: 20px 0;
}
.right{
	text-align: right;
}
.rowmenu{
	text-align: center;
}
.videoWrapper {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 25px;
    	height: 0;
    }
    .videoWrapper iframe,
    .videoWrapper object,
    .videoWrapper embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    video {
	  width: 100%    !important;
	  height: auto   !important;
	}
.flexbox {
  display: -webkit-flex;        
  display: -ms-flexbox;     
  display: flex;
  overflow: hidden;
}
.flexbox .column {
  flex: 1;
}
section, .outras{
	width: 100%;
	height: auto;
	padding: 3.46em 0;
	text-align: center;
}
h1, h2, h3, h4, p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h4{
	font-size: 1.64em;
	margin-bottom: 1.3em;
}
h2{
	margin-bottom: 1.3em;
}
p{
	font-size: 0.876em;
    line-height: 1.36em;
}
a.mais{
    display: block;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    margin: 0;
}
.box{
	display: inline-block;
	width: 20%;
	margin: 2%;
	line-height: 1.2em;
	box-sizing: border-box;
    vertical-align: top;
}
.box span{
	border: none;
}
.box a{
    text-decoration: none;
}
.box img{
    display: inline-block;
    margin: 10px auto;
    width: 70px;
    height: 70px;
}

.box a h1{
    color: #dfd8c6;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
}

.box a h1 i{
    display: block;
    font-style: italic;
    font-size: .75em;
    margin-top: .25em;
}
.box:hover a h1{
    color: #fff;
}

.btnline{
    color: #dfd8c6;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: .25em 2em;
    margin: 2em auto;
    border: solid 1px #dfd8c6;
    background-color: rgba(0,0,0,0.15);
}
.btnline:hover{
    color: #173b28;
    background-color: #dfd8c6;
}
.btnline.dark{
    color: #173b28;
    border: solid 1px #173b28;
    background-color: transparent;
}
.noticias-content .btnline{
    display: block;
    margin: 1em auto;
}
.noticias-content .slick-slider{
    margin-bottom: 30px;
}
.noticias-content .slick-dots{
    background-color: rgba(0,0,0,0.25);
    height: 25px;
    bottom: -25px;
}
.noticias-content .slick-dots li{
    margin: 0 4px;
    padding: 0;
    top: -3px;
    cursor: pointer;
}
.noticias-content .slick-dots li button, .slider_estrutura_content .slick-dots li button{
    border-radius: 100%;
    background-color: #305a44;
}
.noticias-content .slick-dots li.slick-active button, .slider_estrutura_content .slick-dots li.slick-active button{
    background-color: #fff;
}
.slider_noticias_content{
    background-color: rgba(0,0,0,0.15);
    margin-bottom: 0;
}
.slider_noticias_content .grid-item-categorias{
    padding: .35em .5em;
}
.slider_noticias_content .grid-item-categorias a{
    display: inline-block;
    float: left;
    width: 15%;
}
.slider_noticias_content .grid-item-categorias a div, a.mais .btnmais{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    background-color: #305a44;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
a.mais .btnmais{
    left: 10px;   
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.slider_noticias_content .grid-item-categorias a:hover div, a.mais:hover .btnmais{
    color: #305a44;
    background-color: #fff;
}
.slider_noticias_content .grid-item-categorias span{
    display: inline-block;
    float: right;
    width: 85%;
    text-align: left;
    text-transform: none;
    font-size: .85em;
    
}

.icolpn{
	background: url(../design/ico-adm.svg) transparent no-repeat center top;
	background-size: 70px 70px;
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	line-height: 1.25em;
	font-weight: 300;
}
.icolpn.civil{
	background: url(../design/ico-civil.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.suc{
	background: url(../design/ico-suc.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.soc{
	background: url(../design/ico-soc.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.trab{
	background: url(../design/ico-trab.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.trib{
	background: url(../design/ico-trib.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.prev{
	background: url(../design/ico-prev.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.int{
	background: url(../design/ico-int.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.icolpn.fin{
	background: url(../design/ico-fin.svg) transparent no-repeat center top;
	background-size: 70px 70px;
}
.borda{
	padding: 4px 12px;
	margin: 0 auto;
	border: 1px solid #dfd8c6;
}
#text-2 h3, #text-3 h3, #text-4 h3{
	background: url(../design/ico-footer-mapa.svg) transparent no-repeat center top;
	background-size: 50px 50px;
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
#text-3 h3{
	background: url(../design/ico-footer-fone.svg) transparent no-repeat center top;
	background-size: 50px 50px;
}
#text-4 h3{
	background: url(../design/ico-footer-email.svg) transparent no-repeat center top;
	background-size: 50px 50px;
}
.tel b.ico{
	background: url(../design/ico-footer-fone.svg) transparent no-repeat center bottom;
    background-size: 20px 20px;
    display: inline-block;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    line-height: 1.25em;
    float: left;
    font-weight: 300;
}
.footerbarbg .tel b.ico{
	background: url(../design/ico-scrolltop.svg) transparent no-repeat center bottom;
	background-size: 14px 14px;
}
#newsletter h4 b{
	background: url(../design/ico-newsletter.svg) transparent no-repeat center bottom;
	background-size: 20px 20px;
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	line-height: 1.25em;
	font-weight: 300;
}
.box_news{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
}
.newbox{
	margin-bottom: 40px;
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.newbox a{
	text-decoration: none;
	color: #224332;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.newbox a:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #a5a9a7;
}
.newbox h4{
	margin-bottom: 0.67em;
}
.dir-title{
	display: inline-block;
	width: 32%;
	text-align: center;
}
.dir-title::after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin: 0 auto;
	background-color: #a6cf38;
}
.dir-title h2{
	font-size: 1em;
	background: url(../design/btn-bg.png) transparent no-repeat right bottom;
	background-size: 200px 244px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
	padding: 4px 12px;
	-webkit-box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
	letter-spacing: 0.015em;
}
.chaves span{
	display: block;
	border: solid 1px #a6cf38;
	width: 95%;
	height: 30px;
}
.chaves span.chaves-top{
	border-bottom: none;
}
.chaves span.chaves-bottom{
	border-top: none;
}
.greenborder{
	border: solid 1px #a6cf38;
	position: relative;
    display: table;
	box-sizing: border-box;
	padding: 25px;
    font-size: 1.4em;
    line-height: 1.4em;
    width: 100%;
    margin: 25px 0;
}
.greenborder:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #a7cf38 transparent transparent transparent;
}
.readmore-box-line{
    float: left;
    display: table;
    height: 80px;
    width: 70%;
    text-align: left;
}
.readmore-box-line span{
    display: table-cell;
    vertical-align: middle;
}
.readmore-box-line.logo-box{
    width: 80px;
    height: 80px;
    margin-right: 30px;
}
.readmore-box-line.logo-box img{
    width: 80px;
    height: 80px;
}
.topbarbg{
	background: url(../design/top-bar-bg.svg) transparent no-repeat center top;
	background-size: 2880px 55px;
	width: 100%;
	height: 55px;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 3;
}
.topbarbg .tel, .footerbarbg .tel{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.88em;
	padding: 1em;
	letter-spacing: 0.035em;
	display: inline-block;
}
.footerbarbg .tel{
	padding: 0.5em;
}
.topbarbg .tel span{
	font-size: 0.78em;
}
#home .inner, #header-bar .inner{
	margin-top: 80px;
}
#wrap{
    height: 100%;
    position: relative;
} 
#home{
	width: 100%;
	height: 100vh;
	min-height: 700px;
	text-align: center;
    position: relative;
	background: url(../design/bg-circle.png) #173b28 no-repeat center center;
	background-size: cover;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#173b28+0,204331+50,103322+100 */
	background: url(../design/bg-circle.png) -moz-linear-gradient(top,  #173b28 0%, #204331 50%, #103322 100%); /* FF3.6+ */
	background: url(../design/bg-circle.png) -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173b28), color-stop(50%,#204331), color-stop(100%,#103322)); /* Chrome,Safari4+ */
	background: url(../design/bg-circle.png) -webkit-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* Chrome10+,Safari5.1+ */
	background: url(../design/bg-circle.png) -o-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* Opera 11.10+ */
	background: url(../design/bg-circle.png) -ms-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* IE10+ */
	background: url(../design/bg-circle.png) linear-gradient(to bottom,  #173b28 0%,#204331 50%,#103322 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173b28', endColorstr='#103322',GradientType=0 ); /* IE6-8 */
}
#header-bar{
	width: 100%;
	height: 200px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
    position: relative;
	background: url(../design/bg-circle.png) #173b28 no-repeat center center;
	background-size: cover;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#173b28+0,204331+50,103322+100 */
	background: url(../design/bg-circle.png) -moz-linear-gradient(top,  #173b28 0%, #204331 50%, #103322 100%); /* FF3.6+ */
	background: url(../design/bg-circle.png) -webkit-gradient(linear, left top, left bottom, color-stop(0%,#173b28), color-stop(50%,#204331), color-stop(100%,#103322)); /* Chrome,Safari4+ */
	background: url(../design/bg-circle.png) -webkit-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* Chrome10+,Safari5.1+ */
	background: url(../design/bg-circle.png) -o-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* Opera 11.10+ */
	background: url(../design/bg-circle.png) -ms-linear-gradient(top,  #173b28 0%,#204331 50%,#103322 100%); /* IE10+ */
	background: url(../design/bg-circle.png) linear-gradient(to bottom,  #173b28 0%,#204331 50%,#103322 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173b28', endColorstr='#103322',GradientType=0 ); /* IE6-8 */
}
#menu-institucional, .menu_news{
	font-size: 0;
}
#menu-institucional li, .menu_news li{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
#menu-institucional li a, .menu_news li a{
	color: #dfd8c6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.0em;
	line-height: 1.18em;
	letter-spacing: -0.015em;
	text-decoration: none;
	padding: 5px 18px;
	border-left: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#menu-institucional li:last-child a, .menu_news li:last-child a{
	border-right: 1px solid rgba(255,255,255,0.2);
}
#menu-institucional li:last-child a{
    text-indent: -9999px;
}

#menu-institucional li a:hover, .menu_news li a:hover, .menu_news li a.active{
	background-color: #fff;
	color: #224332;
}
.branco #menu-institucional li a,.branco .menu_news li a{
	color: #224332;
	border-left: 1px solid rgba(33,66,49,0.5);
}
.branco #menu-institucional li:last-child a, .branco .menu_news li:last-child a{
	border-right: 1px solid rgba(33,66,49,0.5);
}
.branco #menu-institucional li a:hover, .branco .menu_news li a:hover, .menu_news li a.active{
	background-color: #224332;
	color: #fff;
}
.footer .menu{
    text-align: left;
}
.footer .menu li a{
    color: #dfd8c6;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 15px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.footer .menu li.menu-title a{
    font-weight: 700;
}
.footer .menu li a:hover{
    color: #fff;
    text-decoration: underline;
}
.entry-title{
    margin-bottom: 20px;
}
#seta-down{
	width: 160px;
	height: 60px;
	background: url(../design/seta-geral.png) transparent no-repeat center top;
	background-size: 60px 120px;
	margin: 30px auto;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #dfd8c6;
}
#seta-down:hover{
	background: url(../design/seta-geral.png) transparent no-repeat center bottom;
	background-size: 60px 120px;
	color: #fff;
}
#home-title{
	text-align: center;
	position: absolute;
    padding: 0;
    top: 30%;
    width: 100%;
    z-index: 12;	
}
#home-news{
    text-align: center;
	position: absolute;
    padding: 0;
    bottom: 100px;
    width: 100%;
    z-index: 12;
}
#main-btn{
	position: absolute;
    bottom: 3%;
    width: 100%;
    z-index: 12;
}
#main-btn .row{
	margin-bottom: 0;
}
.easy{
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#home .home-title{
	color: #dfd8c6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.28em;
	line-height: 1.18em;
	letter-spacing: -0.015em;
	margin-bottom: .35em;
}
#home .home-subtitle{
	color: #dfd8c6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.38em;
	line-height: 1.18em;
	letter-spacing: 0.015em;
}
#home .btn{
	display: inline-block;
	background: url(../design/btn-bg.png) transparent no-repeat right bottom;
	background-size: 200px 244px;
	width: 120px;
	color: #dfd8c6;
	padding: 10px;
	margin: 10px 20px;
	-webkit-box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 1px rgba(0,0,0,0.1);
}
#home .btn:hover{
	color: #fff;
	background: url(../design/btn-bg.png) transparent no-repeat right top;
	background-size: 200px 244px;
}
a.logo {
    display: block;
    width: 260px;
    height: 100px;
    margin: 0 auto;
    background: url(../design/logo.svg) no-repeat;
    background-size: 100% 100%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-top: 20px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.logotype-img img{
	max-width: 100%;
	height: auto;
}
#nos{
	background-color: #1e4332;
	color: #dfd8c6;
	text-align: center;
}
#news, #estrategia{
	background-color: #fff;
	color: #224332;
	text-align: center;
}
.inner{
	padding: 0 15%;
}
/*////////////// MENU */
.button_container {
  position: absolute;
  top: 90px;
  right: 5%;
  height: 24px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.button_container:hover span{
  background: rgba(255, 255, 255, 1);
}
.overlay {
  position: fixed;
  background: #183b27;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
          transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 99;
}
.overlay.open {
  opacity: .93;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay nav {
  position: relative;
  height: auto;
  top: 5%;
  font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
  width: 320px;
  background-color: #163523;
}

.overlay .menu-title{
	background-color: #305a44;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  line-height: 1.2em;
    padding: 5px 15px;
    margin: 0;
}
.overlay ul li a {
  display: inline-block;
  position: relative;
font-family: 'Open Sans',sans-serif;
  color: #FFF;
  text-decoration: none;
}

.overlay ul li:hover {
  background-color: rgba(255,255,255,0.2);
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.colunas .row{
	margin-bottom: 20px;
	overflow: hidden;
}
.boxlarge{
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.boxsmall{
	width: 100%;
	padding-bottom: 58.2%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.one-col .boxlarge{
	width: 100%;
	padding-bottom: 66%;
	position: relative;
	float: left;
}
.one-col .boxsmall{
	width: 100%;
	padding-bottom: 36%;
	position: relative;
	float: left;
}
.boxsmall .boxinner, .boxlarge .boxinner{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  background-size: cover;

}
/* ////// FOOTER //////// */
.footer{
	background-color: #305a44;
	color: #dfd8c6;
	text-align: center;
}
.footerbarbg{
	background: url(../design/footer-bar-bg.svg) transparent no-repeat center top;
	background-size: 2880px 55px;
	width: 100%;
	height: 55px;
	text-align: center;
	position: relative;
	z-index: 3;
	color: #dfd8c6;
}

.footerbarbg a{
	color: #dfd8c6;
	text-decoration: none;
	top: 12px;
    padding: 10px;
    position: relative;
}
.footerbarbg a:hover{
	color: #fff;
	text-decoration: none;
}
.footer #newsletter{
	background-color: #dad7cb;
	padding: 30px 0;
	-webkit-box-shadow: inset 0px 0px 18px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow:    inset 0px 0px 18px 0px rgba(50, 50, 50, 0.62);
	box-shadow:         inset 0px 0px 18px 0px rgba(50, 50, 50, 0.62);
}
.footer #newsletter h4{
	color: #224332;
	text-align: right;
	margin: 2px;
	font-size: 0.976em;
}
.footer #newsletter form{
	float: left;
	margin-bottom: 0;
}
.footer #newsletter input[type="text"], .footer #newsletter input[type="email"] {
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    height: 33px;
    width: 230px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.88em;
    color: #224332;
    padding: 0 15px;
    margin: 0;
    text-align: left;
    border: none;
    float: right;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    
}
.footer #newsletter input[type="submit"] {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomright: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #224332;
    height: 33px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.88em!important;
	color: #fff;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 15px;
    line-height: 12px;
    margin: 0px;
    text-align: center;
    text-transform: lowercase;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    text-decoration: none;
}
.footer #newsletter input[type="submit"]:hover{
	background-color: #41795C;
} 
.footer #footermenu{
	background-color: #224332;
	padding: 30px 0;
}
.footer #footerinfo{
	padding: 30px 0;
}
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	/*overflow:hidden;*/
}
.accordion-section{
	margin-bottom: 10px
}
/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	height: 100px;
	padding: 20px;
	display:inline-block;
	background: #385647;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	color: #dad7cb;
}
.accordion-section-title{
	text-decoration: none;
	position: relative;
}
.accordion-section-title .ico{
	display: block;
	width: 20px;
	height: 65px;
	position: absolute;
	top: 18px;
	left: -25px;
	border-radius: 10px;
	background: url(../design/ico-accordion.svg) #dad7cb no-repeat center top;
}
.accordion-section-title h3, .accordion-section-title span{
	display: block;
	text-align: left;
}
.accordion-section-title h3{
	font-size: 1.38em;
    line-height: 1.2em;
    padding-right: 100px;
}
.accordion-section-title span{
	font-size: 0.78em;
}
.accordion-section-title .perfil{
	position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background:#356a4f;
	/* Type */
	text-decoration:none;
}
.accordion-section-title.active .ico{
	background: url(../design/ico-accordion.svg) #dad7cb no-repeat center bottom;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:0;
	display:none;
	background: #dad7cb;

}

.accordion-section-content p{
	color: #385647;
	padding:20px;
	margin: 0;
	text-align: left;
}
.accordion-section-content .frase{
	color: #385647;
	background: #ffffff;

}
.row.noborder, .boxsmall.noborder{
	margin-bottom: 0;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form button[type="submit"]{
	font-family: 'Open Sans', sans-serif;
}.wpcf7-form h3{
	color:#0059ab;display:block;font-size:28px;
}
.wpcf7-form h4{
	margin:10px 0 4px;display:block;font-size:13px;
}.wpcf7-form label{
	cursor:pointer;
	display:block;
	margin:8px 0 5px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	text-align: left;
}
.wpcf7-form .Obrigatorio{
	color:#0059ab;display:block;margin:8px 0 5px 0;font-weight:900;font-family: 'Open Sans', sans-serif;font-size:15px;font-weight:300;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form
textarea{
	width:100%;
	border:1px solid #fff;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:14px;
	box-sizing: border-box;
}.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="url"]:hover,
.wpcf7-form textarea:hover{
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA
}
.wpcf7-form textarea{
	height:150px;max-width:100%;
}
.wpcf7-form input[type="submit"]{
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #224332;
    height: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.88em!important;
    color: #fff;
    padding: 0px 30px;
    line-height: 12px;
    margin: 0px;
    text-align: center;
    text-transform: lowercase;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    text-decoration: none;
}
.wpcf7-form input[type="submit"]:hover{background-color:#17a9e7}.wpcf7-form input[type="submit"]:active{box-shadow:inset 0 1px 3px rgba(0,0,0,0.5)}.wpcf7-form input:focus,
.wpcf7-form textarea:focus{outline:0;border:1px
solid #999}::-webkit-input-placeholder{color:#888}:-moz-placeholder{color:#888}::-moz-placeholder{color:#888}:-ms-input-placeholder{color:#888}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
        #home .home-title, .entry-title{
			font-size: 1.8em;
            line-height: 1.2em;
		}
        .newbox h4{
            font-size: 1em;
            line-height: 1.2em;
        }
        .accordion-section-title h3{
            font-size: 1.1em;
            line-height: 1em;
        }
        
    }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        
        h2 {
            font-size: 1.5em;
            line-height: 1.2em;
        }
        .inner{
            padding: 0;
        }
        .boxsmall, .boxsmall.noborder{
            margin-bottom: 20px;
        }
        .box {
            width: 28%;
            margin: 2%;
        }
        .accordion-section-title h3{
            font-size: 1em;
            line-height: 1em;
        }
        .flexbox{
			display: block;
		}
		.greenborder{
			margin-bottom: 30px!important;
            font-size: 1.1em;
            padding: 20px;
		}
		.greenborder:after{
			content: "";
            display: block;
            height: 32px;
            width: 1px;
            margin: 0 auto;
            position: absolute;
            bottom: -32px;
            left: 0;
            right: 0;
            background-color: #a6cf38;
		}
        .readmore-box-line{
            width: 60%;
        }
        .readmore-box-line.logo-box{
            margin-right: 20px;
            width: 60px;
            height: 60px;
        }
		.greenborder:last-child:after{
			display: none;
		}
        .footer #newsletter h4{
            text-align: center;
        }
        .footer #newsletter form {
            float: none;
            margin-bottom: 0;
            margin: 0 auto;
            display: inline-block;
            text-align: center;
        }
        .accordion-section-title span{
            font-size: 0.68em;
        }
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
        .accordion-section-title span{
            font-size: 0.56em;
        }
        .button_container{
            top: 65px;
        }
        #home .inner, #header-bar .inner {
            margin-top: 100px;
        }
		a.logo{
			width: 200px;
			height: 77px;
		}
		#home{
			min-height: 568px;
		}
		#home .home-title, .entry-title{
			font-size: 1.4em;
		    line-height: 1.02em;
		    margin-bottom: 0.5em;
		}
		#home .home-subtitle {
		    font-size: 1.08em;
		    line-height: 1.08em;
		}
		#home .btn{
			width: 115px;
		    padding: 10px;
		    margin: 10px 5px;
		}
		#main-btn{
			bottom: 2%;
		}
		#seta-down{
			margin: 5px auto;
		}
		.dir-title{
			display: block;
			width: 100%;
		}
		.dir-title h2{
			margin-bottom: 0;
		}
		.box{
			width: 40%;
			margin: 10% 2%;
		}
		.flexbox{
			display: block;
		}
		.greenborder{
			margin-bottom: 30px!important;
		}
		.greenborder:last-child:after{
			display: none;
		}
        #home-news{
            bottom: 80px;
        }
        #home-title{
            top: 32%;
        }
        .footer #newsletter input[type="text"], .footer #newsletter input[type="email"]{
            width: 220px;
        }
        .slider_noticias_content .grid-item-categorias span{
            font-size: .78em;
            line-height: 1.2em;
        }
        .noticias-content .btnline{
            margin: .5em 0;
            font-size: 1.1em;
            padding: .35em .5em;
        }
        
	}

