/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,600&display=swap");
@import '/js/lib/jquery/swipebox.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, 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;
}

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 */
/*
	The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.
*/
/* 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;
  } 
}	
*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
#icn-fb {
  width: 16px;
  height: 14px;
  fill: #FFF;
}

#icn-yt {
  width: 16px;
  height: 14px;
  fill: #FFF;
}

#icn-mobile {
  height: 14px;
  fill: #FFF;
  width: 16px;
  vertical-align: -1px;
}

#icn-mail {
  height: 14px;
  fill: #FFF;
  width: 16px;
  vertical-align: -3px;
}

#icn-fb {
  vertical-align: -2px;
}

#icn-phone {
  width: 16px;
  height: 14px;
  fill: #FFF;
  vertical-align: -1px;
}

#icn-yt {
  vertical-align: -3px;
}

/* TOPO */
/* TOPO */
strong {
  font-weight: 700;
}

p, li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #404040;
  line-height: 1.4;
}
p em, li em {
  font-style: italic;
}

p {
  margin: 2em 0;
}
p.ctr {
  text-align: center;
}
p .larger {
  font-size: 1.1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #404040;
  text-decoration: underline;
}
a:hover {
  color: #497990;
  text-decoration: underline;
}

.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #497990;
  text-transform: uppercase;
  text-align: center;
}

.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #497990;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  margin-bottom: 9px;
}

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

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

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

h6 {
  font-size: 0.9em;
  margin-bottom: 0.45em;
}

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

strong {
  font-weight: 600;
}

.page_title {
  color: #497990;
}

h2 {
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

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

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

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

  h6 {
    font-size: 0.9em;
    margin-bottom: 0.45em;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

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

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

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

  h6 {
    font-size: 0.9em;
    margin-bottom: 0.45em;
  }
}
.clear {
  clear: both;
}

.smaller {
  font-size: smaller;
}

#topo_estatico {
  width: 100%;
  height: 100px;
  background-color: #497990;
  display: flex;
  place-items: center;
  justify-content: center;
}
#topo_estatico h1 {
  color: #FFF;
  position: relative;
  margin-bottom: 0 !important;
  height: 34px;
  text-transform: uppercase;
}
#topo_estatico h1:before {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #FFF;
}

img.fullwidth {
  width: 100%;
  height: auto;
}

.cinza {
  background-color: #f3f3f3;
}

.videoWrapper_16_9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
}

.videoWrapper_4_3 {
  position: relative;
  padding-bottom: 75%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
}

.videoWrapper_16_9 iframe, .videoWrapper_4_3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
}
main .cont_imgs_quarteira {
  padding: 50px 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
main .cont_acabamentos {
  padding: 50px 20px;
}
main .cont {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
  /*
  .col-l {
  	width: 50%; float: left;
  }
  .col-r {
  	width: 50%; float: right;
  	.imgs_quarteira {



  	}
  }	
  */
}
main .cont.home {
  padding: 50px 20px;
}
main .cont.padded {
  padding: 50px 20px;
}
main .cont.vpadded {
  padding: 50px 0;
}

div.imgs_bellavista img {
  width: 33.33%;
  height: auto;
  display: block;
  float: left;
}

.enfase {
  color: #497990;
  font-weight: 700;
}

.no-marg {
  margin-bottom: 0;
}

.no-break {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}

.tb, .dt {
  display: none;
}

.mb {
  display: block;
}

.bt {
  background-color: #497990;
  text-decoration: none;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 4px 15px;
  font-size: 12px;
}
.bt:hover {
  color: #FFF;
  text-decoration: none;
}

li {
  margin: 10px 0;
  display: list;
  margin-left: 20px;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  .mb {
    display: none;
  }

  .tb {
    display: block !important;
  }

  main .cont_imgs_quarteira {
    padding: 50px 20px;
  }

  #topo_estatico {
    width: 100%;
    height: 150px;
    background-color: #497990;
    display: flex;
    place-items: center;
    justify-content: center;
  }
  #topo_estatico h1 {
    color: #FFF;
    position: relative;
    height: 45px;
    text-transform: uppercase;
  }
  #topo_estatico h1:before {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #FFF;
  }
}
@media only screen and (min-width: 1024px) {
  .mb, .tb {
    display: none !important;
  }

  .dt {
    display: block;
  }

  main {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
  }
  main .cont {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
  }
  main .cont.padded {
    padding: 50px 100px;
  }

  .bt {
    background-color: #497990;
    text-decoration: none;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 13px;
  }
  .bt:hover {
    text-decoration: none;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#menu-mobile {
  background-color: #4a7990;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  transition: all 1s 1s ease-in;
}
#menu-mobile.on {
  display: block;
  animation: fadeIn 0.25s ease-out;
  animation-fill-mode: forwards;
}
#menu-mobile.on li {
  margin-left: 0;
  animation: fadeInUp 0.25s 0.15s ease-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}
