input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

* {
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*-webkit-user-select:    none; 
  -moz-user-select:       none; 
  user-select:            none;*/ }

a,
li,
div,
span,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.no-margin {
  margin: 0 !important; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

ul {
  list-style: none; }

img, picture {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label,
select {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button,
input[type=text],
input[type=password],
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  box-sizing: border-box; }

button, input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled],
body {
  cursor: default;
  font-weight: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="email"] {
  text-transform: lowercase; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: italic; }

:focus::-webkit-input-placeholder {
  color: transparent !important; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td {
    vertical-align: middle; }

::-moz-selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #005598;
  color: #fff;
  text-shadow: none; }

a {
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

.alert {
  font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: solid 1px #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 18px auto;
  text-align: left; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert .close {
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px;
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
  cursor: pointer; }

/*Z-INDEX*/
.hamburguer {
  z-index: 600; }

section.menu-container {
  z-index: 500; }

.header-mosaic {
  z-index: 200; }

picture {
  width: 100%;
  display: block; }
  picture img {
    display: block; }

/*SVG*/
.hamburguer {
  position: fixed;
  top: 44px;
  left: 26px;
  max-width: 60px;
  overflow: hidden;
  width: 96%;
  display: block; }

#menu-hamburguer {
  background: #fff; }

.fallback-svg {
  display: none !important; }

.btn-enviar {
  position: relative;
  border: none;
  cursor: pointer;
  width: 130px;
  height: 53px;
  float: right;
  display: block;
  clear: both;
  background: none;
  outline: none !important;
  cursor: pointer;
  z-index: 20; }
  .btn-enviar div {
    width: 52px;
    height: 53px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .btn-enviar span {
    color: #fff;
    font: 21px/53px 'robotoregular';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 53px; }

#seta-enviar {
  display: block;
  float: left;
  background: transparent;
  height: 33px;
  width: 32px;
  margin: 10px 10px 10px 87px;
  z-index: 9999999999;
  position: relative; }

#loader-1 {
  position: absolute;
  right: -18px;
  top: 10px;
  display: none;
  opacity: 0; }

.seta-enviar {
  display: block;
  float: left;
  margin-left: 119px; }

.loader-1 {
  position: absolute;
  right: -18px;
  top: 10px;
  display: none;
  opacity: 0; }

.hideArrow {
  display: none !important;
  opacity: 0 !important; }

/*ESTRUTURA=================================*/
.fancybox-overlay,
.fancybox-overlay,
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  padding: 0 !important;
  max-width: 1920px !important;
  width: 100% !important;
  box-shadow: none !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
  position: fixed !important; }

@media all and (min-width: 769px) and (max-width: 1920px) {
  .fancybox-image, .fancybox-inner img {
    width: 100%;
    height: auto !important;
    max-height: auto !important; }

  .fancybox-overlay,
  .fancybox-overlay,
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner {
    overflow-x: hidden !important;
    overflow-y: scroll !important; } }
@media all and (max-width: 768px) {
  .fancybox-image, .fancybox-inner img {
    width: auto;
    height: 100% !important;
    max-height: 100% !important;
    max-width: auto !important; }

  .fancybox-overlay,
  .fancybox-overlay,
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner {
    overflow-y: hidden !important;
    overflow-x: auto !important; } }
@media all and (max-width: 1920px) {
  .fancybox-close {
    background: url(../img/btn-close.png) top left no-repeat !important;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -ms-background-size: 100% auto !important;
    background-size: 100% auto !important; } }
@media all and (min-width: 361px) and (max-width: 1920px) {
  .fancybox-close {
    right: 30px !important;
    top: 20px !important;
    width: 65px !important;
    height: 66px !important; } }
@media all and (max-width: 360px) {
  .fancybox-close {
    right: 30px !important;
    top: 20px !important;
    width: 33px !important;
    height: 33px !important; } }
@media all and (min-width: 769px) and (max-width: 1920px) {
  .desktop {
    display: block; }

  .mobile {
    display: none; } }
@media all and (min-width: 0) and (max-width: 768px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; } }
html, body {
  overflow-x: hidden !important; }

.overflowHidden {
  overflow: hidden !important; }

.wrapper {
  display: block;
  position: relative; }

.address {
  font: 15px/15px robotolight;
  display: block;
  overflow: hidden; }
  .address span {
    color: #ed1846 !important; }
    @media all and (min-width: 769px) and (max-width: 1440px) {
      .address span {
        font-size: 10px;
        line-height: 10px; } }

ul.boxes-player {
  overflow: hidden;
  max-width: 463px;
  width: 24.7%;
  position: absolute;
  left: 29%;
  z-index: 200; }
  @media all and (min-width: 1681px) {
    ul.boxes-player {
      top: 85px; } }
  @media all and (min-width: 1441px) and (max-width: 1680px) {
    ul.boxes-player {
      top: 72px; } }
  @media all and (min-width: 1367px) and (max-width: 1440px) {
    ul.boxes-player {
      top: 65px; } }
  @media all and (min-width: 1281px) and (max-width: 1366px) {
    ul.boxes-player {
      top: 62px; } }
  @media all and (min-width: 1025px) and (max-width: 1280px) {
    ul.boxes-player {
      top: 58px; } }
  @media all and (min-width: 768px) and (max-width: 1024px) {
    ul.boxes-player {
      top: 47px; } }
  ul.boxes-player li {
    border: solid 2px #de1c44;
    float: left;
    width: 30%;
    margin-right: 5%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    opacity: 0; }
    @media all and (min-width: 1681px) {
      ul.boxes-player li {
        padding-top: 10px;
        height: 140px; } }
    @media all and (min-width: 1441px) and (max-width: 1680px) {
      ul.boxes-player li {
        padding-top: 9px;
        height: 117px; } }
    @media all and (min-width: 1367px) and (max-width: 1440px) {
      ul.boxes-player li {
        padding-top: 8px;
        height: 106px; } }
    @media all and (min-width: 1281px) and (max-width: 1366px) {
      ul.boxes-player li {
        padding-top: 7px;
        height: 100px; } }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      ul.boxes-player li {
        padding-top: 6px;
        height: 94px; } }
    @media all and (min-width: 768px) and (max-width: 1024px) {
      ul.boxes-player li {
        padding-top: 5px;
        height: 75px; } }
    ul.boxes-player li span {
      font: 16px/16px robotolight;
      color: #de1642;
      width: 100%;
      display: block; }
      @media all and (min-width: 1681px) {
        ul.boxes-player li span {
          font-size: 16px;
          line-height: 16px; } }
      @media all and (min-width: 1441px) and (max-width: 1680px) {
        ul.boxes-player li span {
          font-size: 14px;
          line-height: 14px; } }
      @media all and (min-width: 1367px) and (max-width: 1440px) {
        ul.boxes-player li span {
          font-size: 13px;
          line-height: 13px; } }
      @media all and (min-width: 1281px) and (max-width: 1366px) {
        ul.boxes-player li span {
          font-size: 12px;
          line-height: 12px; } }
      @media all and (min-width: 1025px) and (max-width: 1280px) {
        ul.boxes-player li span {
          font-size: 11px;
          line-height: 11px; } }
      @media all and (min-width: 768px) and (max-width: 1024px) {
        ul.boxes-player li span {
          font-size: 9px;
          line-height: 9px; } }
      ul.boxes-player li span strong {
        font-family: robotomedium; }
  ul.boxes-player li:last-child {
    margin-right: 0; }

