@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=KoHo:400,400i,700,700i");
@import url(/lib/fonts/topping_icn_v3.css);
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, ol, ul, li, 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; }

ol, ul {
  list-style: none; }

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; }

/* 
	font-family: 'Roboto Slab', serif;
*/
/* esta variável é para compensar padding da área de conteúdo no caso de um topo translúcido com posicionamento absoluto */
/* CSS Document */
/* cores: B3AB16, 726E21 e azul maos esciro: #092e49 */
a {
  font-family: "KoHo", sans-serif;
  color: #000;
  text-decoration: underline; }

a:hover {
  font-family: "KoHo", sans-serif;
  color: orange;
  text-decoration: underline; }

p {
  font-family: "KoHo", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1em; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

strong {
  font-weight: 700; }

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

.headings_servicos {
  font-family: "Montserrat", sans-serif;
  color: #33b3e5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: .5em; }

.sep {
  height: 1px;
  background-color: #D6D6D6;
  margin: 30px 0; }

h1 {
  font-size: 1.7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

strong {
  font-weight: 700; }

.clear {
  clear: both; }

.locked-scroll {
  overflow: hidden; }

section.cont .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px; }
  section.cont .inner .page_title {
    border-bottom: solid 1px #000;
    padding-bottom: .5em; }

section.cont img {
  max-width: 100%;
  height: auto; }

a.bt_nav {
  background-color: #0a548b;
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: lowercase; }
  a.bt_nav.small {
    font-size: 13px; }
  a.bt_nav.left span {
    margin-right: 5px; }
  a.bt_nav.right span {
    margin-left: 5px; }
  a.bt_nav:hover {
    background-color: #33b3e5;
    transition: 0.2s; }

.box-destqs.cols3 .box, .box-destqs.cols4 .box {
  width: 100%;
  max-width: 480px; }

.box-destqs.cols4 {
  padding-top: 20px; }

.box-destqs .box {
  background-color: #FFF;
  border-bottom: solid 2px #0a548b;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  margin: 20px auto 0 auto; }
  .box-destqs .box.clickable {
    cursor: pointer; }
  .box-destqs .box img {
    display: block;
    width: 100%;
    height: auto; }
  .box-destqs .box .date {
    width: 60px;
    height: 60px;
    border-radius: 35px;
    margin: -30px auto 0 auto;
    font-family: "KoHo", sans-serif;
    text-align: center;
    line-height: .9;
    background-color: #000;
    color: #FFF;
    padding-top: 15px;
    font-size: 1.1em;
    z-index: 2;
    position: relative;
    pointer-events: none; }
    .box-destqs .box .date span {
      font-size: .9em; }
  .box-destqs .box .tit, .box-destqs .box .txt {
    padding: 20px; }
  .box-destqs .box .tit {
    background-color: #0a548b;
    height: 70px; }
    .box-destqs .box .tit h5 {
      color: #FFF;
      text-transform: uppercase;
      line-height: 1.2; }
      .box-destqs .box .tit h5 a {
        color: inherit;
        text-decoration: none; }
  .box-destqs .box .lead2 {
    height: 13.5em;
    position: relative; }
    .box-destqs .box .lead2 a {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .box-destqs .box .txt {
    font-size: .9em; }
    .box-destqs .box .txt h5 {
      font-size: 1.1em;
      margin-bottom: 5px; }
    .box-destqs .box .txt a.bt_nav {
      font-size: .9em;
      line-height: auto; }
    .box-destqs .box .txt .lead {
      position: relative;
      height: 4.8em;
      /* exactly three lines */
      overflow: hidden;
      font-size: .9em;
      color: #000; }
      .box-destqs .box .txt .lead p {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        font-size: 1em;
        color: #000; }
      .box-destqs .box .txt .lead:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0em;
        left: 0;
        width: 100%;
        height: 1.5em;
        background: linear-gradient(to top, white, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0)); }
    .box-destqs .box .txt span {
      margin-left: 5px; }

@media only screen and (min-width: 768px) {
  .box-destqs.cols3 .box {
    margin: 20px 0 0 20px;
    width: 31%;
    float: left; }
    .box-destqs.cols3 .box:nth-child(3n+1) {
      clear: both;
      margin-left: 0; }
  .box-destqs.cols4 {
    padding-top: 2%; }
    .box-destqs.cols4 .box {
      margin: 2% 0 0 2%;
      width: 32%;
      float: left; }
      .box-destqs.cols4 .box:nth-child(3n+1) {
        clear: both;
        margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .box-destqs.cols4 {
    padding-top: 2%; }
    .box-destqs.cols4 .box {
      margin: 2% 0 0 2%;
      width: 23.5%;
      float: left; }
      .box-destqs.cols4 .box:nth-child(3n+1) {
        clear: none;
        margin-left: 2%; }
      .box-destqs.cols4 .box:nth-child(4n+1) {
        clear: both;
        margin-left: 0; } }

@media only screen and (min-width: 768px) {
  section.cont .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px; } }

@media only screen and (min-width: 1024px) {
  section.cont .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px; } }

.top_bar {
  background-color: #0a548b;
  height: 3px; }

section.topo {
  background-color: #FFF;
  color: #0a548b;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  border-top: solid 0 #0a548b; }
  section.topo a {
    color: inherit;
    text-decoration: none; }
  section.topo .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 80px;
    padding: 15px;
    position: relative; }
    section.topo .inner #menu_mobile_toggle {
      float: left;
      height: 100%;
      width: 20%;
      line-height: 50px;
      font-size: 1.75em;
      cursor: pointer; }
    section.topo .inner #logo_ph {
      float: left;
      width: 60%;
      height: 100%;
      text-align: center; }
      section.topo .inner #logo_ph picture {
        display: inline-block; }
        section.topo .inner #logo_ph picture img {
          height: 100%;
          width: auto;
          display: inline-block; }
    section.topo .inner #lang_selector {
      float: right;
      height: 100%;
      width: 20%;
      line-height: 50px;
      text-align: right; }
    section.topo .inner #menu {
      display: none; }