#menu-mobile.on li:nth-child(1) {
  animation-delay: 0.1s;
}
#menu-mobile.on li:nth-child(2) {
  animation-delay: 0.2s;
}
#menu-mobile.on li:nth-child(3) {
  animation-delay: 0.3s;
}
#menu-mobile.on li:nth-child(4) {
  animation-delay: 0.4s;
}
#menu-mobile.on li:nth-child(5) {
  animation-delay: 0.5s;
}
#menu-mobile.on li:nth-child(6) {
  animation-delay: 0.6s;
}
#menu-mobile ul {
  margin-top: 80px;
  padding: 30px;
}
#menu-mobile ul li {
  display: block;
  line-height: 3;
  opacity: 0;
}
#menu-mobile ul li a {
  padding: 0 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
#menu-mobile #lingua {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 3;
  color: #FFF;
  padding-left: 40px;
  animation: fadeInUp 0.25s 0.15s ease-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  animation-delay: 0.1s;
}
#menu-mobile #lingua a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9em;
}

@media only screen and (min-width: 768px) {
  #menu-mobile {
    background-color: #4a7990;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    transition: all 1s 1s ease-in;
  }
  #menu-mobile.on {
    display: block;
    animation: fadeIn 0.25s ease-out;
    animation-fill-mode: forwards;
  }
  #menu-mobile.on li {
    animation: fadeInUp 0.25s 0.15s ease-out;
    animation-fill-mode: forwards;
    transform: translateY(30px);
  }
  #menu-mobile.on li:nth-child(1) {
    animation-delay: 0.1s;
  }
  #menu-mobile.on li:nth-child(2) {
    animation-delay: 0.2s;
  }
  #menu-mobile.on li:nth-child(3) {
    animation-delay: 0.3s;
  }
  #menu-mobile.on li:nth-child(4) {
    animation-delay: 0.4s;
  }
  #menu-mobile.on li:nth-child(5) {
    animation-delay: 0.5s;
  }
  #menu-mobile.on li:nth-child(6) {
    animation-delay: 0.6s;
  }
  #menu-mobile ul {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    margin-top: 80px;
  }
  #menu-mobile ul li {
    display: block;
    margin-left: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    line-height: 10vh;
    opacity: 0;
    font-style: italic;
  }
  #menu-mobile ul li a {
    font-size: 20px;
  }
}
header {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  background-color: #497990;
}
header #logo {
  display: inline-block;
  height: 100%;
}
header #logo svg {
  height: 100%;
  fill: #FFF;
}
header #logo.white svg {
  fill: #FFF;
}
header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
  background-color: #FFF;
}
header #menu ul {
  display: inline-flex;
}
header #menu ul li {
  margin-left: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  list-style-type: none;
}
header #menu ul li:first-child {
  margin-left: 0;
}
header #menu ul li a {
  color: #FFF;
  text-decoration: none;
}
header #menu ul li a.on {
  color: #FFF;
  font-weight: 600;
}
header #linguas {
  color: #FFF;
  font-size: 14px;
}
header #linguas a {
  color: inherit;
  text-decoration: none;
}
header.home {
  position: absolute;
  left: 0;
  top: 0;
}
header.home #logo svg {
  fill: #FFF;
}
header.home .hamburger-inner, header.home .hamburger-inner::before, header.home .hamburger-inner::after {
  background-color: #FFF;
}
header.home #menu ul li a {
  color: #FFF;
}
header.home #linguas {
  color: #FFF;
}
header.home #linguas a {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  header {
    position: relative;
    width: 100%;
    height: 110px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
  }
  header #logo {
    display: inline-block;
    height: 60%;
  }
  header #logo svg {
    height: 100%;
  }
  header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
    background-color: #497990;
  }
  header #menu ul li {
    margin-left: 30px;
    font-size: 15px;
  }
  header #linguas {
    font-size: 15px;
  }
}
#topo-home {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
  padding-top: 80px;
  width: 100%;
  height: 100%;
}
#topo-home .inner {
  background: url(/img/topo.png) no-repeat top center;
  width: 100%;
  height: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#topo-home .inner #txt_ph {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
}
#topo-home .inner #txt_ph div div {
  margin-top: 20px;
}
#topo-home .inner #txt_ph div div.headline {
  font-size: 22px;
  letter-spacing: 2px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#topo-home .inner #txt_ph div div.subline {
  font-size: 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
