@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@media screen and (min-width: 992px) {
  .container {
    max-width: 1596px; }
    .container.padrao {
      max-width: 1140px; } }
.has-error {
  border-color: red !important; }

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
body {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility; }
  body button {
    cursor: pointer;
    outline: none !important; }
  body section.error-404 {
    padding: 50px 0; }
    body section.error-404 .animated {
      -webkit-animation-duration: 18s;
      animation-duration: 18s;
      width: 100%;
      max-height: 450px;
      object-fit: contain; }
      body section.error-404 .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
    body section.error-404 h1 {
      color: #00733f;
      font-size: 2em;
      line-height: 60px; }
      body section.error-404 h1 span {
        font-size: 3em;
        display: block;
        font-weight: 600; }
    body section.error-404 h2 {
      font-size: 1.5em;
      margin-bottom: 50px; }
    body section.error-404 .box {
      margin-top: 126px;
      text-align: center; }
      body section.error-404 .box img {
        width: 100%;
        display: block;
        margin-bottom: 26px; }
    body section.error-404 .btn {
      background-color: #00733f !important;
      border-color: #00733f !important; }
      body section.error-404 .btn:hover {
        color: #00733f !important; }
  body section.formulario-enviado {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #565656;
    position: relative;
    background: white;
    z-index: 2;
    margin-top: 50px; }
    body section.formulario-enviado h1 {
      font-weight: 600;
      font-size: 2.8em; }
    body section.formulario-enviado p {
      font-weight: 500; }
    body section.formulario-enviado .btn {
      display: inline-block;
      font-weight: 700;
      background: #f72717;
      border-color: #f72717;
      color: #fff;
      padding: 11px 20px;
      border-radius: 7px;
      text-transform: none; }
      body section.formulario-enviado .btn:before {
        background: #fff; }
      body section.formulario-enviado .btn:hover, body section.formulario-enviado .btn:focus {
        color: #f72717;
        background-color: white; }
  body header {
    /*usados*/ }
    body header section.header {
      position: relative;
      z-index: 2;
      background-color: #5a0000; }
      body header section.header .box-brasoes {
        display: flex;
        width: 100%;
        max-width: 800px;
        margin: 0px auto 20px auto;
        justify-content: space-around;
        padding-top: 20px; }
        body header section.header .box-brasoes .brasoes {
          width: 285px;
          margin: auto; }
          body header section.header .box-brasoes .brasoes .brasao {
            position: relative; }
            body header section.header .box-brasoes .brasoes .brasao::after {
              content: '';
              position: absolute;
              bottom: 0px;
              right: 10px;
              width: 9px;
              height: 3px;
              background-color: #5a0000; }
            body header section.header .box-brasoes .brasoes .brasao img {
              width: 58px;
              object-fit: contain;
              margin-right: 5px; }
        body header section.header .box-brasoes .titulo {
          font-size: 35px;
          font-weight: 700;
          color: white;
          line-height: 1.1;
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center; }
        @media screen and (max-width: 991px) {
          body header section.header .box-brasoes {
            flex-direction: column;
            text-align: center; }
            body header section.header .box-brasoes .titulo {
              font-size: 30px;
              margin-top: 10px; } }
      body header section.header .bgwhite {
        background-color: #ebe0e0; }
        body header section.header .bgwhite ul {
          margin: 0px;
          padding: 0px;
          display: flex;
          width: 100%;
          justify-content: space-between;
          border: 1px solid #ebe0e0; }
          body header section.header .bgwhite ul li {
            list-style: none; }
            body header section.header .bgwhite ul li a {
              font-size: 20px;
              font-weight: 700;
              color: #5a0000;
              text-transform: uppercase;
              display: block;
              width: 100%;
              height: 100%;
              padding: 10px 15px;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
              body header section.header .bgwhite ul li a:hover, body header section.header .bgwhite ul li a.ativo {
                background-color: #5a0000;
                color: white; }
        @media screen and (max-width: 991px) {
          body header section.header .bgwhite ul {
            text-align: center;
            flex-direction: column; }
            body header section.header .bgwhite ul li a {
              padding: 3px 0px;
              font-size: 16px;
              border: 1px solid #cacaca;
              margin-bottom: 5px; }
            body header section.header .bgwhite ul li:first-child a {
              margin-top: 5px; } }
  body main {
    position: relative;
    margin-bottom: 100px;
    /*usados*/ }
    body main section.mosaico {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      min-height: calc(100vh - 159.31px);
      display: flex;
      flex-wrap: wrap;
      background-color: black;
      z-index: 1;
      position: fixed;
      height: 100vh; }
      body main section.mosaico .box-mosaico {
        flex: 10% 1 1;
        height: calc(100% / 5);
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
        body main section.mosaico .box-mosaico img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      @media screen and (max-width: 991px) {
        body main section.mosaico {
          position: fixed;
          height: 100vh; }
          body main section.mosaico .box-mosaico {
            flex: 20% 1 1;
            height: calc(100vh / 5); } }
    body main section.home {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
      body main section.home .box-msg {
        margin-top: 50px;
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding: 15px;
        font-size: 28px; }
        body main section.home .box-msg img {
          max-width: 100%;
          object-fit: contain; }
      body main section.home .busca {
        position: relative;
        z-index: 2;
        margin-top: 30px;
        margin-bottom: 50px;
        background-color: #ebe0e0;
        padding: 15px;
        display: flex;
        justify-content: center; }
        body main section.home .busca input {
          width: 100%;
          max-width: 500px;
          border: 2px solid #5a0000;
          font-size: 23px;
          padding: 0px 10px;
          margin-right: 5px; }
        body main section.home .busca button {
          border: 2px solid #5a0000;
          font-size: 23px;
          background: white;
          text-transform: uppercase;
          width: 100%;
          max-width: 110px;
          text-align: center; }
        @media screen and (max-width: 991px) {
          body main section.home .busca {
            display: block; }
            body main section.home .busca input {
              max-width: 100%;
              margin-bottom: 5px; }
            body main section.home .busca button {
              max-width: 100%; } }
      @media screen and (max-width: 991px) {
        body main section.home {
          margin-top: 50px; } }
    body main section.origem {
      padding: 50px 0px; }
      body main section.origem .box-origem {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding-bottom: 50px; }
        body main section.origem .box-origem .box-flamilia {
          padding: 5px;
          border: 1px solid #cacaca;
          margin: 10px 0px 0px 10px; }
          body main section.origem .box-origem .box-flamilia h2 {
            background: #5a0000;
            color: white;
            padding: 0px 0px 0px 5px;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            body main section.origem .box-origem .box-flamilia h2:hover {
              background-color: black; }
          body main section.origem .box-origem .box-flamilia ul {
            max-height: 0px;
            overflow: hidden;
            padding: 0px;
            margin: 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            body main section.origem .box-origem .box-flamilia ul.exibir {
              max-height: 500px; }
            body main section.origem .box-origem .box-flamilia ul li {
              list-style: none;
              padding-left: 15px;
              padding-bottom: 5px; }
              body main section.origem .box-origem .box-flamilia ul li a {
                font-size: 25px;
                color: black;
                display: inline-block;
                position: relative; }
                body main section.origem .box-origem .box-flamilia ul li a::after {
                  content: '';
                  position: absolute;
                  bottom: -3px;
                  left: 0px;
                  height: 3px;
                  width: 0px;
                  -webkit-transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  transition: all 0.5s;
                  background-color: #5a0000; }
                body main section.origem .box-origem .box-flamilia ul li a:hover::after, body main section.origem .box-origem .box-flamilia ul li a:focus::after {
                  width: 100%; }
        body main section.origem .box-origem .conteudo {
          padding: 15px 15px; }
          @media screen and (min-width: 992px) {
            body main section.origem .box-origem .conteudo {
              max-height: 600px;
              overflow: auto; } }
          body main section.origem .box-origem .conteudo .conteudo-in {
            font-size: 27px;
            line-height: 1.2;
            max-height: 0px;
            opacity: 0;
            overflow: hidden;
            height: 100%;
            -webkit-transition: opacity 0.7s;
            -moz-transition: opacity 0.7s;
            -ms-transition: opacity 0.7s;
            -o-transition: opacity 0.7s;
            transition: opacity 0.7s; }
            body main section.origem .box-origem .conteudo .conteudo-in.exibir {
              opacity: 1;
              min-height: 600px;
              max-height: 100%; }
            body main section.origem .box-origem .conteudo .conteudo-in h2 {
              color: #5a0000;
              font-weight: 700;
              margin-bottom: 10px; }
            body main section.origem .box-origem .conteudo .conteudo-in img {
              max-width: 100%;
              object-fit: contain; }
    body main section.personagens {
      padding: 50px 0px; }
      body main section.personagens .box-personagem {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (min-width: 992px) {
          body main section.personagens .box-personagem {
            max-height: 650px;
            overflow: auto; } }
        body main section.personagens .box-personagem h2 {
          font-size: 30px;
          line-height: 1.2;
          color: #5a0000;
          font-weight: 700;
          margin-bottom: 10px; }
        body main section.personagens .box-personagem .box-in {
          border: 1px solid #cacaca;
          margin-bottom: 20px;
          height: calc(100% - 20px);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          body main section.personagens .box-personagem .box-in:hover {
            border-color: #565656;
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px); }
          body main section.personagens .box-personagem .box-in .title {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            color: #2b2b2b;
            padding: 0px 15px 0px 10px;
            margin-bottom: 15px;
            text-align: center; }
          body main section.personagens .box-personagem .box-in .thumb {
            max-width: 300px;
            height: 200px;
            margin: 10px auto 10px auto; }
            body main section.personagens .box-personagem .box-in .thumb img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          body main section.personagens .box-personagem .box-in .acao {
            text-align: center;
            margin: 10px; }
            body main section.personagens .box-personagem .box-in .acao a {
              background-color: #5a0000;
              color: #ffffff;
              border: 2px solid #5a0000;
              padding: 5px 15px;
              display: inline-block;
              font-size: 25px;
              line-height: 1;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              body main section.personagens .box-personagem .box-in .acao a:hover {
                background-color: white;
                color: #5a0000; }
    body main section.personagens-interna {
      padding: 50px 0px; }
      body main section.personagens-interna .box-personagem {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (min-width: 992px) {
          body main section.personagens-interna .box-personagem {
            max-height: 650px;
            overflow: auto; } }
        body main section.personagens-interna .box-personagem h2 {
          font-size: 30px;
          line-height: 1.2;
          color: #5a0000;
          font-weight: 700;
          margin-bottom: 10px; }
        body main section.personagens-interna .box-personagem .conteudo {
          font-size: 25px;
          line-height: 1.2; }
          body main section.personagens-interna .box-personagem .conteudo img {
            max-width: 100%;
            object-fit: contain; }
        body main section.personagens-interna .box-personagem .galeria .galeria-title {
          font-size: 25px;
          font-weight: 700;
          margin: 20px 0px 10px 0px; }
        body main section.personagens-interna .box-personagem .galeria .galeria-box {
          display: flex;
          flex-wrap: wrap; }
          body main section.personagens-interna .box-personagem .galeria .galeria-box .galeria-in {
            flex: 20% 0 1; }
            body main section.personagens-interna .box-personagem .galeria .galeria-box .galeria-in img {
              width: 100%;
              height: 186px;
              object-fit: contain; }
    body main section.page-contato {
      padding: 50px 0px; }
      body main section.page-contato .box-contato {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (min-width: 992px) {
          body main section.page-contato .box-contato {
            max-height: 650px;
            overflow: auto; } }
        body main section.page-contato .box-contato h2 {
          font-size: 30px;
          line-height: 1.2;
          color: #5a0000;
          font-weight: 700;
          margin-bottom: 10px; }
        body main section.page-contato .box-contato h5 {
          font-size: 23px;
          line-height: 1.2;
          margin-bottom: 10px; }
    body main section.formulario-contato {
      /*Formul├írios*/
      /*botao enviar arquivo*/ }
      body main section.formulario-contato div.form-group > label {
        font-size: 20px;
        font-weight: 600; }
      body main section.formulario-contato .ajuste-right {
        padding-right: 2.5px; }
        @media (max-width: 991px) {
          body main section.formulario-contato .ajuste-right {
            padding-right: 15px; } }
      body main section.formulario-contato .ajuste-left {
        padding-left: 2.5px; }
        @media (max-width: 991px) {
          body main section.formulario-contato .ajuste-left {
            padding-left: 15px; } }
      @media screen and (max-width: 360px) {
        body main section.formulario-contato label.custom-label {
          font-size: 0.85rem; } }
      body main section.formulario-contato .caixa {
        position: relative;
        margin-bottom: 10px; }
        body main section.formulario-contato .caixa > span {
          position: absolute;
          margin-left: 15px;
          left: 0px;
          top: 12px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 2;
          color: #777;
          font-size: 20px;
          font-weight: 700; }
          body main section.formulario-contato .caixa > span label span {
            margin-left: 1px;
            color: red; }
        body main section.formulario-contato .caixa input, body main section.formulario-contato .caixa select, body main section.formulario-contato .caixa textarea {
          font-size: 20px;
          border-radius: 5px;
          outline: none;
          background-color: transparent !important;
          border: 2px solid #939da5;
          padding: 17px 10px 5px;
          width: 100%;
          position: relative;
          z-index: 2; }
          body main section.formulario-contato .caixa input.has-error, body main section.formulario-contato .caixa select.has-error, body main section.formulario-contato .caixa textarea.has-error {
            border: 2px solid #d6040e; }
        body main section.formulario-contato .caixa textarea {
          padding-top: 25px; }
        body main section.formulario-contato .caixa input:focus + span, body main section.formulario-contato .caixa input.ng-not-empty + span,
        body main section.formulario-contato .caixa select:focus + span, body main section.formulario-contato .caixa select.ng-not-empty + span,
        body main section.formulario-contato .caixa textarea:focus + span, body main section.formulario-contato .caixa textarea.ng-not-empty + span {
          margin-left: 10px;
          font-size: 15px;
          font-weight: 700;
          top: 3px;
          left: 0;
          z-index: 2; }
        body main section.formulario-contato .caixa label.top {
          display: none; }
        @media screen and (max-width: 768px) {
          body main section.formulario-contato .caixa > span {
            display: none; }
          body main section.formulario-contato .caixa label.top {
            display: inherit; } }
      body main section.formulario-contato .enviar-msg {
        text-align: right; }
        body main section.formulario-contato .enviar-msg button {
          background-color: #ffffff;
          color: #5a0000;
          border: 2px solid #5a0000;
          padding: 10px 30px;
          border-radius: 5px;
          font-size: 15px;
          font-weight: 600;
          cursor: pointer;
          margin-bottom: 40px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          body main section.formulario-contato .enviar-msg button:hover {
            background-color: #5a0000;
            color: white; }
      body main section.formulario-contato .enviar-arquivo button.botao-enviar {
        background-color: #5a0000;
        color: white;
        padding: 9px 20px;
        border: 2px solid #5a0000;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        position: relative;
        z-index: 2;
        height: 44px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body main section.formulario-contato .enviar-arquivo button.botao-enviar:hover {
          background-color: white;
          color: #5a0000; }
      body main section.formulario-contato .enviar-arquivo .arquivo-info label {
        height: 44px;
        position: absolute;
        top: 0px;
        background-color: rgba(189, 189, 189, 0.16);
        padding: 13px 30px 12px 125px;
        border-radius: 5px;
        color: #667594;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden; }
      body main section.formulario-contato .enviar-arquivo h6.obs {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 700;
        color: red; }
        body main section.formulario-contato .enviar-arquivo h6.obs small {
          font-weight: 700; }
    body main section.aniversariantes {
      padding: 50px 0px; }
      body main section.aniversariantes .box-aniversariantes {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding-bottom: 15px; }
        body main section.aniversariantes .box-aniversariantes .box-menu {
          padding: 5px;
          border: 1px solid #cacaca;
          margin: 10px 0px 0px 10px; }
          body main section.aniversariantes .box-aniversariantes .box-menu ul {
            overflow: hidden;
            padding: 0px;
            margin: 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            body main section.aniversariantes .box-aniversariantes .box-menu ul li {
              list-style: none;
              padding-left: 15px;
              padding-bottom: 5px; }
              body main section.aniversariantes .box-aniversariantes .box-menu ul li a {
                font-size: 25px;
                color: black;
                display: inline-block;
                position: relative; }
                body main section.aniversariantes .box-aniversariantes .box-menu ul li a::after {
                  content: '';
                  position: absolute;
                  bottom: -3px;
                  left: 0px;
                  height: 3px;
                  width: 0px;
                  -webkit-transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  transition: all 0.5s;
                  background-color: #5a0000; }
                body main section.aniversariantes .box-aniversariantes .box-menu ul li a:hover::after, body main section.aniversariantes .box-aniversariantes .box-menu ul li a:focus::after {
                  width: 100%; }
        body main section.aniversariantes .box-aniversariantes .conteudo {
          padding: 15px 15px; }
          @media screen and (min-width: 992px) {
            body main section.aniversariantes .box-aniversariantes .conteudo {
              max-height: 526px;
              overflow-y: auto;
              overflow-x: hidden; } }
          body main section.aniversariantes .box-aniversariantes .conteudo h2 {
            font-size: 35px;
            font-weight: 700;
            color: #5a0000;
            margin-bottom: 20px; }
          body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in {
            display: flex;
            flex-wrap: wrap;
            opacity: 0;
            height: 0px;
            overflow: hidden;
            -webkit-transition: opacity 0.7s;
            -moz-transition: opacity 0.7s;
            -ms-transition: opacity 0.7s;
            -o-transition: opacity 0.7s;
            transition: opacity 0.7s; }
            body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in.exibir {
              height: auto;
              opacity: 1;
              margin-bottom: 20px; }
            body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in .data-dia .data-dia-in {
              border: 3px solid #7e0000;
              padding: 0px 10px;
              border-radius: 4px;
              font-size: 40px;
              font-weight: 700; }
            body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in .aniversario-info {
              padding-left: 10px; }
              body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in .aniversario-info .titulo {
                font-size: 25px;
                line-height: 1.2;
                font-weight: 700; }
              body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in .aniversario-info .descricao, body main section.aniversariantes .box-aniversariantes .conteudo .box-aniversario-main .box-aniversario-in .aniversario-info .data-obs {
                font-size: 23px;
                line-height: 1.2; }
    body main section.arvore {
      padding: 50px 0px; }
@keyframes gira {
  to {
    transform: rotate(360deg); } }
      body main section.arvore .bgwhite {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding: 15px 15px 15px 15px; }
        @media screen and (min-width: 992px) {
          body main section.arvore .bgwhite .box-scroll {
            max-height: 400px;
            overflow: auto; } }
        body main section.arvore .bgwhite h2 {
          font-size: 35px;
          font-weight: 700;
          color: #5a0000;
          margin-bottom: 20px; }
        body main section.arvore .bgwhite .busca {
          margin-bottom: 30px; }
          body main section.arvore .bgwhite .busca input {
            width: 100%;
            max-width: 500px;
            border: 2px solid #5a0000;
            font-size: 23px;
            padding: 0px 10px; }
          body main section.arvore .bgwhite .busca button {
            border: 2px solid #5a0000;
            font-size: 23px;
            background: white;
            text-transform: uppercase;
            width: 100%;
            max-width: 110px;
            text-align: center; }
          @media screen and (max-width: 991px) {
            body main section.arvore .bgwhite .busca input {
              max-width: 100%;
              margin-bottom: 5px; }
            body main section.arvore .bgwhite .busca button {
              max-width: 100%; } }
        body main section.arvore .bgwhite .carregando {
          display: flex;
          align-items: center;
          justify-items: center;
          max-width: 300px;
          margin: 50px auto; }
          body main section.arvore .bgwhite .carregando .icone {
            margin-right: 10px; }
            body main section.arvore .bgwhite .carregando .icone i {
              animation: gira 1.5s linear infinite; }
          body main section.arvore .bgwhite .carregando .texto {
            font-size: 30px; }
        body main section.arvore .bgwhite .nao-encontrado {
          align-items: center;
          justify-items: center;
          max-width: 550px;
          margin: 50px auto;
          display: none; }
          body main section.arvore .bgwhite .nao-encontrado.exibir {
            display: flex; }
          body main section.arvore .bgwhite .nao-encontrado .icone {
            margin-right: 10px; }
            body main section.arvore .bgwhite .nao-encontrado .icone i {
              font-size: 50px; }
          body main section.arvore .bgwhite .nao-encontrado .texto {
            font-size: 30px;
            line-height: 1.2;
            text-align: center; }
        body main section.arvore .bgwhite .box-pessoa {
          padding: 5px;
          border: 1px solid #cacaca;
          margin-bottom: 30px;
          display: none; }
          body main section.arvore .bgwhite .box-pessoa.exibir {
            display: flex; }
          body main section.arvore .bgwhite .box-pessoa .thumb {
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 90px;
            text-align: center; }
            body main section.arvore .bgwhite .box-pessoa .thumb img {
              width: 90px;
              height: 90px;
              object-fit: cover;
              border-radius: 100px; }
            body main section.arvore .bgwhite .box-pessoa .thumb i {
              font-size: 90px;
              color: black; }
          body main section.arvore .bgwhite .box-pessoa .titulo {
            font-size: 23px;
            line-height: 1.2;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: black;
            max-height: 90px;
            overflow: hidden; }
        body main section.arvore .bgwhite .menu-filtro ul {
          padding: 0px;
          display: flex;
          justify-content: space-between; }
          body main section.arvore .bgwhite .menu-filtro ul li {
            padding: 0px 10px;
            border: 1px solid #cacaca;
            font-size: 25px;
            list-style: none;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            body main section.arvore .bgwhite .menu-filtro ul li:hover, body main section.arvore .bgwhite .menu-filtro ul li.ativo {
              background-color: #5a0000;
              border-color: #5a0000;
              color: white; }
          @media screen and (max-width: 991px) {
            body main section.arvore .bgwhite .menu-filtro ul {
              flex-wrap: wrap; }
              body main section.arvore .bgwhite .menu-filtro ul li {
                flex: 40px 0 1;
                width: 40px;
                margin-bottom: 5px; } }
    body main section.arvore-interna {
      padding: 50px 0px; }
      body main section.arvore-interna .bgwhite {
        position: relative;
        z-index: 2;
        background-color: #ebe0e0;
        padding: 15px 15px 15px 15px; }
        @media screen and (min-width: 992px) {
          body main section.arvore-interna .bgwhite.box-scroll {
            max-height: 600px;
            overflow: auto; } }
        body main section.arvore-interna .bgwhite h2 {
          font-size: 35px;
          font-weight: 700;
          color: #5a0000;
          margin-bottom: 20px; }
        body main section.arvore-interna .bgwhite .conteudo .thumb img {
          max-width: 100%;
          object-fit: contain; }
        body main section.arvore-interna .bgwhite .conteudo .descricao {
          font-size: 23px;
          line-height: 1.2;
          margin: 10px 0px 20px 0px; }
        body main section.arvore-interna .bgwhite .conteudo .conteudo-in {
          font-size: 23px;
          line-height: 1.2; }
          body main section.arvore-interna .bgwhite .conteudo .conteudo-in h2 {
            font-size: 30px;
            margin-bottom: 10px; }
          body main section.arvore-interna .bgwhite .conteudo .conteudo-in h3 {
            font-size: 27px;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 0px; }
  body footer section.barra-fixa {
    z-index: 999;
    height: 98px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 991px) {
      body footer section.barra-fixa {
        display: none; } }
    body footer section.barra-fixa.oculta {
      height: 0px; }
      body footer section.barra-fixa.oculta .go-to-top {
        display: none !important; }
    body footer section.barra-fixa .bg-color {
      background-color: #f72717;
      max-width: 772px;
      margin: auto;
      border-radius: 7px;
      position: relative;
      padding: 20px;
      margin-bottom: 5px; }
      body footer section.barra-fixa .bg-color::before {
        position: absolute;
        content: '';
        top: 5px;
        left: calc(50% - 1.5px);
        width: 3px;
        height: calc(100% - 10px);
        background-color: #c51306; }
      body footer section.barra-fixa .bg-color .ligue-gratis {
        display: flex;
        flex-direction: column;
        padding: 0px 0px 0px 37px;
        position: relative;
        color: white;
        cursor: pointer;
        max-width: 245px;
        margin: auto; }
        body footer section.barra-fixa .bg-color .ligue-gratis::before {
          content: '';
          width: 0px;
          height: 2px;
          position: absolute;
          bottom: -5px;
          left: 0px;
          background-color: white;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        body footer section.barra-fixa .bg-color .ligue-gratis:hover::before {
          width: 100%; }
        body footer section.barra-fixa .bg-color .ligue-gratis::after {
          content: url("../../media/imagens/icon-phone.png");
          position: absolute;
          top: 0px;
          left: 0px; }
        body footer section.barra-fixa .bg-color .ligue-gratis .ref {
          font-size: 21px;
          font-weight: 660;
          color: white;
          line-height: 1; }
        body footer section.barra-fixa .bg-color .ligue-gratis .number {
          font-size: 32px;
          font-weight: 600;
          line-height: 1; }
      body footer section.barra-fixa .bg-color button {
        background-color: #ff9a00;
        border: 2px solid #ff9a00;
        font-size: 23px;
        width: 100%;
        max-width: 300px;
        border-radius: 25px;
        padding: 7px;
        color: white;
        margin: auto;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        body footer section.barra-fixa .bg-color button:hover {
          background-color: #bf7400;
          border-color: #bf7400;
          transform: translateY(-2px); }
  body footer section.botao_whatsapp {
    background-color: #25d366;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 999;
    bottom: 80px;
    right: 20px;
    border-radius: 75px;
    box-shadow: 3px 1px 15px #7b7b7b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    body footer section.botao_whatsapp i.fab.fa-whatsapp {
      color: white;
      font-size: 55px;
      margin-top: 6px;
      margin-left: 11px; }
    body footer section.botao_whatsapp:hover {
      background-color: #1f9249; }
    @media screen and (max-width: 991px) {
      body footer section.botao_whatsapp {
        bottom: 62px; } }
  body footer section.modal-site {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }
    body footer section.modal-site.aberto {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      display: inherit;
      opacity: 1;
      z-index: 999; }
    body footer section.modal-site .lente {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(86, 86, 86, 0.55);
      z-index: -1; }
    body footer section.modal-site .box-modal {
      background-color: white;
      position: relative;
      padding: 15px;
      margin: 100px auto;
      display: block;
      max-width: 700px;
      box-shadow: 2px 2px 7px #565656; }
      @media screen and (min-width: 1199px) {
        body footer section.modal-site .box-modal {
          padding: 30px; } }
      body footer section.modal-site .box-modal .button-close {
        position: absolute;
        font-size: 30px;
        top: -7px;
        right: 0;
        z-index: 10; }
        body footer section.modal-site .box-modal .button-close i {
          cursor: pointer;
          color: #d62a1e;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          body footer section.modal-site .box-modal .button-close i:hover {
            transform: scale(1.05); }
      body footer section.modal-site .box-modal .modal-titulo {
        position: relative;
        margin-bottom: 20px; }
        body footer section.modal-site .box-modal .modal-titulo .title-container h2 {
          font-size: 2rem;
          font-weight: 900;
          color: #d62a1e;
          position: relative;
          line-height: 2.5rem; }
        body footer section.modal-site .box-modal .modal-titulo h5 {
          font-size: 18px;
          font-weight: 500;
          color: #565656; }
          body footer section.modal-site .box-modal .modal-titulo h5 .produto-selecionado {
            margin: 10px 0px 20px 0px; }
      body footer section.modal-site .box-modal form span {
        color: #969696;
        position: absolute;
        left: 15px;
        font-size: 17px;
        font-weight: 600;
        top: 0px;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      body footer section.modal-site .box-modal form input, body footer section.modal-site .box-modal form select, body footer section.modal-site .box-modal form textarea {
        outline: none;
        background-color: white !important;
        border: none;
        border-bottom: 1px solid #969696;
        margin-bottom: 10px;
        padding: 30px 5px 5px 0px;
        width: 100%;
        position: relative;
        z-index: 2;
        font-size: 20px;
        font-weight: 600; }
      body footer section.modal-site .box-modal form input::-webkit-input-placeholder {
        font-weight: 400;
        color: #AFB2B3; }
      body footer section.modal-site .box-modal form input::-moz-placeholder {
        font-weight: 400;
        color: #AFB2B3; }
      body footer section.modal-site .box-modal form input::-ms-input-placeholder {
        font-weight: 400;
        color: #AFB2B3; }
      body footer section.modal-site .box-modal form select {
        padding: 25px 10px 5px; }
      @media screen and (max-width: 991px) {
        body footer section.modal-site .box-modal form select {
          margin-top: 30px; }
        body footer section.modal-site .box-modal form span.select {
          position: relative !important;
          margin-top: -67px !important;
          margin-left: -15px !important;
          display: block !important;
          margin-bottom: 60px !important; } }
      body footer section.modal-site .box-modal form textarea {
        padding-top: 25px; }
      body footer section.modal-site .box-modal form label.top {
        display: none; }
      body footer section.modal-site .box-modal form .acao {
        text-align: right;
        margin-top: 20px; }
        @media screen and (max-width: 991px) {
          body footer section.modal-site .box-modal form .acao {
            text-align: center; } }
        body footer section.modal-site .box-modal form .acao button.enviar {
          background-color: #d62a1e;
          color: white;
          font-size: 20px;
          font-weight: 600;
          padding: 4px 30px;
          border: 2px solid #000;
          border-radius: 25px;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          body footer section.modal-site .box-modal form .acao button.enviar:hover {
            background-color: white;
            color: #000; }
          body footer section.modal-site .box-modal form .acao button.enviar.blue {
            background-color: #d62a1e;
            border: 2px solid #d62a1e; }
            body footer section.modal-site .box-modal form .acao button.enviar.blue:hover {
              background-color: white;
              color: #d62a1e; }
    @media screen and (max-width: 991px) {
      body footer section.modal-site .modal-titulo h2 {
        font-size: 23px !important; }
      body footer section.modal-site .box-modal {
        margin: 0px;
        max-width: 100%;
        height: 100%;
        overflow: auto; } }
  body footer section.newsletter {
    background-color: #c40e03;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 50px 0px; }
    body footer section.newsletter::after {
      background-color: #f72717;
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      right: 0px;
      top: 0px; }
    body footer section.newsletter::before {
      content: '';
      position: absolute;
      top: calc(50% - 25px);
      left: calc(50% - 25px);
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-right: 25px solid #f72717; }
    body footer section.newsletter .container {
      position: relative;
      z-index: 2; }
    body footer section.newsletter .ligue-gratis {
      display: flex;
      flex-direction: column;
      padding: 0px 0px 0px 60px;
      position: relative;
      color: white;
      max-width: 360px;
      margin: auto; }
      body footer section.newsletter .ligue-gratis::after {
        content: url("../../media/imagens/icon-phone-lg.png");
        position: absolute;
        top: 0px;
        left: 0px; }
      body footer section.newsletter .ligue-gratis .ref {
        font-size: 25px;
        font-weight: 660;
        color: white;
        line-height: 1; }
      body footer section.newsletter .ligue-gratis .number {
        font-size: 45px;
        font-weight: 600;
        line-height: 1; }
      @media screen and (max-width: 991px) {
        body footer section.newsletter .ligue-gratis {
          margin-bottom: 30px;
          max-width: 280px; }
          body footer section.newsletter .ligue-gratis .ref {
            margin-top: 5px; }
          body footer section.newsletter .ligue-gratis .number {
            font-size: 34px; } }
    body footer section.newsletter .box-form {
      width: 100%;
      max-width: 300px;
      margin: auto; }
      body footer section.newsletter .box-form .desc {
        font-size: 24px;
        color: white;
        margin-bottom: 2px; }
      body footer section.newsletter .box-form .caixa-flex {
        display: flex;
        width: 100%; }
        body footer section.newsletter .box-form .caixa-flex .campo {
          position: relative;
          width: 100%; }
          body footer section.newsletter .box-form .caixa-flex .campo::after {
            content: url("../../media/imagens/icon-call.png");
            position: absolute;
            top: 7px;
            left: 14px; }
          body footer section.newsletter .box-form .caixa-flex .campo input {
            width: 100%;
            height: 100%;
            padding: 5px 5px 5px 34px;
            border: 1px solid transparent;
            border-radius: 5px 0px 0px 5px;
            outline-color: transparent;
            outline: none;
            font-size: 21px;
            color: #565656; }
        body footer section.newsletter .box-form .caixa-flex .acao button {
          border: none;
          outline: none;
          height: 100%;
          background-color: #c40e03;
          font-size: 27px;
          padding: 4px 15px;
          border-radius: 0px 5px 5px 0px;
          color: white; }
  body footer section.footer_rodape {
    padding-top: 50px; }
    @media screen and (max-width: 991px) {
      body footer section.footer_rodape {
        text-align: center; } }
    body footer section.footer_rodape .logo img {
      max-width: 100%;
      object-fit: contain; }
    body footer section.footer_rodape .description {
      font-size: 21px;
      line-height: 1.1;
      margin-top: 25px;
      font-weight: 500;
      padding-bottom: 15px;
      border-bottom: 2px solid #ababab;
      margin-bottom: 20px;
      color: black; }
    @media screen and (max-width: 991px) {
      body footer section.footer_rodape .politica {
        margin-bottom: 50px; } }
    body footer section.footer_rodape .politica .politica-titulo {
      font-size: 21px;
      font-weight: 800;
      color: black;
      line-height: 1.1; }
    body footer section.footer_rodape .politica .politica-texto {
      font-size: 21px;
      font-weight: 500;
      color: black;
      line-height: 1.1;
      margin-top: 15px; }
    body footer section.footer_rodape .box-ligue {
      background-color: #f6f6f6;
      padding: 50px 15px; }
      body footer section.footer_rodape .box-ligue .line-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 2px solid #ababab;
        width: 100%;
        max-width: 678px;
        margin: auto; }
        @media screen and (max-width: 991px) {
          body footer section.footer_rodape .box-ligue .line-1 {
            flex-direction: column;
            justify-content: center; } }
        body footer section.footer_rodape .box-ligue .line-1 .desc {
          font-size: 23px;
          font-weight: 500;
          color: #565656;
          line-height: 1.2; }
          @media screen and (max-width: 991px) {
            body footer section.footer_rodape .box-ligue .line-1 .desc {
              text-align: center;
              margin-bottom: 30px; } }
        body footer section.footer_rodape .box-ligue .line-1 .ligue-gratis {
          display: flex;
          flex-direction: column;
          padding: 0px 0px 0px 32px;
          position: relative; }
          body footer section.footer_rodape .box-ligue .line-1 .ligue-gratis::after {
            content: url("../../media/imagens/icon-phone-red.png");
            position: absolute;
            top: 0px;
            left: 0px; }
          body footer section.footer_rodape .box-ligue .line-1 .ligue-gratis .ref {
            font-size: 20px;
            font-weight: 660;
            color: #212121;
            line-height: 1; }
          body footer section.footer_rodape .box-ligue .line-1 .ligue-gratis .number {
            font-size: 28px;
            font-weight: 600;
            line-height: 1;
            color: #212121; }
      body footer section.footer_rodape .box-ligue .line-2 .acoes-cta {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        max-width: 500px;
        margin: auto; }
        @media screen and (max-width: 991px) {
          body footer section.footer_rodape .box-ligue .line-2 .acoes-cta {
            flex-direction: column;
            justify-content: center; } }
        body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .te-ligamos {
          background-color: #f72717;
          font-size: 21px;
          color: white;
          border: 1px solid #f72717;
          padding: 6px 10px;
          border-radius: 25px;
          width: 100%;
          max-width: 153px;
          margin: 20px 0px 0px 0px;
          display: block;
          text-align: center;
          cursor: pointer;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .te-ligamos:hover {
            transform: translateY(-2px);
            background-color: white;
            color: #f72717; }
        body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .assinar-zap {
          background-color: #009200;
          font-size: 21px;
          color: white;
          border: 1px solid #009200;
          padding: 6px 10px;
          border-radius: 25px;
          width: 100%;
          max-width: 285px;
          margin: 20px 0px 0px 0px;
          display: block;
          text-align: center;
          cursor: pointer;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .assinar-zap:hover {
            transform: translateY(-2px);
            background-color: white;
            color: #009200; }
        @media screen and (max-width: 991px) {
          body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .te-ligamos, body footer section.footer_rodape .box-ligue .line-2 .acoes-cta .assinar-zap {
            font-size: 19px; } }
    body footer section.footer_rodape .ja-e-cliente {
      text-align: center;
      margin-top: 20px;
      font-size: 23px; }
      body footer section.footer_rodape .ja-e-cliente a {
        color: #f72717; }
  body footer section.copyright {
    padding: 10px 0px 10px 0px;
    background-color: #ebe0e0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (min-width: 992px) {
      body footer section.copyright {
        transform: translateY(100%); }
        body footer section.copyright.exibir {
          transform: translateY(0px); } }
    body footer section.copyright .conteudo {
      text-transform: uppercase;
      font-size: 16px;
      margin-top: 12px;
      text-align: center;
      color: #5f5f5f; }
      body footer section.copyright .conteudo span {
        font-weight: 700; }
    body footer section.copyright .selos {
      text-align: center; }
    @media screen and (max-width: 991px) {
      body footer section.copyright {
        position: relative;
        margin-top: 50px; }
        body footer section.copyright .conteudo, body footer section.copyright .selos {
          text-align: center; } }

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