ul#menu_mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  border-top: solid 3px #0a548b;
  background-color: #FFF;
  width: 100%;
  display: none;
  z-index: 2002;
  padding-top: 83px; }
  ul#menu_mobile li {
    display: block;
    width: 100%;
    line-height: 2.5em;
    border-bottom: solid 1px #D6D6D6; }
    ul#menu_mobile li a {
      padding: 0 20px;
      text-transform: uppercase;
      text-decoration: none;
      color: #0a548b;
      font-family: "Roboto", sans-serif;
      font-size: 1em;
      display: block; }
    ul#menu_mobile li a.on {
      color: #33b3e5; }

@media only screen and (min-width: 768px) {
  .top_bar {
    height: 5px; }
  section.topo {
    height: 100px; }
    section.topo .inner {
      height: 100px;
      padding: 20px; }
      section.topo .inner #menu_mobile_toggle {
        display: none; }
      section.topo .inner #logo_ph {
        text-align: left;
        width: 25%; }
      section.topo .inner #lang_selector {
        height: 20px;
        line-height: 1; }
      section.topo .inner #menu {
        height: 40px;
        width: 75%;
        display: block;
        clear: right;
        float: right; }
        section.topo .inner #menu ul {
          width: 100%;
          height: 40px;
          text-align: right; }
          section.topo .inner #menu ul li {
            display: inline-block;
            height: 40px;
            vertical-align: bottom;
            font-size: 0.9em;
            font-family: "Roboto", sans-serif;
            margin-right: 20px;
            position: relative; }
            section.topo .inner #menu ul li:before {
              content: '\200B';
              /*   content: '';
						  margin-left: -0.25em; */
              display: inline-block;
              height: 100%;
              vertical-align: bottom; }
            section.topo .inner #menu ul li:last-child {
              margin-right: 0; }
            section.topo .inner #menu ul li.on:after {
              content: "";
              display: block;
              border: 10px solid transparent;
              border-bottom-color: #33b3e5;
              position: absolute;
              bottom: -21px;
              left: 50%;
              margin-left: -10px; }
            section.topo .inner #menu ul li.on.sec1:after {
              border: none !important; }
            section.topo .inner #menu ul li a {
              font-family: inherit !important;
              position: relative;
              color: #0a548b;
              font-weight: 700; }
            section.topo .inner #menu ul li a:hover {
              color: #33b3e5;
              font-weight: 700; }
            section.topo .inner #menu ul li.on a {
              color: #33b3e5;
              font-weight: 700; }
  section#topo1 {
    position: relative; } }

