@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,400i,700,700i");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FFF;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* CSS Document */
/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/*
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}	
*/
/* COMMON */
/* FOOTER */
/* TOPO */
@font-face {
  font-family: "topping_icn";
  src: url("/lib/fonts/topping_icn.eot?35921254");
  src: url("/lib/fonts/topping_icn.eot?35921254#iefix") format("embedded-opentype"), url("/lib/fonts/topping_icn.woff2?35921254") format("woff2"), url("/lib/fonts/topping_icn.woff?35921254") format("woff"), url("/lib/fonts/topping_icn.ttf?35921254") format("truetype"), url("/lib/fonts/topping_icn.svg?35921254#topping_icn") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'topping_icn';
    src: url('topping_icn.svg?35921254#topping_icn') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "topping_icn";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-block:before {
  content: "";
}

/* '' */
.icon-plus-circle:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-plus-circled:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-minus-circled:before {
  content: "";
}

/* '' */
.icon-info-circled:before {
  content: "";
}

/* '' */
.icon-download-alt:before {
  content: "";
}

/* '' */
.icon-location:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-right-big:before {
  content: "";
}

/* '' */
.icon-heart-empty:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-star-empty:before {
  content: "";
}

/* '' */
.icon-star-half:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-ok:before {
  content: "";
}

/* '' */
.icon-ok-circled:before {
  content: "";
}

/* '' */
.icon-ok-circled2:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-cancel-circled:before {
  content: "";
}

/* '' */
.icon-down-circled2:before {
  content: "";
}

/* '' */
.icon-up-circled2:before {
  content: "";
}

/* '' */
.icon-down-dir:before {
  content: "";
}

/* '' */
.icon-up-dir:before {
  content: "";
}

/* '' */
.icon-left-dir:before {
  content: "";
}

/* '' */
.icon-right-dir:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-cancel-circled2:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "";
}

/* '' */
.icon-up-open:before {
  content: "";
}

/* '' */
.icon-up-big:before {
  content: "";
}

/* '' */
.icon-ok-1:before {
  content: "";
}

/* '' */
.icon-ok-circle:before {
  content: "";
}

/* '' */
.icon-cancel-1:before {
  content: "";
}

/* '' */
.icon-cancel-circle:before {
  content: "";
}

/* '' */
.icon-plus-1:before {
  content: "";
}

/* '' */
.icon-down-big:before {
  content: "";
}

/* '' */
.icon-left-big:before {
  content: "";
}

/* '' */
.icon-minus-1:before {
  content: "";
}

/* '' */
.icon-minus-circle:before {
  content: "";
}

/* '' */
.icon-cancel-2:before {
  content: "";
}

/* '' */
.icon-heart:before {
  content: "";
}

/* '' */
.icon-plus-2:before {
  content: "";
}

/* '' */
.icon-minus-2:before {
  content: "";
}

/* '' */
.icon-download:before {
  content: "";
}

/* '' */
.icon-doc:before {
  content: "";
}

/* '' */
.icon-left-circled:before {
  content: "";
}

/* '' */
.icon-right-circled:before {
  content: "";
}

/* '' */
.icon-up-circled:before {
  content: "";
}

/* '' */
.icon-down-circled:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-angle-double-left:before {
  content: "";
}

/* '' */
.icon-angle-double-right:before {
  content: "";
}

/* '' */
.icon-angle-double-up:before {
  content: "";
}

/* '' */
.icon-angle-double-down:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-circle-empty:before {
  content: "";
}

/* '' */
.icon-circle:before {
  content: "";
}

/* '' */
.icon-star-half-alt:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-angle-circled-left:before {
  content: "";
}

/* '' */
.icon-angle-circled-right:before {
  content: "";
}

/* '' */
.icon-angle-circled-up:before {
  content: "";
}

/* '' */
.icon-angle-circled-down:before {
  content: "";
}

/* '' */
.icon-minus-squared:before {
  content: "";
}

/* '' */
.icon-minus-squared-alt:before {
  content: "";
}

/* '' */
.icon-ok-squared:before {
  content: "";
}

/* '' */
.icon-down:before {
  content: "";
}

/* '' */
.icon-up:before {
  content: "";
}

/* '' */
.icon-left:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-right-circled2:before {
  content: "";
}

/* '' */
.icon-left-circled2:before {
  content: "";
}

/* '' */
.icon-plus-squared-alt:before {
  content: "";
}

/* '' */
.icon-circle-thin:before {
  content: "";
}

/* '' */
/* CSS Document */
p, li, td {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #191919;
  line-height: 1.4;
}

em {
  font-style: italic;
}

p {
  margin: 1.25em 0;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  color: #193e74;
  text-decoration: underline;
  font-weight: 700;
}
p a:hover {
  text-decoration: underline;
  color: #2292d1;
}

#main ul {
  padding-left: 20px;
}
#main ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 20px;
}

strong {
  font-weight: 700;
}

.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #193e74;
  text-transform: uppercase;
}

.page_title {
  color: #193e74;
}

.ctr {
  text-align: center;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.15em;
  margin-bottom: 0.575em;
}

h5 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

