@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
/* para o gradiente dos botões */
@import url(/lib/fonts/topping_icn/topping_icn.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; }

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

.clear {
  clear: both; }

a.social-logo {
  width: 30%;
  margin-left: 5%; }
  a.social-logo img {
    width: 30%;
    height: auto; }

a.social-logo:first-child {
  margin-left: 0; }

.ctr {
  text-align: center; }

.cont2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 30px auto; }

.cont2 h2 {
  font-family: "Roboto", sans-serif;
  color: #799900;
  font-size: 23px; }
  .cont2 h2 a {
    color: #799900;
    text-decoration: none; }
  .cont2 h2 a:hover {
    color: #799900;
    text-decoration: underline; }

.cont2 strong {
  font-weight: 700; }

.cont2 a {
  color: #cf0a2c;
  text-decoration: underline; }

.cont2 p.enfase {
  font-size: 23px;
  line-height: 1.5; }

.cont2 p.enfaseRed {
  font-size: 23px;
  line-height: 1.5;
  color: #cf0a2c; }

.padded2 {
  background-color: transparent;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px; }
  .padded2 p {
    width: 100%; }
  .padded2 p:first-child {
    margin-top: 0; }
  .padded2 p:last-child {
    margin-bottom: 0; }
  .padded2 img.fullwidth {
    width: 100%;
    height: auto; }
  .padded2 p.enfase {
    color: #799900; }
  .padded2 p.enfaseRed {
    color: #cf0a2c; }
  .padded2 p.fullwidth {
    width: 100%; }
    .padded2 p.fullwidth img {
      width: 100%;
      height: auto; }

.padded {
  padding: 0;
  background-color: transparent;
  max-width: 1280px;
  padding: 20px;
  width: 100%;
  margin: 0 auto; }
  .padded p:first-child {
    margin-top: 0; }
  .padded p:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .cont2 p {
    font-size: 21px; }
  .cont2 h2, .cont2 p.enfase, .cont2 p.enfaseRed {
    font-size: 29px; }
  .padded, .padded2 {
    padding: 30px 20px; }
  .padded2 p {
    width: 80%; } }

@media only screen and (min-width: 1280px) {
  .padded, .padded2 {
    padding: 50px 0; } }

/* +$tbarh / 2;*/
#top-bar {
  background-color: #cf0a2c;
  height: 3px;
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 4;
  left: 0;
  top: 0; }

#logout {
  position: absolute;
  top: 10px;
  top: 55px;
  left: 20px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: black;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  z-index: 2; }
  #logout a {
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none; }
  #logout a:hover {
    text-decoration: underline; }

#menu-bar {
  height: 52px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 3px;
  background-color: black;
  z-index: 4; }
  #menu-bar #linguas {
    color: #FFF;
    position: absolute;
    left: 10px;
    height: 52px;
    line-height: 52px; }
    #menu-bar #linguas li {
      display: block;
      float: left;
      font-family: "Montserrat", sans-serif;
      font-size: 10px; }
      #menu-bar #linguas li a {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none; }
      #menu-bar #linguas li a.on {
        color: #cf0a2c; }
    #menu-bar #linguas li::before {
      white-space: pre;
      content: ' | '; }
    #menu-bar #linguas li:first-child::before {
      content: ''; }
  #menu-bar #logo {
    width: 160px;
    margin: 0 auto;
    margin-top: 11px; }
    #menu-bar #logo img {
      width: 100%;
      height: auto; }
  #menu-bar #menu-toggle {
    position: absolute;
    right: 10px;
    height: 15px;
    width: 24.19355px;
    top: 18.5px;
    cursor: pointer;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat; }
  #menu-bar #menu-toggle.off {
    background-image: url(/imagens/icn-open-menu.png); }
  #menu-bar #menu-toggle.on {
    background-image: url(/imagens/icn-close-menu.png); }

#menu {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  padding-top: 55px;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll; }
  #menu ul li {
    text-align: center;
    margin: 20px 0; }
    #menu ul li a {
      color: #FFF;
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
      font-size: 14px; }
    #menu ul li a:hover {
      color: #cf0a2c; }

