/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  outline: none; }

code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
  font: inherit;
  font-size: 1em; }

dfn, i, cite, var, address, em {
  font-style: normal; }

th, b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
  border: none; }

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td, center {
  text-align: left;
  vertical-align: top; }

body {
  line-height: 1;
  background: white;
  color: black; }

q {
  quotes: "" ""; }

ul, ol, dir, menu {
  list-style: none; }

sub, sup {
  vertical-align: baseline; }

a {
  color: inherit; }

hr {
  display: none; }

/* we don't need a visual hr in layout */
font {
  color: inherit !important;
  font: inherit !important;
  color: inherit !important; }

/* disables some nasty font attributes in standard browsers */
marquee {
  overflow: inherit !important;
  -moz-binding: none; }

blink {
  text-decoration: none; }

nobr {
  white-space: normal; }

input {
  -webkit-appearance: none;
  appearance: none;
  webkit-overflow-scrolling: touch; }

textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input.text, input[type="text1"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

/*
    
    CHANGELOG
    
    23/8-07
    
    Added deprecated tags <listing>, <xmp> and <plaintext> in the code block
    
    Resorted to normal white-space in all code tags
    
    Disabled the deprecated <marquee>, <blink> and <nobr> tag in some browsers
    
    */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 20, 2022 */
* {
  font-weight: 400; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/gotham-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gothambook';
  src: url("../../assets/fonts/gotham-book-webfont.woff2") format("woff2"), url("../../assets/fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa-Regular.eot");
  src: url("../fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa-Regular.woff2") format("woff2"), url("../fonts/Comfortaa-Regular.woff") format("woff"), url("../fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: 'Comfortaa'; }

#box-whatsapp {
  background-color: #ebeae6;
  background-image: url(../../assets/img/whatsapp-bg.jpg);
  background-position: center;
  width: 340px;
  height: 432px;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: none;
  z-index: 999;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4); }
  #box-whatsapp .header {
    background-color: #006666;
    width: 100%;
    height: 50px;
    float: left;
    padding: 6px;
    overflow: hidden; }
    #box-whatsapp .header .img {
      background-color: #fff;
      width: 37px;
      height: 37px;
      float: left;
      overflow: hidden;
      border-radius: 50%; }
    #box-whatsapp .header .title {
      width: calc(100% - 55px);
      float: left;
      padding-left: 10px;
      padding-top: 3px; }
      #box-whatsapp .header .title strong {
        width: 100%;
        float: left;
        color: #fff;
        text-transform: uppercase;
        line-height: 18px;
        font-size: 15px; }
      #box-whatsapp .header .title span {
        width: 100%;
        float: left;
        color: #fff;
        line-height: 18px;
        font-size: 13px; }
    #box-whatsapp .header .close-whatsapp {
      float: left;
      color: #fff;
      padding-top: 6px; }
  #box-whatsapp .content {
    width: 100%;
    float: left;
    padding: 15px;
    height: 381px;
    overflow: auto; }
    #box-whatsapp .content::-webkit-scrollbar {
      width: 12px; }
    #box-whatsapp .content::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    #box-whatsapp .content::-webkit-scrollbar-thumb {
      background: #006666;
      border-radius: 10px; }
    #box-whatsapp .content::-webkit-scrollbar-thumb:hover {
      background: #006666; }
    #box-whatsapp .content form {
      width: 100%;
      float: left; }
      #box-whatsapp .content form .msg {
        width: 90%;
        padding: 10px 15px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        border-radius: 7px;
        font-size: 15px;
        line-height: 18px;
        opacity: 0;
        display: none; }
        #box-whatsapp .content form .msg.type1 {
          background-color: #fff;
          float: left; }
        #box-whatsapp .content form .msg.msg.type2 {
          background-color: #ccffcc;
          float: right;
          padding-top: 15px;
          padding-bottom: 10px; }
        #box-whatsapp .content form .msg.msg-setor-escolhido b {
          color: #006666;
          font-weight: bold; }
        #box-whatsapp .content form .msg.msg-setor-escolhido a {
          color: #333;
          text-decoration: underline; }
        #box-whatsapp .content form .msg .form-group {
          width: 100%;
          float: left;
          margin-bottom: 5px; }
          #box-whatsapp .content form .msg .form-group .form-control {
            width: 100%;
            height: 37px;
            float: left;
            border-radius: 5px;
            border: 1px solid #339966; }
          #box-whatsapp .content form .msg .form-group input[name="cidade"] {
            margin-left: -25px;
            width: calc(100% + 25px); }
        #box-whatsapp .content form .msg .reg-setor-whatsapp {
          background-color: #fff;
          width: 100%;
          float: left;
          margin-top: 10px;
          padding: 10px;
          border-radius: 7px;
          border: 1px solid #006666;
          color: #006666;
          transition: all 0.4s;
          font-weight: bold;
          font-size: 14px; }
          #box-whatsapp .content form .msg .reg-setor-whatsapp:hover {
            background-color: #006666;
            color: #fff; }
      #box-whatsapp .content form .btn {
        background-color: #006666;
        border-color: #006666;
        font-size: 18px;
        padding: 13px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 10px;
        display: none;
        color: #fff; }
        #box-whatsapp .content form .btn:hover {
          background-color: #004646;
          border-color: #004646;
          color: #fff; }

