/*
    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
    
    */
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; }

h2 {
  font-weight: normal;
  font-size: 35px;
  line-height: 55px;
  color: #d7d1c5;
  margin-bottom: 66px; }
  @media (max-width: 1025px) {
    h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 30px; }
      h2 br {
        display: none; } }

.list-items {
  padding: 0; }
  .list-items li {
    padding-left: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    color: #d7d1c5;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start; }
    .list-items li::before {
      content: '';
      width: 3.38px;
      height: 29.85px;
      background: #fdd29a;
      display: block;
      margin-right: 9px; }

.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: #EFC793;
    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: #023E5F;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 9px 0;
  transition: all 0.4s;
  background: linear-gradient(#253f46 0%, rgba(23, 40, 45, 0.55) 100%, rgba(7, 13, 14, 0) 100%);
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.07); }
  #header .logo {
    z-index: 2; }
  #header .box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #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: 83px; }
    @media (max-width: 768px) {
      #header img {
        width: 50px; } }
  #header.fixed {
    padding: 5px 0 5px;
    background: #023E5F; }
    #header.fixed img {
      width: 50px; }
  #header .conteudo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #253F46;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #d7d1c5; }
    #header .conteudo a[data-section] {
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      text-align: left;
      color: #253F46;
      padding: 5px;
      display: block;
      text-align: right;
      font-weight: normal;
      font-size: 16px;
      text-align: left;
      color: #fff;
      font-weight: 400; }
      #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; }
    @media (max-width: 768px) {
      #header .conteudo {
        display: block;
        width: 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: 44px;
  /*margin-bottom:70px;*/ }
  @media (max-width: 768px) {
    #footer {
      margin-bottom: 0; } }
  #footer .fa {
    font-size: 20px;
    margin-right: 20px; }
  #footer .container.container-novo {
    display: grid; }
  #footer .bg2 {
    background-color: #ACA291;
    background-color: #B02418;
    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; } }
    #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 */