#footer {
  background-color: #cf0a2c;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 27px;
  padding: 12px 0; }
  #footer span {
    margin: 12px 0;
    display: inline-block;
    line-height: 1; }
  #footer .terms {
    font-size: 11px; }
    #footer .terms a {
      text-decoration: underline;
      color: #FFF; }
  #footer img {
    height: 62px;
    width: auto; }

#copy {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 9px;
  line-height: 3;
  text-align: center; }
  #copy a {
    color: #FFF;
    text-decoration: none; }

@media only screen and (min-width: 768px) {
  #logout {
    top: 76px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
    #logout a {
      font-size: 14px; }
    #logout a:hover {
      text-decoration: underline; }
  #menu {
    padding-top: 76px;
    background-color: rgba(0, 0, 0, 0.6); }
    #menu ul li a {
      font-size: 20px; }
  #menu-bar {
    height: 73px;
    background-color: rgba(0, 0, 0, 0.6); }
    #menu-bar #linguas {
      height: 73px;
      line-height: 73px;
      left: 20px; }
      #menu-bar #linguas li {
        font-size: 14px; }
    #menu-bar #logo {
      width: 190px;
      margin-top: 19px; }
    #menu-bar #menu-toggle {
      height: 22px;
      width: 35.48387px;
      top: 25.5px;
      right: 20px; }
  #footer {
    font-size: 30px;
    padding: 15px 0; }
    #footer span {
      margin: 15px 0; }
    #footer .terms {
      font-size: 12px; }
    #footer img {
      height: 65px; }
  #copy {
    font-size: 10px;
    text-align: right;
    padding-right: 20px; } }

@media only screen and (min-width: 1024px) {
  #top-bar {
    height: 4px;
    position: absolute; }
  #logout {
    top: 94px; }
  #menu {
    padding-top: 94px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); }
  #menu-bar {
    height: 90px;
    top: 4px;
    position: absolute; }
    #menu-bar #linguas {
      height: 90px;
      line-height: 90px; }
    #menu-bar #logo {
      width: 258px;
      margin-top: 21px; }
    #menu-bar #menu-toggle {
      top: 34px; }
  #footer {
    font-size: 40px;
    padding: 20px 0; }
    #footer span {
      margin: 20px 0; }
    #footer .terms {
      font-size: 14px; }
    #footer img {
      height: 90px; }
  #copy {
    font-size: 12px; } }

#topo-rotativo {
  width: 100%;
  height: 50vw;
  position: relative;
  margin-top: 55px;
  font-family: "Montserrat",sans-serif;
  /*font-size: 28px;*/ }

#topo-rotativo .button {
  font-size: 1em;
  padding: 10px 20px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none; }

#topo-rotativo .tbl {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden; }

#topo-rotativo .tbl-cell {
  display: table-cell;
  padding: 50px; }

#topo-rotativo .tbl1 {
  z-index: 1; }

#topo-rotativo .tbl2 {
  z-index: 1; }

#topo-rotativo .full {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  background-size: cover;
  background-position: center center; }

#overlay {
  position: absolute;
  z-index: 3;
  vertical-align: middle; }

#paginacao {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  height: 12px;
  width: 100%;
  padding: 0 10px;
  cursor: pointer; }

.pager {
  width: 25px;
  width: 15px;
  line-height: 12px;
  font-size: 15px;
  font-size: 12px;
  color: #FFF;
  /*background: url(/imagens/pager-off.png) no-repeat center center;*/
  text-align: center;
  display: inline-block; }

.paragraph {
  font-size: 16px;
  font-size: 12px;
  color: #FFF; }

.tit2 {
  font-size: 12px;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  #topo-rotativo {
    margin-top: 0;
    height: 37.5vw; }
  .paragraph {
    font-size: 24px;
    font-size: 32px; }
  .tit2 {
    font-size: 32px;
    font-size: 24px; } }

@media only screen and (min-width: 1024px) {
  .paragraph {
    font-size: 30px;
    font-size: 40px; }
  .tit2 {
    font-size: 40px;
    font-size: 30px; } }

