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

@font-face {
  font-family: "Calibri-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Calibri-Bold.eot?#iefix") format("eot"), url("fonts/Calibri-Bold.woff") format("woff"), url("fonts/Calibri-Bold.ttf") format("truetype"), url("fonts/Calibri-Bold.svg#Calibri-Bold") format("svg"); }

@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-regular-webfont.eot?#iefix") format("eot"), url("fonts/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat-regular-webfont.ttf") format("truetype"), url("fonts/montserrat-regular-webfont.svg#Montserrat-Regular") format("svg"); }

@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-light-webfont.eot?#iefix") format("eot"), url("fonts/montserrat-light-webfont.woff") format("woff"), url("fonts/montserrat-light-webfont.ttf") format("truetype"), url("fonts/montserrat-light-webfont.svg#Montserrat-Light") format("svg"); }

@font-face {
  font-family: "EurostileLT-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-semibold-webfont.eot?#iefix") format("eot"), url("fonts/montserrat-semibold-webfont.woff") format("woff"), url("fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("fonts/montserrat-semibold-webfont.svg#EurostileLT-SemiBold") format("svg"); }

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-bold-webfont.eot?#iefix") format("eot"), url("fonts/montserrat-bold-webfont.woff") format("woff"), url("fonts/montserrat-bold-webfont.ttf") format("truetype"), url("fonts/montserrat-bold-webfont.svg#Montserrat-Bold") format("svg"); }

@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-black-webfont.eot?#iefix") format("eot"), url("fonts/montserrat-black-webfont.woff") format("woff"), url("fonts/montserrat-black-webfont.ttf") format("truetype"), url("fonts/montserrat-black-webfont.svg#Montserrat-Black") format("svg"); }

body, html {
  font-family: "Calibri";
  color: #000000;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  -webkit-font-smoothing: subpixel-antialiased; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #ccc; }

/* Firefox < 19 */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc; }

input:focus:-moz-placeholder, textare:focus:-moz-placeholder {
  color: #ccc; }

/* Firefox > 19 */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #ccc; }

/* Internet Explorer 10 */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ccc; }

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

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

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

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center; }

input, textarea, select {
  outline: none; }

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

.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: 99999; }

#cookie_msg {
  height: 20px;
  background-color: #000000;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999; }
  @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: 30px;
  background-color: #fbef1d;
  text-align: center; }