#topo-home .inner #txt_ph div div.btline {
  margin-top: 25px;
}
#topo-home .inner nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#topo-home .inner nav svg {
  fill: #FFF;
}
#topo-home .inner nav ul {
  display: grid;
  background-color: rgba(74, 121, 144, 0.76);
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  padding: 8px 0;
  justify-content: space-between;
}
#topo-home .inner nav ul li {
  margin-left: 0;
  /*
  &:nth-child(2) {
  	background-color: #C00;
  }
  &:nth-child(4) {
  	background-color: #0C0;
  }
  */
  display: flex;
  align-items: center;
  font-size: 10px;
  padding: 0px 20px;
}
#topo-home .inner nav ul li svg {
  margin-right: 5px;
}
#topo-home .inner nav ul li a {
  color: #FFF;
  text-decoration: none;
}

.dest-home {
  margin-top: 50px;
}
.dest-home .block_home {
  text-align: center;
  margin-top: 50px;
}
.dest-home .block_home h3 {
  color: #404040;
}
.dest-home .block_home p {
  color: #404040;
  font-size: 13px;
  text-align: center;
}
.dest-home .block_home img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-bottom: 15px;
}

.welcome {
  text-align: center;
  font-size: 20px;
  color: #497990;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .welcome {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .dest-home {
    margin-top: 0;
  }
  .dest-home .block_home {
    text-align: center;
    margin-top: 50px;
    width: 33.33%;
    float: left;
  }
  .dest-home .block_home img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
  }

  #topo-home .inner #txt_ph {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    place-items: center;
    text-align: left;
    padding: 40px;
  }
  #topo-home .inner #txt_ph div div {
    margin-top: 20px;
  }
  #topo-home .inner #txt_ph div div.headline {
    font-size: 47px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  #topo-home .inner #txt_ph div div.subline {
    font-size: 14px;
    font-weight: 400;
  }
  #topo-home .inner #txt_ph div div.btline {
    margin-top: 30px;
  }
  #topo-home .inner nav ul {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
  }
  #topo-home .inner nav ul li {
    justify-content: center;
    font-size: 10px;
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #topo-home {
    padding-top: 110px;
  }
  #topo-home .inner #txt_ph {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    place-items: center;
    text-align: left;
    padding: 40px;
  }
  #topo-home .inner #txt_ph div div {
    margin-top: 20px;
  }
  #topo-home .inner #txt_ph div div.headline {
    font-size: 47px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  #topo-home .inner #txt_ph div div.subline {
    font-size: 16px;
    font-weight: 400;
  }
  #topo-home .inner #txt_ph div div.btline {
    margin-top: 30px;
  }
  #topo-home .inner nav ul {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
  }
  #topo-home .inner nav ul li {
    justify-content: center;
    font-size: 12px;
  }
}
.icon_block {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
.icon_block:first-child {
  margin-top: 0;
}
.icon_block .icn {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  border-radius: 50px;
  background-color: #497990;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_block .icn svg#icn-phone, .icon_block .icn svg#icn-fb {
  height: 40px;
  width: auto;
}

.intro_text {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
  color: #404040;
}

ul.cols-3 {
  column-count: 2;
  column-gap: 20px;
}
ul.cols-3 li {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 20px;
  display: list;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style-type: disc;
}
ul.cols-3 li:first-child {
  margin-top: 0;
}

.block {
  margin: 0 auto;
  margin-top: 50px;
}
.block img {
  display: block;
}
.block strong {
  font-weight: 600;
  font-size: 13px;
}
.block:first-child {
  margin-top: 0;
}
.block p {
  text-align: center;
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
}
.block p:first-child {
  margin: 0;
}
.block .block-r.wide, .block .block-l.wide {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 50%);
  z-index: 2;
  position: relative;
  width: 90%;
  margin: -50px auto -50px auto;
  padding: 20px;
}
.block img {
  width: 100%;
  height: auto;
}