/* i'll try the 4px border */
.cont {
  background-color: #000;
  padding: 3px; }
  .cont .blocks {
    border: solid 3px #000;
    background-color: #FFF;
    background-size: cover;
    padding-bottom: 66%;
    position: relative; }
    .cont .blocks .in-block {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .cont .blocks .in-block .txt {
        display: table;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .cont .blocks .in-block .txt p {
          height: 100%;
          color: #FFF;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          text-transform: uppercase; }
          .cont .blocks .in-block .txt p span {
            font-family: "Montserrat", sans-serif;
            font-size: 10px;
            line-height: 30px;
            width: 75%;
            background-color: rgba(0, 0, 0, 0.6);
            display: block;
            margin: 0 auto;
            color: #FFF;
            text-decoration: none; }
    .cont .blocks .in-block:hover {
      background-color: rgba(0, 0, 0, 0.3);
      transition: 0.2s; }
  .cont .img2 {
    background-image: url(../public/imagens_home/2s.png); }
  .cont .img3 {
    background-image: url(../public/imagens_home/3s.png); }
  .cont .img4 {
    background-image: url(../public/imagens_home/4s.png); }
  .cont .img5 {
    background-image: url(../public/imagens_home/5s.png); }
  .cont .img6 {
    background-image: url(../public/imagens_home/6s.png); }
  .cont .img7 {
    background-image: url(../public/imagens_home/7s.png); }
  .cont .img8 {
    background-image: url(../public/imagens_home/8s.png); }
  .cont .img9 {
    background-image: url(../public/imagens_home/9s.png); }
  .cont .img10 {
    background-image: url(../public/imagens_home/10s.png); }
  .cont .img11 {
    background-image: url(../public/imagens_home/11s.png); }
  .cont .img12 {
    background-image: url(../public/imagens_home/12s.png); }
  .cont .img13 {
    background-image: url(../public/imagens_home/13s.png); }

@media only screen and (min-width: 768px) {
  .cont .blocks {
    float: left;
    padding-bottom: 25%; }
    .cont .blocks .in-block .txt p span {
      font-size: 11px; }
  .cont .block1 {
    width: 33.33%; }
    .cont .block1 span {
      width: 90% !important; }
  .cont .block2 {
    width: 50%; }
    .cont .block2 span {
      width: 59.994% !important; }
  .cont .block3 {
    width: 100%; }
    .cont .block3 span {
      width: 29.997% !important; }
  .cont .block4 {
    width: 66.66%; }
    .cont .block4 span {
      width: 45% !important; }
  .cont .img2 {
    background-image: url(../public/imagens_home/2d.png); }
  .cont .img3 {
    background-image: url(../public/imagens_home/3d.png); }
  .cont .img4 {
    background-image: url(../public/imagens_home/4d.png); }
  .cont .img5 {
    background-image: url(../public/imagens_home/5d.png); }
  .cont .img6 {
    background-image: url(../public/imagens_home/6d.png); }
  .cont .img7 {
    background-image: url(../public/imagens_home/7d.png); }
  .cont .img8 {
    background-image: url(../public/imagens_home/8d.png); }
  .cont .img9 {
    background-image: url(../public/imagens_home/9d.png); }
  .cont .img10 {
    background-image: url(../public/imagens_home/10d.png); }
  .cont .img11 {
    background-image: url(../public/imagens_home/11d.png); }
  .cont .img12 {
    background-image: url(../public/imagens_home/12d.png); }
  .cont .img13 {
    background-image: url(../public/imagens_home/13d.png); } }

@media only screen and (min-width: 1024px) {
  .cont .blocks .in-block .txt p span {
    font-size: 15px; } }

.topo-fixo {
  width: 100%;
  height: 50vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 55px; }

.lead {
  background-color: #f2f2f2;
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
  .lead p {
    color: #cf0a2c;
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    margin-top: 20px;
    line-height: 1.5; }
    .lead p a {
      color: #cf0a2c;
      text-decoration: underline;
      font-weight: 700; }
  .lead h1 {
    text-align: center;
    color: #799900;
    font-size: 30px; }

.title {
  height: 50vw;
  line-height: 50vw;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  padding-top: 55px; }

.tbl-cell img {
  width: 100%;
  height: auto; }

.tbl-cell .triangle {
  display: none; }

.tbl-cell h2, .tbl-cell p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 10px 0;
  font-size: 28px;
  line-height: 1.5; }

.tbl-cell p {
  color: #353535;
  font-size: 16px; }
  .tbl-cell p a {
    text-decoration: none;
    color: #799900; }
  .tbl-cell p a:hover {
    text-decoration: underline; }

.tbl-cell h2 {
  color: #799900; }
  .tbl-cell h2 a {
    color: #799900;
    text-decoration: none; }
  .tbl-cell h2 a:hover {
    color: #799900;
    text-decoration: underlins; }

.tbl-block {
  margin: 20px 0; }

.tbl-block:first-child {
  margin-top: 0; }

.tbl-block:last-child {
  margin-bottom: 0; }

.col3 {
  display: none; }

.centered {
  text-align: center; }

a.bt_reservar {
  display: inline-block;
  background-image: linear-gradient(rgba(121, 153, 0, 0.5), #799900);
  padding: 0 10px;
  color: #FFF !important;
  text-decoration: none !important;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 auto;
  text-align: center; }

a.bt_reservar:hover {
  background: #5c7400; }

.sep {
  height: 50px;
  border-bottom: solid 1px #cf0a2c;
  margin-bottom: 50px; }

.sep2 {
  height: 30px;
  border-bottom: solid 2px #cf0a2c;
  margin-bottom: 30px; }

.gallery {
  margin-top: 20px; }
  .gallery a div {
    width: 18%;
    margin-left: 2.5%;
    padding-bottom: 18%;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-bottom: 2.5%; }
  .gallery a:nth-child(5n+1) div {
    margin-left: 0; }

@media only screen and (min-width: 768px) {
  .topo-fixo {
    width: 100%;
    height: 35vw;
    margin-top: 0; }
  .title {
    height: 35vw;
    line-height: 35vw;
    font-family: "Montserrat", sans-serif;
    font-size: 28px; }
  .tbl-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .tbl-block {
    display: table;
    margin: 10px 0;
    width: 100%; }
    .tbl-block .col1, .tbl-block .col3 {
      width: 51%;
      display: table-cell;
      height: 100%; }
      .tbl-block .col1 img, .tbl-block .col3 img {
        display: block;
        width: 100%;
        height: auto; }
      .tbl-block .col1 .triangle, .tbl-block .col3 .triangle {
        position: absolute;
        right: 0;
        top: 47.5%;
        width: auto;
        height: 5%; }
    .tbl-block .col2 {
      width: 49%;
      padding: 30px; }
    .tbl-block .col3 {
      display: none; }
  .tbl-block:nth-child(2n) .col1 {
    display: none; }
  .tbl-block:nth-child(2n) .col3 {
    display: table-cell; }
  .tbl-block:nth-child(2n) .triangle {
    left: 0;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .lead p {
    font-size: 29px;
    text-align: center; }
  .lead h1 {
    font-size: 54px; } }

.modal-text p {
  line-height: 1.5; }

label.checkbox input[type="checkbox"] {
  display: none; }

label {
  cursor: pointer; }

label.checkbox span {
  display: inline-block;
  background-color: gray;
  color: gray;
  border-radius: 2px;
  font-size: 17px;
  padding: 5px;
  margin: 5px 0;
  border: solid 0px transparent;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer; }

label.checkbox :checked + span {
  background-color: #799900;
  color: #FFF !important; }

.form-1 {
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #353535;
  font-weight: 300;
  margin: 0 auto; }
  .form-1 .error {
    background-color: #C00 !important; }
  .form-1 h1 {
    font-weight: 300;
    font-size: 21px;
    margin: 20px 0;
    text-align: center; }
  .form-1 label {
    display: block; }
  .form-1 input, .form-1 button, .form-1 select, .form-1 textarea {
    background-color: rgba(121, 153, 0, 0.2);
    border: solid 1px transparent;
    border-radius: 2px;
    font-size: 17px;
    padding: 5px;
    margin: 5px 0; }
  .form-1 input[type=checkbox]:checked {
    background-color: red;
    /* or whatever styles you want depending on your design */
    /* be as obvious as possible that it's a checkbox and that it's checked! */ }
  .form-1 textarea {
    height: 300px; }
  .form-1 input[type="text"], .form-1 input[type="password"], .form-1 textarea {
    width: 100%; }
  .form-1 button {
    color: #cf0a2c;
    cursor: pointer;
    margin-top: 20px;
    font-size: 19px;
    padding-left: 15px; }
  .form-1 select {
    border: none;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: rgba(121, 153, 0, 0.2) url(/imagens/arrow-d.png) no-repeat right 10px center;
    cursor: pointer; }
  .form-1 .link {
    margin: 30px 0;
    text-align: center; }
    .form-1 .link a {
      text-decoration: none !important; }
    .form-1 .link a:hover {
      text-decoration: underline !important; }

.two-cols {
  font-family: "Roboto", sans-serif;
  color: #353535;
  font-weight: 300; }
  .two-cols p.simple {
    font-size: 14px;
    margin: 30px 0 0 0;
    line-height: 1.2; }
  .two-cols p.green {
    color: #799900;
    line-height: 1.2;
    margin-bottom: 10px; }
  .two-cols h1 {
    font-weight: 300;
    font-size: 21px;
    margin: 0 0 20px 0;
    text-align: center; }
  .two-cols h3 {
    font-size: 18px;
    color: #799900; }
  .two-cols .cols {
    height: 400px;
    background-color: #f2f2f2;
    padding: 20px; }
  .two-cols .col-r {
    margin-top: 20px; }

#form-recover {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .form-1 {
    width: 60%; }
    .form-1 h1 {
      font-size: 40px; }
    .form-1 input, .form-1 button, .form-1 select {
      font-size: 19px; }
    .form-1 button {
      font-size: 23px;
      padding-left: 20px; }
    .form-1 button.disabled {
      opacity: 0.3;
      cursor: default !important; }
  #form-login, #form-registo, #form-recover {
    width: 100%; }
  .two-cols h1 {
    font-weight: 300;
    font-size: 40px;
    text-align: center; }
  .two-cols .cols {
    width: 49%;
    border-radius: 5px; }
  .two-cols .col-l {
    float: left; }
  .two-cols .col-r {
    float: right;
    margin-top: 0; }
  .two-cols p.simple {
    font-size: 18px; } }

#form-booking {
  width: 80%; }

#form-recover input {
  width: 62% !important;
  max-width: 500px;
  padding: 5px;
  width: 100%;
  -moz-appearance: none;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  padding: 5px 3px; }

#form-recover button {
  width: 35%;
  text-align: center;
  -moz-appearance: none;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  padding: 5px 3px; }

.insiders {
  margin: 0 0 0 0; }

.insider-ph {
  padding: 20px;
  background-color: #f2f2f2; }
  .insider-ph img {
    margin-top: 30px;
    width: 100%;
    height: auto; }

.insider-ph:last-child {
  margin-top: 20px; }

.others h2 {
  text-align: center; }

.others .enfase {
  color: #cf0a2c;
  text-align: center; }

.others .enfaseRed {
  color: #cf0a2c;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .insider-ph {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 0; }
  .insider-ph:last-child {
    margin-top: 0; }
  .insider-ph:first-child {
    margin-left: 0; }
  .others {
    clear: both;
    width: 80%;
    margin: 0 auto; } }

.grid .grid-item .img-ph {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.grid .grid-item .hor {
  background-size: 100% auto; }

.grid .grid-item .ver {
  background-size: auto 100%; }

.grid .grid-item .title-ph {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #799900;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .grid .grid-item {
    width: 48%;
    float: left;
    margin: 0;
    margin-left: 4%; }
    .grid .grid-item .title-ph {
      font-size: 18px; }
  .grid .grid-item:nth-child(2n+1) {
    margin-left: 0; }
  .grid .grid-item:nth-child(n+4) {
    margin-top: 30px; } }

@media only screen and (min-width: 1024px) {
  .grid .grid-item {
    width: 30.66%;
    float: left;
    margin: 0 0;
    margin-left: 4%; }
    .grid .grid-item .title-ph {
      font-size: 20px; }
  .grid .grid-item:nth-child(2n+1) {
    margin-left: 4%; }
  .grid .grid-item:nth-child(3n+1) {
    margin-left: 0; } }

.list {
  margin: 10px 0; }
  .list p {
    margin: 20px 0; }
  .list .sep2 {
    height: 20px;
    margin-bottom: 0 !important; }

.list:first-child {
  margin-top: 0; }

.list:last-child {
  margin-bottom: 0; }

.fixed-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }
