@charset "UTF-8";
@font-face {
  font-family: nexa;
  src: url("./../fonts/nexa/NexaLight.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: nexa;
  src: url("../fonts/nexa/NexaBold.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@keyframes circle_animate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(3600deg); } }
input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

* {
  outline: none !important; }

select,
input,
textarea {
  -webkit-appearance: none; }

*[data-load="on"] {
  color: transparent !important;
  pointer-events: none;
  position: sticky;
  filter: opacity(0.9);
  transition: all .3s; }
  *[data-load="on"]:before {
    content: "";
    position: absolute;
    background: url(../img/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: rotate_load;
    animation-duration: 4s;
    animation-iteration-count: infinite; }
  *[data-load="on"]:after {
    content: "Carregando";
    position: absolute;
    color: white;
    font-family: ubuntu;
    font-size: 10px;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: text_load;
    animation-duration: 4s;
    animation-iteration-count: infinite; }

@keyframes rotate_load {
  100% {
    transform: translate(-50%, -50%) rotate(1080deg); } }
@keyframes text_load {
  0% {
    content: 'Carregando'; }
  25% {
    content: "Carregando."; }
  50% {
    content: "Carregando.."; }
  75% {
    content: "Carregando..."; }
  100% {
    content: "Carregando"; } }
@keyframes play_circle {
  0% {
    width: 100%;
    height: 100%; }
  100% {
    width: 185%;
    height: 185%;
    opacity: 0; } }
.content {
  width: 1200px;
  margin: 0 auto; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 10; }
  header[active-scroll="on"] {
    background: white;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5); }
    header[active-scroll="on"] .content .logo {
      margin: 10px 0; }
    header[active-scroll="on"] .content button.abrir_menu {
      margin: 12px 0; }
      header[active-scroll="on"] .content button.abrir_menu svg * {
        stroke: #F58345; }
  header .content {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 25px 0 0; }
    header .content .logo {
      width: 178px;
      height: 59px;
      background-position: center;
      background-repeat: no-repeat;
      margin: 48px 0;
      transition: all 0.3s; }
    header .content button.abrir_menu {
      margin: 37px 0;
      padding: 10px;
      background: none;
      border: none;
      transition: all 0.3s; }
      header .content button.abrir_menu svg * {
        transition: all 0.3s; }
  @media (max-width: 1250px) {
    header .content {
      padding: 0 35px;
      width: 100%; } }
  @media (max-width: 820px) {
    header[active-scroll="on"] .content .logo {
      margin: 15px 0; }
    header .content {
      padding: 0px 20px 0 35px; }
      header .content .logo {
        width: 160px;
        height: 50px;
        margin: 30px 0;
        background-size: contain; }
      header .content button.abrir_menu {
        margin: 23px 0; } }
  @media (max-width: 650px) {
    header[active-scroll="on"] .content .logo {
      margin: 10px 0; }
    header[active-scroll="on"] .content button.abrir_menu {
      margin: 17px 0; }
    header .content {
      padding: 0 25px; }
      header .content .logo {
        width: 134px;
        height: 44px;
        margin: 24px 0; }
      header .content button.abrir_menu {
        width: 38px;
        padding: 0;
        margin: 35px 0; }
        header .content button.abrir_menu svg {
          width: 100%;
          height: auto; } }

div.drop_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F58345;
  transition: all 0.3s;
  z-index: 11; }
  div.drop_menu[data-active="off"] {
    transform: translateY(-100%);
    pointer-events: none; }
    div.drop_menu[data-active="off"] .content .paginas {
      opacity: 0; }
  div.drop_menu .content {
    position: relative; }
    div.drop_menu .content button.fechar {
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 48px; }
    div.drop_menu .content .paginas {
      padding: 103px 0 0;
      transition: all 0.3s;
      transition-delay: 0.3s; }
      div.drop_menu .content .paginas button {
        border: none;
        background: transparent;
        font-family: nexa;
        font-size: 28px;
        color: white;
        display: block;
        margin: 0 0 0 auto;
        padding: 0;
        line-height: 48px; }
        div.drop_menu .content .paginas button:hover {
          color: #001D2D; }
  @media (max-width: 1250px) {
    div.drop_menu .content {
      width: calc(100% - (35px * 2)); } }
  @media (max-width: 650px) {
    div.drop_menu .content {
      width: calc(100% - (35px * 2)); }
      div.drop_menu .content button.fechar {
        top: 32px; }
      div.drop_menu .content .paginas {
        padding: 80px 0 0; } }

footer {
  position: relative;
  padding: 55px 0 125px; }
  footer > div p.title {
    font-family: nexa;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #747474;
    margin: 0 0 15px; }
  footer > div .logo {
    display: block;
    width: 187px;
    height: 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 50px; }
  footer > div p.desc {
    font-family: nexa;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #747474; }
    footer > div p.desc.mobile {
      display: none; }
  footer > div p.telefone {
    font-family: nexa;
    font-size: 18px;
    margin: 0;
    padding: 30px 25px 0;
    text-align: center; }
  footer a.logo_hibrida {
    background-image: url(./../img/logo-hibrida.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 43px;
    width: 70px;
    height: 25px; }
  @media (max-width: 1250px) {
    footer > div p.desc {
      width: 100%;
      padding: 0 35px; } }
  @media (max-width: 650px) {
    footer {
      padding: 103px 0 125px; }
      footer > div p.desc {
        display: none;
        padding: 0 27px;
        line-height: 14px; }
        footer > div p.desc.mobile {
          display: block; }
      footer > div p.telefone {
        font-size: 16px;
        width: 280px;
        margin: 0 auto; } }

section.topo_home {
  height: 840px; }
  section.topo_home .content {
    position: relative;
    height: 100%; }
    section.topo_home .content .text_content {
      width: 630px;
      padding: 225px 0 0; }
      section.topo_home .content .text_content h1 {
        font-family: nexa;
        font-size: 32px;
        line-height: 34px;
        text-transform: uppercase;
        margin: 0 0 45px;
        color: #001D2D; }
      section.topo_home .content .text_content svg.quartos {
        margin: 0 0 53px; }
      section.topo_home .content .text_content form {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; }
        section.topo_home .content .text_content form .item {
          position: relative;
          width: calc((100% - (20px * 2))/3);
          font-family: nexa;
          font-size: 14px;
          letter-spacing: 2px;
          color: #001D2D;
          line-height: 18px;
          border-bottom: 1px solid #707070;
          margin: 0 0 20px; }
          section.topo_home .content .text_content form .item input {
            padding: 11px 0;
            width: 100%;
            border: none; }
            section.topo_home .content .text_content form .item input::placeholder {
              color: transparent; }
            section.topo_home .content .text_content form .item input:required:invalid + label:after {
              content: '*';
              color: red; }
            section.topo_home .content .text_content form .item input:focus + label, section.topo_home .content .text_content form .item input:not(:placeholder-shown) + label, section.topo_home .content .text_content form .item input:-webkit-autofill + label {
              font-size: .8em;
              top: 0;
              background: white; }
          section.topo_home .content .text_content form .item label {
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            margin: 0; }
        section.topo_home .content .text_content form .checkbox {
          margin: 0 0 25px; }
          section.topo_home .content .text_content form .checkbox input {
            display: none; }
            section.topo_home .content .text_content form .checkbox input:checked + label::before {
              background-image: url(./../img/checked.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: 9px; }
          section.topo_home .content .text_content form .checkbox label {
            display: block;
            margin: 0;
            font-family: nexa;
            font-size: 12px;
            line-height: 13px;
            color: #929292;
            position: relative;
            padding: 0 0 0 28px;
            max-width: 445px; }
            section.topo_home .content .text_content form .checkbox label:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 18px;
              height: 18px;
              border: 1px solid #8A8A8A; }
        section.topo_home .content .text_content form button {
          width: 250px;
          height: 45px;
          color: white;
          background-color: #001D2D;
          font-family: nexa;
          font-size: 14px;
          letter-spacing: 2px;
          font-weight: bold;
          border: none;
          position: relative;
          transition: all .2s; }
          section.topo_home .content .text_content form button::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #001D2D;
            border-right: 4px solid #001D2D;
            border-bottom: 3px solid #001D2D;
            opacity: 0;
            transition: all .2s; }
          section.topo_home .content .text_content form button:hover::before {
            opacity: 1; }
          section.topo_home .content .text_content form button:hover {
            background-color: #f58345; }
    section.topo_home .content .image_content {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 638px;
      height: 100%; }
      section.topo_home .content .image_content:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-color: #F58345;
        width: 342px;
        height: 100%;
        z-index: -2; }
      section.topo_home .content .image_content .image {
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: bottom right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 809px; }
        section.topo_home .content .image_content .image svg {
          position: absolute;
          right: 60px;
          top: 165px;
          z-index: -1; }
  @media (max-width: 1250px) {
    section.topo_home .content {
      width: 100%;
      padding: 0 35px; } }
  @media (max-width: 1150px) {
    section.topo_home {
      height: 720px; }
      section.topo_home .content .text_content {
        padding: 190px 0 0; }
        section.topo_home .content .text_content h1 {
          font-size: 28px;
          line-height: 30px; }
        section.topo_home .content .text_content svg.quartos {
          width: 200px;
          height: auto; }
      section.topo_home .content .image_content {
        width: 500px; }
        section.topo_home .content .image_content:before {
          width: 270px; }
        section.topo_home .content .image_content .image {
          height: 640px; }
          section.topo_home .content .image_content .image svg {
            width: 350px;
            height: auto; } }
  @media (max-width: 990px) {
    section.topo_home {
      height: 600px; }
      section.topo_home .content .text_content {
        width: 520px; }
      section.topo_home .content .image_content {
        width: 390px; }
        section.topo_home .content .image_content:before {
          width: 205px; }
        section.topo_home .content .image_content .image {
          height: 500px; }
          section.topo_home .content .image_content .image svg {
            display: none; } }
  @media (max-width: 820px) {
    section.topo_home .content .text_content {
      padding: 140px 0 0;
      width: 360px; }
      section.topo_home .content .text_content h1 {
        margin: 0 0 30px;
        font-size: 25px;
        line-height: 28px; }
      section.topo_home .content .text_content svg.quartos {
        margin: 0 0 30px;
        width: 170px; }
      section.topo_home .content .text_content form .item {
        width: 100%;
        margin: 0 0 10px; }
      section.topo_home .content .text_content form .checkbox {
        margin: 0 0 10px; }
      section.topo_home .content .text_content form button {
        width: 240px;
        height: 40px;
        font-size: 13px; }
    section.topo_home .content .image_content {
      width: 350px; }
      section.topo_home .content .image_content:before {
        width: 175px; }
      section.topo_home .content .image_content .image {
        height: 444px; } }
  @media (max-width: 650px) {
    section.topo_home {
      height: 415px;
      margin-bottom: 360px; }
      section.topo_home .content {
        padding: 0 25px; }
        section.topo_home .content .text_content {
          width: 215px; }
          section.topo_home .content .text_content h1 {
            font-size: 20px;
            line-height: 26px;
            margin: 0 0 25px; }
          section.topo_home .content .text_content svg.quartos {
            width: 144px; }
          section.topo_home .content .text_content form {
            position: absolute;
            width: 100%;
            height: 360px;
            left: 0;
            bottom: 0;
            transform: translateY(100%);
            padding: 0 25px 30px;
            flex-direction: column;
            justify-content: center;
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08); }
            section.topo_home .content .text_content form .item {
              height: fit-content;
              height: -webkit-fit-content;
              height: -moz-fit-content;
              height: -o-fit-content;
              margin: 0 0 20px; }
            section.topo_home .content .text_content form .checkbox {
              margin: 0 0 25px; }
            section.topo_home .content .text_content form button {
              height: 45px;
              width: 100%; }
        section.topo_home .content .image_content {
          width: 273px;
          overflow: hidden; }
          section.topo_home .content .image_content:before {
            width: 97px; }
          section.topo_home .content .image_content .image {
            height: 332px;
            right: -33px; } }
section.mapa_home_top {
  position: relative; }
  section.mapa_home_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    background: rgba(0, 29, 45, 0.1); }
  section.mapa_home_top > svg {
    position: absolute;
    top: -137px;
    right: calc(50% + 485px); }
  section.mapa_home_top .top_content {
    width: 1200px;
    padding: 81px 0 55px 112px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    section.mapa_home_top .top_content h2 {
      color: #001D2D;
      font-family: nexa;
      font-size: 28px;
      line-height: 42px;
      text-transform: uppercase;
      margin: 0;
      width: 340px; }
      section.mapa_home_top .top_content h2 span {
        font-size: 38px;
        line-height: 34px;
        text-shadow: 0 0; }
        section.mapa_home_top .top_content h2 span > span {
          color: #F58345; }
    section.mapa_home_top .top_content p {
      font-family: nexa;
      font-size: 17px;
      line-height: 30px;
      color: #000000;
      margin: 0;
      width: 600px; }
  section.mapa_home_top .carrossel_content {
    position: relative; }
    section.mapa_home_top .carrossel_content::before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 75px;
      width: calc(((100% - 1200px)/2) + 115px);
      background: #001D2D; }
    section.mapa_home_top .carrossel_content > div {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 1200px;
      margin: 0 auto;
      padding: 0 115px 0 0; }
      section.mapa_home_top .carrossel_content > div .arrows {
        height: 75px;
        width: 115px;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center; }
        section.mapa_home_top .carrossel_content > div .arrows button {
          width: 30px;
          height: 30px;
          border: none;
          background: none;
          display: flex;
          display: -webkit-flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          opacity: .5; }
          section.mapa_home_top .carrossel_content > div .arrows button:hover {
            opacity: 1; }
          section.mapa_home_top .carrossel_content > div .arrows button.prev {
            justify-content: flex-start; }
          section.mapa_home_top .carrossel_content > div .arrows button.next {
            justify-content: flex-end; }
            section.mapa_home_top .carrossel_content > div .arrows button.next svg {
              transform: rotate(180deg); }
      section.mapa_home_top .carrossel_content > div .carrossel {
        height: 75px;
        width: calc(100% - 115px);
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 0 50px;
        background: #001D2D; }
        section.mapa_home_top .carrossel_content > div .carrossel .item.active button {
          font-weight: bold; }
          section.mapa_home_top .carrossel_content > div .carrossel .item.active button::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 6px;
            background: #F58345; }
        section.mapa_home_top .carrossel_content > div .carrossel .item button {
          background: none;
          color: white;
          border: none;
          padding: 0;
          position: relative;
          height: 100%;
          font-family: nexa;
          font-size: 14px; }
      section.mapa_home_top .carrossel_content > div .mapa {
        width: 100%;
        height: 380px; }
  @media (max-width: 1250px) {
    section.mapa_home_top .top_content {
      width: 960px;
      padding: 81px 0 55px 0px; }
      section.mapa_home_top .top_content p {
        width: 550px; }
    section.mapa_home_top .carrossel_content::before {
      width: calc(((100% - 960px)/2)); }
    section.mapa_home_top .carrossel_content > div {
      padding: 0;
      width: 960px; } }
  @media (max-width: 1000px) {
    section.mapa_home_top > svg {
      display: none; }
    section.mapa_home_top .top_content {
      width: 100%;
      padding: 60px 35px 40px; }
      section.mapa_home_top .top_content h2 {
        width: 300px;
        font-size: 25px;
        line-height: 38px; }
        section.mapa_home_top .top_content h2 span {
          font-size: 35px;
          line-height: 27px; }
      section.mapa_home_top .top_content p {
        font-size: 16px;
        line-height: 28px;
        width: 500px; }
    section.mapa_home_top .carrossel_content > div {
      width: 100%; }
      section.mapa_home_top .carrossel_content > div .arrows {
        padding: 0 0 0px 20px; }
        section.mapa_home_top .carrossel_content > div .arrows button {
          justify-content: center !important; }
          section.mapa_home_top .carrossel_content > div .arrows button.prev {
            margin: 0 10px 0 0; }
      section.mapa_home_top .carrossel_content > div .carrossel {
        padding: 0 20px 0 30px; } }
  @media (max-width: 900px) {
    section.mapa_home_top .top_content h2 {
      width: 100%;
      margin: 0 0 20px; }
    section.mapa_home_top .top_content p {
      width: 100%; }
    section.mapa_home_top .carrossel_content > div .carrossel {
      overflow: hidden;
      display: block;
      -webkit-flex-wrap: initial;
      flex-wrap: initial;
      justify-content: initial; }
      section.mapa_home_top .carrossel_content > div .carrossel .slick-track, section.mapa_home_top .carrossel_content > div .carrossel .slick-list {
        height: 100%; }
      section.mapa_home_top .carrossel_content > div .carrossel .item {
        margin: 0 65px 0 0px; } }
  @media (max-width: 650px) {
    section.mapa_home_top:before {
      height: 100%; }
    section.mapa_home_top .top_content {
      padding: 58px 25px 50px; }
      section.mapa_home_top .top_content h2 {
        font-size: 20px;
        line-height: 24px; }
        section.mapa_home_top .top_content h2 span {
          font-size: 22px;
          line-height: 20px; }
      section.mapa_home_top .top_content p {
        font-size: 15px;
        line-height: 26px; }
    section.mapa_home_top .carrossel_content > div .arrows {
      width: 100px;
      padding: 0;
      justify-content: center; }
      section.mapa_home_top .carrossel_content > div .arrows button.prev {
        margin: 0 15px 0 0; }
    section.mapa_home_top .carrossel_content > div .carrossel {
      width: calc(100% - 100px);
      padding: 0 0 0 20px; }
      section.mapa_home_top .carrossel_content > div .carrossel .item {
        margin: 0 30px 0 0; } }
section.mapa_icones_home .content {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 68px 115px 93px 0; }
  section.mapa_icones_home .content h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: nexa;
    line-height: 20px;
    text-transform: uppercase;
    width: 170px;
    margin: 0; }
  section.mapa_icones_home .content .list_item {
    width: 870px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.mapa_icones_home .content .list_item .item {
      padding: 40px 0 0;
      position: relative;
      width: 130px; }
      section.mapa_icones_home .content .list_item .item:nth-child(2) svg {
        top: -9px; }
      section.mapa_icones_home .content .list_item .item:nth-child(3) svg {
        top: -9px; }
      section.mapa_icones_home .content .list_item .item:nth-child(4) svg {
        top: -13px; }
      section.mapa_icones_home .content .list_item .item:nth-child(5) svg {
        top: -9px; }
      section.mapa_icones_home .content .list_item .item svg {
        position: absolute;
        left: 0;
        top: 0; }
      section.mapa_icones_home .content .list_item .item p {
        font-size: 16px;
        margin: 0;
        font-family: nexa;
        line-height: 20px;
        color: black; }
@media (max-width: 1250px) {
  section.mapa_icones_home .content {
    width: 960px;
    padding: 55px 0 93px 0; }
    section.mapa_icones_home .content h3 {
      width: 100%;
      text-align: center;
      margin: 0 0 40px; }
      section.mapa_icones_home .content h3 br {
        display: none; }
    section.mapa_icones_home .content .list_item {
      width: 100%; } }
@media (max-width: 1000px) {
  section.mapa_icones_home .content {
    width: 100%;
    padding: 55px 30px 75px; } }
@media (max-width: 900px) {
  section.mapa_icones_home .content .list_item .item {
    padding: 0 25px 0 90px;
    width: 50%;
    margin: 0 0 30px; }
    section.mapa_icones_home .content .list_item .item:nth-child(2n) {
      padding: 0 0 0 90px; }
    section.mapa_icones_home .content .list_item .item svg {
      top: 0 !important; } }
@media (max-width: 650px) {
  section.mapa_icones_home .content {
    padding: 52px 25px 60px; }
    section.mapa_icones_home .content h3 {
      font-size: 17px; }
    section.mapa_icones_home .content .list_item {
      padding: 0 0; }
      section.mapa_icones_home .content .list_item .item {
        width: 100%; }
        section.mapa_icones_home .content .list_item .item:nth-child(1) svg {
          width: 58px; }
        section.mapa_icones_home .content .list_item .item:nth-child(2) svg {
          width: 30px;
          left: 14px !important; }
        section.mapa_icones_home .content .list_item .item:nth-child(3) svg {
          left: 12px !important;
          width: 34px; }
        section.mapa_icones_home .content .list_item .item:nth-child(4) svg {
          left: 15px !important;
          width: 30px; }
        section.mapa_icones_home .content .list_item .item:nth-child(5) svg {
          left: 16px !important;
          width: 26px; }
        section.mapa_icones_home .content .list_item .item svg {
          height: auto; } }
section.video_home {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  position: relative;
  background-position: center;
  background-size: cover; }
  section.video_home::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.25; }
  section.video_home button.play {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    width: 100px;
    height: 100px; }
    section.video_home button.play:hover * {
      fill: #F58345; }
    section.video_home button.play:before, section.video_home button.play:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #ffffff;
      width: 100%;
      height: 100%;
      animation-name: play_circle;
      animation-duration: 4s;
      animation-iteration-count: infinite;
      border-radius: 50%;
      pointer-events: none; }
    section.video_home button.play:after {
      animation-delay: 1.5s; }
    section.video_home button.play svg {
      width: 100%;
      height: auto; }
  @media (max-width: 850px) {
    section.video_home {
      height: 350px; } }
  @media (max-width: 650px) {
    section.video_home {
      height: 370px; }
      section.video_home button.play {
        height: 90px;
        width: 90px; } }
section.home_modal_video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 20;
  transition: all .3s; }
  section.home_modal_video[active="false"] {
    opacity: 0;
    pointer-events: none; }
    section.home_modal_video[active="false"] #video {
      transform: translateY(-20px); }
  section.home_modal_video #video {
    width: 100%;
    height: 56.38vw;
    max-width: 820px;
    max-height: 460px;
    transition: all .3s; }
section.galeria_home {
  padding: 0 0 170px; }
  section.galeria_home .content {
    padding: 180px 0 25px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    section.galeria_home .content h2 {
      margin: 0;
      font-family: nexa;
      line-height: 34px;
      font-size: 30px;
      color: black;
      text-transform: uppercase; }
    section.galeria_home .content .categorias {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.galeria_home .content .categorias button {
        position: relative;
        border: none;
        background: none;
        padding: 9px 0;
        font-family: nexa;
        font-size: 15px;
        line-height: 22px;
        color: #7A7A7A;
        margin: 0 51px 0 0; }
        section.galeria_home .content .categorias button:last-child {
          margin: 0; }
        section.galeria_home .content .categorias button.active {
          color: #000000;
          font-weight: bold; }
          section.galeria_home .content .categorias button.active:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 41px;
            height: 1px;
            background: #F58345; }
    section.galeria_home .content .arrows {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.galeria_home .content .arrows button {
        width: 30px;
        height: 30px;
        border: none;
        background: none;
        padding: 0;
        position: relative; }
        section.galeria_home .content .arrows button:hover svg * {
          fill: #000000;
          opacity: 1; }
        section.galeria_home .content .arrows button.next {
          margin: 0 0 0 20px; }
          section.galeria_home .content .arrows button.next svg {
            transform: translate(-50%, -50%) rotate(180deg); }
        section.galeria_home .content .arrows button svg {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
  section.galeria_home .carrossel {
    overflow: hidden;
    width: calc(100% - (40px * 2));
    margin: 0 auto; }
    section.galeria_home .carrossel .item {
      width: 355px;
      margin: 0 16px 0 0; }
      section.galeria_home .carrossel .item .image {
        width: 100%;
        height: 255px;
        background-position: center;
        background-size: cover;
        position: relative;
        margin: 0 0 13px;
        position: relative; }
        section.galeria_home .carrossel .item .image a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          background-image: url(./../img/lupa_zoom.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60px;
          opacity: 0;
          transition: all .3s; }
          section.galeria_home .carrossel .item .image a:hover {
            opacity: 1; }
      section.galeria_home .carrossel .item p {
        font-family: nexa;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        color: black;
        margin: 0; }
  @media (max-width: 1250px) {
    section.galeria_home .content {
      width: calc(100% - (35px * 2)); }
      section.galeria_home .content .categorias button {
        margin: 0 40px 0 0; }
      section.galeria_home .content .arrows {
        display: none; }
    section.galeria_home .carrossel {
      width: calc(100% - (35px * 2)); } }
  @media (max-width: 990px) {
    section.galeria_home {
      padding: 0 0 130px; }
      section.galeria_home .content {
        padding: 120px 0 25px; }
        section.galeria_home .content h2 {
          width: 100%;
          text-align: center;
          margin: 0 0 20px; }
        section.galeria_home .content .categorias {
          width: 100%;
          justify-content: center; }
      section.galeria_home .carrossel .item {
        width: 280px; }
        section.galeria_home .carrossel .item .image {
          margin: 0 0 10px;
          height: 200px; }
        section.galeria_home .carrossel .item p {
          font-size: 14px; } }
  @media (max-width: 650px) {
    section.galeria_home {
      padding: 0 0 105px; }
      section.galeria_home .content {
        width: 310px;
        padding: 80px 0 31px; }
        section.galeria_home .content h2 {
          font-size: 22px;
          letter-spacing: 3px; }
        section.galeria_home .content .categorias {
          z-index: 1;
          width: 310px;
          padding: 50px 0 0;
          height: 0px;
          overflow: hidden;
          position: relative; }
          section.galeria_home .content .categorias[data-open="on"] {
            overflow: visible; }
          section.galeria_home .content .categorias button {
            width: 100%;
            height: 50px;
            text-align: left;
            padding: 0 22px;
            margin: 0;
            background-color: white; }
            section.galeria_home .content .categorias button.active {
              position: absolute;
              left: 0;
              top: 0;
              background-image: url(./../img/select_1.svg);
              background-repeat: no-repeat;
              background-position: calc(100% - 12px) center;
              border: 1px solid #ABABAB;
              pointer-events: none; }
              section.galeria_home .content .categorias button.active:before {
                display: none; }
      section.galeria_home .carrossel {
        width: 100%;
        padding: 0 0 0 25px; }
        section.galeria_home .carrossel .item {
          width: 280pxx;
          margin: 0 13px 0 0; } }
section.plantas_home {
  position: relative;
  overflow: hidden;
  padding: 145px 0 40px;
  margin: 0 0 180px; }
  section.plantas_home::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(188, 189, 192, 0.16);
    height: 475px;
    z-index: -1; }
  section.plantas_home:before {
    content: '';
    position: absolute;
    right: 50%;
    transform: translateX(-190px);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F58345; }
  section.plantas_home .arrows {
    position: absolute;
    right: 50%;
    transform: translateX(-215px);
    top: 85px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.plantas_home .arrows button {
      width: 35px;
      height: 35px;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border: none;
      background: none;
      opacity: 0.5; }
      section.plantas_home .arrows button:hover {
        opacity: 1; }
      section.plantas_home .arrows button.next {
        margin: 0 0 0 15px; }
        section.plantas_home .arrows button.next svg {
          transform: rotate(180deg); }
  section.plantas_home .carrossel_content {
    width: calc(100% - 485px);
    margin: 0 0 0 auto;
    position: relative; }
    section.plantas_home .carrossel_content svg.title {
      position: absolute;
      left: 0;
      top: 37px;
      transform: translateX(calc(-100% - 65px)); }
    section.plantas_home .carrossel_content .carrossel {
      filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.1)); }
      section.plantas_home .carrossel_content .carrossel .item {
        width: 365px;
        border-radius: 10px;
        background-color: white;
        margin: 0 43px 0 0;
        padding: 20px 30px; }
        section.plantas_home .carrossel_content .carrossel .item h3 {
          font-family: nexa;
          font-size: 24px;
          line-height: 34px;
          color: black;
          margin: 0 0 20px;
          border-bottom: 1px solid #C2C2C2;
          font-weight: bold;
          padding: 0 0 3px; }
        section.plantas_home .carrossel_content .carrossel .item .image {
          width: 100%;
          height: 215px;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 0 15px; }
        section.plantas_home .carrossel_content .carrossel .item p {
          font-family: nexa;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 2px;
          color: black;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 15px; }
        section.plantas_home .carrossel_content .carrossel .item .buttons {
          display: flex;
          display: -webkit-flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          section.plantas_home .carrossel_content .carrossel .item .buttons a {
            display: block;
            width: calc((100% - 5px) /2);
            color: white;
            font-family: nexa;
            font-size: 15px;
            letter-spacing: 2px;
            text-align: center;
            padding: 8px 0; }
            section.plantas_home .carrossel_content .carrossel .item .buttons a.ver_planta {
              background-color: #F58345;
              position: relative; }
              section.plantas_home .carrossel_content .carrossel .item .buttons a.ver_planta::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 2px solid #001D2D;
                border-right: 4px solid #001D2D;
                border-bottom: 3px solid #001D2D;
                opacity: 0;
                transition: all .2s; }
              section.plantas_home .carrossel_content .carrossel .item .buttons a.ver_planta:hover::before {
                opacity: 1; }
            section.plantas_home .carrossel_content .carrossel .item .buttons a.tour {
              margin-left: 5px;
              background-color: #001D2D;
              position: relative; }
              section.plantas_home .carrossel_content .carrossel .item .buttons a.tour::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 2px solid #f58345;
                border-right: 4px solid #f58345;
                border-bottom: 3px solid #f58345;
                opacity: 0;
                transition: all .2s; }
              section.plantas_home .carrossel_content .carrossel .item .buttons a.tour:hover::before {
                opacity: 1; }
  @media (max-width: 1550px) {
    section.plantas_home .carrossel_content {
      width: calc(100% - 305px); } }
  @media (max-width: 1200px) {
    section.plantas_home:before {
      transform: translateX(-250px); }
    section.plantas_home .arrows {
      transform: translateX(-265px); }
    section.plantas_home .carrossel_content {
      width: calc(100% - 150px); }
      section.plantas_home .carrossel_content svg.title {
        height: auto;
        width: 50px;
        transform: translateX(calc(-100% - 35px)); }
      section.plantas_home .carrossel_content .carrossel .item {
        width: 350px;
        margin: 0 30px 0 0; } }
  @media (max-width: 950px) {
    section.plantas_home {
      padding: 60px 0 50px;
      margin: 0 0 70px; }
      section.plantas_home:before {
        content: 'plantas';
        position: relative;
        transform: initial;
        right: initial;
        top: initial;
        width: 100%;
        display: block;
        text-align: center;
        background: none;
        text-transform: uppercase;
        font-family: 'nexa';
        font-size: 30px;
        letter-spacing: 3px;
        color: #000000;
        margin-bottom: 20px; }
      section.plantas_home::after {
        height: 100%; }
      section.plantas_home .arrows {
        display: none; }
      section.plantas_home .carrossel_content {
        width: calc(100% - 50px); }
        section.plantas_home .carrossel_content svg.title {
          display: none; }
        section.plantas_home .carrossel_content .carrossel .item {
          width: 300px;
          margin: 0 20px 0 0; }
          section.plantas_home .carrossel_content .carrossel .item h3 {
            font-size: 20px;
            line-height: 30px;
            margin: 0 0 10px; }
          section.plantas_home .carrossel_content .carrossel .item .image {
            height: 180px; }
          section.plantas_home .carrossel_content .carrossel .item p {
            font-size: 12px;
            line-height: 14px; }
          section.plantas_home .carrossel_content .carrossel .item .buttons a {
            font-size: 13px; } }
  @media (max-width: 650px) {
    section.plantas_home {
      padding: 50px 0 70px; }
      section.plantas_home:before {
        font-size: 22px; }
      section.plantas_home .carrossel_content {
        width: calc(100% - 25px); }
        section.plantas_home .carrossel_content .carrossel .item {
          padding: 20px 20px 25px;
          margin: 0 10px 0 0;
          width: 300px; }
          section.plantas_home .carrossel_content .carrossel .item p {
            font-size: 11px;
            line-height: 12px; } }
section.decorados_home {
  overflow: hidden;
  padding: 123px 0 70px; }
  section.decorados_home h2 {
    font-family: nexa;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    width: 100%;
    margin: 0 0 30px; }
  section.decorados_home .carrossel {
    width: 880px;
    margin: 0 auto 15px; }
    section.decorados_home .carrossel .item {
      width: 880px;
      margin-right: 19px; }
      section.decorados_home .carrossel .item .image {
        width: 100%;
        height: 405px;
        background-position: center;
        background-size: cover;
        position: relative;
        margin: 0 0 18px;
        position: relative; }
        section.decorados_home .carrossel .item .image a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          background-image: url(./../img/lupa_zoom.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60px;
          opacity: 0;
          transition: all .3s; }
          section.decorados_home .carrossel .item .image a:hover {
            opacity: 1; }
      section.decorados_home .carrossel .item .text {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; }
        section.decorados_home .carrossel .item .text p {
          font-family: nexa;
          font-size: 14px;
          letter-spacing: 2px;
          line-height: 16px;
          color: #000000;
          margin: 0;
          max-width: 500px; }
        section.decorados_home .carrossel .item .text a {
          display: flex;
          display: -webkit-flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          width: 145px;
          height: 38px;
          background-color: #001D2D;
          color: white;
          font-family: nexa;
          font-size: 15px;
          line-height: 18px;
          letter-spacing: 2px; }
  section.decorados_home .dots ul li {
    width: auto;
    height: auto; }
    section.decorados_home .dots ul li.slick-active button {
      background-color: #F58345; }
    section.decorados_home .dots ul li button {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #D2D2D2;
      margin: 0 7px; }
      section.decorados_home .dots ul li button::before {
        display: none; }
  section.decorados_home .dots_mobile {
    display: none;
    margin: 0 auto;
    width: 75px; }
    section.decorados_home .dots_mobile span {
      font-family: nexa;
      font-size: 16px;
      letter-spacing: 3px;
      color: #A2A2A2;
      padding: 3px 0 0; }
  @media (max-width: 1200px) {
    section.decorados_home {
      padding: 90px 0 50px; }
      section.decorados_home .carrossel {
        width: 600px; }
        section.decorados_home .carrossel .item {
          width: 600px; }
          section.decorados_home .carrossel .item .image {
            height: 275px; }
          section.decorados_home .carrossel .item .text p {
            font-size: 12px;
            max-width: 400px; } }
  @media (max-width: 800px) {
    section.decorados_home .dots {
      display: none; }
    section.decorados_home .dots_mobile {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 650px) {
    section.decorados_home {
      padding: 120px 0 135px; }
      section.decorados_home h2 {
        font-size: 22px;
        line-height: 34px;
        margin: 0 0 15px; }
      section.decorados_home .carrossel {
        width: 100%; }
        section.decorados_home .carrossel .item {
          width: 100vw; }
          section.decorados_home .carrossel .item .image {
            margin: 0 0 13px;
            height: 46.111vw; }
          section.decorados_home .carrossel .item .text p {
            width: 100%;
            padding: 0 25px; }
          section.decorados_home .carrossel .item .text a {
            display: none; } }
section.solucoes_home {
  position: relative;
  padding: 0 0 50px;
  overflow: hidden; }
  section.solucoes_home:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 515px;
    background-color: white;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16); }
  section.solucoes_home:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(255, 190, 116, 0.13);
    z-index: -1; }
  section.solucoes_home .title_content {
    width: 1280px;
    height: 395px;
    margin: 0 0 0 auto;
    background-color: #001D2D;
    position: relative;
    padding: 130px 0 0 105px; }
    section.solucoes_home .title_content svg.barras {
      position: absolute;
      left: -175px;
      top: 145px; }
    section.solucoes_home .title_content h2 {
      font-family: nexa;
      font-size: 30px;
      line-height: 34px;
      text-transform: uppercase;
      margin: 0;
      color: white;
      width: 240px; }
    section.solucoes_home .title_content svg.futuro {
      position: absolute;
      top: 100px;
      left: 316px; }
  section.solucoes_home .carrossel {
    width: 1560px;
    margin: -125px 0 20px auto;
    filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.1)); }
    section.solucoes_home .carrossel .item {
      width: 263px;
      margin: 0 17px 0 0; }
      section.solucoes_home .carrossel .item .image {
        width: 100%;
        height: 206px;
        position: relative;
        background-position: center;
        background-size: cover; }
        section.solucoes_home .carrossel .item .image a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          background-image: url(./../img/lupa_zoom.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60px;
          opacity: 0;
          transition: all .3s; }
          section.solucoes_home .carrossel .item .image a:hover {
            opacity: 1; }
      section.solucoes_home .carrossel .item .text {
        background: white;
        width: 100%;
        height: 165px;
        font-family: nexa;
        font-size: 16px;
        line-height: 18px;
        color: #001D2D;
        padding: 40px 25px; }
  section.solucoes_home .dots ul li {
    width: auto;
    height: auto; }
    section.solucoes_home .dots ul li.slick-active button {
      background-color: #F58345; }
    section.solucoes_home .dots ul li button {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #D2D2D2;
      margin: 0 7px; }
      section.solucoes_home .dots ul li button::before {
        display: none; }
  @media (max-width: 1600px) {
    section.solucoes_home .title_content {
      width: calc(100% - 320px); }
    section.solucoes_home .carrossel {
      width: calc(100% - 35px); } }
  @media (max-width: 1150px) {
    section.solucoes_home:before {
      height: 475px; }
    section.solucoes_home .title_content {
      width: calc(100% - 220px);
      padding: 85px 0 0 85px;
      height: 330px; }
      section.solucoes_home .title_content svg.barras {
        height: auto;
        width: 180px;
        top: 90px;
        left: -150px; }
      section.solucoes_home .title_content h2 {
        font-size: 28px;
        line-height: 32px;
        width: 220px; }
      section.solucoes_home .title_content svg.futuro {
        height: auto;
        width: 350px;
        top: 60px;
        left: 310px; } }
  @media (max-width: 900px) {
    section.solucoes_home:before {
      height: 415px;
      top: 30px; }
    section.solucoes_home .title_content {
      width: calc(100% - 150px);
      padding: 65px 0 0 60px;
      height: 280px; }
      section.solucoes_home .title_content svg.barras {
        width: 150px;
        top: 70px;
        left: -120px; }
      section.solucoes_home .title_content h2 {
        font-size: 25px;
        line-height: 28px;
        width: 200px; }
      section.solucoes_home .title_content svg.futuro {
        width: 280px;
        top: 50px;
        left: 230px; } }
  @media (max-width: 700px) {
    section.solucoes_home:before {
      display: none; }
    section.solucoes_home .title_content {
      height: 420px;
      padding: 65px 25px;
      width: 100%; }
      section.solucoes_home .title_content svg.barras {
        top: -15px;
        left: 25px; }
      section.solucoes_home .title_content h2 {
        font-size: 16px;
        line-height: 20px;
        width: 187px; }
      section.solucoes_home .title_content svg.futuro {
        width: 250px;
        top: initial;
        left: initial;
        position: initial;
        transform: translateY(-12px); }
    section.solucoes_home .carrossel {
      width: calc(100% - 25px);
      margin: -255px 0 20px auto; }
    section.solucoes_home .dots {
      display: none; } }
section.form_home {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 190, 116, 0.13); }
  section.form_home .text_content {
    width: 46%;
    background-color: #001D2D;
    position: relative; }
    section.form_home .text_content:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 235px;
      background-color: #001D2D;
      transform: translateX(100%); }
    section.form_home .text_content > div {
      width: 510px;
      margin: 0 0 0 auto;
      padding: 70px 68px 75px 0; }
      section.form_home .text_content > div h2 {
        font-family: nexa;
        font-size: 32px;
        line-height: 36px;
        text-transform: uppercase;
        margin: 0 0 25px;
        color: white;
        width: 325px; }
      section.form_home .text_content > div p {
        font-family: nexa;
        font-size: 16px;
        line-height: 24px;
        color: white;
        margin: 0 0 30px; }
      section.form_home .text_content > div form .item {
        position: relative;
        width: 100%;
        font-family: nexa;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin: 0 0 20px; }
        section.form_home .text_content > div form .item input {
          padding: 11px 0;
          width: 100%;
          border: none;
          background: transparent; }
          section.form_home .text_content > div form .item input::placeholder {
            color: transparent; }
          section.form_home .text_content > div form .item input:required:invalid + label:after {
            content: '*';
            color: red; }
          section.form_home .text_content > div form .item input:focus + label, section.form_home .text_content > div form .item input:not(:placeholder-shown) + label, section.form_home .text_content > div form .item input:-webkit-autofill + label {
            font-size: .8em;
            top: 0; }
        section.form_home .text_content > div form .item label {
          pointer-events: none;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          transition: all .3s ease-out;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          margin: 0; }
      section.form_home .text_content > div form .checkbox {
        margin: 0 0 35px;
        padding: 25px 0 0; }
        section.form_home .text_content > div form .checkbox input {
          display: none; }
          section.form_home .text_content > div form .checkbox input:checked + label::before {
            background-image: url(./../img/checked.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 9px; }
        section.form_home .text_content > div form .checkbox label {
          display: block;
          margin: 0;
          font-family: nexa;
          font-size: 12px;
          line-height: 13px;
          color: #FFFFFF;
          position: relative;
          padding: 0 0 0 28px;
          max-width: 445px; }
          section.form_home .text_content > div form .checkbox label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #FFFFFF; }
      section.form_home .text_content > div form button {
        width: 100%;
        height: 45px;
        color: white;
        background-color: #F58345;
        font-family: nexa;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: bold;
        border: none;
        position: relative; }
        section.form_home .text_content > div form button::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #ffffff;
          border-right: 4px solid #ffffff;
          border-bottom: 3px solid #ffffff;
          opacity: 0;
          transition: all .2s; }
        section.form_home .text_content > div form button:hover::before {
          opacity: 1; }
  section.form_home .image {
    width: 54%;
    height: 525px;
    background-position: left center;
    background-size: cover;
    margin: 68px 0 0;
    position: relative;
    z-index: 1;
    position: relative; }
    section.form_home .image a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      background-image: url(./../img/lupa_zoom.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60px;
      opacity: 0;
      transition: all .3s; }
      section.form_home .image a:hover {
        opacity: 1; }
  @media (max-width: 1250px) {
    section.form_home .text_content > div {
      width: 420px;
      padding: 70px 50px 75px 0; }
      section.form_home .text_content > div h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 15px;
        width: 295px; }
      section.form_home .text_content > div p {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 15px; }
      section.form_home .text_content > div form .item {
        margin: 0 0 15px; }
      section.form_home .text_content > div form .checkbox {
        margin: 0 0 20px;
        padding: 15px 0 0; }
    section.form_home .image {
      height: 375px; } }
  @media (max-width: 1000px) {
    section.form_home .text_content {
      width: 100%; }
      section.form_home .text_content:before {
        display: none; }
      section.form_home .text_content > div {
        width: 600px;
        padding: 50px 0;
        margin: 0 auto; }
        section.form_home .text_content > div h2 {
          width: 100%; }
    section.form_home .image {
      width: 100%;
      height: 400px;
      margin: 0; } }
  @media (max-width: 650px) {
    section.form_home .text_content > div {
      padding: 35px 25px 50px;
      width: 100%; }
      section.form_home .text_content > div h2 {
        font-size: 24px;
        line-height: 30px; }
      section.form_home .text_content > div p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px; }
      section.form_home .text_content > div form .item {
        margin: 0 0 20px; }
      section.form_home .text_content > div form .checkbox {
        margin: 0 0 40px; }
    section.form_home .image {
      height: 61.4vw; } }