@media only screen and (min-width: 1024px) {
  section.topo {
    height: 120px; }
    section.topo .inner {
      height: 120px;
      padding: 20px; }
      section.topo .inner #lang_selector {
        height: 26.66667px;
        line-height: 1; }
      section.topo .inner #menu {
        clear: right;
        float: right;
        height: 53.33333px;
        display: block; }
        section.topo .inner #menu ul {
          width: 100%;
          height: 100%; }
          section.topo .inner #menu ul li {
            font-size: 1em;
            text-transform: uppercase;
            height: 53.33333px; }
            section.topo .inner #menu ul li a.on:after {
              bottom: -20px;
              bottom: 0; } }

/* CSS Document */
#topo_rotativo {
  width: 100%;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 60vw; }
  #topo_rotativo .slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  #topo_rotativo a {
    position: absolute;
    width: 100%;
    height: 100%; }
  #topo_rotativo .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1001;
    color: #FFF; }
    #topo_rotativo .text p {
      color: #FFF;
      font-size: 1em;
      margin: 0;
      padding: 0;
      line-height: 1.2; }
  #topo_rotativo .setas {
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    font-size: 3em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    cursor: pointer;
    z-index: 1001; }
    #topo_rotativo .setas.seta-esq {
      left: 0; }
    #topo_rotativo .setas.seta-dir {
      right: 0; }
  #topo_rotativo #paginacao {
    position: absolute;
    left: 0;
    bottom: 75px;
    z-index: 1002;
    height: 1em;
    width: 100%;
    padding: 0 20px;
    color: #FFF;
    text-align: right; }
    #topo_rotativo #paginacao .icon-circle:before {
      content: '\f111' !important; }
    #topo_rotativo #paginacao .pager {
      cursor: pointer;
      width: 1.5em;
      height: 20px;
      line-height: 20px;
      font-size: 15px;
      color: #FFF;
      text-align: center;
      display: inline-block; }

.sTop {
  padding: 60px 0 20px 0;
  background-color: #33b3e5;
  width: 100%; }
  .sTop .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px; }
  .sTop h1 {
    color: #FFF;
    font-size: 25px; }
  .sTop div.bcs {
    width: 100%;
    max-width: 1240px;
    margin-bottom: .25em;
    padding: 0;
    height: 1em;
    color: #0a548b; }
    .sTop div.bcs a {
      font-family: "Montserrat", sans-serif;
      color: #000;
      text-decoration: none;
      font-size: 0.75em;
      text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  #topo_rotativo {
    height: 50vw; }
  .sTop {
    padding: 60px 0 20px 0; }
    .sTop .inner {
      padding: 0 20px; } }

@media only screen and (min-width: 1024px) {
  .inner {
    padding: 0 20px; }
  #topo_rotativo {
    height: 40vw; } }

#home2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-top: 0;
  padding: 40px 0; }
  #home2 .inner h2 {
    margin-bottom: 0;
    color: #0a548b;
    padding-bottom: 0;
    font-weight: 400; }

@media only screen and (min-width: 768px) {
  #hlpic {
    height: 550px; }
  section.cont_home .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    z-index: 99999999999999;
    position: relative;
    z-index: 1;
    padding: 0 20px; }
    section.cont_home .inner #topo_rotativo {
      width: 75%;
      float: right;
      z-index: 1;
      position: relative; }
      section.cont_home .inner #topo_rotativo .slide {
        width: 100%;
        height: 100%;
        position: relative; }
        section.cont_home .inner #topo_rotativo .slide img {
          width: 100%;
          height: auto;
          display: block; }
        section.cont_home .inner #topo_rotativo .slide .text {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px;
          background-color: rgba(0, 0, 0, 0.5); }
          section.cont_home .inner #topo_rotativo .slide .text p {
            color: #FFF;
            font-size: 1.5em;
            margin: 0;
            padding: 0;
            line-height: 1.2; }
    section.cont_home .inner #thumbs {
      width: 25%;
      float: left;
      display: block; }
      section.cont_home .inner #thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0.5;
        cursor: pointer; }
      section.cont_home .inner #thumbs .cycle-pager-active {
        opacity: 1; }
  #home2 {
    margin-top: 4%;
    margin-top: 0; } }

@media only screen and (min-width: 1024px) {
  #hlpic {
    height: 650px; } }