.cont_imgs_quarteira h2 {
  margin-bottom: 20px;
}
.cont_imgs_quarteira .col-l {
  padding: 20px 20px 0 20px;
}
.cont_imgs_quarteira .col-l li {
  font-size: 14px;
}
.cont_imgs_quarteira .col-r .cycle-slideshow img {
  width: 100%;
  height: auto;
}
.cont_imgs_quarteira .col-r #thumbs {
  margin-top: 1.25%;
  text-align: center;
}
.cont_imgs_quarteira .col-r #thumbs img {
  display: none;
  width: 19%;
  height: auto;
  cursor: pointer;
  margin-left: 1.25%;
  float: left;
}
.cont_imgs_quarteira .col-r #thumbs img:first-child {
  margin-left: 0;
}
.cont_imgs_quarteira .col-r .circle {
  display: inline-block;
  margin-top: 10px;
  width: 10px;
  height: 10px;
  border: solid 1px #497990;
  border-radius: 5px;
}
.cont_imgs_quarteira .col-r .circle.cycle-pager-active {
  background-color: #497990;
}

.cont_acabamentos h2 {
  margin-bottom: 50px;
}
.cont_acabamentos div.cols-4 {
  column-count: 4;
  column-count: 2;
  column-gap: 50px;
  column-gap: 20px;
}
.cont_acabamentos div.cols-4 .title {
  font-weight: 700;
  font-size: 15px;
  color: #497990;
  margin: 20px 0 10px 0;
}
.cont_acabamentos div.cols-4 .title:first-of-type {
  margin-top: 0;
}
.cont_acabamentos div.cols-4 li {
  margin-top: 10px;
  display: list;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style-type: disc;
}
.cont_acabamentos div.cols-4 li:first-child {
  margin-top: 0;
}
.cont_acabamentos div.cols-4 p {
  margin: 5px 0;
}

.bt_download {
  margin: 0 auto;
  vertical-align: middle;
  text-decoration: none;
  color: #497990;
}
.bt_download svg {
  width: 20px;
  height: 22px;
  margin-right: 5px;
  fill: #497990;
  vertical-align: -4px;
}

