@font-face {
  font-family: 'Neo Sans';
  src: url("/fonts/NeoSansStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: 'Neo Sans';
  src: url("/fonts/NeoSansStd-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neo Sans';
  src: url("/fonts/NeoSansStd-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  line-height: 1;
}

.content,
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
}

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

a:not([href^="#"]) {
  cursor: pointer;
}

textarea,
input,
button {
  outline: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

.page-container, .page-header {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.page-container:before, .page-header:before, .page-container:after, .page-header:after {
  content: "";
  display: table;
}

.page-container:after, .page-header:after {
  clear: both;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input:focus[type="text"],
input:focus[type="email"],
input:focus[type="number"],
input:focus[type="tel"],
input:focus[type="password"],
textarea:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

select {
  padding: 0;
  margin: 0;
  border: none;
}

select:focus {
  outline: none;
}

@media (max-width: 992px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 992px) {
  .mobile {
    display: initial;
  }
}

.clr {
  clear: both;
}

.selectric {
  position: relative;
  border: 2px solid #01475e;
  background-color: transparent;
  margin-bottom: 2.8125rem;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 0.9375rem 0.625rem;
}

@media (max-width: 992px) {
  .selectric {
    padding: 0.46875rem;
  }
}

.selectric .label {
  margin: 0rem 2.5rem 0rem 0.3125rem;
  font-size: 1rem;
  color: #01475e;
  line-height: normal;
  height: auto;
}

@media (max-width: 992px) {
  .selectric .label {
    margin: 0rem 1.875rem 0rem 0.3125rem;
    font-size: 1.125rem;
  }
}

.selectric .button {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.selectric .button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px !important;
  border-color: #01475e transparent transparent transparent !important;
}

.selectric-items {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.selectric-items li {
  color: #01475e;
  font-size: 1rem;
  border-bottom: 1px solid #01475e;
  padding: 0.9375rem 0.625rem;
}

.selectric-items li:hover {
  background-color: #dbdcdc;
  color: #01475e;
}

.selectric-items li.highlighted {
  background-color: #dbdcdc;
  color: #01475e;
}

.selectric-items li.selected {
  background-color: #01475e;
  color: #ffffff;
}

.selectric-hover .selectric,
.selectric-open .selectric,
.selectric-focus .selectric {
  border: 2px solid #01475e;
}

.selectric-open .selectric .button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
     -moz-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
       -o-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

html {
  font-family: "Neo Sans", sans-serif;
  font-weight: 400;
  color: #01475e;
}

@media (min-width: 1921px) {
  html {
    font-size: 0.8333333333vw;
  }
}

.global-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.grecaptcha-badge {
  display: none;
}

.slogan-section h2 {
  font-size: 2.625rem;
}

@media (min-width: 1921px) {
  .slogan-section h2 {
    font-size: 2.1875vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .slogan-section h2 {
    font-size: 2.46125rem;
  }
}

.half-image-section h2, .novidades-section h2, .contactos-form h2 {
  font-size: 1.75rem;
}

@media (min-width: 1921px) {
  .half-image-section h2, .novidades-section h2, .contactos-form h2 {
    font-size: 1.4583333333vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .half-image-section h2, .novidades-section h2, .contactos-form h2 {
    font-size: 1.640625rem;
  }
}

.novidade-square h6 {
  font-size: 0.875rem;
}

@media (min-width: 1921px) {
  .novidade-square h6 {
    font-size: 0.7291666667vw;
  }
}

.button {
  font-size: 0.875rem;
}

@media (min-width: 1921px) {
  .button {
    font-size: 0.7291666667vw;
  }
}

.novidade-square h3 {
  font-size: 1.5rem;
}

@media (min-width: 1921px) {
  .novidade-square h3 {
    font-size: 1.25vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .novidade-square h3 {
    font-size: 1.40625rem;
  }
}

.half-image-section p, .novidade-square p,
.figures-square p, .contactos-form input, .contactos-form textarea, .contactos-form input + label, .contactos-form textarea + label {
  font-size: 1rem;
}

@media (min-width: 1921px) {
  .half-image-section p, .novidade-square p,
  .figures-square p, .contactos-form input, .contactos-form textarea, .contactos-form input + label, .contactos-form textarea + label {
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .half-image-section p, .novidade-square p,
  .figures-square p, .contactos-form input, .contactos-form textarea, .contactos-form input + label, .contactos-form textarea + label {
    font-size: 0.9375rem;
  }
}

.contactos-form .error-label:not(:empty), .contactos-form input:focus + label, .contactos-form input.filled + label, .contactos-form textarea:focus + label, .contactos-form textarea.filled + label {
  font-size: 0.75rem;
}

@media (min-width: 1921px) {
  .contactos-form .error-label:not(:empty), .contactos-form input:focus + label, .contactos-form input.filled + label, .contactos-form textarea:focus + label, .contactos-form textarea.filled + label {
    font-size: 0.625vw;
  }
}

.logos-section h4 {
  font-size: 1rem;
}

@media (min-width: 1921px) {
  .logos-section h4 {
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .logos-section h4 {
    font-size: 0.9375rem;
  }
}

.suporte-menu .left-side li, .social-network {
  font-size: 1rem;
}

@media (min-width: 1921px) {
  .suporte-menu .left-side li, .social-network {
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .suporte-menu .left-side li, .social-network {
    font-size: 0.9375rem;
  }
}

.half {
  width: 50%;
}

.btn-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-container.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-container.align-left .button {
  margin-right: 0.9375rem;
}

.btn-container.align-left .button:last-child {
  margin-right: auto;
}

@media (max-width: 767px) {
  .btn-container.align-left-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .btn-container.align-left-mobile .button {
    margin-right: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .btn-container.align-left-mobile .button:last-child {
    margin-right: auto;
  }
}

.btn-container.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .btn-container.align-center.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center.column .button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center.column .button:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.btn-container.align-center .button {
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}

.btn-container.align-center .button:first-child {
  margin-left: auto;
}

.btn-container.align-center .button:last-child {
  margin-right: auto;
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile:not(.column) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile.column .button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile.column .button:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile .button {
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile .button:first-child {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .btn-container.align-center-mobile .button:last-child {
    margin-right: auto;
  }
}

.btn-container.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-container.align-right .button {
  margin-left: 0.9375rem;
}

.btn-container.align-right .button:first-child {
  margin-left: auto;
}

@media (max-width: 767px) {
  .btn-container.align-right-mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .btn-container.align-right-mobile .button {
    margin-left: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .btn-container.align-right-mobile .button:first-child {
    margin-left: auto;
  }
}

.btn-container .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.homepage-header h1, .half-image-section h2, .novidades-section h2, .contactos-form h2, .contactos-form .error-label:not(:empty), .message-suceess h4,
.message-error h4, section.no-landing h2, .container-404 h4 {
  font-weight: 700;
}

.novidade-square h6 {
  text-transform: uppercase;
}

.background-color-blue {
  background-color: #88D0F2;
}

.background-color-blue-light {
  background-color: #a7e3ff;
}

.background-color-green {
  background-color: #12AF71;
}

.background-color-yellow {
  background-color: rgba(255, 216, 0, 0.3);
}

.color-text-white {
  color: #ffffff;
}

.pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-background-size: auto auto;
    -o-background-size: auto auto;
       background-size: auto auto;
  background-position: left top;
  background-repeat: repeat;
}

.telefones-pattern {
  background-image: url("/images/padrao-tel.svg");
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}

.bolinhas-verdes-pattern {
  background-image: url("/images/padrao-verde.png");
}

.bolinhas-azuis-pattern {
  background-image: url("/images/padrao-azul.png");
}

.yellow-pattern {
  background-image: url("/images/yellow-padrao.png");
}

.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 1921px) {
  .section {
    min-height: 0;
  }
}

.section > .content {
  max-width: 1180px;
  width: 100%;
}

@media (max-width: 992px) {
  .section:not(.section-height-auto) {
    min-height: 0;
  }
}

.section-height-auto {
  min-height: 0;
}

.homepage-header {
  position: relative;
  background-color: #6CDAE0;
  background-image: url("../images/landing-sky.png");
  width: 100%;
  height: 56.2547584vw;
  min-height: 500px;
  max-height: 100vh;
}

@media (max-width: 992px) {
  .homepage-header {
    min-height: 0;
    height: 100vh;
  }
}

.homepage-header h1 {
  position: absolute;
  display: inline-block;
  top: 26.543209876%;
  left: 11.538461538%;
  font-size: -webkit-calc(25px + 2.8645833333vw);
  font-size: -moz-calc(25px + 2.8645833333vw);
  font-size: calc(25px + 2.8645833333vw);
  line-height: 105%;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .homepage-header h1 {
    font-size: -webkit-calc(25px + 2.34375vw);
    font-size: -moz-calc(25px + 2.34375vw);
    font-size: calc(25px + 2.34375vw);
  }
}

@media (max-width: 992px) {
  .homepage-header h1 {
    top: 15%;
  }
}

@media (max-width: 767px) {
  .homepage-header h1 {
    top: 16%;
    left: 30px;
    font-size: -webkit-calc(20px + 2.8645833333vw);
    font-size: -moz-calc(20px + 2.8645833333vw);
    font-size: calc(20px + 2.8645833333vw);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

.homepage-header h1 div {
  overflow: hidden;
}

.homepage-header h1 span {
  display: inline-block;
  position: relative;
  top: -6px;
}

.homepage-header .social-network {
  position: absolute;
  left: 11.538461538%;
  bottom: 8.024691358%;
}

@media (max-width: 992px) {
  .homepage-header .social-network {
    bottom: 4.3%;
  }
}

@media (max-width: 767px) {
  .homepage-header .social-network {
    left: 30px;
  }
}

.section-form > .content,
.half-image-section > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-form .half-image,
.half-image-section .half-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-form .half-image,
.half-image-section .half-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-form .half-image img,
.half-image-section .half-image img {
  width: 100%;
}

@media (min-width: 1921px) {
  .section-form .half-image img,
  .half-image-section .half-image img {
    max-width: 26.0416666667vw;
  }
}

.half-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.25rem 9.375rem;
  min-height: 800px;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .half-image-section {
    min-height: 600px;
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .half-image-section {
    min-height: 0px;
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .half-image-section {
    padding: 2.5rem 1.875rem;
  }
}

.half-image-section.image-left .half-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 3.75rem;
}

@media (max-width: 767px) {
  .half-image-section.image-left .half-image {
    padding-right: 0;
  }
}

.half-image-section.image-left .half-text {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.half-image-section.image-right .half-image {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 3.75rem;
}

@media (max-width: 767px) {
  .half-image-section.image-right .half-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
}

.half-image-section.image-right .half-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .half-image-section.image-right .half-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.half-image-section .half-text, .half-image-section .half-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .half-image-section .half-text, .half-image-section .half-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .half-image-section .half-image {
    margin-bottom: 1.875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.half-image-section .desc {
  width: 100%;
}

@media (max-width: 767px) {
  .half-image-section .desc {
    text-align: center;
  }
}

.half-image-section .desc:not(:last-child) {
  margin-bottom: 1.875rem;
}

.half-image-section img {
  max-width: 500px;
}

@media (max-width: 767px) {
  .half-image-section img {
    max-width: 280px;
  }
}

.half-image-section h2 {
  line-height: 125%;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .half-image-section h2 br {
    display: none;
  }
}

.half-image-section p {
  line-height: 150%;
}

.half-image-section p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.novidades-section {
  padding: 6.25rem 9.375rem 7.1875rem 9.375rem;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .novidades-section {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .novidades-section {
    padding: 3.75rem 2.5rem 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .novidades-section {
    padding: 2.5rem 1.875rem 2.5rem 1.875rem;
  }
}

.novidades-section h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.figures-section {
  padding: 6.25rem 9.375rem 7.1875rem 9.375rem;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .figures-section {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .figures-section {
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .figures-section {
    padding: 2.5rem 1.875rem;
  }
}

.slogan-section {
  padding: 6.25rem 9.375rem;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .slogan-section {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .slogan-section {
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .slogan-section {
    padding: 3.75rem 1.875rem;
  }
}

.slogan-section h2 {
  max-width: 670px;
  width: 100%;
}

@media (min-width: 1921px) {
  .slogan-section h2 {
    max-width: 26.0416666667vw;
  }
}

@media (max-width: 992px) {
  .slogan-section h2 br {
    display: none;
  }
}

.slogan-section .telefones-pattern {
  opacity: 0.25;
}

.iphone-section {
  padding: 5.625rem 9.375rem 6.875rem 9.375rem;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .iphone-section {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .iphone-section {
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .iphone-section {
    padding: 2.5rem 1.875rem;
  }
}

.section-form {
  padding: 9.375rem 9.375rem 9.375rem 9.375rem;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .section-form {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .section-form {
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .section-form {
    padding: 2.5rem 1.875rem;
  }
}

.section-form .half-image, .section-form .half-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media (max-width: 767px) {
  .section-form .half-image, .section-form .half-form {
    width: 100%;
  }
}

.section-form .half-image {
  padding-right: 3.75rem;
}

@media (max-width: 767px) {
  .section-form .half-image {
    padding-right: 0;
    margin-bottom: 1.875rem;
  }
}

.section-form img {
  max-width: 410px;
}

@media (max-width: 767px) {
  .section-form img {
    max-width: 200px;
  }
}

.logos-section {
  padding: 5.3125rem 9.375rem;
  text-align: center;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .logos-section {
    padding: 3.75rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .logos-section {
    padding: 3.75rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .logos-section {
    padding: 2.5rem 1.875rem;
  }
}

.logos-section h4 {
  margin-bottom: 1.25rem;
}

.logos-container:not(:last-child) {
  margin-bottom: 3.75rem;
}

.logos-container img {
  width: auto;
  height: 30px;
  margin: 0rem 0.625rem;
}

.logos-container img.big {
  height: 60px;
}

.logos-container hr {
  display: block;
  border: none;
  margin: 0.375rem auto;
}

.logos-container hr:first-of-type {
  margin: 0.9375rem auto;
}

.novidades-container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -3.75rem;
}

@media (max-width: 992px) {
  .novidades-container > .row {
    margin: 0 -0.9375rem;
  }
}

.figures-container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.novidade-square,
.figures-square {
  position: relative;
  text-align: center;
}

.novidade-square .image,
.figures-square .image {
  margin-bottom: 2.1875rem;
}

.novidade-square img,
.figures-square img {
  max-width: 100%;
  max-height: 100%;
}

.novidade-square p,
.figures-square p {
  line-height: 125%;
}

.novidade-square {
  width: 33.333%;
  padding: 0 3.75rem;
  /*
    &:not(:last-child)
    {
        @media(max-width: $media-breakpoint-mobile)
        {
            margin-bottom: pxrem(15);
        }
    }
    */
}

@media (max-width: 992px) {
  .novidade-square {
    padding: 0 0.9375rem;
  }
}

@media (max-width: 767px) {
  .novidade-square {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .novidade-square:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.novidade-square.brevemente h6 {
  color: #E86112;
}

.novidade-square .wrapper {
  background-color: #ffffff;
  height: 100%;
}

.novidade-square .image {
  position: relative;
  padding-top: 100%;
}

@media (max-width: 767px) {
  .novidade-square .image {
    padding-top: 0;
  }
}

.novidade-square img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .novidade-square img {
    position: static;
    top: auto;
    left: auto;
    max-width: 280px;
  }
}

.novidade-square h6 {
  color: #88D0F2;
  margin-bottom: 0.78125rem;
}

.novidade-square h3 {
  margin-bottom: 1.5625rem;
}

.figures-square {
  width: 25%;
  padding: 0 0.9375rem;
  text-align: center;
}

@media (max-width: 992px) {
  .figures-square {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .figures-square {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .figures-square:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.figures-square .image {
  height: 215px;
}

.figures-square img {
  max-width: 100%;
  max-height: 100%;
}

.iphones-container {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3.4375rem;
}

@media (max-width: 767px) {
  .iphones-container {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.iphones-container h4 {
  position: relative;
}

.iphone {
  display: inline-block;
  position: relative;
  width: 226px;
  height: 478px;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1.5625rem 0.5rem 1.3125rem 0.5rem;
  margin: 0 0.625rem;
  z-index: 10;
  background-image: url("/images/anim_samsungs8.png");
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

@media (max-width: 767px) {
  .iphone:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.iphone .content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 18px 18px 18px 18px;
     -moz-border-radius: 18px 18px 18px 18px;
          border-radius: 18px 18px 18px 18px;
}

.iphone img {
  position: relative;
  width: 100%;
}

.app-slider {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.app-slider .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.platafornmas-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.platafornmas-container h4 {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .platafornmas-container h4 {
    margin-bottom: 0.9375rem;
  }
}

.contactos-form {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .contactos-form {
    text-align: center;
  }
}

.contactos-form form {
  width: 100%;
}

.contactos-form h2 {
  margin-bottom: 3.75rem;
  line-height: 125%;
}

.contactos-form .salwrap {
  position: relative;
  margin-bottom: 2.8125rem;
}

.contactos-form input, .contactos-form textarea {
  width: 100%;
  color: #01475e;
  padding: 0rem 0.9375rem 0.46875rem 0.9375rem;
  outline: none;
  line-height: 125%;
  font-weight: 700;
}

.contactos-form input + label, .contactos-form textarea + label {
  position: absolute;
  left: 15px;
}

.contactos-form input {
  border-bottom: 2px solid #01475e;
}

.contactos-form input + label + .error-label {
  right: 10px;
  bottom: 10px;
}

.contactos-form label {
  pointer-events: none;
}

.contactos-form textarea {
  border: 2px solid #01475e;
  font-family: "Neo Sans", sans-serif;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  resize: none;
  padding: 2.8125rem 0.9375rem 0.9375rem 0.9375rem;
}

.contactos-form textarea + label + .error-label {
  right: 10px;
  top: 15px;
}

.contactos-form .error-label {
  display: inline-block;
  position: absolute;
}

.contactos-form .error-label:not(:empty) {
  color: #E86112;
  background-color: #ffffff;
  padding: 3.5px 10px;
}

.button {
  display: inline-block;
  max-width: 210px;
  width: 100%;
  background-color: #253762;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-family: "Neo Sans", sans-serif;
}

.button img:only-child {
  height: 30px;
}

.spinner {
  font-size: 1.5625rem;
}

.message-suceess,
.message-error {
  display: none;
  text-align: center;
}

.message-suceess h4,
.message-error h4 {
  font-size: 1.25rem;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.message-suceess p,
.message-error p {
  font-size: 1.125rem;
  line-height: 130%;
  margin-bottom: 2.8125rem;
}

.message-suceess p:last-child,
.message-error p:last-child {
  margin-bottom: 0rem;
}

.suporte-menu {
  background-color: #3A4150;
  padding: 1.875rem 9.375rem;
  color: #ffffff;
}

@media (max-width: 992px) {
  .suporte-menu {
    padding: 1.875rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .suporte-menu {
    padding: 1.875rem;
  }
}

.suporte-menu > .content {
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.suporte-menu .left-side, .suporte-menu .right-side {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .suporte-menu .left-side, .suporte-menu .right-side {
    width: 100%;
  }
}

.suporte-menu .logo {
  width: 90px;
  margin-right: 3.125rem;
}

@media (max-width: 767px) {
  .suporte-menu .logo {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}

.suporte-menu .logo img {
  width: 100%;
}

@media (max-width: 1400px), (min-width: 1401px) and (max-height: 850px) {
  .suporte-menu .left-side {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .suporte-menu .left-side ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.suporte-menu .left-side li {
  display: inline-block;
  color: #ffffff;
  margin: 0rem 1.25rem;
}

@media (max-width: 992px) {
  .suporte-menu .left-side li {
    margin-bottom: 0.9375rem;
  }
}

.suporte-menu .left-side li:first-child {
  margin-left: 0rem;
}

@media (max-width: 992px) {
  .suporte-menu .left-side li:first-child {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.suporte-menu .left-side li:last-child {
  margin-right: 0rem;
}

@media (max-width: 767px) {
  .suporte-menu .left-side li:last-child {
    margin-right: 1.25rem;
    margin-bottom: 0rem;
  }
}

.suporte-menu .left-side li a {
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}

.social-network {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  /*
    .line
    {
        width: 75px;
        margin: pxrem(0) pxrem(20);
        height: 3px;
        background-color: $color-white;

        @media(max-width: $media-breakpoint-mobile)
        {
            width: 60px;
            margin: pxrem(0) pxrem(10);
            height: 2px;
        }
    }
    */
}

.social-network ul {
  margin: 0rem 1.25rem;
}

@media (max-width: 767px) {
  .social-network ul {
    margin: 0rem 0.625rem;
  }
}

.social-network ul li {
  margin: 0 0.625rem;
}

@media (max-width: 767px) {
  .social-network ul li {
    margin: 0rem 0.3125rem;
  }
}

.social-network ul li:first-child {
  margin-left: 0;
}

.social-network ul li:last-child {
  margin-right: 0;
}

.social-network ul li img {
  height: 20px;
}

@media (max-width: 767px) {
  .social-network ul li img {
    height: 15px;
  }
}

.page-header {
  position: relative;
  background-color: #88D0F2;
  height: 19.180241723vw;
  min-height: 252px;
  max-height: 365px;
  background-image: url("../images/page-header-background.svg");
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  background-position: top center;
  background-repeat: repeat;
  overflow: hidden;
}

.page-header h2 {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 76%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}

@media (max-width: 992px) {
  .page-header h2 {
    font-size: 0.875rem;
  }
}

.page-header .logo, .page-header .planta-esquerda, .page-header .planta-direita, .page-header .ondas {
  position: absolute;
}

.page-header .logo {
  max-width: 210px;
  width: 11.035207567%;
  top: 45%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .page-header .logo {
    width: 120px;
  }
}

.page-header .planta-esquerda {
  width: 270px;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .page-header .planta-esquerda {
    width: 185px;
  }
}

@media (max-width: 767px) {
  .page-header .planta-esquerda {
    width: 130px;
  }
}

.page-header .planta-direita {
  width: 185px;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .page-header .planta-direita {
    width: 185px;
  }
}

@media (max-width: 767px) {
  .page-header .planta-direita {
    width: 130px;
  }
}

.page-header .ondas {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section > .content {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

section > .content.municipios p, section > .content.privacidade p, section > .content.termos p {
  margin-bottom: 1.875rem;
}

section > .content.termos {
  max-width: 700px;
}

section > .content.termos ul {
  list-style: none;
}

section > .content.termos ul li ul li:first-child {
  margin-top: 0.9375rem;
}

section > .content.termos li {
  position: relative;
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  section > .content.termos li {
    padding-left: 0rem !important;
    font-size: 1rem;
    text-justify: distribute;
    line-height: 160%;
  }
}

section > .content.termos li.pad-1 {
  padding-left: 2.8125rem;
}

@media (max-width: 767px) {
  section > .content.termos li.pad-1 {
    padding-left: 2.1875rem;
  }
}

section > .content.termos li.pad-2 {
  padding-left: 3.75rem;
}

@media (max-width: 767px) {
  section > .content.termos li.pad-2 {
    padding-left: 3.125rem;
  }
}

section > .content.termos li.pad-3 {
  padding-left: 4.375rem;
}

@media (max-width: 767px) {
  section > .content.termos li.pad-3 {
    padding-left: 3.75rem;
  }
}

section > .content.termos li.pad-4 {
  padding-left: 1.875rem;
}

@media (max-width: 767px) {
  section > .content.termos li.pad-4 {
    padding-left: 1.25rem;
  }
}

section > .content.termos li .bullet {
  display: inline-block;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  section > .content.termos li .bullet {
    position: static;
    display: inline;
  }
}

section.no-landing {
  padding: 5rem 3.75rem;
}

@media (max-width: 767px) {
  section.no-landing {
    padding: 3.125rem 1.25rem;
  }
}

section.no-landing h2 {
  font-size: 1.875rem;
  line-height: 125%;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  section.no-landing h2 {
    font-size: 1.5625rem;
  }
}

section.no-landing img {
  display: block;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
  section.no-landing img {
    margin-bottom: 1.875rem;
  }
}

section.no-landing img:last-child {
  margin-bottom: 0rem;
}

section.no-landing p {
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
  section.no-landing p {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    line-height: 160%;
  }
}

section.no-landing p:last-child {
  margin-bottom: 0rem;
}

section.no-landing .bolinhas-pattern {
  background-image: url("/images/pattern-04.png");
}

section.footer {
  padding: 1.875rem 0;
}

section.footer > .content {
  max-width: 700px;
}

section.grey {
  background-color: #f2f2f2;
}

section.beje {
  background-color: #E0DACD;
}

section.azul {
  background-color: #a7e3ff;
}

section.white {
  background-color: #ffffff;
}

section.blue-dark {
  background-color: #517182;
}

.logo_404 {
  position: absolute;
  top: 0;
  left: 12.2916667%;
  min-width: 70px;
  width: 8.333333333%;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 0% 0%;
     -moz-border-radius-topleft: 0% 0%;
          border-top-left-radius: 0% 0%;
  -webkit-border-top-right-radius: 0% 0%;
     -moz-border-radius-topright: 0% 0%;
          border-top-right-radius: 0% 0%;
  -webkit-border-bottom-right-radius: 18.75% 18.75%;
     -moz-border-radius-bottomright: 18.75% 18.75%;
          border-bottom-right-radius: 18.75% 18.75%;
  -webkit-border-bottom-left-radius: 18.75% 18.75%;
     -moz-border-radius-bottomleft: 18.75% 18.75%;
          border-bottom-left-radius: 18.75% 18.75%;
  text-align: center;
  overflow: hidden;
}

.logo_404 img {
  width: 68.75%;
  margin-top: 13.157894736%;
  margin-bottom: 18.421052631%;
}

.doninha-404 {
  position: absolute;
  left: 50%;
  width: 29.635416666%;
  min-width: 400px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 992px), (min-width: 993px) and (max-height: 780px) {
  .doninha-404 {
    max-width: 500px;
  }
}

.container-404 {
  margin: 140px auto 0px auto;
  max-width: 620px;
  width: 100%;
  text-align: center;
  padding: 0rem 1.25rem;
}

.container-404 h6 {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-top: 2px solid #01475e;
  margin-bottom: 2.107481559%;
}

.container-404 h4 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 7.376185458vh;
}

@media (max-width: 992px), (min-width: 993px) and (max-height: 780px) {
  .container-404 h4 {
    font-size: 1.125rem;
    margin-bottom: -webkit-calc(10px + 1.053740779vh);
    margin-bottom: -moz-calc(10px + 1.053740779vh);
    margin-bottom: calc(10px + 1.053740779vh);
  }
}

.container-404 p {
  font-size: 1.5rem;
  line-height: 175%;
  margin-bottom: 7.376185458vh;
}

@media (max-width: 992px), (min-width: 993px) and (max-height: 780px) {
  .container-404 p {
    font-size: 1.125rem;
    margin-bottom: -webkit-calc(10px + 1.053740779vh);
    margin-bottom: -moz-calc(10px + 1.053740779vh);
    margin-bottom: calc(10px + 1.053740779vh);
  }
}

.container-404 .button {
  max-width: 280px;
  padding: 1.25rem 1.5625rem;
  color: #ffffff;
  font-size: 1.125rem;
}

.return-homepage {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 1.25rem;
  margin-left: 15px;
  padding: 0rem 0.0625rem 0.25rem 0.0625rem;
  letter-spacing: 2px;
  cursor: pointer;
  border-bottom: 2px solid #01475e;
  z-index: 20;
}

@media (max-width: 1200px) {
  .return-homepage {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    padding-bottom: 0rem;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .return-homepage {
    font-size: 1rem;
  }
}

.return-homepage:before {
  content: '<';
  position: absolute;
  font-size: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-53%);
     -moz-transform: translateY(-53%);
      -ms-transform: translateY(-53%);
       -o-transform: translateY(-53%);
          transform: translateY(-53%);
  left: -15px;
}

@media (max-width: 1200px) {
  .return-homepage:before {
    position: static;
    margin-right: 10px;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media (max-width: 767px) {
  .return-homepage:before {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .return-homepage.top {
    margin-bottom: 35px;
  }
}

.return-homepage.bottom {
  display: none;
}

@media (max-width: 1200px) {
  .return-homepage.bottom {
    display: block;
    margin-top: 35px;
  }
}

.djb-sprite {
  position: absolute;
}

#folhas-esquerda {
  width: 17.760416666%;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  #folhas-esquerda {
    width: 30%;
  }
}

#folhas-direita {
  width: 10.052083333%;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  #folhas-direita {
    width: 20%;
  }
}

#relva {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4.8%;
  width: 120%;
}

@media (max-width: 992px) {
  #relva {
    min-width: 1100px;
    width: 150%;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  #relva {
    width: 1100px;
  }
}

#bichinhos-logo {
  width: 36.041666666%;
  bottom: 18.8%;
  right: 3.2%;
}

@media (max-width: 992px) {
  #bichinhos-logo {
    width: 50%;
    bottom: 13.6%;
    right: 5%;
  }
}

@media (max-width: 767px) {
  #bichinhos-logo {
    right: 4%;
    bottom: 145px;
  }
}

#bichinhos-seta {
  width: 16.71875%;
  bottom: 18.8%;
  left: 38.9%;
}

@media (max-width: 992px) {
  #bichinhos-seta {
    width: 32%;
    bottom: 11.6%;
    left: 15%;
  }
}

@media (max-width: 767px) {
  #bichinhos-seta {
    bottom: 118px;
  }
}

#ecopontos {
  width: 34.21875%;
  bottom: 21%;
  right: 0%;
}

@media (max-width: 992px) {
  #ecopontos {
    width: 50%;
    right: 0%;
    bottom: 15%;
  }
}

@media (max-width: 767px) {
  #ecopontos {
    bottom: 148px;
  }
}

#cidade {
  width: 43.072916666%;
  left: 0;
  bottom: 21.1%;
}

@media (max-width: 992px) {
  #cidade {
    width: 100%;
    left: -20%;
    bottom: 13%;
  }
}

@media (max-width: 767px) {
  #cidade {
    bottom: 134px;
  }
}

.scroll {
  position: absolute;
  width: 25px;
  height: auto;
  z-index: 3;
  left: 50%;
  bottom: 8.024691358%;
}

@media (max-width: 992px) {
  .scroll {
    width: 20px;
    bottom: 3.2%;
  }
}

@media (max-width: 767px) {
  .scroll {
    display: none;
  }
}

.scroll img {
  width: 100%;
}

#ref {
  display: none;
  top: 0;
  left: 0;
  opacity: 0.25;
  pointer-events: none;
}

.page-container {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.page-container.invisible {
  opacity: 0;
}

.homepage-header h1.hide span {
  -webkit-transform: translateY(110%);
     -moz-transform: translateY(110%);
      -ms-transform: translateY(110%);
       -o-transform: translateY(110%);
          transform: translateY(110%);
}

.homepage-header h1 span {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  -o-transition: -o-transform 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
}

.iphone {
  opacity: 1;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.30s ease-out, -webkit-transform 0.45s ease-out;
  transition: opacity 0.30s ease-out, -webkit-transform 0.45s ease-out;
  -o-transition: opacity 0.30s ease-out, -o-transform 0.45s ease-out;
  -moz-transition: opacity 0.30s ease-out, transform 0.45s ease-out, -moz-transform 0.45s ease-out;
  transition: opacity 0.30s ease-out, transform 0.45s ease-out;
  transition: opacity 0.30s ease-out, transform 0.45s ease-out, -webkit-transform 0.45s ease-out, -moz-transform 0.45s ease-out, -o-transform 0.45s ease-out;
}

.iphone.hide {
  opacity: 0;
}

.iphone:nth-child(2).hide {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.iphone:nth-child(3).hide {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.plataforma {
  opacity: 1;
  -webkit-transition: opacity 0.50s ease-out;
  -o-transition: opacity 0.50s ease-out;
  -moz-transition: opacity 0.50s ease-out;
  transition: opacity 0.50s ease-out;
}

.plataforma.hide {
  opacity: 0;
}

.plataforma:nth-child(2).hide {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.plataforma:nth-child(3).hide {
  -webkit-transition-delay: 0.75s;
     -moz-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.slogan-section h2 {
  opacity: 1;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.45s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.45s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.45s ease-out;
  -moz-transition: transform 0.45s ease-out, opacity 0.3s ease-out, -moz-transform 0.45s ease-out;
  transition: transform 0.45s ease-out, opacity 0.3s ease-out;
  transition: transform 0.45s ease-out, opacity 0.3s ease-out, -webkit-transform 0.45s ease-out, -moz-transform 0.45s ease-out, -o-transform 0.45s ease-out;
}

.slogan-section h2.hide {
  opacity: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

.contactos-form form {
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.contactos-form form.hide {
  visibility: hidden;
  opacity: 0;
}

.contactos-form input + label, .contactos-form textarea + label {
  -webkit-transition: top 0.35s ease-in-out, font-size 0.35s ease-in-out;
  -o-transition: top 0.35s ease-in-out, font-size 0.35s ease-in-out;
  -moz-transition: top 0.35s ease-in-out, font-size 0.35s ease-in-out;
  transition: top 0.35s ease-in-out, font-size 0.35s ease-in-out;
}

.contactos-form input:focus + label, .contactos-form input.filled + label {
  top: -20px;
}

.contactos-form input:not(.filled) + label {
  top: 0px;
}

.contactos-form textarea:focus + label, .contactos-form textarea.filled + label {
  top: 15px;
}

.contactos-form textarea:not(.filled) + label {
  top: 15px;
}

.message-suceess,
.message-error {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.message-suceess.show,
.message-error.show {
  visibility: visible;
  opacity: 1;
}

.spinner {
  margin-left: 0.9375rem;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, margin 0.25s ease-in-out;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, margin 0.25s ease-in-out;
  -moz-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, margin 0.25s ease-in-out;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, margin 0.25s ease-in-out;
}

.spinner.hide {
  visibility: hidden;
  opacity: 0;
  margin-left: -2.625rem;
}

.scroll {
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-out, transform 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out, -moz-transform 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
}

.scroll.exited {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.scroll img {
  -webkit-animation-name: animateScroll;
     -moz-animation-name: animateScroll;
       -o-animation-name: animateScroll;
          animation-name: animateScroll;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
}

@-webkit-keyframes animateScroll {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  10% {
    -webkit-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  20% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  40% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  60% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@-moz-keyframes animateScroll {
  0% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
  10% {
    -moz-transform: translate(0%, 20%);
         transform: translate(0%, 20%);
  }
  20% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
  30% {
    -moz-transform: translate(0%, 20%);
         transform: translate(0%, 20%);
  }
  40% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
  50% {
    -moz-transform: translate(0%, 20%);
         transform: translate(0%, 20%);
  }
  60% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
  100% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
  }
}

@-o-keyframes animateScroll {
  0% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  10% {
    -o-transform: translate(0%, 20%);
       transform: translate(0%, 20%);
  }
  20% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  30% {
    -o-transform: translate(0%, 20%);
       transform: translate(0%, 20%);
  }
  40% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  50% {
    -o-transform: translate(0%, 20%);
       transform: translate(0%, 20%);
  }
  60% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  100% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
}

@keyframes animateScroll {
  0% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  10% {
    -webkit-transform: translate(0%, 20%);
       -moz-transform: translate(0%, 20%);
         -o-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  20% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 20%);
       -moz-transform: translate(0%, 20%);
         -o-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  40% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, 20%);
       -moz-transform: translate(0%, 20%);
         -o-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
  60% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
