@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@charset "UTF-8";
/*   	
	Author URI: Aline A. Siqueira
	Developer: DoubleDventure
*/
/****ALL****/
/****ALL****/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none; }

html, body {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  color: #252f65; }

/*SELECT*/
::selection {
  background: #252f65;
  color: #fff; }

::-moz-selection {
  background: #252f65;
  color: #fff; }

/*IMG RESPONSIVE*/
img {
  max-width: 100%;
  height: auto; }

/*FLEXVIDEO*/
.wp-block-embed__wrapper,
.responsive-embed {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden; }

.wp-block-embed__wrapper, .flex-video {
  position: relative;
  height: 0;
  padding-bottom: 56.3%;
  overflow: hidden;
  border-radius: .5rem; }

.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-block-embed__wrapper.widescreen {
  padding-bottom: 56.25%; }

.wp-block-embed__wrapper.vimeo {
  padding-top: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 1rem 0; }

h1, h2, h3, h4, h5, h6 {
  color: #252f65;
  font-weight: 900; }

h1, h2 {
  font-family: "Playfair Display", serif; }

strong {
  font-weight: 700; }

.fontP {
  font-family: "Montserrat", sans-serif; }

.fontH {
  font-family: "Playfair Display", serif; }

.titulo-destaque {
  font-size: 2.8rem;
  color: #252f65; }
  .titulo-destaque.linha-esquerda {
    position: relative;
    background: #fff; }
    .titulo-destaque.linha-esquerda:before {
      content: "";
      display: block;
      width: 50vw;
      height: 1px;
      background: #252f65;
      position: absolute;
      left: -100%;
      bottom: 50%;
      z-index: -1; }
  .titulo-destaque.linha-cima:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #252f65;
    position: absolute;
    left: -100%;
    left: 20%;
    z-index: -1; }

p, a, li {
  font-size: .75rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    p, a, li {
      font-size: 1.25rem; } }

a, a * {
  text-decoration: none;
  transition: all .3s ease;
  border-bottom: 1px solid transparent; }

.oneLineBreak, .twoLinesBreak, .threeLinesBreak {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.oneLineBreak {
  -webkit-line-clamp: 1; }

.twoLinesBreak {
  -webkit-line-clamp: 2; }

.threeLinesBreak {
  -webkit-line-clamp: 3; }

@media (min-width: 992px) {
  .container {
    max-width: 1240px; } }

.creme {
  background: #f2e3cf; }

.azul {
  background: #252f65; }
  .azul * {
    color: #fff; }

.azulClaro {
  background: #cde6f9; }
  .azulClaro * {
    color: #252f65; }

.button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #252f65;
  padding: 1rem 1.5rem .75rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1; }
  .button.white {
    background: #fff;
    color: #252f65; }
  .button svg path {
    fill: #252f65; }
  .button:hover {
    background: #f2e3cf;
    color: #252f65; }
  .button.icon svg {
    width: 16px;
    height: auto; }

/*HEADER CSS*/
.header-site {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: background .3s ease;
  background-color: #252f65;
  font-family: "Montserrat", sans-serif;
  padding: .75rem 0; }
  .header-site a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: all .3s ease;
    font-weight: 400;
    color: #f2e3cf; }
  .header-site img {
    max-width: 100px; }
    @media (min-width: 992px) {
      .header-site img {
        max-width: 160px; } }
  @media (min-width: 992px) {
    .header-site .menu {
      visibility: visible; } }
  .header-site .menu li a:hover {
    border-bottom-color: #f2e3cf; }
  .header-site .menu-hamburguer {
    color: #f2e3cf;
    height: 32px;
    border: none; }
  @media (max-width: 1024px) {
    .header-site .menu {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 48px;
      left: 0;
      background: #252f65;
      text-align: center;
      padding: 1rem;
      -webkit-transform: scale(0);
              transform: scale(0);
      visibility: hidden;
      opacity: 0;
      transition: all .3s ease; }
      .header-site .menu.active {
        -webkit-transform: scale(1);
                transform: scale(1);
        visibility: visible;
        opacity: 1; }
        .header-site .menu.active .bar {
          background-color: white; }
        .header-site .menu.active #bar1 {
          -webkit-transform: translateY(4px) rotateZ(-45deg);
                  transform: translateY(4px) rotateZ(-45deg); }
        .header-site .menu.active #bar2 {
          opacity: 0; }
        .header-site .menu.active #bar3 {
          -webkit-transform: translateY(-6px) rotateZ(45deg);
                  transform: translateY(-6px) rotateZ(45deg); }
      .header-site .menu a {
        font-size: 24px;
        text-decoration: none; } }

#menu-bar {
  width: 32px;
  height: 40px;
  margin: 12px 0;
  cursor: pointer; }

.bar {
  height: 5px;
  width: 100%;
  background-color: #f2e3cf;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease; }

#bar1 {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px); }

#bar3 {
  -webkit-transform: translateY(4px);
          transform: translateY(4px); }

.active .bar {
  background-color: white; }

.active #bar1 {
  -webkit-transform: translateY(4px) rotateZ(-45deg);
          transform: translateY(4px) rotateZ(-45deg); }

.active #bar2 {
  opacity: 0; }

.active #bar3 {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
          transform: translateY(-6px) rotateZ(45deg); }

/*FOOTER CSS*/
footer {
  background: #8da5c4;
  color: #fff;
  padding: .5rem 0 .25rem; }

/*INDEX CSS*/
#all {
  padding-top: 48px; }
  @media (min-width: 992px) {
    #all {
      padding: 0; } }

.head {
  height: 65vh;
  background: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  @media (min-width: 992px) {
    .head {
      height: 100vh; } }
  .head video {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: auto;
    max-height: 65vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
    pointer-events: none; }
    @media (min-width: 992px) {
      .head video {
        aspect-ratio: 16 / 9;
        max-height: 100vh; } }
  .head .container {
    position: relative;
    z-index: 2; }
  .head h1 {
    font-size: 1.75rem;
    line-height: 1.15;
    font-style: italic;
    color: #f2e3cf; }
    @media (min-width: 768px) {
      .head h1 {
        font-size: 3.75rem; } }
  .head p, .head p span {
    font-size: .8rem;
    margin: 1.5rem 0;
    color: #fff; }
    @media (min-width: 768px) {
      .head p, .head p span {
        font-size: 1.5rem; } }
  .head p {
    padding: 0 .5rem; }

#sobre-nos {
  padding-bottom: 8rem;
  position: relative;
  background: #252f65; }
  #sobre-nos:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../img/patternv3.svg) repeat-x top;
    background-size: auto 460%; }
  #sobre-nos h2, #sobre-nos p {
    color: #fff; }

.section {
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .section {
      padding: 4rem 0; } }

.gallery {
  padding: 2rem 0 0; }
  .gallery .carousel-cell {
    width: auto;
    margin: 1rem; }
  .gallery h5 {
    color: #8da5c4;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1rem; }
  .gallery .image {
    position: relative;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    border-radius: 16px; }
    .gallery .image:before {
      content: "";
      background: #0e0e0e;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: .25;
      transition: opacity .3s ease; }
    .gallery .image:after {
      content: "";
      width: 80px;
      height: 80px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgJy0vL1czQy8vRFREIFNWRyAxLjEvL0VOJyAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiPgogIDxnPgogICAgPGcgZmlsbD0iI2ZmZmZmZiI+CiAgICAgIDxwYXRoIGQ9Im0zNTQuMiwyNDcuNGwtMTM1LjEtOTIuNGMtNC4yLTMuMS0xNS40LTMuMS0xNi4zLDguNnYxODQuOGMxLDExLjcgMTIuNCwxMS45IDE2LjMsOC42bDEzNS4xLTkyLjRjMy41LTIuMSA4LjMtMTAuNyAwLTE3LjJ6bS0xMzAuNSw4MS4zdi0xNDUuNGwxMDYuMSw3Mi43LTEwNi4xLDcyLjd6Ii8+CiAgICAgIDxwYXRoIGQ9Ik0yNTYsMTFDMTIwLjksMTEsMTEsMTIwLjksMTEsMjU2czEwOS45LDI0NSwyNDUsMjQ1czI0NS0xMDkuOSwyNDUtMjQ1UzM5MS4xLDExLDI1NiwxMXogTTI1Niw0ODAuMSAgICBDMTMyLjQsNDgwLjEsMzEuOSwzNzkuNiwzMS45LDI1NlMxMzIuNCwzMS45LDI1NiwzMS45UzQ4MC4xLDEzMi40LDQ4MC4xLDI1NlMzNzkuNiw0ODAuMSwyNTYsNDgwLjF6Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) center no-repeat;
      background-size: cover;
      position: absolute;
      margin-top: -40px;
      margin-left: -40px;
      top: 50%;
      left: 50%;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .gallery .image:hover:after {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
    .gallery .image:hover:before {
      opacity: .5; }
    .gallery .image img {
      height: 300px;
      width: auto;
      -o-object-fit: cover;
         object-fit: cover;
      transition: opacity .3s ease; }
      @media (min-width: 1240px) {
        .gallery .image img {
          height: 500px; } }

.gallery-nav #carousel-counter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  .gallery-nav #carousel-counter span {
    display: block;
    min-width: 30px;
    text-align: center;
    font-weight: 900;
    color: #0e0e0e; }

.gallery-nav .custom-buttons button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 2rem;
  color: #0e0e0e; }

#numeros-dinamicos {
  text-align: center; }
  @media (max-width: 991px) {
    #numeros-dinamicos {
      padding: 0; } }
  #numeros-dinamicos .count {
    font-weight: 900;
    font-size: 42px;
    line-height: 1; }
  #numeros-dinamicos .grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media (min-width: 768px) {
      #numeros-dinamicos .grid {
        display: grid; } }
    #numeros-dinamicos .grid:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    #numeros-dinamicos .grid:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    #numeros-dinamicos .grid:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3; }
    #numeros-dinamicos .grid:nth-child(4) {
      grid-area: 2 / 1 / 3 / 2; }
  #numeros-dinamicos .card-numbers {
    padding: 2rem;
    background: #f2e3cf;
    margin: 1rem;
    border-radius: 8px; }
    #numeros-dinamicos .card-numbers p {
      color: #252f65; }

.scroll-scene {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 0 0 4rem;
  margin-top: -4rem;
  position: relative; }
  .scroll-scene:before {
    content: "";
    display: block;
    position: absolute;
    top: 4rem;
    width: 100%;
    height: 100%;
    background: #f2e3cf;
    left: 0;
    z-index: -1; }
  .scroll-scene .text-column {
    width: 50%;
    overflow: hidden; }
  .scroll-scene .image-column {
    width: 50%;
    position: relative; }
  @media (min-width: 992px) {
    .scroll-scene .text-column,
    .scroll-scene .image-column {
      padding: 0 2rem; } }
  .scroll-scene .image-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; }
  .scroll-scene .image-wrapper img {
    width: auto;
    max-width: 75%;
    margin: 0 auto;
    height: auto;
    max-height: calc(100vh - 120px);
    border-radius: 10px;
    transition: opacity 0.5s ease; }
  .scroll-scene .scene {
    padding: 4rem 0 1rem; }
    @media (min-width: 992px) {
      .scroll-scene .scene {
        padding: 16rem 2rem; } }
    .scroll-scene .scene:after {
      display: block;
      width: 100vw;
      height: 1px;
      background: linear-gradient(#fff, #252f65);
      position: absolute;
      right: 0;
      z-index: -1;
      margin-top: 0; }
    .scroll-scene .scene h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      color: #252f65;
      font-size: 1.5rem; }
      @media (min-width: 992px) {
        .scroll-scene .scene h2 {
          margin-left: -3rem;
          font-size: 3.2rem; } }
      .scroll-scene .scene h2 em {
        font-family: "Playfair Display", serif;
        font-weight: 900;
        display: block;
        color: #252f65; }
        @media (min-width: 992px) {
          .scroll-scene .scene h2 em {
            margin-left: 3rem; } }
  .scroll-scene .pin-section {
    min-height: 800px; }

.anima {
  transition: all .5s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); }
  .anima.delay {
    transition-delay: .3s; }
  .anima.fade {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.depoimentos {
  padding: 4rem 0;
  background: #fafafa;
  position: relative;
  overflow: hidden; }
  .depoimentos:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../img/patternv3.svg) repeat-x bottom;
    background-size: auto 460%;
    opacity: .25; }
  .depoimentos .flickity-viewport {
    margin-bottom: 2rem; }
  .depoimentos .flickity-page-dots .dot {
    background: #cde6f9; }
  .depoimentos .flickity-page-dots .is-selected {
    background: #252f65; }
  .depoimentos .container {
    position: relative;
    z-index: 1; }
  .depoimentos h4, .depoimentos p {
    color: #8da5c4; }
  .depoimentos h4 {
    font-size: 1rem; }
  .depoimentos p {
    font-size: 1rem;
    min-height: 100px; }
  .depoimentos span {
    color: #8da5c4; }
  .depoimentos img {
    overflow: hidden;
    border-radius: 50%;
    max-width: 120px; }

#contato {
  padding: 3rem 0 7.5rem;
  background: #252f65;
  position: relative; }
  #contato:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../img/patternv3.svg) repeat-x top;
    background-size: auto 460%;
    opacity: .25; }
  #contato p {
    color: #fff; }
  #contato img {
    max-width: 160px; }
  #contato li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
  #contato .social {
    max-width: 200px;
    margin: 1rem auto 4rem;
    padding: 0; }
    #contato .social img {
      width: 36px;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    #contato .social a:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    #contato .social li:nth-child(2) img {
      padding: .2rem; }
    #contato .social li:nth-child(3) img {
      padding: .18rem; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* ou #fff, dependendo do design */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease; }

/* Loader animado */
.loader {
  border: 6px solid #8da5c4;
  border-top: 6px solid #252f65;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

/* Animação de rotação */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.notranslate,
.notranslate * {
  translate: no !important; }

.header-site #gt_float_wrapper {
  padding-top: .5rem; }

.header-site .gt_float_switcher {
  background: transparent; }

.header-site .gt-lang-code {
  color: #f2e3cf;
  font-size: 16px; }

.header-site .nturl {
  font-size: 16px; }

.header-site .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0; }

.header-site .gt_float_switcher img {
  width: 20px !important; }

.header-site .gtranslate_wrapper {
  position: relative; }

.header-site .gt_float_switcher .gt-selected {
  background: transparent !important; }

.header-site .gt_float_switcher .gt_options {
  text-align: left;
  background: #fff; }

@media (min-width: 992px) {
  .header-site #google_translate_element2 {
    position: fixed; }
  .header-site .gt_float_switcher .gt_options {
    position: fixed;
    top: 60px; } }

/**THEME INIT**/


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