section.fixed-menu {
  background: url(../img/bg-fixed-menu.png) top left repeat-x;
  width: 100%;
  height: 139px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: none; }
  @media all and (max-width: 768px) {
    section.fixed-menu {
      display: none !important; } }
  section.fixed-menu div {
    height: 55px;
    display: block;
    width: 100%; }
    section.fixed-menu div span.sales {
      margin-left: 3.75%;
      display: block;
      float: left;
      margin-top: 8px;
      text-transform: uppercase;
      font: 14px/14px robotolight;
      color: #097e84; }
      section.fixed-menu div span.sales strong {
        clear: both;
        display: block;
        font: 24px/24px robotomedium;
        color: #097e84 !important; }
        section.fixed-menu div span.sales strong small {
          font-size: 19px;
          line-height: 19px; }
    section.fixed-menu div .address {
      height: 55px;
      line-height: 55px;
      margin-right: 20px;
      float: left; }
    section.fixed-menu div section {
      float: right;
      margin-right: 4.2%;
      display: block; }
      section.fixed-menu div section img {
        float: left;
        margin-top: 10px;
        max-width: 55px;
        display: block; }
      section.fixed-menu div section a.btn-menu {
        display: block;
        float: left;
        overflow: hidden;
        margin-left: 7px;
        padding: 17px 17px 10px 17px; }
        section.fixed-menu div section a.btn-menu small {
          width: 26px;
          height: 2px;
          display: block;
          background: #ee2752;
          margin-bottom: 7px;
          -webkit-transition: background 0.5s ease;
          -moz-transition: background 0.5s ease;
          -ms-transition: background 0.5s ease;
          transition: background 0.5s ease; }

section.container-content {
  padding: 20px; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    section.container-content {
      padding: 10px; } }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.container-content {
      padding: 0; } }

a.scaled {
  display: block;
  position: absolute; }
  @media all and (min-width: 769px) and (max-width: 1920px) {
    a.scaled {
      width: 100%;
      max-width: 106px; } }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    a.scaled {
      max-width: 92px; } }
  @media all and (min-width: 1025px) and (max-width: 1366px) {
    a.scaled {
      max-width: 83px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    a.scaled {
      max-width: 66px; } }
  @media all and (min-width: 0) and (max-width: 768px) {
    a.scaled {
      width: 11.9%;
      max-width: 86px;
      min-width: 60px;
      left: 50%;
      top: 50%;
      margin: -5.95% 0 0 -5.9%; } }
  a.scaled small {
    margin: 10px;
    padding: 0;
    border: solid 2px transparent;
    display: block;
    transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      a.scaled small {
        margin: 5px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      a.scaled small {
        margin: 0; } }
  a.scaled img {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

@media all and (min-width: 769px) and (max-width: 1920px) {
  img.photo {
    height: 110%;
    width: 110%;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease; } }
@media all and (min-width: 0) and (max-width: 768px) {
  img.photo {
    width: 100%; } }

div.container-mosaic-photo {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  height: 100%;
  overflow: hidden; }
  @media all and (min-width: 769px) and (max-width: 1920px) {
    div.container-mosaic-photo {
      padding: 0 !important; } }

section.sized-photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0; }
  @media all and (min-width: 601px) and (max-width: 768px) {
    section.sized-photo {
      padding: 20px; } }
  @media all and (min-width: 481px) and (max-width: 600px) {
    section.sized-photo {
      padding: 18px; } }
  @media all and (min-width: 361px) and (max-width: 480px) {
    section.sized-photo {
      padding: 16px; } }
  @media all and (min-width: 321px) and (max-width: 360px) {
    section.sized-photo {
      padding: 14px; } }
  @media all and (max-width: 320px) {
    section.sized-photo {
      padding: 12px; } }
  section.sized-photo span {
    transition: opacity 0.4s ease 0.6s;
    -ms-transition: opacity 0.4s ease 0.6s;
    -moz-transition: opacity 0.4s ease 0.6s;
    -webkit-transition: opacity 0.4s ease 0.6s; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.sized-photo span {
        opacity: 0; } }
    @media all and (max-width: 768px) {
      section.sized-photo span {
        opacity: 1; } }
  section.sized-photo span.illustrative-images {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font: 10px robotolight;
    display: block;
    opacity: 1; }
    @media all and (min-width: 1601px) and (max-width: 1920px) {
      section.sized-photo span.illustrative-images {
        right: 20px;
        height: 20px;
        line-height: 20px; } }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      section.sized-photo span.illustrative-images {
        right: 15px;
        height: 15px;
        line-height: 15px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.sized-photo span.illustrative-images {
        right: 10px;
        height: 10px;
        line-height: 10px; } }
    @media all and (min-width: 601px) and (max-width: 768px) {
      section.sized-photo span.illustrative-images {
        right: 20px;
        height: 20px;
        line-height: 20px; } }
    @media all and (min-width: 481px) and (max-width: 600px) {
      section.sized-photo span.illustrative-images {
        right: 18px;
        height: 18px;
        line-height: 18px; } }
    @media all and (min-width: 361px) and (max-width: 480px) {
      section.sized-photo span.illustrative-images {
        right: 16px;
        height: 16px;
        line-height: 16px; } }
    @media all and (min-width: 321px) and (max-width: 360px) {
      section.sized-photo span.illustrative-images {
        right: 14px;
        height: 14px;
        line-height: 14px; } }
    @media all and (max-width: 320px) {
      section.sized-photo span.illustrative-images {
        right: 12px;
        height: 12px;
        line-height: 12px; } }
    @media all and (max-width: 360px) {
      section.sized-photo span.illustrative-images {
        font-size: 8px; } }
  section.sized-photo div {
    padding: 20px;
    border: solid 2px transparent; }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      section.sized-photo div {
        padding: 15px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.sized-photo div {
        padding: 10px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.sized-photo div {
        border-color: #fff;
        padding: 0; } }
    section.sized-photo div p {
      width: 20%;
      top: 260px;
      left: 2.6%;
      font: 26px/26px robotolight; }
      @media all and (min-width: 1025px) and (max-width: 1600px) {
        section.sized-photo div p {
          font-size: 21px;
          line-height: 21px; } }
      @media all and (min-width: 1367px) and (max-width: 1600px) {
        section.sized-photo div p {
          top: 222px; } }
      @media all and (min-width: 1281px) and (max-width: 1366px) {
        section.sized-photo div p {
          top: 188px; } }
      @media all and (min-width: 1025px) and (max-width: 1280px) {
        section.sized-photo div p {
          top: 150px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.sized-photo div p {
          top: 140px;
          font-size: 15px;
          line-height: 15px; } }
      @media all and (min-width: 0) and (max-width: 768px) {
        section.sized-photo div p {
          display: none; } }
    section.sized-photo div span {
      font: 22px robotoregular;
      bottom: 28px;
      left: 7.5%;
      width: 85%;
      text-align: center;
      display: block; }
      @media all and (min-width: 1367px) and (max-width: 1600px) {
        section.sized-photo div span {
          font-size: 21px;
          line-height: 21px; } }
      @media all and (min-width: 1025px) and (max-width: 1366px) {
        section.sized-photo div span {
          font-size: 18px;
          line-height: 18px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.sized-photo div span {
          font-size: 14px;
          line-height: 14px;
          bottom: 15px; } }
      @media all and (min-width: 601px) and (max-width: 768px) {
        section.sized-photo div span {
          font-size: 25px;
          line-height: 25px;
          bottom: 32px; } }
      @media all and (min-width: 481px) and (max-width: 600px) {
        section.sized-photo div span {
          font-size: 20px;
          line-height: 20px;
          bottom: 30px; } }
      @media all and (min-width: 361px) and (max-width: 480px) {
        section.sized-photo div span {
          font-size: 16px;
          line-height: 16px;
          bottom: 25px; } }
      @media all and (max-width: 360px) {
        section.sized-photo div span {
          font-size: 14px;
          line-height: 14px;
          bottom: 20px; } }
    section.sized-photo div p, section.sized-photo div span {
      position: absolute;
      color: #fff; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.sized-photo div a.btn-sized {
        right: 2.7%;
        float: right; } }
    @media all and (min-width: 1601px) and (max-width: 1920px) {
      section.sized-photo div a.btn-sized {
        top: 316px; } }
    @media all and (min-width: 1367px) and (max-width: 1600px) {
      section.sized-photo div a.btn-sized {
        top: 273px; } }
    @media all and (min-width: 1025px) and (max-width: 1366px) {
      section.sized-photo div a.btn-sized {
        top: 223px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.sized-photo div a.btn-sized {
        top: 174px; } }

section.box {
  width: 41%;
  margin-right: 1%;
  background: #ed1846;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 100; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.box {
      width: 100%;
      margin: 0 0 4px 0;
      padding-bottom: 10px; } }
  section.box img.mosaic-inside {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13%;
    max-width: 127px; }
  section.box img.mosaic-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12%;
    max-width: 87px; }
  section.box h2 {
    font: 69px/69px robotomedium;
    color: #fff;
    margin: 90px 6.5% 58px 6.5%; }
    @media all and (min-width: 1367px) and (max-width: 1600px) {
      section.box h2 {
        font-size: 57px;
        line-height: 57px;
        margin: 72px 6.5% 46px 6.5%; } }
    @media all and (min-width: 1025px) and (max-width: 1366px) {
      section.box h2 {
        font-size: 49px;
        line-height: 49px;
        margin: 63px 6% 40px 6%; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.box h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 45px 6% 30px 6%; } }
    @media all and (max-width: 768px) {
      section.box h2 {
        letter-spacing: -3px; } }
    @media all and (min-width: 601px) and (max-width: 768px) {
      section.box h2 {
        margin-left: 10%;
        margin-right: 10%; } }
    @media all and (min-width: 361px) and (max-width: 600px) {
      section.box h2 {
        margin-left: 16%;
        margin-right: 16%; } }
    @media all and (min-width: 0) and (max-width: 360px) {
      section.box h2 {
        margin-left: 12%;
        margin-right: 12%; } }
    @media all and (min-width: 601px) and (max-width: 768px) {
      section.box h2 {
        font-size: 70px;
        line-height: 70px;
        margin-top: 48px;
        margin-bottom: 57px; } }
    @media all and (min-width: 481px) and (max-width: 600px) {
      section.box h2 {
        font-size: 55px;
        line-height: 55px;
        margin-top: 41px;
        margin-bottom: 48px; } }
    @media all and (min-width: 361px) and (max-width: 480px) {
      section.box h2 {
        font-size: 46px;
        line-height: 46px;
        margin-top: 33px;
        margin-bottom: 39px; } }
    @media all and (min-width: 321px) and (max-width: 360px) {
      section.box h2 {
        font-size: 38px;
        line-height: 38px;
        margin-top: 25px;
        margin-bottom: 30px; } }
    @media all and (max-width: 320px) {
      section.box h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 23px;
        margin-bottom: 26px; } }

section.featured-photo,
section.box h2,
ul.menu-flip-itens li,
ul.menu-flip-itens li a {
  display: block; }

ul.menu-flip-itens {
  width: 94%;
  display: block;
  overflow: hidden;
  margin: 0 3%; }
  @media all and (min-width: 0) and (max-width: 768px) {
    ul.menu-flip-itens {
      width: 85%;
      margin: 0 auto 10px auto; } }
  @media all and (min-width: 0) and (max-width: 320px) {
    ul.menu-flip-itens li:nth-child(odd) {
      margin-right: 4%; } }
  ul.menu-flip-itens li {
    width: 25%;
    float: left; }
    @media all and (min-width: 321px) and (max-width: 600px) {
      ul.menu-flip-itens li {
        width: 50%; } }
    @media all and (min-width: 0) and (max-width: 320px) {
      ul.menu-flip-itens li {
        width: 48%; } }
    ul.menu-flip-itens li a {
      cursor: default; }
      ul.menu-flip-itens li a div.container-icon {
        background: transparent;
        border: solid 2px #fff;
        display: block;
        overflow: hidden;
        margin: 0 auto 10px auto;
        max-width: 120px;
        width: 100%;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        @media all and (min-width: 1367px) and (max-width: 1600px) {
          ul.menu-flip-itens li a div.container-icon {
            max-width: 100px; } }
        @media all and (min-width: 1025px) and (max-width: 1366px) {
          ul.menu-flip-itens li a div.container-icon {
            max-width: 88px; } }
        @media all and (min-width: 769px) and (max-width: 1024px) {
          ul.menu-flip-itens li a div.container-icon {
            max-width: 70px; } }
        ul.menu-flip-itens li a div.container-icon img {
          width: 100%; }
        ul.menu-flip-itens li a div.container-icon img.normal {
          display: block; }
        ul.menu-flip-itens li a div.container-icon img.inverted {
          display: none; }
      ul.menu-flip-itens li a span {
        font: 12px robotoregular;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
        opacity: 1 !important; }
        @media all and (min-width: 1025px) and (max-width: 1600px) {
          ul.menu-flip-itens li a span {
            font-size: 12px;
            line-height: 12px; } }
        @media all and (min-width: 769px) and (max-width: 1024px) {
          ul.menu-flip-itens li a span {
            font-size: 10px;
            line-height: 10px; } }
        @media all and (max-width: 768px) {
          ul.menu-flip-itens li a span {
            height: 45px;
            line-height: 15px; } }
        @media all and (max-width: 600px) {
          ul.menu-flip-itens li a span {
            width: 100%; } }
    ul.menu-flip-itens li a:active div.container-icon {
      background: #fff; }
      ul.menu-flip-itens li a:active div.container-icon img.normal {
        display: none; }
      ul.menu-flip-itens li a:active div.container-icon img.inverted {
        display: block; }
    ul.menu-flip-itens li a:active div.container-icon, ul.menu-flip-itens li a:active div.container-icon img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg); }

.rsBullets {
  position: absolute;
  bottom: 111px;
  right: 7%; }
  @media all and (min-width: 601px) and (max-width: 768px) {
    .rsBullets {
      bottom: 200px; } }
  @media all and (min-width: 481px) and (max-width: 600px) {
    .rsBullets {
      bottom: 172px; } }
  @media all and (min-width: 361px) and (max-width: 480px) {
    .rsBullets {
      bottom: 140px; } }
  @media all and (min-width: 321px) and (max-width: 360px) {
    .rsBullets {
      bottom: 111px; } }
  @media all and (max-width: 320px) {
    .rsBullets {
      bottom: 101px; } }

.rsBullet {
  background: url(../img/mobile/bullet.png) top left no-repeat;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -ms-background-size: 100% auto !important;
  background-size: 100% auto !important;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 0 4.5px; }
  @media all and (min-width: 0) and (max-width: 360px) {
    .rsBullet {
      width: 15px;
      height: 15px; } }

.rsBullet.rsNavSelected {
  background-position: bottom left; }

/*TOPO======================================*/
div.telephone {
  border: solid 2px #097e84;
  width: 100%;
  display: block;
  padding: 20px 0;
  margin-bottom: 32px; }
  @media all and (min-width: 1025px) and (max-width: 1600px) {
    div.telephone {
      padding: 15px 0;
      margin-bottom: 25px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    div.telephone {
      padding: 10px 0;
      margin-bottom: 17px; } }
  @media all and (max-width: 768px) {
    div.telephone {
      max-width: 300px; } }
  div.telephone span.phone-text {
    font: 15px/15px robotolight;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      div.telephone span.phone-text {
        font-size: 10px;
        line-height: 10px; } }
  div.telephone .address {
    padding: 10px 6% 0 6%; }
    div.telephone .address span {
      padding: 0; }
  div.telephone .link-telephone {
    font: 25px/25px robotomedium;
    color: #097e84 !important; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      div.telephone .link-telephone {
        font-size: 15px;
        line-height: 15px; } }
  div.telephone .link-telephone small {
    font-size: 20px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      div.telephone .link-telephone small {
        font-size: 13px;
        line-height: 13px; } }
  div.telephone span, div.telephone .link-telephone {
    display: block;
    clear: both;
    padding: 0 6%;
    width: 88%;
    color: #097e84 !important; }
  @media all and (max-width: 768px) {
    div.telephone address {
      display: none; } }
  @media all and (max-width: 360px) {
    div.telephone address {
      font-size: 14px;
      line-height: 14px; } }

header {
  margin-bottom: 40px; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    header {
      margin-bottom: 34px; } }
  @media all and (min-width: 1025px) and (max-width: 1366px) {
    header {
      margin-bottom: 30px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    header {
      margin-bottom: 20px; } }
  @media all and (min-width: 0) and (max-width: 768px) {
    header {
      margin-bottom: 30px; } }
  header img.header-mosaic {
    position: absolute;
    top: 0;
    width: 33%;
    max-width: 620px;
    opacity: 1; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      header img.header-mosaic {
        right: 0; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      header img.header-mosaic {
        left: 0;
        top: 0;
        width: 27%;
        max-width: 98px; } }
  header h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    font: 90px/139px robotomedium;
    height: 139px;
    color: #ed1846;
    padding: 0 1.5% 0 3%;
    float: left;
    letter-spacing: -5px;
    margin-bottom: -16px;
    z-index: 100; }
    @media all and (min-width: 1367px) and (max-width: 1600px) {
      header h1 {
        font-size: 75px;
        line-height: 113px;
        height: 113px; } }
    @media all and (min-width: 1025px) and (max-width: 1366px) {
      header h1 {
        font-size: 64px;
        line-height: 95px;
        height: 95px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      header h1 {
        font-size: 48px;
        line-height: 70px;
        height: 70px; } }
    @media all and (min-width: 601px) and (max-width: 768px) {
      header h1 {
        font-size: 70px;
        line-height: 110px;
        height: 110px;
        padding: 0 3% 0 8%; } }
    @media all and (min-width: 481px) and (max-width: 600px) {
      header h1 {
        font-size: 55px;
        line-height: 85px;
        height: 85px;
        padding: 0 5% 0 12%; } }
    @media all and (min-width: 361px) and (max-width: 480px) {
      header h1 {
        font-size: 45px;
        line-height: 70px;
        height: 70px;
        padding: 0 5% 0 12%; } }
    @media all and (min-width: 321px) and (max-width: 360px) {
      header h1 {
        font-size: 40px;
        line-height: 60px;
        height: 60px;
        padding: 0 8% 0 12%; } }
    @media all and (max-width: 320px) {
      header h1 {
        font-size: 28px;
        line-height: 45px;
        height: 45px;
        padding: 0 5% 0 8%;
        letter-spacing: -2px; } }
    header h1 img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      display: block; }
  header img.logo {
    width: 100%;
    margin: 0 auto 85px auto;
    max-width: 238px; }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      header img.logo {
        margin-bottom: 67px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      header img.logo {
        margin-bottom: 44px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      header img.logo {
        position: absolute;
        top: 52px;
        right: 7.2%;
        z-index: 100;
        width: 38.8%;
        max-width: 280px; } }
  header section.menu-container {
    background: #fff;
    width: 100%;
    max-width: 300px;
    display: block;
    padding: 43px 1.5% 0 1.5%;
    position: absolute;
    top: 0;
    right: 3.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      header section.menu-container {
        max-width: 250px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      header section.menu-container {
        max-width: 190px;
        padding-top: 23px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      header section.menu-container {
        left: -100%;
        width: 93%;
        max-width: 768px;
        padding: 165px 38px 0 38px;
        height: 100%;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto; } }
    header section.menu-container nav {
      margin-bottom: 32px; }
      @media all and (min-width: 769px) and (max-width: 1600px) {
        header section.menu-container nav {
          margin-bottom: 22px; } }
      header section.menu-container nav a {
        text-align: right;
        height: 50px;
        font: 17px/50px robotoregular;
        color: #666666;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: color 0.4s linear;
        -moz-transition: color 0.4s linear;
        -ms-transition: color 0.4s linear;
        transition: color 0.4s linear;
        overflow: hidden;
        margin-bottom: 1px; }
        @media all and (min-width: 769px) and (max-width: 1920px) {
          header section.menu-container nav a {
            border-bottom: solid 1px #666666; } }
        @media all and (min-width: 1025px) and (max-width: 1600px) {
          header section.menu-container nav a {
            font-size: 14px;
            height: 43px;
            line-height: 43px; } }
        @media all and (min-width: 769px) and (max-width: 1024px) {
          header section.menu-container nav a {
            font-size: 12px;
            height: 30px;
            line-height: 30px; } }
        @media all and (max-width: 768px) {
          header section.menu-container nav a {
            font-size: 21px;
            text-align: left;
            margin-bottom: 20px; } }
        @media all and (min-width: 361px) and (max-width: 768px) {
          header section.menu-container nav a {
            font-size: 21px;
            text-align: left;
            margin-bottom: 20px; } }
        @media all and (max-width: 360px) {
          header section.menu-container nav a {
            font-size: 16px;
            text-align: left;
            margin-bottom: 16px; } }
        header section.menu-container nav a span {
          height: 100%;
          background: #017d85;
          display: block;
          position: absolute;
          bottom: 1px;
          left: 100%;
          width: 100%;
          -webkit-transition: left 0.6s ease;
          -moz-transition: left 0.6s ease;
          -ms-transition: left 0.6s ease;
          transition: left 0.6s ease; }
          @media all and (min-width: 0) and (max-width: 768px) {
            header section.menu-container nav a span {
              display: none; } }
        header section.menu-container nav a strong {
          font-weight: normal;
          position: relative;
          z-index: 10;
          -webkit-transition: padding-right 0.2s ease;
          -moz-transition: padding-right 0.2s ease;
          -ms-transition: padding-right 0.2s ease;
          transition: padding-right 0.2s ease;
          padding-right: 0; }
    header section.menu-container nav, header section.menu-container nav ul, header section.menu-container nav ul li a {
      width: 100%;
      display: block; }
  header div.player {
    width: 100%;
    overflow: hidden;
    z-index: 99; }
    @media all and (min-width: 1601px) and (max-width: 1920px) {
      header div.player {
        height: 938px; } }
    @media all and (min-width: 1345px) and (max-width: 1600px) {
      header div.player {
        height: 782px; } }
    @media all and (min-width: 1281px) and (max-width: 1344px) {
      header div.player {
        height: 657px; } }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      header div.player {
        height: 626px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      header div.player {
        height: 501px; } }
    header div.player img {
      width: 100%; }
      @media all and (min-width: 769px) and (max-width: 1920px) {
        header div.player img {
          position: absolute; } }
    @media all and (min-width: 361px) and (max-width: 768px) {
      header div.player img.banner {
        display: block; }
      header div.player img.banner.r360 {
        display: none; } }
    @media all and (max-width: 360px) {
      header div.player img.banner {
        display: none; }
      header div.player img.banner.r360 {
        display: block; } }
    header div.player img.fundo {
      position: relative;
      top: -2%;
      left: 0;
      height: 110%;
      width: 110%; }
    header div.player img.texto {
      z-index: 350;
      top: 0;
      opacity: 0; }
    header div.player img.mulher {
      bottom: 0;
      right: -18%; }
    header div.player img.texto {
      left: -3%; }
  header #photo-player img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 !important; }
  header span.arrow-down {
    max-width: 52px;
    width: 2.77%;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    z-index: 100;
    /*
    @media all and (min-width: 601px) and (max-width: 768px)    { top: 188px; }
    @media all and (min-width: 481px) and (max-width: 600px)    { top: 160px; }
    @media all and (min-width: 361px) and (max-width: 480px)    { top: 128px; }
    @media all and (min-width: 321px) and (max-width: 360px)    { top: 95px; }
    @media all and (max-width: 320px)                           { top: 84px; }
    */ }
    @media all and (min-width: 0) and (max-width: 768px) {
      header span.arrow-down {
        width: 11%; } }
    @media all and (min-width: 1025px) and (max-width: 1920px) {
      header span.arrow-down {
        bottom: 100px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      header span.arrow-down {
        bottom: 58px; } }
    header span.arrow-down img {
      width: 100%;
      display: block; }
    header span.arrow-down div {
      display: block; }
      header span.arrow-down div img.arrow {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 2px;
        -webkit-animation: desce 2s ease 0.5s infinite;
        -moz-animation: desce 2s ease 0.5s infinite;
        -ms-animation: desce 2s ease 0.5s infinite;
        animation: desce 2s ease 0.5s infinite; }
@-webkit-keyframes desce {
  0% {
    top: -20px;
    opacity: 0; }
  25% {
    top: 0;
    opacity: 1; }
  50% {
    top: 0;
    opacity: 1; }
  75% {
    top: 0;
    opacity: 1; }
  100% {
    top: 20px;
    opacity: 0; } }
@-moz-keyframes desce {
  0% {
    top: -20px;
    opacity: 0; }
  25% {
    top: 0;
    opacity: 1; }
  50% {
    top: 0;
    opacity: 1; }
  75% {
    top: 0;
    opacity: 1; }
  100% {
    top: 20px;
    opacity: 0; } }
@-ms-keyframes desce {
  0% {
    top: -20px;
    opacity: 0; }
  25% {
    top: 0;
    opacity: 1; }
  50% {
    top: 0;
    opacity: 1; }
  75% {
    top: 0;
    opacity: 1; }
  100% {
    top: 20px;
    opacity: 0; } }
@keyframes desce {
  0% {
    top: -20px;
    opacity: 0; }
  25% {
    top: 0;
    opacity: 1; }
  50% {
    top: 0;
    opacity: 1; }
  75% {
    top: 0;
    opacity: 1; }
  100% {
    top: 20px;
    opacity: 0; } }
/*SIZED-PHOTO-CONTAINER=====================*/
section.sized-photo-container {
  overflow: hidden; }
  @media all and (min-width: 1601px) and (max-width: 1920px) {
    section.sized-photo-container {
      height: 670px;
      margin-bottom: 20px; } }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    section.sized-photo-container {
      height: 555px;
      margin-bottom: 17px; } }
  @media all and (min-width: 1025px) and (max-width: 1366px) {
    section.sized-photo-container {
      height: 478px;
      margin-bottom: 14px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    section.sized-photo-container {
      height: 356px;
      margin-bottom: 14px; } }

@media all and (min-width: 769px) and (max-width: 1920px) {
  .photo-animation {
    background-color: #000; } }

.photo-animation img.photo {
  top: 0;
  left: -5%; }

ul.list-builds .photo-animation img.photo {
  height: 100%;
  width: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease; }
  @media all and (max-width: 768px) {
    ul.list-builds .photo-animation img.photo {
      width: 100%;
      height: auto; } }

section.sized-photo,
section.sized-photo div {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/*INSIDE-CONTAINER==========================*/
section.inside-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.inside-container {
      margin-bottom: 4px; } }

section.featured-photo {
  width: 58%;
  overflow: hidden;
  position: relative;
  float: left; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.featured-photo {
      width: 100%; } }

section.box,
section.featured-photo {
  float: left; }
  @media all and (min-width: 1601px) and (max-width: 1920px) {
    section.box,
    section.featured-photo {
      height: 458px; } }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    section.box,
    section.featured-photo {
      height: 373px; } }
  @media all and (min-width: 1025px) and (max-width: 1366px) {
    section.box,
    section.featured-photo {
      height: 318px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    section.box,
    section.featured-photo {
      height: 238px; } }

/*CONTAINER-VIDEO===========================*/
section.container-video {
  overflow: hidden; }
  @media all and (min-width: 1367px) and (max-width: 1920px) {
    section.container-video {
      margin-bottom: 17px; } }
  @media all and (min-width: 769px) and (max-width: 1366px) {
    section.container-video {
      margin-bottom: 14px; } }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.container-video {
      margin-bottom: 6px; } }

@media all and (min-width: 1601px) and (max-width: 1920px) {
  ul.list-builds li, section.video {
    height: 515px; } }
@media all and (min-width: 1367px) and (max-width: 1600px) {
  ul.list-builds li, section.video {
    height: 430px; } }
@media all and (min-width: 1025px) and (max-width: 1366px) {
  ul.list-builds li, section.video {
    height: 368px; } }
@media all and (min-width: 769px) and (max-width: 1024px) {
  ul.list-builds li, section.video {
    height: 274px; } }

ul.list-builds {
  display: block;
  width: 63%;
  overflow: hidden;
  margin-right: 1%;
  float: left; }
  @media all and (min-width: 0) and (max-width: 768px) {
    ul.list-builds {
      width: 100%;
      margin-right: 0; } }
  ul.list-builds li {
    float: left;
    display: block;
    overflow: hidden;
    position: relative; }
    ul.list-builds li p {
      font: 15px/18px robotolight;
      color: #666666;
      display: block;
      width: 100%; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        ul.list-builds li p {
          font-size: 12px;
          line-height: 12px; } }
      @media all and (min-width: 601px) and (max-width: 768px) {
        ul.list-builds li p {
          margin-bottom: 60px; } }
      @media all and (min-width: 481px) and (max-width: 600px) {
        ul.list-builds li p {
          margin-bottom: 50px; } }
      @media all and (min-width: 361px) and (max-width: 480px) {
        ul.list-builds li p {
          margin-bottom: 40px; } }
      @media all and (min-width: 321px) and (max-width: 360px) {
        ul.list-builds li p {
          margin-bottom: 30px; } }
      @media all and (max-width: 320px) {
        ul.list-builds li p {
          margin-bottom: 20px;
          font-size: 12px;
          line-height: 16px; } }
      @media all and (min-width: 601px) and (max-width: 768px) {
        ul.list-builds li p {
          font-size: 16px; } }
    ul.list-builds li img.title {
      margin-bottom: 40px;
      width: 100%;
      height: auto !important; }
      @media all and (min-width: 1025px) and (max-width: 1600px) {
        ul.list-builds li img.title {
          margin-bottom: 26px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        ul.list-builds li img.title {
          margin-bottom: 18px; } }
      @media all and (min-width: 0) and (max-width: 768px) {
        ul.list-builds li img.title {
          max-width: 567px;
          margin-bottom: 28px; } }
  ul.list-builds li:first-child {
    width: 30%; }
  ul.list-builds li:nth-child(2) {
    width: 32%;
    margin: 0 1.6%; }
  ul.list-builds li:nth-child(3) {
    width: 34.8%;
    background: url(../img/mosaic-item.jpg) top left repeat;
    padding: 3px; }
    @media all and (min-width: 0) and (max-width: 768px) {
      ul.list-builds li:nth-child(3) {
        padding: 14px; } }
    ul.list-builds li:nth-child(3) div {
      background: #fff;
      display: block;
      height: 100%;
      overflow: hidden; }
      @media all and (min-width: 1025px) and (max-width: 1920px) {
        ul.list-builds li:nth-child(3) div {
          padding-right: 6%;
          padding-left: 6%; } }
      @media all and (max-width: 1024px) {
        ul.list-builds li:nth-child(3) div {
          padding-right: 4%;
          padding-left: 4%; } }
      @media all and (min-width: 1601px) and (max-width: 1920px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 120px; } }
      @media all and (min-width: 1367px) and (max-width: 1600px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 95px; } }
      @media all and (min-width: 1025px) and (max-width: 1366px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 50px; } }
      @media all and (min-width: 768px) and (max-width: 1024px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 30px; } }
      @media all and (min-width: 601px) and (max-width: 768px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 60px; } }
      @media all and (min-width: 481px) and (max-width: 600px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 50px; } }
      @media all and (min-width: 361px) and (max-width: 480px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 40px; } }
      @media all and (min-width: 321px) and (max-width: 360px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 30px; } }
      @media all and (max-width: 320px) {
        ul.list-builds li:nth-child(3) div {
          padding-top: 20px; } }
  @media all and (min-width: 0) and (max-width: 768px) {
    ul.list-builds li, ul.list-builds li:first-child, ul.list-builds li:nth-child(2), ul.list-builds li:nth-child(3) {
      width: 100%;
      clear: both;
      display: block;
      margin: 0 0 4px 0; } }

section.video {
  display: block;
  width: 36%;
  float: left;
  overflow: hidden;
  position: relative; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.video {
      width: 100%; } }
  section.video a.play {
    top: 50%;
    left: 50%;
    z-index: 100; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.video a.play {
        margin: -43px 0 0 -43px; } }
  section.video video {
    display: block;
    left: 0;
    float: left;
    top: 0;
    display: block; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.video video {
        height: 100%;
        width: auto; } }
    section.video video img {
      position: absolute;
      top: 0;
      left: 0; }
  section.video iframe {
    width: 100%;
    height: 100%; }
  @media all and (min-width: 601px) and (max-width: 768px) {
    section.video video, section.video iframe {
      height: 616px; } }
  @media all and (min-width: 481px) and (max-width: 600px) {
    section.video video, section.video iframe {
      height: 515px; } }
  @media all and (min-width: 361px) and (max-width: 480px) {
    section.video video, section.video iframe {
      height: 410px; } }
  @media all and (min-width: 321px) and (max-width: 360px) {
    section.video video, section.video iframe {
      height: 310px; } }
  @media all and (max-width: 320px) {
    section.video video, section.video iframe {
      height: 280px; } }

/*PLANTS====================================*/
@media all and (max-width: 768px) {
  section.plants section.sized-photo {
    padding: 0; }
    section.plants section.sized-photo div {
      border-color: transparent;
      padding: 0; }
  section.plants .photo-animation div span {
    opacity: 0; } }

img.img-2d {
  display: block; }

img.img-3d {
  display: none; }

section.plant-player-container,
section.plant-player-container section.plant-player,
section.plant-player-container section.plant-player ul#player,
section.plant-player-container section.plant-player ul#player div.rsOverflow,
section.plant-player-container section.plant-player ul#player div.rsOverflow div.rsContainer,
section.plant-player-container section.plant-player ul#player div.rsOverflow div.rsContainer div.rsSlide,
section.plant-player-container section.plant-player ul#player div.rsOverflow div.rsContainer div.rsSlide li {
  height: 100% !important; }

section.plant-player-container {
  width: 100%;
  position: fixed;
  opacity: 0;
  top: 100%;
  left: 0;
  display: block;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -ms-background-size: auto 100% !important;
  background-size: auto 100% !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 800; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.plant-player-container {
      z-index: 1000;
      background: #fff; } }
  section.plant-player-container section.plant-player {
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
    section.plant-player-container section.plant-player a.btn-close {
      position: absolute;
      top: 18px;
      right: 3.4%;
      z-index: 100;
      display: block; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.plant-player-container section.plant-player a.btn-close {
          max-width: 50px; } }
      @media all and (max-width: 360px) {
        section.plant-player-container section.plant-player a.btn-close {
          max-width: 45px; } }
      section.plant-player-container section.plant-player a.btn-close img {
        width: 100%; }
    section.plant-player-container section.plant-player ul {
      display: block; }
      section.plant-player-container section.plant-player ul li {
        display: block;
        overflow-x: hidden;
        overflow-y: auto; }
        section.plant-player-container section.plant-player ul li a.btn-see {
          -webkit-background-size: auto 100% !important;
          -moz-background-size: auto 100% !important;
          -ms-background-size: auto 100% !important;
          background-size: auto 100% !important;
          font: 15px/35px robotoregular;
          background: url(../img/btn-3d.png) top right no-repeat;
          height: 40px;
          display: block;
          padding: 0 50px 0 6px;
          border: solid 2px #097e83;
          color: #097e83;
          float: left;
          clear: both;
          margin-bottom: 20px; }
          section.plant-player-container section.plant-player ul li a.btn-see strong {
            font: 15px/35px robotobold;
            font-weight: normal; }
        section.plant-player-container section.plant-player ul li a.btn-3d strong.v2d {
          display: none !important; }
        section.plant-player-container section.plant-player ul li a.btn-3d strong.v3d {
          display: inline-block; }
        section.plant-player-container section.plant-player ul li a.btn-2d strong.v2d {
          display: inline-block; }
        section.plant-player-container section.plant-player ul li a.btn-2d strong.v3d {
          display: none !important; }
        section.plant-player-container section.plant-player ul li img {
          margin-left: 40%;
          width: 50%;
          max-width: 800px;
          overflow: hidden; }
          @media all and (min-width: 0) and (max-width: 768px) {
            section.plant-player-container section.plant-player ul li img {
              width: 80%;
              margin: 0 0 50px 10%; } }
        section.plant-player-container section.plant-player ul li section {
          width: 100%;
          max-width: 360px;
          display: block;
          overflow: hidden;
          display: block; }
          @media all and (min-width: 769px) {
            section.plant-player-container section.plant-player ul li section {
              position: absolute; } }
          @media all and (min-width: 1025px) {
            section.plant-player-container section.plant-player ul li section {
              left: 15%; } }
          @media all and (min-width: 1367px) {
            section.plant-player-container section.plant-player ul li section {
              top: 320px; } }
          @media all and (min-width: 1025px) and (max-width: 1366px) {
            section.plant-player-container section.plant-player ul li section {
              top: 232px;
              max-width: 320px; } }
          @media all and (min-width: 769px) and (max-width: 1024px) {
            section.plant-player-container section.plant-player ul li section {
              top: 180px;
              max-width: 280px;
              left: 13%; } }
          @media all and (min-width: 0) and (max-width: 768px) {
            section.plant-player-container section.plant-player ul li section {
              width: 80%;
              max-width: 768px;
              margin: 0 10% 20px 10%; } }
        section.plant-player-container section.plant-player ul li div {
          width: 100%;
          display: block; }
          @media all and (min-width: 769px) {
            section.plant-player-container section.plant-player ul li div {
              padding: 90px 0 40px 0; } }
          @media all and (min-width: 0) and (max-width: 768px) {
            section.plant-player-container section.plant-player ul li div {
              padding: 80px 0 30px 0; } }
        section.plant-player-container section.plant-player ul li h4 {
          font: 39px/39px robotobold;
          color: #ed1846;
          margin-bottom: 14px; }
          @media all and (max-width: 1366px) {
            section.plant-player-container section.plant-player ul li h4 {
              font-size: 28px;
              line-height: 28px; } }
          @media all and (min-width: 1601px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 21px;
              line-height: 21px; } }
          @media all and (min-width: 1367px) and (max-width: 1600px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 17px;
              line-height: 17px; } }
          @media all and (min-width: 1025px) and (max-width: 1366px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 15px;
              line-height: 15px; } }
          @media all and (min-width: 768px) and (max-width: 1024px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 13px;
              line-height: 13px; } }
          @media all and (min-width: 601px) and (max-width: 768px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 18px;
              line-height: 18px; } }
          @media all and (min-width: 481px) and (max-width: 600px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 16px;
              line-height: 16px; } }
          @media all and (min-width: 361px) and (max-width: 480px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 14px;
              line-height: 14px; } }
          @media all and (max-width: 360px) {
            section.plant-player-container section.plant-player ul li h4 span {
              font-size: 12px;
              line-height: 12px; } }
        section.plant-player-container section.plant-player ul li p {
          font: 23px/23px robotolight;
          color: #696969;
          margin-bottom: 15px; }
          @media all and (max-width: 1366px) {
            section.plant-player-container section.plant-player ul li p {
              font-size: 16px;
              line-height: 16px; } }
        section.plant-player-container section.plant-player ul li h4, section.plant-player-container section.plant-player ul li p {
          display: block;
          clear: both;
          width: 100%; }
      section.plant-player-container section.plant-player ul .rsOverflow {
        max-width: 1920px !important; }
      section.plant-player-container section.plant-player ul .rsArrow {
        width: 26px;
        height: 53px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -26.5px; }
        @media all and (min-width: 769px) and (max-width: 1024px) {
          section.plant-player-container section.plant-player ul .rsArrow {
            width: 18px;
            height: 33px; } }
        @media all and (min-width: 0) and (max-width: 768px) {
          section.plant-player-container section.plant-player ul .rsArrow {
            display: none !important; } }
      section.plant-player-container section.plant-player ul .rsArrowLeft {
        background: url(../img/btn-previous.png) top left no-repeat;
        left: 2.6%;
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -ms-background-size: auto 100% !important;
        background-size: auto 100% !important; }
      section.plant-player-container section.plant-player ul .rsArrowRight {
        background: url(../img/btn-next.png) top left no-repeat;
        right: 2.6%;
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -ms-background-size: auto 100% !important;
        background-size: auto 100% !important; }