.centered_content {
  width: 850px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1279px) {
    .centered_content {
      width: 1100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .centered_content {
      width: 738px; } }
  @media only screen and (max-width: 767px) {
    .centered_content {
      width: calc(100% - 20px);
      padding-left: 10px;
      padding-right: 10px; } }

header
.filter {
  background-color: rgba(0, 109, 153, 0.7);
  width: 100%;
  height: 50px;
  top: 120px;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    header
.filter {
      top: 70px; } }

header
.header_wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block; }
  @media only screen and (min-width: 1279px) {
    header
.header_wrap {
      width: 1100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    header
.header_wrap {
      width: 768px; } }
  @media only screen and (max-width: 767px) {
    header
.header_wrap {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    header
.header_wrap
nav {
      position: absolute;
      width: 100%;
      background-color: #006d99;
      z-index: 800;
      display: none; } }
  header
.header_wrap
nav
ul {
    margin: 0;
    padding: 0;
    padding-top: 18px;
    font-size: 0px;
    padding-left: 85px;
    padding-right: 85px;
    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 (min-width: 1279px) {
      header
.header_wrap
nav
ul {
        padding-left: 0px;
        padding-right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      header
.header_wrap
nav
ul {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      header
.header_wrap
nav
ul {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      header
.header_wrap
nav
ul {
        padding-bottom: 50px;
        padding-top: 45px; } }
    header
.header_wrap
nav
ul
li {
      list-style: none;
      display: inline-block;
      font-family: "Montserrat-Regular";
      font-size: 10px;
      letter-spacing: 2px;
      color: #fff;
      text-transform: uppercase;
      /*
					@media only screen and (min-width:768px) and (max-width:1023px)
					{
						margin-left: 26px;	
					}	
*/ }
      header
.header_wrap
nav
ul
li.mlmenu {
        margin-left: 168px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          header
.header_wrap
nav
ul
li.mlmenu {
            margin-left: 26px; } }
      header
.header_wrap
nav
ul
li:first-child {
        margin-left: 0px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          header
.header_wrap
nav
ul
li:first-child {
            margin-left: 0px; } }
      header
.header_wrap
nav
ul
li
.sel {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        header
.header_wrap
nav
ul
li {
          margin-left: 0px !important;
          width: 100%;
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 10px;
          line-height: 40px;
          font-size: 14px; } }

header
h1 {
  position: absolute;
  z-index: 9000;
  top: -86px;
  left: 82px; }
  @media only screen and (min-width: 1279px) {
    header
h1 {
      left: -5px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    header
h1 {
      left: 15px; }
      header
h1
.logo2 {
        width: 400px; } }
  @media only screen and (max-width: 767px) {
    header
h1 {
      left: 10px;
      top: -50px; }
      header
h1
.logo2 {
        width: 300px; } }
  @media only screen and (max-width: 320px) {
    header
h1
.logo2 {
      width: 270px; } }
  header
h1
.logo1 {
    height: 56px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      header
h1
.logo1 {
        height: 45px; } }
    @media only screen and (max-width: 767px) {
      header
h1
.logo1 {
        height: 34px; } }
    @media only screen and (max-width: 320px) {
      header
h1
.logo1 {
        height: 31px; } }

header
.wave {
  width: 59px;
  position: absolute;
  top: -10px;
  left: 35px;
  z-index: 1000; }
  @media only screen and (max-width: 767px) {
    header
.wave {
      display: none; } }
  header
.wave.yellow {
    width: 66px;
    top: -45px;
    left: auto;
    right: 50px; }
  header
.wave
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

header
.elements_floating {
  position: absolute;
  z-index: 900; }
  @media only screen and (max-width: 767px) {
    header
.elements_floating {
      display: none; } }
  header
.elements_floating.element_type_1 {
    width: 17px;
    height: 30px; }
  header
.elements_floating.element_type_2 {
    width: 20px;
    height: 33px; }
  header
.elements_floating.element_type_3 {
    width: 20px;
    height: 50px; }
  header
.elements_floating.yellow {
    background-color: #ffe000; }
  header
.elements_floating.blue {
    background-color: #91a7b3; }
  header
.elements_floating.brown {
    background-color: #d3a77f; }
  header
.elements_floating.orange {
    background-color: #ff931e; }

header
.el1 {
  top: -50px;
  left: 80px; }

header
.el2 {
  top: -33px;
  left: 220px; }

header
.el3 {
  top: -66px;
  left: 280px; }

header
.el4 {
  top: 0px;
  left: auto;
  right: 295px; }

header
.el5 {
  top: -60px;
  left: auto;
  right: 220px; }

header
.el6 {
  top: -30px;
  left: auto;
  right: 200px; }

header .menu_open {
  width: 28px;
  height: 25px;
  -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;
  position: relative;
  z-index: 10000;
  margin-top: 15px;
  margin-right: 10px;
  display: none; }
  @media only screen and (max-width: 767px) {
    header .menu_open {
      display: block; } }

header .menu_open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  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 span:nth-child(1) {
  top: 0px; }

header .menu_open span:nth-child(2), header .menu_open span:nth-child(3) {
  top: 10px; }

header
.menu_open span:nth-child(3) {
  box-shadow: none; }

header .menu_open span:nth-child(4) {
  top: 20px;
  width: 100%; }

header .menu_open.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

header .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.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header .menu_open.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

.flexslider_home
.img {
  height: 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .flexslider_home
.img {
      height: 120px; } }
  .flexslider_home
.img::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(/images/bg.jpg);
    opacity: 0.4; }
    @media only screen and (max-width: 767px) {
      .flexslider_home
.img::before {
        background-size: 80%; } }

.flexslider_home
.banner_info {
  background-color: #006d99;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .flexslider_home
.banner_info {
      padding-top: 0px; } }
  .flexslider_home
.banner_info
.banner_info_inner {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .flexslider_home
.banner_info
.banner_info_inner {
        margin-left: 10px;
        margin-right: 10px; } }
    .flexslider_home
.banner_info
.banner_info_inner
.img_banner {
      padding-bottom: 15px; }
      .flexslider_home
.banner_info
.banner_info_inner
.img_banner
img {
        max-width: 100%;
        height: auto;
        display: block; }
    .flexslider_home
.banner_info
.banner_info_inner
h3 {
      font-size: 25px;
      font-family: "Montserrat-Regular";
      text-transform: uppercase;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .flexslider_home
.banner_info
.banner_info_inner
h3 {
          font-size: 22px; } }
    .flexslider_home
.banner_info
.banner_info_inner
.texto {
      font-size: 16px;
      margin-top: 5px;
      padding-bottom: 5px; }
    .flexslider_home
.banner_info
.banner_info_inner
.link {
      color: #fff;
      font-size: 10px;
      font-family: "Montserrat-Bold";
      text-transform: uppercase;
      letter-spacing: 2px; }

.flexslider_galeria {
  margin-top: 30px !important; }
  .flexslider_galeria
.slides
li
img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-color: #000; }
  .videoWrapper
.fluid-width-video-wrapper {
    padding-top: 51.25% !important; }

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

h2 {
  font-family: "Montserrat-Light";
  text-transform: uppercase;
  font-size: 28px;
  line-height: 35px;
  color: #006d99;
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 22px;
      line-height: 28px; } }

section {
  min-height: calc(100vh - 475px); }
  section
.separador_info {
    background-color: #006d99; }
    section
.separador_info
h2 {
      background-image: url(/images/menu_sep.png);
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: left center; }
  section
h2 {
    color: #fff;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px; }
  section
aside {
    width: 190px; }
    @media only screen and (max-width: 767px) {
      section
aside {
        clear: both;
        float: none;
        margin-top: 30px;
        width: 100vw;
        margin-left: -10px;
        position: relative; } }
    section
aside
.submenu_inner {
      min-height: 290px;
      background-color: #b3b3b3;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 26px;
      padding-left: 20px;
      padding-bottom: 52px;
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        section
aside
.submenu_inner {
          padding-left: 0px;
          padding-right: 0px;
          text-align: center;
          min-height: inherit; } }
      section
aside
.submenu_inner.gray {
        background-color: #b3b3b3; }
    section
aside
ul {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        section
aside
ul {
          padding-left: 20px;
          padding-right: 20px; } }
      section
aside
ul
li {
        list-style: none;
        margin-top: 18px;
        font-size: 12px;
        line-height: 12px;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        color: #000; }
        section
aside
ul
li a:hover, section
aside
ul
li
a.sel {
          color: #fff;
          text-decoration: none; }
  section
.content {
    padding-left: 15px;
    padding-right: 20px;
    width: calc(100% - 190px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px; }
    @media only screen and (max-width: 767px) {
      section
.content {
        width: 100%;
        clear: both;
        float: none;
        padding-left: 0px;
        padding-right: 0px; } }
    section
.content.no-padding {
      padding-left: 0px; }
    section
.content
h2 {
      color: #006d99;
      padding: 0px; }
    section
.content
.texto {
      margin-top: 20px; }
      section
.content
.texto
img {
        max-width: 100%;
        height: auto;
        display: block; }
      section
.content
.texto
a {
        text-decoration: underline; }
  section
.links {
    margin: 0;
    padding: 0; }
    section
.links
li {
      list-style: none;
      padding-bottom: 12px; }
      section
.links
li.header {
        margin-top: 25px;
        font-size: 16px;
        font-family: "EurostileLT-SemiBold";
        padding-bottom: 5px; }
  section
.labels_titulo {
    font-size: 16px;
    font-family: "EurostileLT-SemiBold"; }
  section#wrap_projectos, section#wrap_projecto {
    /*
		.separador_info
		{
			background-color: #ff931e;
		}
*/ }
    section#wrap_projectos
aside
.submenu_inner
, section#wrap_projecto
aside
.submenu_inner {
      background-color: #91a6b3; }
    section#wrap_projectos
.projectos
, section#wrap_projecto
.projectos {
      margin: 0;
      padding: 0;
      margin-top: 20px; }
      section#wrap_projectos
.projectos
li
, section#wrap_projecto
.projectos
li {
        list-style: none;
        margin-top: 7px;
        font-family: "Montserrat-Bold";
        font-size: 16px;
        color: #91a6b3; }
  section#wrap_concurso
.content {
    background-color: #f3e6d4;
    padding-bottom: 50px; }
  section#wrap_concurso
.submenu_concursos {
    margin: 0;
    padding: 0; }
    section#wrap_concurso
.submenu_concursos
li {
      list-style: none;
      color: #1a1a1a; }
      section#wrap_concurso
.submenu_concursos
li
span {
        color: #fff;
        padding-right: 3px; }
      section#wrap_concurso
.submenu_concursos
li:hover, section#wrap_concurso
.submenu_concursos
li.sel {
        color: #91a7b3; }
        section#wrap_concurso
.submenu_concursos
li:hover
span
, section#wrap_concurso
.submenu_concursos
li.sel
span {
          color: #91a7b3; }
      section#wrap_concurso
.submenu_concursos
li
a:hover {
        color: #91a7b3; }
  section
.map-canvas-wrap {
    width: 100%;
    height: 300px;
    margin-top: 20px; }
    section
.map-canvas-wrap
#map-canvas {
      width: 100%;
      height: 100%; }
  section
.map-canvas-wrap2 {
    width: 100%;
    height: 450px;
    margin-top: 20px;
    position: relative; }
    section
.map-canvas-wrap2
#map-canvas-home {
      width: 100%;
      height: 100%; }
  section
.locais {
    position: absolute;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    max-width: 215px;
    font-size: 0px;
    z-index: 99999; }
    @media only screen and (max-width: 767px) {
      section
.locais {
        margin-top: 0px;
        bottom: 0px; } }
    section
.locais
li {
      list-style: none;
      font-family: "Montserrat-Regular";
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        section
.locais
li {
          font-size: 13px;
          line-height: 15px;
          margin-bottom: 8px; } }
      section
.locais
li.color {
        width: 15px; }
      section
.locais
li.info {
        width: calc(100% - 18px); }
        @media only screen and (max-width: 767px) {
          section
.locais
li.info {
            width: calc(100% - 15px); } }
      section
.locais
li
.freguesia {
        width: 12px;
        height: 20px;
        position: relative;
        top: 7px; }
        @media only screen and (max-width: 767px) {
          section
.locais
li
.freguesia {
            width: 10px; } }
  section
.freguesia1 {
    background-color: #a9c216; }
  section
.freguesia2 {
    background-color: #f4704e; }
  section#wrap_faqs {
    /*
		.separador_info
		{
			background-color: #d3a77f;
		}
*/ }
  section#wrap_eventos {
    /*
		.separador_info
		{
			background-color: #95cd00;
		}
*/ }
    section#wrap_eventos
.events_list {
      margin: 0px;
      padding: 0px; }
      section#wrap_eventos
.events_list li {
        list-style: none;
        min-height: 180px;
        background-color: #f2efcc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 100px; }
        @media only screen and (max-width: 767px) {
          section#wrap_eventos
.events_list li {
            padding-left: 10px;
            padding-right: 10px; } }
        section#wrap_eventos
.events_list li:nth-child(even) {
          background-color: #dfe3c9; }
        section#wrap_eventos
.events_list li
.data {
          font-family: "Montserrat-Bold";
          line-height: 20px;
          font-size: 12px;
          padding-bottom: 5px;
          color: #ff3400; }
        section#wrap_eventos
.events_list li
h3 {
          font-family: "Montserrat-Light";
          font-size: 30px;
          line-height: 30px;
          color: #ff3400; }
          @media only screen and (max-width: 767px) {
            section#wrap_eventos
.events_list li
h3 {
              font-size: 22px;
              line-height: 22px; } }
        section#wrap_eventos
.events_list li
.resumo {
          padding-top: 15px;
          padding-bottom: 5px;
          font-size: 18px;
          line-height: 25px; }
        section#wrap_eventos
.events_list li
a.ver_mais {
          font-family: "EurostileLT-SemiBold";
          font-size: 11px;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #1a1a1a;
          text-decoration: underline; }
  section#wrap_contactos {
    /*
		.separador_info
		{
			background-color: #ffe000;
		}
*/ }
    section#wrap_contactos
aside {
      width: 300px; }
    section#wrap_contactos
.content {
      padding-left: 15px;
      width: calc(100% - 300px); }
      @media only screen and (max-width: 767px) {
        section#wrap_contactos
.content {
          padding-left: 0px;
          width: 100%; } }
    section#wrap_contactos
.form_texto {
      margin-bottom: 20px; }
  section
.caixa {
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px; }
    section
.caixa.caixas_error {
      border: solid 1px #ff0000; }
  section
.hbox {
    height: 150px;
    padding-top: 3px; }
  section
.checkbox_auto {
    font-size: 11px; }
    section
.checkbox_auto
input {
      margin-right: 4px; }
  section
.cb_margin {
    margin-top: 5px; }
  section
.error {
    margin-top: 10px;
    color: #ff0000;
    font-size: 12px; }
  section
.botao {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    border: solid 1px #000;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    width: 100%;
    cursor: pointer; }
    section
.botao:hover {
      background-color: #000;
      color: #fff; }
  section
.form_titulo {
    margin-top: 25px;
    font-size: 16px;
    font-family: "EurostileLT-SemiBold";
    padding-bottom: 5px; }
  section
#inscricao .caixa {
    border: solid 1px gray; }
  section
.page_not_found {
    text-align: center;
    padding-bottom: 150px;
    padding-top: 80px;
    font-family: "EurostileLT-SemiBold"; }
  section
.news_container {
    padding-top: 10px;
    background-image: url(/images/wave_news.png);
    background-position: 85% top;
    background-size: 128px;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      section
.news_container {
        background-image: none; } }
    section
.news_container
h2 {
      color: #006d99;
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: left center;
      background-image: url(/images/wave_green.png); }
    section
.news_container
.noticias_list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 0px;
      padding: 0px;
      margin: 0px;
      padding-top: 20px;
      overflow: hidden; }
      section
.news_container
.noticias_list
li {
        list-style: none;
        display: inline-block;
        width: 50%;
        padding-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          section
.news_container
.noticias_list
li {
            width: 100%; } }
        section
.news_container
.noticias_list
li
.column {
          width: 48%; }
        section
.news_container
.noticias_list
li
.img {
          width: 90%;
          padding-bottom: 90%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          section
.news_container
.noticias_list
li
.img.noimg {
            background-image: url(/images/logo1.png);
            background-size: 50%;
            background-color: rgba(0, 109, 153, 0.2);
            background-blend-mode: multiply; }
        section
.news_container
.noticias_list
li
h3 {
          font-family: "EurostileLT-SemiBold";
          font-size: 16px;
          line-height: 20px;
          color: #006d99; }
        section
.news_container
.noticias_list
li
.data {
          font-family: "Montserrat-Light";
          line-height: 20px;
          font-size: 12px;
          color: #006d99;
          padding-bottom: 5px; }
        section
.news_container
.noticias_list
li
.resumo {
          font-size: 12px;
          line-height: 16px;
          padding-bottom: 10px;
          padding-right: 5px; }
        section
.news_container
.noticias_list
li
a.ver_mais {
          font-family: "EurostileLT-SemiBold";
          font-size: 11px;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #006d99;
          text-decoration: underline; }
  section
.img_single
img {
    width: 80%;
    height: auto;
    display: block; }
    @media only screen and (max-width: 767px) {
      section
.img_single
img {
        width: 100%; } }
  section
.freguesias_container {
    padding-bottom: 20px; }
  section#wrap_noticias .noticias_list {
    padding-top: 40px; }
  section#wrap_noticias
.separador_info
h2 {
    color: #fff; }
  section#wrap_noticias
.data {
    color: #006d99; }
  section#wrap_noticias
.more_news {
    margin-top: 50px; }

.texto {
  font-size: 15px;
  line-height: 21px; }
  .texto strong, .texto .bold, .texto
b {
    font-family: "Calibri-Bold"; }

footer {
  padding-bottom: 20px;
  position: relative; }
  footer::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/images/bg_footer.jpg);
    opacity: 0.4; }
    @media only screen and (max-width: 767px) {
      footer::before {
        background-position: bottom left; } }
  footer
.contactos {
    font-family: "Montserrat-Regular";
    font-size: 11px;
    width: 240px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      footer
.contactos {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center; } }
    footer
.contactos
.politica {
      position: absolute;
      top: -30px;
      font-family: "Montserrat-Bold"; }
      @media only screen and (max-width: 767px) {
        footer
.contactos
.politica {
          position: relative;
          top: 0px;
          padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    footer
h2 {
      text-align: center; } }
  footer
.apoios {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      footer
.apoios {
        width: 450px; } }
    @media only screen and (max-width: 767px) {
      footer
.apoios {
        width: 100%; } }
  footer
.border {
    margin-top: 50px;
    border-top: solid 1px #006d99; }

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

.nomobile {
  display: block !important; }
  @media only screen and (max-width: 767px) {
    .nomobile {
      display: none !important; } }

.mobileonly {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobileonly {
      display: block !important; } }

/*
.frase_adilo
{
	position: absolute;
	top:-55px;
	right: 0px;
	text-align: right;
	color: #006d99;
	font-size: 13px;
	line-height: 13px;
	
	.quote
	{
		position: absolute;
		font-size: 50px;
		line-height: 15px;
		color: rgba(0, 109, 153, 0.4);
	}
	
	.sign
	{
		color: #000;
		margin-top: 3px;
	}
}
*/
.banner_wrap {
  min-height: 170px; }
  @media only screen and (max-width: 767px) {
    .banner_wrap {
      min-height: 120px; } }

.frase_adilo {
  position: absolute;
  top: -55px;
  right: 82px;
  text-align: right;
  color: #006d99;
  font-size: 13px;
  line-height: 13px; }
  .frase_adilo
.quote {
    position: absolute;
    font-size: 50px;
    line-height: 15px;
    color: rgba(0, 109, 153, 0.4); }
    .frase_adilo
.quote.open {
      top: 10px;
      margin-left: -25px; }
    .frase_adilo
.quote.close {
      top: 3px;
      margin-right: -10px; }
  .frase_adilo
.sign {
    color: #000;
    margin-top: 3px; }

.frase_adilo2 {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  text-align: center;
  color: #006d99;
  font-size: 23px;
  line-height: 25px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .frase_adilo2 {
      width: 80%;
      font-size: 20px;
      line-height: 22px; } }
  .frase_adilo2
.quote {
    position: absolute;
    font-size: 50px;
    line-height: 15px;
    color: rgba(0, 109, 153, 0.4); }
    .frase_adilo2
.quote.open {
      top: 10px;
      margin-left: -28px; }
    .frase_adilo2
.quote.close {
      bottom: 40px;
      margin-left: 5px; }
  .frase_adilo2
p {
    font-style: italic; }
  .frase_adilo2
.sign {
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-top: 3px; }
    @media only screen and (max-width: 767px) {
      .frase_adilo2
.sign {
        font-size: 17px; } }
