body, html {
  font-family: "Mulish", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #5b422f;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: opacity 0.3s ease-out;
  /* WebKit */
  -webkit-transition: opacity 0.3s ease-out;
  /* Opera */
  -o-transition: opacity 0.3s ease-out;
  /* Standard */
  transition: opacity 0.3s ease-out; }

a:hover, .botao:hover {
  text-decoration: none;
  opacity: 0.7; }

.bold, strong, b {
  font-weight: 700; }

.extrabold {
  font-weight: 800; }

input, textarea {
  outline: none; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.vvhide {
  visibility: hidden; }

.block {
  display: block; }

.aright {
  text-align: right; }

.hide {
  display: none; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }

#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.centered_content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1099px) {
    .centered_content {
      width: calc(100vw - 100px); } }
  @media only screen and (max-width: 899px) {
    .centered_content {
      width: calc(100vw - 50px); } }
  @media only screen and (max-width: 767px) {
    .centered_content {
      width: calc(100vw - 40px); } }

header {
  height: 80px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    header {
      height: 50px; } }
  header
p.h1 {
    width: 134px;
    position: relative;
    top: 7px;
    z-index: 901; }
    @media only screen and (max-width: 767px) {
      header
p.h1 {
        width: 90px;
        top: 3px; } }
    header
p.h1
img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  header
.menu_open_wrap {
    display: none;
    position: absolute;
    z-index: 10000;
    right: 25px;
    top: 30px; }
    @media only screen and (max-width: 849px) {
      header
.menu_open_wrap {
        display: block; } }
    @media only screen and (max-width: 767px) {
      header
.menu_open_wrap {
        top: 18px;
        right: 20px; } }
    header
.menu_open_wrap .menu_open {
      width: 30px;
      height: 21px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
    header
.menu_open_wrap .menu_open span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #5b422f;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    header
.menu_open_wrap .menu_open span:nth-child(1) {
      top: 0px; }
    header
.menu_open_wrap .menu_open span:nth-child(2), header
.menu_open_wrap .menu_open span:nth-child(3) {
      top: 8px; }
    header
.menu_open_wrap
.menu_open span:nth-child(3) {
      box-shadow: none; }
    header
.menu_open_wrap .menu_open span:nth-child(4) {
      top: 16px;
      width: 100%; }
    header
.menu_open_wrap .menu_open.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
    header
.menu_open_wrap .menu_open.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(4) {
      top: 7px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
  @media only screen and (max-width: 849px) {
    header
nav {
      position: absolute;
      background-color: #5b422f;
      color: #fff;
      width: 100%;
      left: 0px;
      top: 80px;
      z-index: 900;
      display: none; } }
  @media only screen and (max-width: 767px) {
    header
nav {
      top: 50px; } }
  header
nav
#menu {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 849px) {
      header
nav
#menu {
        padding-bottom: 40px; } }
    header
nav
#menu
li {
      list-style: none;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      margin-left: 40px;
      position: relative;
      padding-top: 34px;
      padding-bottom: 7px; }
      @media only screen and (max-width: 849px) {
        header
nav
#menu
li {
          margin-left: 0px;
          display: block;
          text-align: center;
          font-size: 30px;
          padding-bottom: 0px; } }
      header
nav
#menu
li.opt::after {
        bottom: 0px;
        left: 0px;
        position: absolute;
        width: 0%;
        border-bottom: solid 2px #da833d;
        content: ' ';
        left: 50%;
        transform: translate(-50%, 0%);
        -moz-transition: opacity, width 0.3s ease-out;
        /* WebKit */
        -webkit-transition: opacity, width 0.3s ease-out;
        /* Opera */
        -o-transition: opacity, width 0.3s ease-out;
        /* Standard */
        transition: opacity, width 0.3s ease-out;
        opacity: 0; }
      header
nav
#menu
li.opt:hover::after
, header
nav
#menu
li.opt.sel::after {
        opacity: 1;
        width: 75%; }
        @media only screen and (max-width: 849px) {
          header
nav
#menu
li.opt:hover::after
, header
nav
#menu
li.opt.sel::after {
            width: 40px;
            bottom: -3px; } }
      header
nav
#menu
li:first-child {
        margin-left: 0px; }
      header
nav
#menu
li.lang {
        font-weight: 400; }
        @media only screen and (max-width: 849px) {
          header
nav
#menu
li.lang {
            padding-top: 50px; } }

main {
  padding-top: 80px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 50px; } }
  main