h2.subtitle {
  margin-top: 50px;
}

/* */
.hamburger {
  padding: 15px 15px;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 18px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 3;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-inner::after {
  bottom: -8px;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none !important;
  }
}
section#topo {
  background-color: #FFF;
  height: 82px;
  padding: 10px 10px 10px 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-top: solid 2px #193e74;
  z-index: 3;
}
section#topo #logo {
  height: 60px;
  width: 172px;
}
section#topo #logo svg {
  width: 100%;
  height: 100%;
}
section#topo:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
section#topo #menu {
  display: none;
}

#f-top {
  height: 82px;
  width: 100%;
}

#menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 82px;
  display: block;
  background-color: #193e74;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.1s linear 0s;
  display: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #193e74;
  z-index: 2;
  display: none;
  background-color: #fff;
}
#menu-mobile.open {
  display: block;
}
#menu-mobile ul li {
  display: block;
  margin: 0;
  border-bottom: solid 1px #193e74;
}
#menu-mobile ul li a {
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  color: #193e74;
}
#menu-mobile ul li:last-child {
  background-color: #193e74;
}
#menu-mobile ul li:last-child a {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  section#topo {
    height: 83px;
    border-top-width: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  section#topo #menu {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 60px;
  }
  section#topo #menu ul {
    text-align: right;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
  }
  section#topo #menu ul li {
    display: inline-block;
    height: 60px;
    line-height: 66px;
    margin-right: 0px;
    margin: 0;
    font-size: 13px;
  }
  section#topo #menu ul li:last-child {
    margin-right: 0;
    margin-left: 20px;
  }
  section#topo #menu ul li a {
    padding: 5px 6px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #193e74;
    font-weight: 700;
  }
  section#topo #menu ul li a.on {
    color: #2292d1;
  }
  section#topo #menu ul li:last-child a {
    background-color: #193e74;
    color: #FFF;
  }
  section#topo #menu ul li a {
    font-size: 1.2em;
  }
}
.main {
  width: 100%;
  padding: 50px 0;
}
.main h1 {
  text-align: center;
}
.main:nth-child(even) {
  background-color: #F3F3F3;
}
.main .cont {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
  text-transform: none;
}

ul {
  margin: 10px 0;
}

li {
  display: list-item;
  list-style: disc;
  margin-left: 30px;
}

.clear {
  clear: both;
}

.faux-shadow-top {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.faux-shadow-bottom {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.fixed-scroll {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a.round-bt {
  background-color: #2292d1;
  color: #FFF;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-size: 0.8em;
  border-radius: 1.5em;
}

.lightgrey {
  color: #999999;
}

.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 50px auto;
  width: 100%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.link-to-google-maps {
  text-align: center;
  font-size: 0.8em;
}
.link-to-google-maps a {
  color: inherit;
}

.main-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.ctr {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main {
    width: 100%;
    padding: 75px 0;
  }
}
section#home {
  padding: 0;
}
section#home img {
  width: 100%;
  height: auto;
  display: block;
}

.sponsor-box {
  width: 48%;
  margin-left: 4%;
  float: left;
  padding-bottom: 24%;
  bordeR: solid 1px #DFDFDF;
  background-color: #fff;
  margin-top: 4%;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #DFDFDF;
}
.sponsor-box:nth-child(2n+1) {
  margin-left: 0;
}
.sponsor-box .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1em;
  margin-top: -0.5em;
  text-align: center;
}
.sponsor-box .img {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  border: solid 15px #FFF;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .sponsor-box {
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
    padding-bottom: 15%;
  }
  .sponsor-box:nth-child(2n+1) {
    margin-left: 5%;
  }
  .sponsor-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sponsor-box {
    width: 22%;
    margin-left: 4%;
    margin-top: 4%;
    padding-bottom: 11%;
  }
  .sponsor-box:nth-child(2n+1) {
    margin-left: 4%;
  }
  .sponsor-box:nth-child(3n+1) {
    margin-left: 4%;
  }
  .sponsor-box:nth-child(4n+1) {
    margin-left: 0;
  }
}
.darkblue {
  color: #193e74;
}

.darkblue, .lightblue {
  font-weight: 700;
  font-size: 1em;
}

.lightblue {
  color: #2292d1;
}

.gray {
  color: #666;
}

.gray, .auth {
  font-size: 0.8em !important;
  font-weight: 400 !important;
}

.progtable {
  margin: 8px 0;
}
.progtable td {
  font-size: 1em;
  line-height: 1.2;
}
.progtable td:first-child {
  width: 75px;
  color: #193e74;
  vertical-align: top;
  font-weight: 700;
}

hr.sep {
  height: 1px;
  border-top: 1px solid #e38f41;
  margin: 12px 0;
  opacity: 0.5;
}

.green {
  color: #4aa384;
}

.program_title {
  margin: 50px 0 50px 0;
}

.present-ph {
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0 auto;
}
.present-ph a {
  color: #193e74;
  background-color: #FFF;
  font-size: 0.95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #193e74;
  border-radius: 0.25em;
  text-decoration: none !important;
}
.present-ph a:hover {
  background-color: #193e74;
  transition: 0.2s;
  color: #FFF;
}
.present-ph .present {
  margin-top: 20px;
  border-bottom: solid 1px #999999;
  padding-bottom: 20px;
}