#flutuante-whatsapp {
  float: left;
  position: fixed;
  z-index: 999;
  right: 35px;
  bottom: 42px;
  float: left;
  width: 50px; }

#whatsapp i {
  display: none; }

@media (max-width: 767px) {
  #whatsapp i {
    display: block; }
  #flutuante-whatsapp {
    display: none; } }

.pulse {
  animation: pulse 0.7s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%); }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(140%); } }

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%); }
  100% {
    transform: scale(1.1);
    filter: brightness(140%); } }

body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

* {
  outline: none !important; }

a {
  text-decoration: none; }

.center {
  width: 1230px;
  position: relative;
  margin: 0 auto; }

.inner-center {
  padding: 0 15px; }

.img-100 {
  width: 100%; }

.hide-lp {
  display: none !important; }

.container-plus {
  max-width: 1920px;
  margin: 0 auto; }
  .container-plus .row {
    margin: 0;
    padding: 0; }
    .container-plus .row > * {
      margin: 0;
      padding: 0; }

h21 {
  font-weight: 300;
  font-size: 38px;
  line-height: 49px;
  text-align: center;
  color: #fff; }

.clear {
  clear: both; }

@media (max-width: 1199px) {
  [data-aos^=fade][data-aos^=fade],
  [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
    transform: none; } }

.lg-backdrop {
  background-color: rgba(44, 55, 61, 0.8); }

.grt-cookie p {
  color: #2d5e77; }
  .grt-cookie p a {
    color: #2d5e77; }

.hide {
  display: none !important; }

html {
  position: relative; }

html.add-modal {
  overflow-x: visible !important; }

html > body#project.modal-open {
  overflow: hidden !important;
  overflow-x: hidden !important; }

#box-preloader {
  display: none; }

a:hover,
a:focus {
  text-decoration: none; }

.btn-padrao {
  align-items: center;
  background: none;
  color: inherit;
  background-color: #3cc360;
  border: 0;
  text-align: center;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  padding: 22px 15px;
  font-weight: 100;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 165px;
  overflow: hidden; }
  .btn-padrao i {
    color: #fff;
    margin-left: 13px; }
  .btn-padrao:hover {
    background-color: #3A9713;
    color: #fff; }
    .btn-padrao:hover i {
      color: #fff; }
  .btn-padrao.btn-padrao__secundario {
    background: #AF5F48;
    border-color: #AF5F48; }
    .btn-padrao.btn-padrao__secundario:hover {
      background: #81351C; }
  .btn-padrao.btn-padrao__mini {
    min-width: 100px;
    padding: 7px 9px;
    font-size: 11px; }
  .btn-padrao.btn-padrao__sem-icone {
    width: 338px;
    height: 83px;
    border-radius: 12px;
    background: #18c1e7;
    border: 1px solid #fdfdfd;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    height: auto; }

#header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  background: linear-gradient(90deg, #c99c72 0%, #1a364e 100%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 9px 0;
  transition: all 0.4s; }
  #header .logo {
    z-index: 2; }
  #header .box {
    display: flex;
    justify-content: space-between; }
  #header h1 {
    display: table;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #header h1 img {
        width: 100px; } }
  #header img {
    transition: all 0.4s;
    height: auto;
    width: 202px; }
    @media (max-width: 768px) {
      #header img {
        width: 150px; } }
  #header.fixed {
    padding: 2px 0 5px;
    background: linear-gradient(90deg, #c99c72 0%, #1a364e 100%); }
    #header.fixed img {
      width: 150px; }
  #header .conteudo {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #header .conteudo a[data-section] {
      font-weight: 500;
      font-size: 13px;
      line-height: 30px;
      text-align: left;
      color: #fff;
      text-transform: uppercase;
      padding: 5px;
      display: block;
      text-align: right;
      font-family: Montserrat;
      font-weight: bold;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-align: left;
      color: #fff; }
      #header .conteudo a[data-section]:hover {
        text-decoration: underline; }
      #header .conteudo a[data-section].show {
        display: block !important; }
    #header .conteudo i {
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.12em;
      line-height: 30px;
      text-align: left;
      color: #fff;
      padding: 5px 0; }
    @media (max-width: 768px) {
      #header .conteudo {
        display: block;
        width: 100%;
        position: absolute;
        background: linear-gradient(90deg, #c99c72 0%, #1a364e 100%);
        left: 0;
        top: 0;
        z-index: 1;
        padding: 10px; }
        #header .conteudo a[data-section] {
          display: none;
          order: 2;
          border-top: 1px solid; }
        #header .conteudo a[data-section='#section-video'] {
          margin-top: 10px; }
        #header .conteudo i {
          display: none; } }