.content {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    min-height: 60vh; }
    @media only screen and (max-width: 899px) {
      main
.content {
        width: 87%; } }
    @media only screen and (max-width: 767px) {
      main
.content {
        width: 100%; } }
  main#wrap_ {
    padding-bottom: 40px; }
    main#wrap_ .content {
      width: 100%; }
    main#wrap_
> .centered_content {
      width: 100%; }
  main
.template1 {
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      main
.template1 {
        padding-top: 30px; } }
    main
.template1
h2 {
      color: #da833d;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase; }
    main
.template1
h1 {
      font-size: 30px;
      line-height: 35px;
      font-weight: 800; }
      @media only screen and (max-width: 767px) {
        main
.template1
h1 {
          font-size: 25px;
          line-height: 30px; } }
    main
.template1
h2 + h1 {
      padding-top: 20px; }
  main
.template2 {
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      main
.template2 {
        padding-top: 20px; } }
    main
.template2
h1 {
      font-size: 30px;
      line-height: 35px;
      font-weight: 800;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        main
.template2
h1 {
          font-size: 25px;
          line-height: 30px; } }
    main
.template2
.texto {
      font-size: 16px;
      line-height: 24px; }
  main
.template4 {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      main
.template4 {
        padding-top: 60px; } }
  main
.template5 {
    padding-top: 60px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      main
.template5 {
        padding-top: 40px; } }
  main
.template6 {
    padding-top: 60px; }
    @media only screen and (max-width: 767px) {
      main
.template6 {
        padding-top: 40px; } }
    main
.template6
.ficheiros {
      margin: 0;
      padding: 0; }
      main
.template6
.ficheiros
li {
        list-style: none;
        text-decoration: underline;
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
        font-weight: 800; }
        main
.template6
.ficheiros
li:first-child {
          margin-top: 0px; }
  main
.template7 {
    padding-top: 0px; }
    main
.template7
.lista-artigos {
      margin: 0;
      padding: 0;
      font-size: 0px; }
      main
.template7
.lista-artigos
li {
        list-style: none;
        padding-top: 80px;
        padding-bottom: 80px;
        font-size: 0px; }
        @media only screen and (max-width: 767px) {
          main
.template7
.lista-artigos
li {
            padding-top: 40px;
            padding-bottom: 40px; } }
        main
.template7
.lista-artigos
li
.centered_content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          main
.template7
.lista-artigos
li
.centered_content
.artigo-img {
            width: 40%;
            padding-bottom: 40%;
            background-color: aqua;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            order: 2;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media only screen and (max-width: 767px) {
              main
.template7
.lista-artigos
li
.centered_content
.artigo-img {
                width: 100%;
                order: 1;
                padding-bottom: 60%; } }
          main
.template7
.lista-artigos
li
.centered_content
.artigo-info {
            width: 60%;
            order: 1;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 100px; }
            @media only screen and (max-width: 849px) {
              main
.template7
.lista-artigos
li
.centered_content
.artigo-info {
                padding-right: 50px; } }
            @media only screen and (max-width: 767px) {
              main
.template7
.lista-artigos
li
.centered_content
.artigo-info {
                width: 100%;
                padding-right: 0px; } }
            main
.template7
.lista-artigos
li
.centered_content
.artigo-info
h1 {
              font-size: 30px;
              line-height: 35px;
              font-weight: 800;
              margin-bottom: 30px; }
              @media only screen and (max-width: 767px) {
                main
.template7
.lista-artigos
li
.centered_content
.artigo-info
h1 {
                  font-size: 25px;
                  line-height: 30px; } }
              main
.template7
.lista-artigos
li
.centered_content
.artigo-info
h1
a {
                -moz-transition: opacity 0.3s ease-out;
                /* WebKit */
                -webkit-transition: opacity 0.3s ease-out;
                /* Opera */
                -o-transition: opacity 0.3s ease-out;
                /* Standard */
                transition: opacity 0.3s ease-out; }
                main
.template7
.lista-artigos
li
.centered_content
.artigo-info
h1
a:hover {
                  opacity: 0.7; }
            main
.template7
.lista-artigos
li
.centered_content
.artigo-info
.subtitulo {
              color: #da833d;
              font-size: 12px;
              font-weight: 800;
              text-transform: uppercase;
              margin-bottom: 30px;
              margin-top: 7px; }
              @media only screen and (max-width: 767px) {
                main
.template7
.lista-artigos
li
.centered_content
.artigo-info
.subtitulo {
                  margin-top: 14px; } }
            main
.template7
.lista-artigos
li
.centered_content
.artigo-info
.texto {
              font-size: 16px;
              line-height: 24px;
              margin-bottom: 30px; }
            main
.template7
.lista-artigos
li
.centered_content
.artigo-info
a:hover {
              opacity: 1; }
            main
.template7
.lista-artigos
li
.centered_content
.artigo-info
.botao {
              display: inline-block;
              width: 156px;
              height: 47px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-border-radius: 47px;
              -moz-border-radius: 47px;
              -ms-border-radius: 47px;
              border-radius: 47px;
              background-color: #da833d;
              color: #5b422f;
              font-size: 12px;
              font-weight: 800;
              text-align: center;
              text-transform: uppercase;
              line-height: 47px;
              -moz-transition: opacity 0.3s ease-out;
              /* WebKit */
              -webkit-transition: opacity 0.3s ease-out;
              /* Opera */
              -o-transition: opacity 0.3s ease-out;
              /* Standard */
              transition: opacity 0.3s ease-out; }
              @media only screen and (max-width: 767px) {
                main
.template7
.lista-artigos
li
.centered_content
.artigo-info
.botao {
                  width: 120px;
                  height: 30px;
                  line-height: 30px; } }
        main
.template7
.lista-artigos
li:nth-child(even) {
          background-color: #f8f8f8; }
          main
.template7
.lista-artigos
li:nth-child(even) .centered_content .artigo-img {
            order: 1; }
          main
.template7
.lista-artigos
li:nth-child(even) .centered_content
.artigo-info {
            order: 2;
            padding-left: 100px; }
            @media only screen and (max-width: 849px) {
              main
.template7
.lista-artigos
li:nth-child(even) .centered_content
.artigo-info {
                padding-left: 50px;
                padding-right: 0px; } }
            @media only screen and (max-width: 767px) {
              main
.template7
.lista-artigos
li:nth-child(even) .centered_content
.artigo-info {
                padding-left: 0px; } }
  main
.template8 {
    padding-top: 100px; }
  main
.wrap_error {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 35vh; }
  main .flexslider_gal .slides li img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.parceiros {
  padding-top: 100px; }
  @media only screen and (max-width: 959px) {
    .parceiros {
      padding-top: 70px; } }
  .parceiros
.centered_content {
    /*
		display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	 
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    
	    justify-content: space-between;
	    
	    @media only screen and (max-width:959px)
		{
			justify-content: flex-start;	
		}
		
		@media only screen and (max-width:767px)
		{
			justify-content: center;	
		}
*/
    /*
	    h4
	    {
		    font-size: 10px;
		    font-weight: 800;
		    text-transform: capitalize;
		    height: 30px;
		    padding-left: 40px;
		    
		    @media only screen and (max-width:959px)
			{
				padding-left: 30px;
			}
	    }
	    
	    .img_wrap
	    {
		    border-left: solid 1px $primary-color;
		    height: 60px;
		    padding-left: 40px;
		    
		    @media only screen and (max-width:959px)
			{
				padding-left: 30px;	
			}
	    }
	    
	    img
	    {
		    max-width: 100%;
		    height: auto;
		    display: block;
		    @include vertical-align();
		    
		    @media only screen and (max-width:959px)
			{
				max-width: 90%;
			}
			
			@media only screen and (max-width:767px)
			{
				margin-left: auto;
				margin-right: auto;
				max-width: 100%;	
			}
	    }
	    
	    .item
	    {
		    &:first-child{
			 	h4
			 	{
				 	padding-left: 0px;
				}
				
				.img_wrap{
				 	padding-left: 0px;
				 	border: none;
				 	
				 	 @media only screen and (max-width:959px)
				 	 {
					 	padding-right: 30px;	 
					 }
			 	}  
		    }
		    
		    @media only screen and (max-width:767px)
			{
				text-align: center;	
			}
	    }
	    
	    .break
	    {
		    @media only screen and (max-width:959px)
			{
				height: 30px;
				flex-basis: 100%;
			}
	    }
	    
	    .apoios
	    {
		    @media only screen and (max-width:959px)
			{
				
				h4
				{
					padding-left: 0px;
				}
				
				.img_wrap{
				 	padding-left: 0px;
				 	border: none;
				}	
				
			}
			
			@media only screen and (max-width:767px)
			{
				width: 100%;
				
			}
	    }
	    
	    .promotor, .palombar
	    {
		    @media only screen and (max-width:767px)
			{
				
				h4
				{
					padding-left: 0px
				}
				
				width: 100%;
				
				.img_wrap{
				 	padding-left: 0px;
				 	border: none;
				 	padding-right: 0px!important;
				}
			}
	    }
	    
	    .palombar
	    {
		    @media only screen and (max-width:767px)
			{
		    	margin-top: 20px;
		    }
	    }*/ }
    .parceiros
.centered_content
.parceiros_wrap
img {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block; }

.carimbo_wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 25px;
  text-align: right; }
  @media only screen and (max-width: 899px) {
    .carimbo_wrap {
      bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .carimbo_wrap {
      bottom: 10px; } }
  .carimbo_wrap
img {
    position: relative;
    right: -50px;
    display: inline-block;
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 899px) {
      .carimbo_wrap
img {
        right: -25px;
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .carimbo_wrap
img {
        right: -20px;
        width: 180px; } }

.flexslider_topo_small
.carimbo_wrap {
  bottom: -32px; }
  @media only screen and (max-width: 899px) {
    .flexslider_topo_small
.carimbo_wrap {
      bottom: -26px; } }
  @media only screen and (max-width: 767px) {
    .flexslider_topo_small
.carimbo_wrap {
      bottom: -17px; } }

footer {
  background-color: #da833d;
  margin-top: 60px; }
  @media only screen and (max-width: 959px) {
    footer {
      margin-top: 40px; } }
  footer
.footer-row1 .centered_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 50px;
    padding-bottom: 50px; }
    footer
.footer-row1 .centered_content
.footer_info {
      width: 50%;
      font-size: 14px;
      line-height: 21px; }
      @media only screen and (max-width: 767px) {
        footer
.footer-row1 .centered_content
.footer_info {
          width: 100%; } }
      footer
.footer-row1 .centered_content
.footer_info
h3 {
        font-weight: 800;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          footer
.footer-row1 .centered_content
.footer_info
h3 {
            text-align: center; } }
      footer
.footer-row1 .centered_content
.footer_info
.texto
ul {
        margin: 0;
        padding: 0;
        margin-top: 21px;
        font-size: 0px; }
        footer
.footer-row1 .centered_content
.footer_info
.texto
ul
li {
          font-size: 14px;
          line-height: 21px;
          display: inline-block;
          width: 50%;
          list-style: none; }
          @media only screen and (max-width: 767px) {
            footer
.footer-row1 .centered_content
.footer_info
.texto
ul
li {
              margin-top: 20px;
              width: 100%;
              text-align: center; } }
    footer
.footer-row1 .centered_content
.col {
      width: 50%;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        footer
.footer-row1 .centered_content
.col {
          text-align: center;
          width: 100%;
          margin-top: 40px; } }
  footer
.footer-row1
.socials {
    margin: 0;
    padding: 0; }
    footer
.footer-row1
.socials
li {
      list-style: none;
      display: inline-block;
      margin-left: 15px; }
      footer
.footer-row1
.socials
li:first-child {
        margin-left: 0px; }
  footer
.footer-row2 {
    border-top: solid 1px #5b422f;
    font-size: 12px;
    position: relative; }
    footer
.footer-row2 .centered_content {
      min-height: 82px;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      footer
.footer-row2 .centered_content
.copy {
        width: 40%;
        order: 1; }
        @media only screen and (max-width: 767px) {
          footer
.footer-row2 .centered_content
.copy {
            order: 3;
            width: 100%;
            text-align: center;
            padding-bottom: 15px; } }
      footer
.footer-row2 .centered_content
.links {
        width: 45%;
        order: 2; }
        @media only screen and (max-width: 767px) {
          footer
.footer-row2 .centered_content
.links {
            order: 1;
            width: 100%;
            text-align: center;
            padding-top: 15px; } }
        footer
.footer-row2 .centered_content
.links
a {
          margin-left: 10px;
          margin-right: 10px; }
      footer
.footer-row2 .centered_content
.logo_aepga {
        text-align: right;
        width: 15%;
        order: 3; }
        @media only screen and (max-width: 767px) {
          footer
.footer-row2 .centered_content
.logo_aepga {
            order: 2;
            width: 100%;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px; } }

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999; }

#cookie_msg {
  height: 30px;
  background-color: #5b422f;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999;
  bottom: 0px; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      height: 30px;
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #000;
  text-align: center; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.goTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99999; }
  @media only screen and (max-width: 767px) {
    .goTop {
      bottom: 5px;
      right: 5px; } }

.wrap_error {
  min-height: 70vh; }