@media only screen and (min-width: 768px) {
  .icon_block {
    width: 50%;
    text-align: center;
    font-size: 12px;
    margin-top: 0;
    float: left;
  }
  .icon_block:first-child {
    margin-top: 0;
  }
  .icon_block .icn {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50px;
    background-color: #497990;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon_block .icn svg#icn-phone, .icon_block .icn svg#icn-fb {
    height: 40px;
    width: auto;
  }

  .cont_acabamentos div.cols-4 {
    column-count: 4;
    column-count: 3;
    column-gap: 50px;
    column-gap: 30px;
  }

  ul.cols-3 {
    column-count: 3;
    column-gap: 50px;
  }
  ul.cols-3 li {
    margin-top: 10px;
    display: list;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: disc;
  }
  ul.cols-3 li:first-child {
    margin-top: 0;
  }

  .block {
    margin: 0;
    margin-top: 50px;
  }
  .block:first-child {
    margin-top: 0;
  }
  .block strong {
    background-color: #497990;
    font-weight: 600;
    color: #FFF;
    padding: 0 20px;
    line-height: 2;
    display: block;
    font-size: 13px;
  }
  .block p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
  }
  .block p:first-child {
    margin: 0;
    padding-left: 0;
  }
  .block .block-r {
    float: right;
  }
  .block .block-l {
    float: left;
  }
  .block .wide {
    width: 55%;
  }
  .block .nar {
    width: 40%;
  }
  .block .block-r.wide, .block .block-l.wide {
    width: 55%;
    margin: 0;
    padding: 0;
    background-image: none;
  }
  .block img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .cont_imgs_quarteira h2 {
    margin-bottom: 50px;
  }
  .cont_imgs_quarteira .col-l {
    padding: 0 20px;
    float: left;
    width: 55%;
  }
  .cont_imgs_quarteira .col-l li {
    font-size: 14px;
    margin-left: 0;
  }
  .cont_imgs_quarteira .col-r {
    float: right;
    width: 40%;
  }
  .cont_imgs_quarteira .col-r .cycle-slideshow img {
    width: 100%;
    height: auto;
  }
  .cont_imgs_quarteira .col-r .thumbs {
    margin-top: 1.25%;
    text-align: center;
  }
  .cont_imgs_quarteira .col-r .thumbs img {
    width: 19%;
    height: auto;
    cursor: pointer;
    margin-left: 1.25%;
    display: block;
    float: left;
  }
  .cont_imgs_quarteira .col-r .thumbs img:first-child {
    margin-left: 0;
  }
  .cont_imgs_quarteira .col-r .circle {
    display: block;
    float: left;
    margin-left: 1.25%;
    width: 19%;
    padding-bottom: 19%;
    background-size: cover;
    margin-top: 10px;
    height: auto;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .cont_imgs_quarteira .col-r .circle:nth-child(1) {
    background-image: url(/public/bellavistaresidence/quarteira/thumbnails/1.png);
  }
  .cont_imgs_quarteira .col-r .circle:nth-child(2) {
    background-image: url(/public/bellavistaresidence/quarteira/thumbnails/2.png);
  }
  .cont_imgs_quarteira .col-r .circle:nth-child(3) {
    background-image: url(/public/bellavistaresidence/quarteira/thumbnails/3.png);
  }
  .cont_imgs_quarteira .col-r .circle:nth-child(4) {
    background-image: url(/public/bellavistaresidence/quarteira/thumbnails/4.png);
  }
  .cont_imgs_quarteira .col-r .circle:nth-child(5) {
    background-image: url(/public/bellavistaresidence/quarteira/thumbnails/5.png);
  }
  .cont_imgs_quarteira .col-r .circle:first-child {
    margin-left: 0;
  }
  .cont_imgs_quarteira .col-r .circle.cycle-pager-active {
    background-color: transparent;
  }

  .cont_acabamentos div.cols-4 {
    column-count: 4;
    column-gap: 50px;
  }
}
.obra-w {
  width: 100%;
}

.gutter-sizer {
  width: 0;
}