section.mapa_home {
  position: relative;
  padding: 78px 15px 113px; }
  section.mapa_home:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 190, 116, 0.13); }
  section.mapa_home img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
section.compra_home {
  padding: 62px 0;
  background-color: #001D2D; }
  section.compra_home .content {
    padding: 40px 58px;
    border: 2px solid #F58345; }
    section.compra_home .content .top_content {
      margin: 0 0 50px;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.compra_home .content .top_content h2 {
        width: 235px;
        font-family: nexa;
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 40px;
        margin: 0;
        color: #F58345; }
      section.compra_home .content .top_content p {
        color: white;
        width: calc(100% - 235px);
        font-family: nexa;
        font-size: 18px;
        line-height: 24px;
        margin: 0; }
    section.compra_home .content .list_item {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.compra_home .content .list_item .item {
        width: 25%; }
        section.compra_home .content .list_item .item svg {
          margin: 0 0 3px; }
        section.compra_home .content .list_item .item h2 {
          font-family: nexa;
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          margin: 0;
          color: #F58345; }
        section.compra_home .content .list_item .item > div h3 {
          font-size: 15px;
          font-weight: bold;
          line-height: 34px;
          color: white;
          margin: 0 0 -3px;
          font-family: nexa; }
          section.compra_home .content .list_item .item > div h3 span {
            font-size: 22px; }
        section.compra_home .content .list_item .item > div p {
          font-family: nexa;
          font-size: 16px;
          line-height: 16px;
          color: white;
          margin: 0; }
        section.compra_home .content .list_item .item > div .linha {
          width: 165px;
          height: 1px;
          background: #757575;
          display: block;
          margin: 15px 0 5px; }
  @media (max-width: 1250px) {
    section.compra_home .content {
      width: 1050px;
      padding: 40px 30px; } }
  @media (max-width: 1100px) {
    section.compra_home .content {
      width: 850px; }
      section.compra_home .content .list_item {
        justify-content: center; }
        section.compra_home .content .list_item .item {
          width: 270px;
          margin: 0px 0px 30px 120px; } }
  @media (max-width: 900px) {
    section.compra_home {
      padding: 60px 0; }
      section.compra_home .content {
        padding: 40px 35px;
        width: 550px; }
        section.compra_home .content .top_content h2 {
          margin: 0 0 15px;
          width: 100%; }
        section.compra_home .content .top_content p {
          width: 100%; }
        section.compra_home .content .list_item .item {
          margin: 0 0 30px;
          padding: 0 0 0 90px;
          position: relative;
          width: 100%; }
          section.compra_home .content .list_item .item svg {
            position: absolute;
            left: 0;
            top: 0; } }
  @media (max-width: 650px) {
    section.compra_home {
      padding: 37px 25px 55px; }
      section.compra_home .content {
        width: 100%;
        padding: 38px 18px 0; }
        section.compra_home .content .top_content {
          margin: 0 0 30px; }
          section.compra_home .content .top_content h2 {
            font-size: 27px;
            line-height: 40px;
            margin: 0 0 10px; }
          section.compra_home .content .top_content p {
            font-size: 15px;
            line-height: 22px; }
        section.compra_home .content .list_item .item {
          padding: 0 0 0 90px; }
          section.compra_home .content .list_item .item svg {
            width: 71px;
            height: auto; }
          section.compra_home .content .list_item .item > div h3 span {
            font-size: 18px; }
          section.compra_home .content .list_item .item > div p {
            font-size: 15px; }
          section.compra_home .content .list_item .item > div .linha {
            width: 165px; } }
section.cadastro {
  padding: 110px 0 50px; }
  section.cadastro svg.icon {
    position: absolute;
    top: -585px;
    right: 50%;
    transform: translateX(-50px); }
  section.cadastro svg.logo {
    display: block;
    margin: 0 auto 63px; }
  section.cadastro h1 {
    text-transform: uppercase;
    max-width: 500px;
    padding: 0 25px;
    text-align: center;
    margin: 0 auto 35px;
    font-family: nexa;
    font-size: 34px;
    line-height: 36px; }
  section.cadastro p {
    max-width: 750px;
    padding: 0 25px;
    margin: 0 auto 50px;
    font-family: nexa;
    font-size: 20px;
    line-height: 26px;
    text-align: center; }
  section.cadastro a {
    width: 218px;
    height: 50px;
    border: 1px solid #F58345;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: nexa;
    font-weight: bold;
    font-size: 18px;
    color: #F58345;
    margin: 0 auto; }
  @media (max-width: 650px) {
    section.cadastro {
      padding: 60px ​0 50px; }
      section.cadastro svg.icon {
        display: none; }
      section.cadastro svg.logo {
        margin: 0 auto 50px; }
      section.cadastro h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 auto 30px; }
      section.cadastro p {
        font-size: 17px;
        line-height: 23px; } }

@keyframes horizontal_animate {
  0% {
    transform: translateX(-20px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(-20px); } }
@keyframes vertical_animate {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(-20px); } }
section.content_404 {
  padding: 100px 0 70px; }
  section.content_404 svg {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto 5px; }
    section.content_404 svg * {
      fill: #000000; }
  section.content_404 p {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin: 0; }
  @media (max-width: 600px) {
    section.content_404 {
      padding: 50px 0; }
      section.content_404 svg {
        width: 120px; }
      section.content_404 p {
        font-size: 20px; } }

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