#menu-mobile {
  border: 1px solid #fff;
  padding: 8px;
  order: 1;
  display: none;
  float: right; }
  #menu-mobile em {
    font-size: 16px;
    color: #fff;
    transition: all 0.4s ease 0s; }
  @media (max-width: 768px) {
    #menu-mobile {
      display: inline-block; } }

#footer {
  width: 100%;
  overflow: hidden;
  background: #343434;
  margin-top: 0;
  margin-bottom: 50px;
  /*margin-bottom:70px;*/ }
  @media (max-width: 768px) {
    #footer {
      margin-bottom: 0; } }
  #footer * {
    font-family: 'Montserrat'; }
  #footer .bg2 {
    background-color: #18c1e7;
    width: 100%;
    padding: 20px 0;
    float: left;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    color: #fff; }
    @media (max-width: 992px) {
      #footer .bg2 {
        padding-bottom: 50px;
        font-size: 12px;
        text-align: center;
        padding-top: 18px;
        height: auto;
        padding: 15px 0; }
        #footer .bg2 p {
          margin: 0; } }
    @media (max-width: 767px) {
      #footer .bg2 {
        font-size: 10px;
        text-align: center; } }
    @media (max-width: 568px) {
      #footer .bg2 {
        margin-bottom: 40px; } }
    #footer .bg2 .text {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        #footer .bg2 .text {
          display: block; } }
      #footer .bg2 .text a:nth-child(1) {
        text-decoration: underline;
        color: #fff; }
        @media (max-width: 767px) {
          #footer .bg2 .text a:nth-child(1) {
            margin-bottom: 10px;
            display: block; } }
      #footer .bg2 .text p {
        margin: 0 20px; }
        @media (max-width: 767px) {
          #footer .bg2 .text p {
            display: block;
            padding-bottom: 10px; } }

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