.obras-ph .obra {
  margin: 0 0 10% 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-bottom: solid 2px #497990;
  line-height: 1.4;
  color: #707070;
}
.obras-ph .obra .img_ph {
  position: relative;
}
.obras-ph .obra .img_ph .icon {
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding: 5px 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.75);
}
.obras-ph .obra .img_ph .icon a {
  height: 26px;
  display: block;
}
.obras-ph .obra .img_ph .icon a svg {
  width: 29px;
  height: 29px;
  fill: rgba(255, 255, 255, 0.75);
}
.obras-ph .obra img {
  width: 100%;
  height: auto;
}
.obras-ph .obra .text {
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .obra-w {
    width: 48%;
  }

  .gutter-sizer {
    width: 4%;
  }

  .obras-ph .obra {
    margin: 0 0 4% 0;
    width: 48%;
  }
  .obras-ph .obra img {
    width: 100%;
    height: auto;
  }
  .obras-ph .obra .text {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .obra-w {
    width: 31%;
  }

  .gutter-sizer {
    width: 3.5%;
  }

  .obras-ph .obra {
    margin: 0 0 3.5% 0;
    width: 31%;
  }
}
.social_link {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  display: inline-block;
  background-color: #497990;
}

.contactos #success_message {
  display: none;
}
.contactos button.bt {
  border: none;
  cursor: pointer;
}
.contactos p {
  line-height: 1.4;
}
.contactos p .enfase {
  display: block;
  margin-bottom: 10px;
}
.contactos .col-l {
  width: 100%;
}
.contactos .col-r {
  margin-top: 30px;
}

.form1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form1 input[data-required]::after {
  content: "erro";
}
.form1 input.error, .form1 select.error, .form1 textarea.error {
  border: solid 1px #C00;
}
.form1 .error_msg2, .form1 input[data-required] ~ .error_msg, .form1 select[data-required] ~ .error_msg {
  background-color: #C00;
  color: #FFF;
  padding: 5px 7px;
  position: relative;
  top: 7px;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-size: 0.75em;
}
.form1 .error_msg2:after, .form1 input[data-required] ~ .error_msg:after, .form1 select[data-required] ~ .error_msg:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 7px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #C00;
}
.form1 input[data-required] ~ .error_msg, .form1 select[data-required] ~ .error_msg {
  top: -10px;
}
.form1 .error_msg2 {
  top: -10px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.form1 input, .form1 textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #c4c4c4;
  border-radius: 3px;
  margin-bottom: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form1 textarea {
  height: 200px;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin: 0 auto 0 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;
}

@media only screen and (min-width: 768px) {
  .google-maps {
    padding-bottom: 30%;
  }

  .contactos .col-l {
    width: 55%;
    float: left;
  }
  .contactos .col-r {
    margin-top: 0;
    float: right;
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .google-maps {
    padding-bottom: 20%;
  }
}
footer {
  background-color: #4a7990;
  padding: 20px 20px 40px 20px;
  text-align: left;
  width: 100%;
  position: relative;
}
footer .copy {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5px;
  margin-top: 20px;
  width: 100%;
  opacity: 0.75;
}
footer .copy a {
  color: inherit;
  text-decoration: none;
}
footer .cont {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto auto;
  /*
  column-gap: <line-size>;
    row-gap:
    */
  row-gap: 20px;
}
footer .cont p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}
footer .cont p a {
  text-decoration: none;
  color: #FFF;
}
footer .cont p a svg {
  margin-right: 5px;
}
footer .cont p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 20px 20px 50px 20px;
  }
  footer .cont {
    width: 100%;
    padding: 0 !important;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  footer .cont {
    width: 100%;
    padding: 0 20px !important;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    justify-content: space-between;
  }
}
/*

@import 'scss/vars';
@import 'scss/cor';
@import 'scss/fonts';
@import 'scss/class';
//@import 'scss/logo';

@import 'scss/home';
@import 'scss/about2';
@import 'scss/projects';
@import 'scss/contacts';
@import 'fonts/_iconfont.scss';
@import "scss/footer";
*/
.fixed-scroll {
  overflow: hidden;
}

body, html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
}

footer {
  flex-shrink: 0;
  line-height: 2;
}

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