.art {
  padding: 20px 0 0 0; }

.hidden {
  display: none; }

#form-pedido-informacoes {
  margin: 30px 0;
  background-color: #E0E0E0;
  padding: 20px;
  position: relative; }
  #form-pedido-informacoes span.icon-cancel-2 {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }

#cycle #slideshow-art {
  margin-top: 0; }

#cycle #thumbs img {
  height: auto;
  cursor: pointer;
  display: block;
  float: left; }

#slideshow-art {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  margin-top: 50px; }
  #slideshow-art .rotate {
    width: 100%;
    padding-bottom: 66%;
    background-position: center center;
    background-size: cover; }
  #slideshow-art .arrows_ph_inline {
    font-size: 28px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 10000; }
  #slideshow-art .arrow-l2 {
    left: 10px; }
  #slideshow-art .arrow-r2 {
    right: 10px; }
  #slideshow-art #legenda {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    font-family: "KoHo", sans-serif;
    font-size: .9em;
    color: #FFF; }

.gallery .gal-thumb {
  width: 48%;
  padding-bottom: 48%;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  float: left;
  margin-left: 4%;
  margin-top: 4%; }

.gallery .gal-thumb:nth-child(2n+1) {
  margin-left: 0; }

.gallery .gal-thumb:hover {
  opacity: 0.5;
  transition: 0.2s; }

@media only screen and (min-width: 768px) {
  .art {
    padding-top: 2%; }
  .gallery .gal-thumb {
    width: 32%;
    padding-bottom: 32%;
    margin-left: 2%;
    margin-top: 2%; }
  .gallery .gal-thumb:nth-child(2n+1) {
    margin-left: 2%; }
  .gallery .gal-thumb:nth-child(3n+1) {
    margin-left: 0; }
  .col-l {
    width: 48%;
    float: left; }
  #cycle {
    float: right;
    width: 48%; } }

@media only screen and (min-width: 1024px) {
  .gallery .gal-thumb {
    width: 23%;
    padding-bottom: 23%;
    margin-left: 2.33%;
    margin-top: 2.33%; }
  .gallery .gal-thumb:nth-child(2n+1) {
    margin-left: 2.33%; }
  .gallery .gal-thumb:nth-child(3n+1) {
    margin-left: 2.33%; }
  .gallery .gal-thumb:nth-child(4n+1) {
    margin-left: 0; } }

div#filter-bar {
  font-family: "KoHo", sans-serif;
  font-size: 1em;
  margin-top: 20px;
  text-align: center;
  padding: 0 20px; }
  div#filter-bar #monthFilter {
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    font-family: "KoHo", sans-serif;
    -moz-appearance: none;
    cursor: pointer;
    background-color: #000;
    padding: 0 25px 0 10px;
    border: solid 1px #000;
    border-radius: 0;
    color: #FFF; }
  div#filter-bar #monthFilter option {
    background-color: #000;
    padding: 5px 30px 5px 10px;
    color: #FFF; }
  div#filter-bar span {
    margin-left: -1.5em;
    color: #FFF; }

@media only screen and (min-width: 768px) {
  div#filter-bar {
    padding: 0 20px;
    text-align: right; } }

@media only screen and (min-width: 1024px) {
  div#filter-bar {
    padding: 0 20px; } }

/* CSS Document */
#equipamentos .equip_ph {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #equipamentos .equip_ph .equip {
    background-color: #0a548b;
    border-bottom: solid 2px #0a548b;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    border-bottom: none;
    position: relative;
    font-family: "Roboto", "Roboto", sans-serif;
    margin-top: 30px; }
    #equipamentos .equip_ph .equip:first-child {
      margin-top: 0; }
    #equipamentos .equip_ph .equip .img {
      padding-bottom: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center;
      position: relative; }
      #equipamentos .equip_ph .equip .img a {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
      #equipamentos .equip_ph .equip .img:hover {
        opacity: .7;
        transition: 0.2s; }
    #equipamentos .equip_ph .equip .text {
      padding: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(10, 84, 139, 0.7);
      width: 100%; }
      #equipamentos .equip_ph .equip .text p {
        font-family: "Roboto", "Roboto", sans-serif; }
        #equipamentos .equip_ph .equip .text p a {
          font-family: "Roboto", "Roboto", sans-serif; }
        #equipamentos .equip_ph .equip .text p strong {
          font-weight: 400;
          color: #FFF;
          font-family: "Roboto", "Roboto", sans-serif; }
          #equipamentos .equip_ph .equip .text p strong a {
            font-family: "Roboto", "Roboto", sans-serif;
            color: inherit;
            text-decoration: none;
            display: block; }
            #equipamentos .equip_ph .equip .text p strong a:hover {
              opacity: .75;
              font-family: "Roboto", "Roboto", sans-serif; }