section.plant-player-container.visible {
  top: 0;
  opacity: 1; }

section.plants {
  overflow: hidden;
  position: relative;
  margin-bottom: 28px; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    section.plants {
      margin-bottom: 16px; } }
  section.plants section.outside-container {
    width: 92%;
    display: block;
    background: #fff;
    float: right;
    padding: 0 0 18px 18px;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    @media all and (min-width: 1601px) and (max-width: 1920px) {
      section.plants section.outside-container {
        margin-bottom: 50px; } }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      section.plants section.outside-container {
        margin-bottom: 42px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.plants section.outside-container {
        padding: 0 0 10px 10px;
        margin-bottom: 26px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.plants section.outside-container {
        padding: 0;
        width: 100%;
        margin-bottom: 45px; } }
    section.plants section.outside-container section.container-photo {
      position: relative;
      display: block;
      overflow: hidden; }
      @media all and (min-width: 1024px) and (max-width: 1920px) {
        section.plants section.outside-container section.container-photo {
          height: 747px; } }
      @media all and (min-width: 1367px) and (max-width: 1600px) {
        section.plants section.outside-container section.container-photo {
          height: 604px; } }
      @media all and (min-width: 1025px) and (max-width: 1366px) {
        section.plants section.outside-container section.container-photo {
          height: 515px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.plants section.outside-container section.container-photo {
          height: 385px; } }
      section.plants section.outside-container section.container-photo img {
        overflow: hidden; }
      section.plants section.outside-container section.container-photo section.outside {
        background: #097e84; }
        @media all and (min-width: 769px) and (max-width: 1920px) {
          section.plants section.outside-container section.container-photo section.outside {
            top: 142px;
            left: 30px;
            margin-left: 1%;
            position: absolute; } }
        @media all and (min-width: 769px) and (max-width: 1920px) {
          section.plants section.outside-container section.container-photo section.outside h2 {
            text-align: right; } }
        section.plants section.outside-container section.container-photo section.outside img.mosaic-outside {
          position: absolute;
          top: 0;
          left: 0;
          width: 14%;
          max-width: 145px; }
        @media all and (min-width: 769px) and (max-width: 1366px) {
          section.plants section.outside-container section.container-photo section.outside {
            top: 100px; } }
  section.plants img.mosaic-plants {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 30.8%;
    max-width: 578px; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.plants img.mosaic-plants {
        bottom: 0; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.plants img.mosaic-plants {
        top: 0;
        width: 80%;
        max-width: 576px; } }
  section.plants h3 {
    color: #fff;
    position: absolute;
    bottom: 130px;
    left: 2.5%;
    z-index: 10;
    font: 104px/104px robotomedium; }
    @media all and (min-width: 1367px) and (max-width: 1600px) {
      section.plants h3 {
        font-size: 86px;
        line-height: 86px; } }
    @media all and (min-width: 1025px) and (max-width: 1366px) {
      section.plants h3 {
        font-size: 74px;
        line-height: 74px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.plants h3 {
        font-size: 55px;
        line-height: 55px;
        bottom: 70px; } }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.plants h3 {
        letter-spacing: -3px; } }
    @media all and (max-width: 768px) {
      section.plants h3 {
        left: 7%; } }
    @media all and (min-width: 601px) and (max-width: 768px) {
      section.plants h3 {
        bottom: 130px; } }
    @media all and (min-width: 481px) and (max-width: 600px) {
      section.plants h3 {
        bottom: 109px; } }
    @media all and (min-width: 361px) and (max-width: 480px) {
      section.plants h3 {
        bottom: 87px; } }
    @media all and (min-width: 321px) and (max-width: 360px) {
      section.plants h3 {
        bottom: 66px; } }
    @media all and (max-width: 320px) {
      section.plants h3 {
        bottom: 50px; } }
  section.plants ul.plants-list {
    max-width: 1370px;
    display: block;
    overflow: hidden; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.plants ul.plants-list {
        width: 73%;
        float: right; } }
    @media all and (min-width: 1601px) and (max-width: 1920px) {
      section.plants ul.plants-list {
        margin-bottom: 50px; } }
    @media all and (min-width: 769px) and (max-width: 1600px) {
      section.plants ul.plants-list {
        margin-bottom: 20px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.plants ul.plants-list {
        width: 88%;
        margin: 0 auto; } }
    section.plants ul.plants-list li {
      float: left;
      display: block; }
      @media all and (min-width: 769px) and (max-width: 1920px) {
        section.plants ul.plants-list li {
          width: 25%; } }
      @media all and (min-width: 0) and (max-width: 768px) {
        section.plants ul.plants-list li {
          width: 100%;
          margin-bottom: 48px; } }
      section.plants ul.plants-list li a {
        display: block;
        position: relative; }
        section.plants ul.plants-list li a img {
          width: 100%;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
          filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -webkit-filter: grayscale(100%); }
        section.plants ul.plants-list li a div {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        section.plants ul.plants-list li a p {
          text-align: center;
          width: 100%;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -14px;
          left: 0;
          overflow: hidden; }
          section.plants ul.plants-list li a p span {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 0 12px;
            font: 15px/28px robotomedium;
            height: 28px;
            color: #666666;
            background: #fff;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            @media all and (min-width: 769px) and (max-width: 1024px) {
              section.plants ul.plants-list li a p span {
                height: 20px;
                font-size: 12px;
                line-height: 20px;
                padding: 0 6px; } }
      section.plants ul.plants-list li a.active img, section.plants ul.plants-list li a:active img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none; }
      section.plants ul.plants-list li a.active span, section.plants ul.plants-list li a:active span {
        background: #ed1846;
        color: #fff; }

/*LOCALIZATION==============================*/
section.localization {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px; }
  @media all and (min-width: 0) and (max-width: 768px) {
    section.localization {
      margin-bottom: 0; } }
  section.localization img.stripes {
    position: absolute;
    top: 0;
    left: 13.3%;
    z-index: 11;
    width: 50%;
    max-width: 955px;
    display: block;
    height: auto; }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.localization img.stripes {
        display: none; } }
  section.localization div.map-container {
    overflow: hidden;
    width: 59%;
    max-width: 1110px;
    display: block;
    position: relative; }
    @media all and (min-width: 1441px) and (max-width: 1920px) {
      section.localization div.map-container {
        margin-top: 96px; } }
    @media all and (min-width: 1345px) and (max-width: 1440px) {
      section.localization div.map-container {
        margin-top: 70px; } }
    @media all and (min-width: 1281px) and (max-width: 1344px) {
      section.localization div.map-container {
        margin-top: 64px; } }
    @media all and (min-width: 769px) and (max-width: 1280px) {
      section.localization div.map-container {
        margin-top: 62px; } }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.localization div.map-container {
        float: right; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.localization div.map-container {
        width: 70%; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.localization div.map-container {
        width: 100%;
        margin-bottom: 3px; } }
    section.localization div.map-container img.mask-map {
      position: absolute;
      top: 0;
      left: 0;
      width: 45%;
      max-width: 505px;
      z-index: 10; }
    section.localization div.map-container img.photo-map {
      width: 100%; }
    section.localization div.map-container div.map {
      width: 100%;
      position: relative; }
      section.localization div.map-container div.map img.photo-map {
        width: 100%; }
      section.localization div.map-container div.map .iconmap {
        position: absolute; }
      section.localization div.map-container div.map .iconmap.uz {
        z-index: 200;
        display: block; }
      section.localization div.map-container div.map .biblioteca {
        left: 46%;
        width: 8%;
        max-width: 89px; }
      section.localization div.map-container div.map .cake {
        left: 34%;
        width: 11.4%;
        max-width: 120px; }
      section.localization div.map-container div.map .emporio {
        right: 27%;
        width: 8.5%;
        max-width: 95px; }
      section.localization div.map-container div.map .dville {
        left: 25.2%;
        width: 9.6%;
        max-width: 107px; }
      section.localization div.map-container div.map .rua-01 {
        left: 60%;
        width: 11.2%;
        max-width: 125px; }
      section.localization div.map-container div.map .rua-03 {
        left: 36.9%;
        width: 9.7%;
        max-width: 108px; }
      section.localization div.map-container div.map .colegio {
        left: 50%;
        width: 13%;
        max-width: 149px; }
      section.localization div.map-container div.map .uz {
        right: 43.2%;
        width: 7%;
        max-width: 78px; }
        section.localization div.map-container div.map .uz img {
          width: 100%; }
        section.localization div.map-container div.map .uz .pin-uz {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-animation: sobeDesce 2s ease infinite;
          -moz-animation: sobeDesce 2s ease infinite;
          -ms-animation: sobeDesce 2s ease infinite;
          animation: sobeDesce 2s ease infinite; }
@-webkit-keyframes sobeDesce {
  0% {
    top: 0; }
  15% {
    top: -8px; }
  25% {
    top: 0; }
  50% {
    top: -8px; }
  65% {
    top: 0; }
  75% {
    top: 0; }
  85% {
    top: 0; }
  95% {
    top: 0; }
  100% {
    top: 0; } }
@-moz-keyframes sobeDesce {
  0% {
    top: 0; }
  15% {
    top: -8px; }
  25% {
    top: 0; }
  50% {
    top: -8px; }
  65% {
    top: 0; }
  75% {
    top: 0; }
  85% {
    top: 0; }
  95% {
    top: 0; }
  100% {
    top: 0; } }
@-ms-keyframes sobeDesce {
  0% {
    top: 0; }
  15% {
    top: -8px; }
  25% {
    top: 0; }
  50% {
    top: -8px; }
  65% {
    top: 0; }
  75% {
    top: 0; }
  85% {
    top: 0; }
  95% {
    top: 0; }
  100% {
    top: 0; } }
@keyframes sobeDesce {
  0% {
    top: 0; }
  15% {
    top: -8px; }
  25% {
    top: 0; }
  50% {
    top: -8px; }
  65% {
    top: 0; }
  75% {
    top: 0; }
  85% {
    top: 0; }
  95% {
    top: 0; }
  100% {
    top: 0; } }
      @media all and (min-width: 1601px) and (max-width: 1920px) {
        section.localization div.map-container div.map .biblioteca {
          top: 145px; }
        section.localization div.map-container div.map .cake {
          top: 230px; }
        section.localization div.map-container div.map .emporio {
          top: 200px; }
        section.localization div.map-container div.map .dville {
          bottom: 120px; }
        section.localization div.map-container div.map .rua-01 {
          top: 350px; }
        section.localization div.map-container div.map .rua-03 {
          bottom: 60px; }
        section.localization div.map-container div.map .uz {
          bottom: 20px; }
        section.localization div.map-container div.map .colegio {
          top: 250px; } }
      @media all and (min-width: 1367px) and (max-width: 1600px) {
        section.localization div.map-container div.map .biblioteca {
          top: 130px; }
        section.localization div.map-container div.map .cake {
          top: 190px; }
        section.localization div.map-container div.map .emporio {
          top: 162px; }
        section.localization div.map-container div.map .dville {
          bottom: 100px; }
        section.localization div.map-container div.map .rua-01 {
          top: 300px; }
        section.localization div.map-container div.map .rua-03 {
          bottom: 60px; }
        section.localization div.map-container div.map .uz {
          bottom: 20px; }
        section.localization div.map-container div.map .colegio {
          top: 210px; } }
      @media all and (min-width: 1025px) and (max-width: 1366px) {
        section.localization div.map-container div.map .biblioteca {
          top: 120px; }
        section.localization div.map-container div.map .cake {
          top: 160px; }
        section.localization div.map-container div.map .emporio {
          top: 170px; }
        section.localization div.map-container div.map .dville {
          bottom: 70px; }
        section.localization div.map-container div.map .rua-01 {
          top: 260px;
          left: 59%; }
        section.localization div.map-container div.map .rua-03 {
          bottom: 40px;
          left: 37%; }
        section.localization div.map-container div.map .uz {
          bottom: 15px;
          right: 40%; }
        section.localization div.map-container div.map .colegio {
          top: 180px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.localization div.map-container div.map .biblioteca {
          top: 90px; }
        section.localization div.map-container div.map .cake {
          top: 150px; }
        section.localization div.map-container div.map .emporio {
          top: 130px; }
        section.localization div.map-container div.map .dville {
          bottom: 70px; }
        section.localization div.map-container div.map .rua-01 {
          top: 230px;
          left: 59%; }
        section.localization div.map-container div.map .rua-03 {
          bottom: 40px;
          left: 38%; }
        section.localization div.map-container div.map .uz {
          bottom: 15px;
          right: 40%; }
        section.localization div.map-container div.map .colegio {
          top: 165px; } }
  section.localization section.text-container {
    z-index: 12;
    display: block;
    width: 40%;
    max-width: 720px;
    overflow: hidden;
    margin: 202px 0 109px 2.6%; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.localization section.text-container {
        position: absolute;
        top: 0;
        left: 0; } }
    @media all and (min-width: 1025px) and (max-width: 1600px) {
      section.localization section.text-container {
        margin: 140px 0 72px 2.6%; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      section.localization section.text-container {
        margin: 80px 0 50px 2.6%;
        max-width: 300px; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.localization section.text-container {
        margin: 0 auto 33px auto;
        width: 80%;
        position: relative; } }
    section.localization section.text-container h1 {
      display: block;
      width: 64.8%;
      max-width: 467px;
      margin-bottom: 25px; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.localization section.text-container h1 {
          width: 100%; } }
      section.localization section.text-container h1 img {
        width: 100%;
        display: block; }
    section.localization section.text-container p {
      width: 82.6%;
      display: none;
      margin-bottom: 30px;
      font: 19px/19px robotolight;
      color: #666666; }
      @media all and (min-width: 769px) and (max-width: 1600px) {
        section.localization section.text-container p {
          font-size: 16px;
          line-height: 16px; } }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        section.localization section.text-container p {
          width: 100%; } }
      @media all and (max-width: 360px) {
        section.localization section.text-container p {
          width: 100%;
          font-size: 16px;
          line-height: 16px; } }
    section.localization section.text-container div.container-lists {
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 56px; }
      @media all and (max-width: 1024px) {
        section.localization section.text-container div.container-lists {
          margin-bottom: 30px; } }
      section.localization section.text-container div.container-lists ul.list-localization {
        width: 48%;
        float: left;
        display: block;
        border-bottom: solid 1px #8f8f8f; }
        @media all and (min-width: 0) and (max-width: 1024px) {
          section.localization section.text-container div.container-lists ul.list-localization {
            width: 100%;
            display: block;
            clear: both; } }
        section.localization section.text-container div.container-lists ul.list-localization li {
          border-top: solid 1px #8f8f8f;
          display: block;
          position: relative; }
          section.localization section.text-container div.container-lists ul.list-localization li span {
            width: 100%;
            display: block;
            color: #666666; }
          section.localization section.text-container div.container-lists ul.list-localization li small {
            position: absolute;
            top: 0;
            right: 0;
            color: #097e84; }
          section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
            text-transform: uppercase;
            font: 14px/46px robotoregular; }
            @media all and (min-width: 769px) and (max-width: 1366px) {
              section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
                font-size: 12px; } }
            @media all and (min-width: 1025px) and (max-width: 1366px) {
              section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
                line-height: 42px; } }
            @media all and (min-width: 769px) and (max-width: 1024px) {
              section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
                line-height: 35px; } }
            @media all and (max-width: 360px) {
              section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
                font-size: 12px;
                line-height: 35px; } }
        section.localization section.text-container div.container-lists ul.list-localization li, section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
          /*height: 46px;*/ }
          @media all and (min-width: 769px) and (max-width: 1366px) {
            section.localization section.text-container div.container-lists ul.list-localization li, section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
              line-height: 35px; } }
          @media all and (min-width: 769px) and (max-width: 1024px) {
            section.localization section.text-container div.container-lists ul.list-localization li, section.localization section.text-container div.container-lists ul.list-localization li span, section.localization section.text-container div.container-lists ul.list-localization li small {
              height: 35px; } }
      section.localization section.text-container div.container-lists ul.list-localization:first-child {
        margin-right: 4%; }
        @media all and (min-width: 0) and (max-width: 1024px) {
          section.localization section.text-container div.container-lists ul.list-localization:first-child {
            border: none; } }
    section.localization section.text-container a.btn-google-maps {
      position: relative;
      height: 60px;
      display: block;
      float: left;
      background: #097e84;
      color: #fff;
      padding: 0 20px 0 64px; }
      section.localization section.text-container a.btn-google-maps img {
        position: absolute;
        top: 14px;
        left: 16px; }
      section.localization section.text-container a.btn-google-maps span {
        font: 17px/15px robotolight;
        text-transform: uppercase;
        padding-top: 16px;
        display: block; }
        section.localization section.text-container a.btn-google-maps span strong {
          font-family: robotomedium;
          display: block;
          clear: both; }

/*FOOTER====================================*/
section.container-footer {
  width: 100%;
  position: relative; }
  section.container-footer img.mosaic-contact {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 17%;
    max-width: 323px; }
    @media all and (min-width: 769px) and (max-width: 1920px) {
      section.container-footer img.mosaic-contact {
        right: 0; } }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.container-footer img.mosaic-contact {
        left: 0;
        width: 22%;
        max-width: 165px; } }
  section.container-footer section.contact {
    background: #ed1846;
    padding-top: 60px;
    overflow: hidden; }
    @media all and (min-width: 0) and (max-width: 768px) {
      section.container-footer section.contact {
        padding: 33px 7% 0 7%; } }
    section.container-footer section.contact h1 {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      font-family: robotomedium;
      margin-bottom: 80px; }
      @media all and (min-width: 1601px) and (max-width: 1920px) {
        section.container-footer section.contact h1 {
          font-size: 104px;
          line-height: 104px; } }
      @media all and (min-width: 769px) and (max-width: 1600px) {
        section.container-footer section.contact h1 {
          font-size: 74px;
          line-height: 74px; } }
      @media all and (min-width: 0) and (max-width: 768px) {
        section.container-footer section.contact h1 {
          text-align: left;
          margin-bottom: 47px; } }
    section.container-footer section.contact form {
      max-width: 800px;
      display: block;
      width: 100%;
      margin: 0 auto 78px auto;
      overflow: hidden;
      position: relative;
      /*
      button { font: 21px/53px robotoregular; height: 53px; color: #fff; position: relative; background: transparent; padding-right: 64px; border: none; display: block; float: right; 
        div { width: 52px; height: 53px; display: block; background: #fff; position: absolute; top: 0; right: 0; }
        img { position: absolute; top: 0; left: 0; }
      }
      */ }
      section.container-footer section.contact form p {
        width: 32%;
        display: block;
        float: left;
        margin-bottom: 20px;
        position: relative; }
        @media all and (min-width: 0) and (max-width: 600px) {
          section.container-footer section.contact form p {
            width: 100%; } }
        section.container-footer section.contact form p label {
          color: #fff;
          display: block;
          margin-bottom: 9px;
          font: 21px/21px robotoregular; }
        section.container-footer section.contact form p label.error {
          position: absolute;
          top: 100%;
          left: 0;
          font-size: 12px; }
        section.container-footer section.contact form p input {
          width: 100%;
          padding: 0 4%;
          height: 36px;
          line-height: 36px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          @media all and (min-width: 0) and (max-width: 600px) {
            section.container-footer section.contact form p input {
              padding: 0 2%; } }
        section.container-footer section.contact form p textarea {
          height: 200px;
          width: 100%;
          resize: none;
          padding: 10px 1.5%; }
          @media all and (min-width: 0) and (max-width: 600px) {
            section.container-footer section.contact form p textarea {
              padding: 10px 2%; } }
        section.container-footer section.contact form p input, section.container-footer section.contact form p textarea {
          border: solid 2px #fff;
          background: transparent;
          color: #fff;
          clear: both;
          display: block;
          font: 16px robotoregular; }
      section.container-footer section.contact form p:first-child, section.container-footer section.contact form p:nth-child(2) {
        margin-right: 2%; }
      section.container-footer section.contact form p.textarea {
        width: 100%;
        margin-bottom: 30px; }
      section.container-footer section.contact form span#form-contact-message {
        clear: both;
        font: 16px/20px robotoregular;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0; }
  section.container-footer footer {
    display: block;
    width: 100%;
    overflow: hidden; }
    section.container-footer footer address {
      margin: 0 auto;
      display: block;
      max-width: 600px;
      width: 100%;
      overflow: hidden; }
      @media all and (min-width: 0) and (max-width: 768px) {
        section.container-footer footer address {
          padding: 0 7%;
          width: 86%; } }
      section.container-footer footer address img {
        float: left;
        margin-top: 40px;
        max-width: 91px; }
        @media all and (min-width: 769px) {
          section.container-footer footer address img {
            width: 15%; } }
        @media all and (min-width: 361px) and (max-width: 768px) {
          section.container-footer footer address img {
            width: 10%; } }
        @media all and (max-width: 360px) {
          section.container-footer footer address img {
            width: 12%; } }
        @media all and (min-width: 361px) and (max-width: 768px) {
          section.container-footer footer address img {
            margin-top: 20px; } }
        @media all and (min-width: 100px) and (max-width: 360px) {
          section.container-footer footer address img {
            margin-top: 15px; } }
      section.container-footer footer address img.logo-rfreitas {
        margin-right: 5.5%; }
        @media all and (max-width: 768px) {
          section.container-footer footer address img.logo-rfreitas {
            margin-right: 3%; } }
      section.container-footer footer address img.logo-uztower {
        margin-right: 1.6%; }
        @media all and (max-width: 768px) {
          section.container-footer footer address img.logo-uztower {
            margin-right: 1%; } }
      section.container-footer footer address p {
        width: 53.9%;
        background: url(../img/shadow-footer.png) top left no-repeat;
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -ms-background-size: auto 100% !important;
        background-size: auto 100% !important;
        padding: 38px 0 0 9%;
        display: block;
        overflow: hidden;
        font: 18px/18px robotothin;
        height: 78px; }
        @media all and (min-width: 769px) and (max-width: 1024px) {
          section.container-footer footer address p {
            font-size: 12px;
            line-height: 12px; } }
        @media all and (min-width: 361px) and (max-width: 768px) {
          section.container-footer footer address p {
            height: 58px;
            padding: 20px 0 0 6%;
            font-size: 13px;
            line-height: 13px; } }
        @media all and (max-width: 360px) {
          section.container-footer footer address p {
            height: 40px;
            padding: 10px 0 0 8%;
            width: 58%;
            font-size: 10px;
            line-height: 10px; } }
        section.container-footer footer address p a {
          font-family: robotomedium;
          display: block;
          clear: both;
          color: #666666 !important; }
        section.container-footer footer address p span {
          color: #ed1846 !important;
          font-family: robotolight;
          clear: both;
          display: block; }
        section.container-footer footer address p span:nth-child(2) {
          margin-bottom: 10px; }
          @media all and (min-width: 361px) and (max-width: 768px) {
            section.container-footer footer address p span:nth-child(2) {
              margin-bottom: 5px; } }
          @media all and (max-width: 360px) {
            section.container-footer footer address p span:nth-child(2) {
              margin-bottom: 3px; } }

@media all and (min-width: 601px) and (max-width: 768px) {
  section.plants h3, section.contact h1 {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -5px; } }
@media all and (min-width: 481px) and (max-width: 600px) {
  section.plants h3, section.contact h1 {
    font-size: 86px;
    line-height: 86px;
    letter-spacing: -4px; } }
@media all and (min-width: 361px) and (max-width: 480px) {
  section.plants h3, section.contact h1 {
    font-size: 69px;
    line-height: 69px;
    letter-spacing: -3px; } }
@media all and (min-width: 321px) and (max-width: 360px) {
  section.plants h3, section.contact h1 {
    font-size: 52px;
    line-height: 52px; } }
@media all and (max-width: 320px) {
  section.plants h3, section.contact h1 {
    font-size: 44px;
    line-height: 44px; } }
@media all and (min-width: 0) and (max-width: 360px) {
  section.plants h3, section.contact h1 {
    letter-spacing: -2px; } }

/*HOVERS====================================*/
@media all and (min-width: 769px) and (max-width: 1920px) {
  a.btn-sized:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  a.btn-sized:hover small {
    padding: 10px;
    margin: 0;
    border-color: #fff; } }
  @media all and (min-width: 769px) and (max-width: 1920px) and (min-width: 769px) and (max-width: 1024px) {
    a.btn-sized:hover small {
      padding: 5px;
      margin: 0; } }

@media all and (min-width: 769px) and (max-width: 1920px) {
  a.btn-menu:hover small {
    background: #017d85 !important; }

  /*
  button:hover img { 
    $top: -20px;
    $middle: 0;
    $bottom: 20px; 

    @-webkit-keyframes enviar {
      0%  { left: $middle; opacity: 1; }
      15% { left: $bottom; opacity: 0; }
      25% { left: $top; opacity: 0; }
      50% { left: $middle; opacity: 1; }
      75% { left: $middle; opacity: 1; }
      100% { left: $middle; opacity: 1; }
    }

    @-moz-keyframes enviar {
      0%  { left: $middle; opacity: 1; }
      15% { left: $bottom; opacity: 0; }
      25% { left: $top; opacity: 0; }
      50% { left: $middle; opacity: 1; }
      75% { left: $middle; opacity: 1; }
      100% { left: $middle; opacity: 1; }
    }

    @-ms-keyframes enviar {
      0%  { left: $middle; opacity: 1; }
      15% { left: $bottom; opacity: 0; }
      25% { left: $top; opacity: 0; }
      50% { left: $middle; opacity: 1; }
      75% { left: $middle; opacity: 1; }
      100% { left: $middle; opacity: 1; }
    }

    @keyframes enviar {
      0%  { left: $middle; opacity: 1; }
      15% { left: $bottom; opacity: 0; }
      25% { left: $top; opacity: 0; }
      50% { left: $middle; opacity: 1; }
      75% { left: $middle; opacity: 1; }
      100% { left: $middle; opacity: 1; }
    }

    -webkit-animation:  enviar 2s ease 0.5s infinite;
    -moz-animation:     enviar 2s ease 0.5s infinite;
    -ms-animation:      enviar 2s ease 0.5s infinite;
    animation:          enviar 2s ease 0.5s infinite;
  }
  */
  ul.menu-flip-itens li a:hover div.container-icon,
  ul.menu-flip-itens li a:hover div.container-icon img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  ul.menu-flip-itens li a:hover div.container-icon {
    background: #fff; }
    ul.menu-flip-itens li a:hover div.container-icon img.normal {
      display: none; }
    ul.menu-flip-itens li a:hover div.container-icon img.inverted {
      display: block; }

  section.sized-photo:hover {
    padding: 20px; }
    section.sized-photo:hover div {
      border-color: #fff;
      padding: 0; } }
  @media all and (min-width: 769px) and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
    section.sized-photo:hover {
      padding: 15px; } }
  @media all and (min-width: 769px) and (max-width: 1920px) and (min-width: 769px) and (max-width: 1024px) {
    section.sized-photo:hover {
      padding: 10px; } }

@media all and (min-width: 769px) and (max-width: 1920px) {
  .photo-animation:hover img.photo {
    top: -5%;
    opacity: 1; }
  .photo-animation:hover div span {
    opacity: 1; }

  ul.list-builds .photo-animation:hover img.photo {
    top: 0;
    left: -30%;
    opacity: 1; }
  ul.list-builds .photo-animation:hover div span {
    opacity: 1; }

  header section.menu-container nav a:hover {
    color: #fff; }
    header section.menu-container nav a:hover span {
      left: 0; }
    header section.menu-container nav a:hover strong {
      padding-right: 10px; }

  section.plants ul.plants-list li a:hover img, section.plants ul.plants-list li a:hover div {
    filter: none !important;
    -ms-filter: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important; }
  section.plants ul.plants-list li a:hover p span {
    background: #ed1846;
    color: #fff; }

  ul.plants-list:hover li a div {
    opacity: 1;
    -webkit-transition: filter 0.2s ease;
    -moz-transition: filter 0.2s ease;
    -ms-transition: filter 0.2s ease;
    transition: filter 0.2s ease;
    filter: blur(3px);
    -ms-filter: blur(3px);
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px); } }

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


#alert-version { 
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

#alert-version p { text-align: center; font-size: 20px; font-family: robotoregular,Helvetica,Arial,sans-serif; color: #666666; }
#alert-version p a { color: #000; text-decoration: underline; }