@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

* {margin:0; padding:0;font-family: 'Roboto Condensed', sans-serif;}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
.owl-carousel{
    display:block !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity:0.6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  width:100%;
  font-size: 15px;
  background-color:#d1e9fa; 
  background-image:url(../images/bgbody.png); background-repeat:repeat-x;
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
  color:#333;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}

h1,h2,h3,h4,h5,h6,ul,li,figure{
    margin:0;
    padding:0;
}
img {
    margin:0;
    padding:0;
    border:none;
    display:block;
    height: auto;
    max-width: 100%;
}

h1{
  color: #333;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}
h2{
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
h3{
  color: #333;
  font-size: 22px;
  font-weight: normal;
}
h4{
  color: #333;
  font-size: 20px;
  font-weight: normal;
}
h5{
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
h6{
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

big{
    font-size: 16px;
}

u{
    text-decoration: underline;
}

b,strong{
    font-weight:bold;
}

a{
  font-size: 15px;
}

ul li{
    float: none;
    margin-bottom: 5px;
}

ol{
    margin-bottom: 5px;
}

address{
    font-style: italic;
}

pre{
    color: #333;
}

.container{
  position: relative;
  max-width:950px;
  margin: 0 auto;
  padding: 0 10px;
}

.tab_area {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}
.tab_area .all-tabs{
  width:100%;
  float: left;
  position:relative;
}
.popup-all{
  width:100%;
  position:absolute;
  z-index:99;
  top:0;
  left:0;  
}
.popup-all .main-popup{
  display:block;
  text-align:center;
  border: 4px #215100 solid;
  background-color: #296f00;
  padding: 10px;
  display:none;
}
.popup-all .main-popup p{
  color:#FFF;
  font-size:15px;  
  padding-top:15px;
}


.tab_area .breadcome {
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}

.tab_area .breadcome ul{
  margin: 0;
  padding: 0;
  list-style:none;
}

.tab_area .breadcome ul li{
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

.tab_area .breadcome ul li a,
.tab_area .breadcome ul li {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.tab_area .breadcome ul li.active a,
.tab_area .breadcome ul li.active{
  font-weight:normal;
}

.tab_area .breadcome ul li + li{
  padding-left:32px;
}

.tab_area .breadcome ul li + li::before {
  bottom: 0;
  color: #fff;
  content: " >> ";
  font-weight: 700;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
}

.tab_area .tab{
  width:100%;
  float: left;
  margin: 0;
  padding:0;
  line-height:1.2em
}

.tab_area .tab .tab_content{
  width: 100%;
  float: left;
  margin: 0;
  padding:20px 10px;
  background:#fff;
  line-height:1.2em;
}

.tab_area .tab .tab_content h2{
  font-size: 16px;
  color: #378d00;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  /* margin-bottom: 20px; */
  text-align: center;
}

.tab_area .tab .tab_content img{
  margin: 0 auto;
  width: auto;
}


.tab_area .tab .tab_content {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #333333;
  text-align: center;
  /* margin-bottom: 18px; */
  line-height: 1.2em;
}
.legenda {font-size:12px;text-align:center;}

figure { width: 90%; min-width: 17.5em; margin:0 auto;}
figure.figure1 {width: 60%;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.listing_aec{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
   margin-top:50px; padding-bottom:20px;
}

.listing_aec header{
  font-size: 18px;
  color: #007dcd;
  text-transform: uppercase;
 /*  background: #aedcf9; */
  padding:10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
 /*  border-radius: 4px 4px 0 0; */
  position: relative;
  background-color:#aedcf9; border-radius: 0.6em 0.6em 0em 0em;
}

.listing_aec header:before{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left:-9px;
  margin:auto;
  background: url("../images/icon2.png") no-repeat;
  width: 25px;
  height: 24px;
}

.listing_aec ul {
  background: #e8f4fd none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  list-style: none;
}

.listing_aec ul li {
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}

.listing_aec ul li p{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  color:#333333;
  margin: 0; 
  text-transform: uppercase;
}

.listing_aec ul li a{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-weight:700;
  color: #007dcd;
  text-decoration: none;
}

i.temp {
  display: none;
}

/*============================custom tad======================*/

.teb_area .tab{
  width: 100%;<ul><ul><ul>
  float: left;
  margin: 0;
  padding:0;
}

.tab_area .tab ul{
  margin: 0;
  padding:0;
  list-style: none;
}

.tab_area .tab ul li{
  display: block;</ul></ul></ul>
  margin: 0 0 5px 0;
  padding: 0;
}

.tab_area .tab ul li a{
  font-size: 13px;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 4px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2b0cf+0,9e8fa8+100 */
background: rgb(55,111,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(55,111,0,1) 0%, rgba(44,108,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(55,111,0,1) 0%,rgba(44,108,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(55,111,0,1) 0%,rgba(44,108,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b0cf', endColorstr='#9e8fa8',GradientType=0 ); /* IE6-9 */
text-decoration: none;
}


.tab_area .tab ul li.active a,
.tab_area .tab ul li:hover a{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b49cc4+0,867392+100 */
background: rgb(41,111,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,111,0,1) 0%, rgba(33,81,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,111,0,1) 0%,rgba(33,81,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,111,0,1) 0%,rgba(33,81,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49cc4', endColorstr='#867392',GradientType=0 ); /* IE6-9 */

}

.tab_area .tab .tab-content{
  display: none;
  width: 100%;
  float: left;
  padding:10px 10px 70px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  position: relative;
  line-height:1.2em;
}

.tab_area .tab .tab-content h2 {
  color: #225700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 20px; */
  text-align: center;
}


.tab_area .tab .tab-content:first-child{
  display: block;
}

.tab_area .tab .tab-content img {
  margin: 0 auto;
  width: auto;
}

.tab_area .tab .tab-content p {
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  /* margin-bottom: 18px; */
  text-align: center;
}
a.popup-trigger{
  font:15px Tahoma, Geneva, sans-serif;
  color: #225700;
  font-weight:bolder;
  text-decoration:none;
}
a.popup-trigger:hover{
  color:#48b900;
}

a.next{
  background: url("../images/icon8.png") no-repeat left center;
  color: transparent;
  width: 42px;
  height: 44px;
  bottom: 18px;
  position: absolute;
  right: 30px;
  list-style: none;
}

a.prev{
  background: url("../images/icon7.png") no-repeat left center;
  color: transparent;
  width: 42px;
  height: 44px;
  bottom: 18px;
  left: 30px;
  position: absolute;
  list-style: none;
}

.tab-content .left_content{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.tab_area .tab .tab-content .left_content > p,
.tab_area .tab .tab-content .right_content > p{
  margin-top: 0;
}

.tab-content .right_content{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  margin-top:20px;
}

.tab_area .tab .tab-content .top_image > img{
  margin: 0 auto;
}

.tab_area .tab ul li.pagin{
  display: none;
}

.tab_area .tab ul ul {
  border: 0 none;
  list-style: none;
}


.pagination {
  bottom: 30px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 120px;
  font-size: 15px;
  color: #333;
  font-weight:500;
  text-align: center;
}

span.cross {
  background: rgba(0, 0, 0, 0) url("../images/cross.png") no-repeat scroll 0 0;
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 23px;
  cursor: pointer;
}

span.cross:hover{
  opacity: 0.7;
}


.destaque{background-color:#376f00;color: #cecece;padding: 8px 15px;text-shadow: 1px 1px 0.5px rgba(0,0,0,.4);border-radius: 5px;box-shadow: 4px 4px 7px rgba(0,0,0,.4);display:inline-block;}

.altura{line-height:1.3em;}
.altura1{line-height:1.2em;}
.altura2{line-height:1.1em;}
.altura3{line-height:1em;}
.altura4{line-height:0.9em;}
.altura5{line-height:0.8em;}
.altura6{line-height:0.7em;}

.clear{clear:both;}



/*=========================Responsive===================*/

.legenda{font-size:12px;}

@media only screen and (min-width:641px){
	

.listing_aec ul li {
  width: 50%;
}

.tab_area .tab ul{
  border-radius:8px;
  overflow:hidden;
  border-bottom: 1px solid #d9d9d9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2b0cf+0,9e8fa8+100 */
background: rgb(41,111,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,111,0,1) 0%, rgba(33,81,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,111,0,1) 0%,rgba(33,81,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,111,0,1) 0%,rgba(33,81,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b0cf', endColorstr='#9e8fa8',GradientType=0 ); /* IE6-9 */
position: relative;
z-index: 99;
}

.tab_area .tab ul li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  width: 16.667%;
  text-align: center;
}
.tab_area .tab ul li a{
  border-radius: 0;
}
.tab_area .tab ul li + li::before {
  background: rgba(0, 0, 0, 0) url("../images/icon3.png") repeat-y scroll 0 0;
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  width: 2px;
}
.tab_area .breadcome ul li a,
.tab_area .breadcome ul li {
  font-size: 28px;
}
.tab_area .breadcome ul li + li::before {
  top:0px;
}
.tab_area .tab ul li a {
  padding: 7px 5px;
}
.tab_area .breadcome ul li + li {
  padding-left: 40px;
}
}

@media only screen and (min-width:769px){

.listing_aec ul li {
  width: 33.33%;
}

/* .body {
  padding: 25px 0;
  line-height:1.2em;
} */

.logo_search_webmail {
  padding: 0 95px;
}
/* .menu-p {
  margin-bottom: 10px;
} */
i.temp {
  background: #b4b4b4 none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-style: normal;
  height: 13px;
  line-height: 13px;
  padding: 0;
  position: absolute;
  right: -113px;
  top: -18px;
  width: 205px;
  z-index: 99;
}
.tab_area {
  margin: 0 0 40px;
}

.tab_area .tab .tab-content h2 {
  font-size: 16px;
  text-align: left;
}
.tab_area .tab .tab-content img {
  /* float: left; */
  /* margin: 5px 28px 15px 0; */
  width: auto;
}
.tab_area .tab .tab-content p {
  /* text-align: left; */
  line-height:1.2em;
}

.tab-content .left_content {
  float: left;
  width: 47%;
}
.tab-content .left_content2 {
  width: 45%;
}

.tab-content .left_content3 {
  width: 75%;
}

.tab-content .left_content4 {
  width: 65%;
}

.tab-content .left_content5 {
  width: 55%;
}

.tab-content .right_content {
  float: right;
  width: 47%;
   margin-top:0px;
}
/* .tab-content .right_content2 { */
  /* position:absolute; */
  /* top:40px; */
  /* right:0px; */
  /* float:none; */
  /* width:auto; */
/* } */

.tab-content .right_content2 {
  width: 55%;
}

.tab-content .right_content3 {
  width: 25%;
}

.tab-content .right_content5 {
  width: 45%;
}

.tab-content .right_content4 {
  width: 35%;
}

/* .tab_area .tab .tab-content .right_content > p, */
/* .tab_area .tab .tab-content .left_content > p  { */
  /* text-align: justify; */
/* } */

.tab_area .tab .tab-content {
  padding:10px 30px 17px;
  min-height:520px;
  position: relative;
  margin-top: -4px;
  line-height:1.2em;
}
a.prev {
  bottom: 18px;
  left: 30px;
  position: absolute;
}
a.next {
  bottom: 18px;
  right: 30px;
  position: absolute;
}
/*.tab-content .left_content {
  padding-left: 30px;
}
.tab-content .right_content {
  padding-right: 30px;
}*/

.tab_area .tab .tab-content .top_image > img {
  margin: 0 auto;
}
.tab_area .breadcome ul li + li {
  padding-left: 40px;
}
.tab_area .breadcome ul li + li::before {
  top: 0;
}



}




























































