@media only screen and (min-width: 640px) {
  #equipamentos .equip_ph {
    max-width: 640px; }
    #equipamentos .equip_ph .equip {
      margin-top: 0px;
      float: left;
      width: 48%;
      margin-left: 4%; }
      #equipamentos .equip_ph .equip:first-child {
        margin-top: 0; }
      #equipamentos .equip_ph .equip:nth-child(2n+1) {
        margin-left: 0; }
      #equipamentos .equip_ph .equip:nth-child(n+3) {
        margin-top: 4%; } }

@media only screen and (min-width: 960px) {
  #equipamentos .equip_ph {
    max-width: 960px; }
    #equipamentos .equip_ph .equip {
      width: 30%;
      margin-left: 5%; }
      #equipamentos .equip_ph .equip:first-child {
        margin-top: 0; }
      #equipamentos .equip_ph .equip:nth-child(2n+1) {
        margin-left: 5%; }
      #equipamentos .equip_ph .equip:nth-child(3n+1) {
        margin-left: 0; }
      #equipamentos .equip_ph .equip:nth-child(n+3) {
        margin-top: 0; }
      #equipamentos .equip_ph .equip:nth-child(n+4) {
        margin-top: 5%; } }

@media only screen and (min-width: 1100px) {
  #equipamentos .equip_ph {
    max-width: 1100px;
    /*
            .equip {
              width: (100-3*$mrg)/4; margin-left: $mrg;
                &:first-child {
                    margin-top: 0;
                }
                  &:nth-child(2n+1) {
                    margin-left: $mrg;
                }
                &:nth-child(3n+1) {
                    margin-left: $mrg;
                }
                &:nth-child(4n+1) {
                    margin-left: 0;
                }

                 &:nth-child(n+4) {
                     margin-top: 0;
                }
                 &:nth-child(n+5) {
                     margin-top: $mrg;
                }
            }
            */ } }