.reg-link {
  background-color: #2292d1;
  color: #FFF;
  padding: 10px;
  border-radius: 3px;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
}
.reg-link:hover {
  background-color: #193e74;
  text-decoration: none;
  color: #FFF;
}

.user-box-pals {
  padding: 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #DFDFDF;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  min-height: 0;
  width: 100%;
  margin-top: 4%;
}
.user-box-pals .text {
  padding-left: 5px;
  padding-top: 5px;
  padding: 0;
  color: #2292d1;
}
.user-box-pals .text strong {
  color: #193e74;
}
.user-box-pals.single {
  background-color: #2292d1;
  color: #FFF;
}
.user-box-pals.single p {
  color: #FFF;
}
.user-box-pals.multi:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .user-box-ph-pals {
    text-align: center;
    margin-bottom: 20px;
  }
  .user-box-ph-pals .user-box-pals {
    position: relative;
  }
  .user-box-ph-pals .user-box-pals.single {
    width: 32%;
    margin: 2% 0 0 2%;
    background-color: #2292d1;
    color: #FFF;
    text-align: left;
    float: left;
  }
  .user-box-ph-pals .user-box-pals.single:nth-child(3n+1) {
    margin-left: 0;
  }
  .user-box-ph-pals .user-box-pals.multi {
    float: left;
    display: block;
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
    text-align: left;
  }
  .user-box-ph-pals .user-box-pals.multi:nth-child(2n+1) {
    margin-left: 2%;
  }
  .user-box-ph-pals .user-box-pals.multi:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .user-box-pals.multi {
    width: 23%;
    margin-left: 2.33%;
    margin-top: 2.33%;
  }
  .user-box-pals.multi:nth-child(2n+1) {
    margin-left: 2.33%;
  }
  .user-box-pals.multi:nth-child(3n+1) {
    margin-left: 2.33%;
  }
  .user-box-pals.multi:nth-child(4n+1) {
    margin-left: 0;
  }
}
.user-box {
  padding: 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #DFDFDF;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  width: 100%;
  margin-top: 4%;
}
.user-box .pic {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
}
.user-box .text {
  padding-left: 90px;
  padding-top: 5px;
}
.user-box .descricao {
  margin-top: 3px;
}
.user-box .descricao p {
  font-size: 0.8em;
  line-height: 1.2;
}
.user-box.blue {
  background-color: #2292d1;
  color: #FFF;
}
.user-box.blue p {
  color: #FFF;
}
.user-box.noPic {
  min-height: auto;
}
.user-box.noPic .pic {
  display: none;
}
.user-box.noPic .text {
  padding-left: 5px;
  padding-top: 5px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .user-box-ph {
    text-align: center;
    margin-bottom: 20px;
  }
  .user-box-ph .user-box {
    position: relative;
    float: left;
    text-align: left;
    margin: 2% 0 0 2%;
    width: 32%;
  }
  .user-box-ph .user-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 2048px) {
  .user-box.multi {
    width: 23%;
    margin-left: 2.33%;
    margin-top: 2.33%;
  }
  .user-box.multi:nth-child(2n+1) {
    margin-left: 2.33%;
  }
  .user-box.multi:nth-child(3n+1) {
    margin-left: 2.33%;
  }
  .user-box.multi:nth-child(4n+1) {
    margin-left: 0;
  }
}
section#footer {
  padding: 7px;
  background-color: #193e74;
  text-align: center;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
section#footer a {
  color: #EEE;
  font-size: 0.85em;
  text-decoration: none;
}

/*

@import 'topo-estatico'; 

*/
/* MODELOS */
.col-l {
  margin-top: 20px;
  display: none;
}

.col-r {
  margin-top: 50px;
}

#form-contactos p {
  margin-bottom: 10px;
  text-align: center;
}
#form-contactos input, #form-contactos textarea {
  width: 100%;
  background-color: #F3F3F3;
  color: #666;
  padding: 5px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #F3F3F3;
  margin: 5px 0;
  font-size: 0.9em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
#form-contactos input.error, #form-contactos textarea.error {
  color: #FFF;
  background-color: #C00;
}
#form-contactos textarea {
  height: 100px;
}
#form-contactos #bt-contact {
  color: #193e74;
  background-color: #FFF;
  font-size: 0.95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #193e74;
  border-radius: 0.25em;
}
#form-contactos #bt-contact:hover {
  background-color: #193e74;
  transition: 0.2s;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .col-l, .col-r {
    width: 45%;
  }

  .col-r {
    width: 75%;
    margin: 30px auto 0 auto;
  }

  .google-maps {
    padding-bottom: 40%;
  }
}
body, html {
  min-height: 100%;
  height: 100%;
  background-color: #FFF;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
#wrapper #main {
  /*
  background-color: $cor_fundo_main;
  padding: 0;
  width: 100%;
  max-width: $lar_max_site; margin: 0 auto;
  */
}

@media only screen and (min-width: 768px) {
  #wrapper #main {
    padding: 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