#lista_equipamentos .lista_equipamentos_ph {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #lista_equipamentos .lista_equipamentos_ph .equipamento {
    margin-top: 0;
    width: 100%;
    border: solid 1px lightgray;
    background-color: #FFF;
    margin-top: 30px;
    font-family: "Roboto", "Roboto", sans-serif; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento:first-child {
      margin-top: 0; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento .img {
      padding-bottom: 40%;
      width: 40%;
      float: left;
      background-size: cover;
      background-position: center center;
      position: relative; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento .img a {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        font-family: "Roboto", "Roboto", sans-serif; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento .img:hover {
        opacity: .7;
        transition: 0.2s; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento .text {
      padding: 10px;
      width: 60%;
      float: right;
      position: relative;
      font-family: "Roboto", "Roboto", sans-serif; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento .text p {
        font-size: .9em;
        line-height: 1;
        margin-top: 5px;
        font-family: "Roboto", "Roboto", sans-serif; }
        #lista_equipamentos .lista_equipamentos_ph .equipamento .text p a {
          font-family: "Roboto", "Roboto", sans-serif; }

@media only screen and (min-width: 740px) {
  #lista_equipamentos .lista_equipamentos_ph {
    max-width: 740px; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento {
      margin-top: 0px;
      float: left;
      width: 48%;
      margin-left: 4%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:first-child {
        margin-top: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(2n+1) {
        margin-left: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(n+3) {
        margin-top: 4%; } }

@media only screen and (min-width: 1060px) {
  #lista_equipamentos .lista_equipamentos_ph {
    max-width: 100%; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento {
      width: 31.33333%;
      margin-left: 3%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:first-child {
        margin-top: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(2n+1) {
        margin-left: 3%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(3n+1) {
        margin-left: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(n+3) {
        margin-top: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(n+4) {
        margin-top: 3%; } }

@media only screen and (min-width: 5100px) {
  #lista_equipamentos .lista_equipamentos_ph {
    max-width: 1100px; }
    #lista_equipamentos .lista_equipamentos_ph .equipamento {
      width: 22%;
      margin-left: 4%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:first-child {
        margin-top: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(2n+1) {
        margin-left: 4%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(3n+1) {
        margin-left: 4%; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(4n+1) {
        margin-left: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(n+4) {
        margin-top: 0; }
      #lista_equipamentos .lista_equipamentos_ph .equipamento:nth-child(n+5) {
        margin-top: 4%; } }

section#footer {
  height: 440px;
  background-color: #242f39; }
  section#footer .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px; }
    section#footer .inner .cols {
      margin-top: 30px; }
      section#footer .inner .cols:first-child {
        margin-top: 0; }
      section#footer .inner .cols p {
        font-family: "KoHo", sans-serif;
        color: #FFF;
        font-size: 0.9em;
        margin-top: 15px;
        margin-bottom: 0px;
        line-height: 1.25; }
        section#footer .inner .cols p a {
          text-decoration: none;
          color: inherit; }
        section#footer .inner .cols p a:hover {
          text-decoration: underline; }
        section#footer .inner .cols p strong {
          font-weight: 700; }
        section#footer .inner .cols p img.social {
          width: 32px;
          height: auto;
          margin-right: 10px; }
        section#footer .inner .cols p img#logo_algeventos {
          height: 48px;
          width: auto;
          display: block; }
        section#footer .inner .cols p:first-child {
          margin-top: 0; }

@media only screen and (min-width: 768px) {
  section#footer {
    height: 130px; }
    section#footer .inner {
      padding: 20px 20px; }
      section#footer .inner .cols {
        float: left;
        width: 25%;
        margin-top: 0; }
        section#footer .inner .cols:nth-child(2) {
          width: 35%; }
        section#footer .inner .cols:nth-child(3) {
          width: 20%; }
        section#footer .inner .cols:last-child {
          width: 20%; } }

@media only screen and (min-width: 1024px) {
  section#footer {
    height: 130px; }
    section#footer .inner {
      padding: 20px 20px; } }

.col-left {
  margin-top: 20px;
  margin-top: 0; }

.col-right {
  margin-top: 50px;
  margin-top: 0; }

#form-contactos, #form-pedido-informacoes {
  margin-top: 30px; }
  #form-contactos p, #form-pedido-informacoes p {
    margin-bottom: 10px;
    text-align: center; }
    #form-contactos p strong, #form-pedido-informacoes p strong {
      font-size: 1.2em; }
  #form-contactos input, #form-contactos textarea, #form-pedido-informacoes input, #form-pedido-informacoes textarea {
    width: 100%;
    background-color: #666;
    color: #FFF;
    padding: 5px;
    font-family: "Roboto", sans-serif;
    border: solid 1px #666;
    margin: 5px 0;
    font-size: .9em; }
    #form-contactos input.error, #form-contactos textarea.error, #form-pedido-informacoes input.error, #form-pedido-informacoes textarea.error {
      color: #FFF;
      background-color: #C00; }
  #form-contactos textarea, #form-pedido-informacoes textarea {
    height: 200px; }

.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 50px auto 20px 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: .8em; }
  .link-to-google-maps a {
    color: inherit; }

@media only screen and (min-width: 768px) {
  #form-contactos, #form-pedido-informacoes {
    margin-top: 0; }
    #form-contactos p, #form-pedido-informacoes p {
      text-align: left; }
      #form-contactos p strong, #form-pedido-informacoes p strong {
        font-size: 1em; }
  .col-left {
    width: 48%;
    float: left; }
  .col-right {
    width: 45%;
    float: right; }
  .google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin: 50px auto 20px auto;
    width: 100%; }
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }

html, body {
  height: 100%;
  background-color: #EEE; }

.wrap {
  min-height: 100%;
  margin-bottom: -440px; }

.wrap:after {
  content: "";
  display: block;
  height: 440px; }

@media only screen and (min-width: 768px) {
  .wrap {
    margin-bottom: -130px; }
  .wrap:after {
    height: 130px; } }

@media only screen and (min-width: 1024px) {
  .wrap {
    margin-bottom: -130px; }
  .wrap:after {
    height: 130px; } }
