@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Noto+Serif+Display:wght@300;400;500;600;800&display=swap");
*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

@media screen and (max-width: 968px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 18px;
  }
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.relative {
  position: relative;
}

.flax-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 360px;
          flex: 1 1 360px;
}

.flex-item-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 360px;
          flex: 2 1 360px;
}

.flex-item-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 360px;
          flex: 3 1 360px;
}

.flex-item-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4 1 360px;
          flex: 4 1 360px;
}

.flex-item-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5 1 360px;
          flex: 5 1 360px;
}

.flex-item-auto {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

.w-auto {
  width: auto !important;
}

.wm-100 {
  max-width: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero {
  min-height: 90vh;
  z-index: 1;
}

@media screen and (max-width: 968px) {
  .hero {
    min-height: initial;
  }
}

.hero.sobre {
  background: url(../../img/fundo-sobre.png) no-repeat center bottom;
  background-size: 100% !important;
  position: relative;
  padding-top: 150px;
  -webkit-box-shadow: 0px 30px 64px -33px #15b2c926;
          box-shadow: 0px 30px 64px -33px #15b2c926;
}

@media screen and (max-width: 968px) {
  .hero.sobre {
    padding-bottom: 60px !important;
    background-size: 170% !important;
  }
}

@media screen and (max-width: 968px) {
  .hero.sobre h2 {
    text-align: center;
  }
}

@media screen and (max-width: 968px) {
  .hero.sobre .arrows {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    bottom: -30px;
  }
}

.barra-effect {
  position: absolute;
  width: 1px;
  height: 148px;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4C6671), to(rgba(76, 102, 113, 0)));
  background: linear-gradient(180deg, #4C6671 0%, rgba(76, 102, 113, 0) 100%);
  border-radius: 3px;
}

.h-auto {
  height: auto;
  min-height: initial;
}

.card.servicos {
  background: linear-gradient(244.8deg, rgba(255, 255, 255, 0.11) 2.64%, rgba(0, 0, 0, 0.25) 72.46%);
  opacity: 0.5;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  text-decoration: none;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-box-shadow: inset 0 0 1px 1px #f8b33229, inset 0 0 1px 1px #081f2c;
          box-shadow: inset 0 0 1px 1px #f8b33229, inset 0 0 1px 1px #081f2c;
}

.card.servicos:hover {
  background: linear-gradient(244.8deg, rgba(255, 255, 255, 0.11) 2.64%, rgba(0, 0, 0, 0.25) 72.46%);
  -webkit-box-shadow: 0px 156px 63px rgba(33, 59, 74, 0.01), 0px 88px 53px rgba(33, 59, 74, 0.05), 0px 39px 39px rgba(33, 59, 74, 0.09), 0px 10px 21px rgba(33, 59, 74, 0.1), 0px 0px 0px rgba(33, 59, 74, 0.1);
          box-shadow: 0px 156px 63px rgba(33, 59, 74, 0.01), 0px 88px 53px rgba(33, 59, 74, 0.05), 0px 39px 39px rgba(33, 59, 74, 0.09), 0px 10px 21px rgba(33, 59, 74, 0.1), 0px 0px 0px rgba(33, 59, 74, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  top: -5px;
  text-decoration: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  border-radius: 16px;
}

.card.servicos:hover svg path {
  fill: #B19066;
}

.card.servicos p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #FFF;
  text-align: center;
}

.biografia {
  position: relative;
}

@media screen and (max-width: 968px) {
  .biografia .container {
    padding: 30px 36px;
  }
}

.biografia img {
  height: auto;
}

.biografia .titles {
  color: #B19066;
}

.biografia h2, .biografia h3 {
  color: #6697A3;
}

.biografia::before {
  content: "";
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/fundo-bio.png");
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 968px) {
  .biografia img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 968px) {
  .biografia img .row {
    padding-bottom: 0 !important;
  }
}

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

@media screen and (max-width: 968px) {
  .biografia .boxfran img {
    margin-top: 35px;
  }
}

@media screen and (max-width: 968px) {
  .biografia .boxfran .txts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 968px) {
  .biografia .boxfran .imgs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.soaciais svg {
  max-width: 32px;
  max-height: 31px;
}

.blog .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .post-categories a {
  color: #DCDFE6 !important;
}

.blog a:hover {
  text-decoration: none;
}

.blog .card-blog {
  border: 1px solid #002534;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  background-color: #051C29;
  top: 0;
}

.blog .card-blog:hover {
  top: -10px;
  border-color: #B19066;
}

.blog .swiper-slide {
  padding-top: 40px;
}

.blog .swiper-slide img {
  width: 100% !important;
  position: relative;
  top: -50px;
  height: auto !important;
  min-height: initial !important;
}

.blog .arrows {
  width: 99% !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  bottom: 50% !important;
}

/*Contato*/
.contato {
  background-image: url(../../img/fundo-contato.png);
  background-position: center;
  background-size: cover;
}

.contato form {
  padding: 28px;
  /* boxescuro */
  width: 100%;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(247deg, #ffffff69, transparent) 1;
     border-image: linear-gradient(247deg, #ffffff69, transparent) 1;
  border-radius: 16px;
}

.contato form input {
  width: 100%;
  background: none;
  min-height: 55px;
  margin-bottom: 12px;
  padding: 5px 8px;
  color: #FFF;
  /* Azul/Light 1 */
  border: 1px solid #6697A3;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
}

.contato form input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form textarea {
  width: 100%;
  color: #FFF;
  background: none;
  max-height: 135px;
  margin-bottom: 8px;
  padding: 5px 8px;
  /* Azul/Light 1 */
  border: 1px solid #6697A3;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
}

.contato form textarea ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form textarea :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form textarea ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contato form textarea ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.internos {
  background-attachment: fixed;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.internos .card-blog {
  margin-bottom: 55px;
  background-color: #02121C;
}

.internos .card-blog img {
  height: auto;
  position: relative;
  top: -50px;
  min-height: initial !important;
}

.internos .blog .row {
  padding-top: 30px;
}

.internos .hero.content {
  position: relative;
  z-index: 1;
}

.internos .titles-blog {
  background-color: #02121C;
  z-index: 2;
  position: relative;
}

.internos .titles-blog img {
  max-height: 460px;
  margin-top: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 8px 8px 0px 0px;
}

@media screen and (max-width: 968px) {
  .internos .titles-blog img {
    max-height: 250px;
  }
}

.internos .titles-blog .titles-blog-textos {
  margin-top: -550px;
  position: relative;
  overflow: initial;
}

@media screen and (max-width: 968px) {
  .internos .titles-blog .titles-blog-textos {
    margin-top: -55%;
  }
}

.internos .titles-blog .titles-blog-textos .col-md-8 {
  background-color: #02121C;
  padding: 30px;
  border-radius: 16px;
  min-height: 345px;
  margin-bottom: -150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 968px) {
  .internos .titles-blog .titles-blog-textos .col-md-8 {
    min-height: initial;
    margin-bottom: -105px;
  }
}

.internos .titles-blog .titles-blog-textos .col-md-8 .btn {
  max-width: 70px;
  padding: 12px 13px;
  margin-bottom: 25px;
}

.internos .titles-blog .titles-blog-textos .col-md-8 .btn::after {
  margin-left: 14px;
  -webkit-transform: rotate(182deg);
          transform: rotate(182deg);
}

@media screen and (max-width: 968px) {
  .missaos .flex-colum .w-50.m-auto {
    width: 100% !important;
  }
}

.rl-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 968px) {
  .rl-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rl-gallery .rl-gallery-item {
  width: 20%;
  padding: 8px 9px;
}

@media screen and (max-width: 968px) {
  .rl-gallery .rl-gallery-item {
    width: 100%;
  }
}

.rl-gallery .rl-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}

.fotoshome .rl-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 968px) {
  .fotoshome .rl-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fotoshome .rl-gallery .rl-gallery-item {
  width: 25%;
}

.fotoshome .rl-gallery .rl-gallery-item:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 968px) {
  .fotoshome .rl-gallery .rl-gallery-item {
    width: 100%;
  }
}

.fotoshome .rl-gallery .rl-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 450px;
}

h1, .h1 {
  color: #B19066;
  font-family: 'Noto Serif Display', serif;
  font-size: 80px;
  line-height: 100%;
}

@media screen and (max-width: 968px) {
  h1, .h1 {
    font-family: 'Noto Serif Display', serif;
    font-size: 39px;
    line-height: 120%;
  }
}

h2, .h2 {
  color: #B19066;
  font-family: 'Noto Serif Display', serif;
  font-size: 47px;
  line-height: 111%;
  font-weight: normal;
}

@media screen and (max-width: 968px) {
  h2, .h2 {
    font-family: 'Noto Serif Display', serif;
    font-size: 32px;
    line-height: 120%;
  }
}

h3, .h3 {
  color: #DCDFE6;
  font-family: 'Noto Serif Display', serif;
  font-size: 25px;
  line-height: 140%;
}

@media screen and (max-width: 968px) {
  h3, .h3 {
    font-family: 'Noto Serif Display', serif;
    font-size: 25px;
    line-height: 140%;
  }
}

h4, .h4 {
  color: #DCDFE6;
  font-family: 'Noto Serif Display', serif;
  font-size: 18px;
  line-height: 100%;
}

@media screen and (max-width: 968px) {
  h4, .h4 {
    font-family: 'Noto Serif Display', serif;
    font-size: 18px;
    line-height: 120%;
  }
}

p {
  color: #CDD4D8;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-size: 16px;
  line-height: 130%;
}

@media screen and (max-width: 968px) {
  p {
    font-family: 'Montserrat', sans-serif;
  }
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #DCDFE6;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.biografia p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 130%;
  margin: 70px 0;
}

@media screen and (max-width: 968px) {
  .biografia p {
    margin: 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 130%;
    font-size: 16px;
    line-height: 130%;
    font-size: 14px;
    line-height: 130%;
  }
}

.blog .card-blog p {
  color: #6A7E87;
}

.blog .card-blog h3 {
  text-align: left;
  color: #DCDFE6;
  padding: 10px 0;
}

.blog .card-blog h4 {
  color: #CCDDE1;
}

.blog .card-blog a {
  font-family: 'Noto Serif Display', serif;
  font-size: 18px;
  line-height: 100%;
  color: #FFD47E;
}

.internos p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 130%;
}

a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

a:hover {
  opacity: .9;
}

.btn {
  border: 1px solid #003A4B;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 12px 32px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  top: 0;
  position: relative;
}

.btn::after {
  content: url(../../svg/arrow.svg);
  display: block;
  width: 11px;
  height: 21px;
  margin-left: 30px;
}

.btn::before {
  content: "";
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: block;
  background: #6697A3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.btn:hover {
  top: -5px;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  overflow: hidden;
  color: #FFD47E;
}

.btn:hover::before {
  opacity: 0.2;
}

/*Spacing Project

$gap-1: 8px;
$gap-2: 16px;
$gap-3: 32px;
$gap-4: 48px;
$gap-5: 56px;
$gap-6: 72px;
$gap-7: 128px;
*/
.s-0 {
  margin: 0;
  padding: 0;
}

/*
.m-1{
    margin: $gap-1;
}
.m-2{
    margin: $gap-2;
}
.m-3{
    margin: $gap-3;
}
.m-4{
    margin: $gap-4;
}
.m-5{
    margin: $gap-5;
}
.m-6{
    margin: $gap-6;
}
.m-7{
    margin: $gap-7;
}

.mt-1{
    margin-top: $gap-1;
}
.mt-2{
    margin-top: $gap-2;
}
.mt-3{
    margin-top: $gap-3;
}
.mt-4{
    margin-top: $gap-4;
}
.mt-5{
    margin-top: $gap-5;
}
.mt-6{
    margin-top: $gap-6;
}
.mt-7{
    margin-top: $gap-7;
}

.mb-1{
    margin-bottom: $gap-1;
}
.mb-2{
    margin-bottom: $gap-2;
}
.mb-3{
    margin-bottom: $gap-3;
}
.mb-4{
    margin-bottom: $gap-4;
}
.mb-5{
    margin-bottom: $gap-5;
}
.mb-6{
    margin-bottom: $gap-6;
}
.mb-7{
    margin-bottom: $gap-7;
}

.mr-1{
    margin-right: $gap-1;
}
.mr-2{
    margin-right: $gap-2;
}
.mr-3{
    margin-right: $gap-3;
}
.mr-4{
    margin-right: $gap-4;
}
.mr-5{
    margin-right: $gap-5;
}
.mr-6{
    margin-right: $gap-6;
}
.mr-7{
    margin-right: $gap-7;
}

.ml-1{
    margin-left: $gap-1;
}
.ml-2{
    margin-left: $gap-2;
}
.ml-3{
    margin-left: $gap-3;
}
.ml-4{
    margin-left: $gap-4;
}
.ml-5{
    margin-left: $gap-5;
}
.ml-6{
    margin-left: $gap-6;
}
.ml-7{
    margin-left: $gap-7;
}

.mx-1{
    margin-top: $gap-1;
    margin-bottom: $gap-1;
}
.mx-2{
    margin-top: $gap-2;
    margin-bottom: $gap-2;
}
.mx-3{
    margin-top: $gap-3;
    margin-bottom: $gap-3;
}
.mx-4{
    margin-top: $gap-4;
    margin-bottom: $gap-4;
}
.mx-5{
    margin-top: $gap-5;
    margin-bottom: $gap-5;
}
.mx-6{
    margin-top: $gap-6;
    margin-bottom: $gap-6;
}
.mx-7{
    margin-top: $gap-7;
    margin-bottom: $gap-7;
}

.my-1{
    margin-left: $gap-1;
    margin-right: $gap-1;
}
.my-2{
    margin-left: $gap-2;
    margin-right: $gap-2;
}
.my-3{
    margin-left: $gap-3;
    margin-right: $gap-3;
}
.my-4{
    margin-left: $gap-4;
    margin-right: $gap-4;
}
.my-5{
    margin-left: $gap-5;
    margin-right: $gap-5;
}
.my-6{
    margin-left: $gap-6;
    margin-right: $gap-6;
}
.my-7{
    margin-left: $gap-7;
    margin-right: $gap-7;
}





.p-1{
    padding: $gap-1;
}
.p-2{
    padding: $gap-2;
}
.p-3{
    padding: $gap-3;
}
.p-4{
    padding: $gap-4;
}
.p-5{
    padding: $gap-5;
}
.p-6{
    padding: $gap-6;
}
.p-7{
    padding: $gap-7;
}

.pt-1{
    padding-top: $gap-1;
}
.pt-2{
    padding-top: $gap-2;
}
.pt-3{
    padding-top: $gap-3;
}
.pt-4{
    padding-top: $gap-4;
}
.pt-5{
    padding-top: $gap-5;
}
.pt-6{
    padding-top: $gap-6;
}
.pt-7{
    padding-top: $gap-7;
}

.pb-1{
    padding-bottom: $gap-1;
}
.pb-2{
    padding-bottom: $gap-2;
}
.pb-3{
    padding-bottom: $gap-3;
}
.pb-4{
    padding-bottom: $gap-4;
}
.pb-5{
    padding-bottom: $gap-5;
}
.pb-6{
    padding-bottom: $gap-6;
}
.pb-7{
    padding-bottom: $gap-7;
}

.pr-1{
    padding-right: $gap-1;
}
.pr-2{
    padding-right: $gap-2;
}
.pr-3{
    padding-right: $gap-3;
}
.pr-4{
    padding-right: $gap-4;
}
.pr-5{
    padding-right: $gap-5;
}
.pr-6{
    padding-right: $gap-6;
}
.pr-7{
    padding-right: $gap-7;
}

.pl-1{
    padding-left: $gap-1;
}
.pl-2{
    padding-left: $gap-2;
}
.pl-3{
    padding-left: $gap-3;
}
.pl-4{
    padding-left: $gap-4;
}
.pl-5{
    padding-left: $gap-5;
}
.pl-6{
    padding-left: $gap-6;
}
.pl-7{
    padding-left: $gap-7;
}

.px-1{
    padding-top: $gap-1;
    padding-bottom: $gap-1;
}
.px-2{
    padding-top: $gap-2;
    padding-bottom: $gap-2;
}
.px-3{
    padding-top: $gap-3;
    padding-bottom: $gap-3;
}
.px-4{
    padding-top: $gap-4;
    padding-bottom: $gap-4;
}
.px-5{
    padding-top: $gap-5;
    padding-bottom: $gap-5;
}
.px-6{
    padding-top: $gap-6;
    padding-bottom: $gap-6;
}
.px-7{
    padding-top: $gap-7;
    padding-bottom: $gap-7;
}

.py-1{
    padding-left: $gap-1;
    padding-right: $gap-1;
}
.py-2{
    padding-left: $gap-2;
    padding-right: $gap-2;
}
.py-3{
    padding-left: $gap-3;
    padding-right: $gap-3;
}
.py-4{
    padding-left: $gap-4;
    padding-right: $gap-4;
}
.py-5{
    padding-left: $gap-5;
    padding-right: $gap-5;
}
.py-6{
    padding-left: $gap-6;
    padding-right: $gap-6;
}
.py-7{
    padding-left: $gap-7;
    padding-right: $gap-7;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  background-color: #051C29;
}

svg, img {
  display: block;
  width: 100%;
}

header {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 90px;
  position: fixed;
  z-index: 999;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#002534), to(rgba(0, 37, 52, 0)));
  background: linear-gradient(180deg, #002534 0%, rgba(0, 37, 52, 0) 100%);
}

.active-header .navbar-mobile, .active-header .navbar-desktop {
  background: #002534e8;
  -webkit-box-shadow: 0px 10px 69px -31px rgba(0, 79, 97, 0.63);
  box-shadow: 0px 10px 69px -31px rgba(0, 79, 97, 0.63);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 800;
}

.logo svg {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  height: 56px;
}

.active-header .logo svg {
  height: 40px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

/*****
Animação Logo
*/
.p-icon {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: logonu-letter-n 4s ease infinite alternate;
  animation: logonu-letter-n 4s ease infinite alternate;
}

.d-icon {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: logonu-letter-u 4s ease infinite alternate;
  animation: logonu-letter-u 4s ease infinite alternate;
}

@-webkit-keyframes logonu-letter-n {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 1 100;
    stroke-width: 0;
  }
  20%,
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 100 0;
    stroke-width: 1.5;
  }
  60%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(40px, 10px, 0) rotate(180deg);
    transform: translate3d(40px, 10px, 0) rotate(180deg);
  }
}

@keyframes logonu-letter-n {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 1 100;
    stroke-width: 0;
  }
  20%,
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 100 0;
    stroke-width: 1.5;
  }
  60%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(40px, 10px, 0) rotate(180deg);
    transform: translate3d(40px, 10px, 0) rotate(180deg);
  }
}

@-webkit-keyframes logonu-letter-u {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 1 100;
    stroke-width: 0;
  }
  20%,
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 100 0;
    stroke-width: 1.5;
  }
  60%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-40px, -10px, 0) rotate(180deg);
    transform: translate3d(-40px, -10px, 0) rotate(180deg);
  }
}

@keyframes logonu-letter-u {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 1 100;
    stroke-width: 0;
  }
  20%,
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke-dasharray: 100 0;
    stroke-width: 1.5;
  }
  60%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-40px, -10px, 0) rotate(180deg);
    transform: translate3d(-40px, -10px, 0) rotate(180deg);
  }
}

/*****
Desktop
*/
.navbar-desktop {
  max-width: 1440px;
  margin: 0 auto;
  padding: 26px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 968px) {
  .navbar-desktop {
    display: none;
  }
}

.navbar-desktop .active-header {
  padding: 10px 24px;
}

.navbar-desktop-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-desktop {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.menu-desktop li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 16px 32px;
  color: #FFF;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  top: 0;
  position: relative;
}

.menu-desktop li a::before {
  content: "";
  display: block;
  background: #FFD47E;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 46px;
  height: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-59%, 21px);
          transform: translate(-59%, 21px);
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.menu-desktop li a:hover {
  top: -7px;
  text-decoration: none;
}

.menu-desktop li a:hover::before {
  opacity: 1;
}

.navbar-mobile {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: none;
}

@media screen and (max-width: 968px) {
  .navbar-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
}

.bx::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 17%;
  width: 70%;
  height: 2px;
  background-color: #FFD47E;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.bx::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 17%;
  width: 70%;
  height: 2px;
  background-color: #FFD47E;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
}

.active-bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 70%;
  height: 2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-color: #FFD47E;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.active-bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  width: 70%;
  height: 2px;
  background-color: #FFD47E;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.menu-mobile {
  width: 100vw;
  /*height: 100vh;*/
  padding-top: 80px;
  background-color: #051C29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -76px, 0);
          transform: translate3d(0, -76px, 0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.nav-mobile {
  max-width: 1440px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  width: 100%;
}

.nav-mobile li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-size: 18px;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  padding: 16px 32px;
  color: #FFF;
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.nav-mobile li a::before {
  content: "";
  display: block;
  background: #FFD47E;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 46px;
  height: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-59%, 21px);
          transform: translate(-59%, 21px);
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.nav-mobile li a:hover::before {
  opacity: 1;
}

.wp-button {
  background: rgba(0, 79, 97, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  width: 72px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  position: fixed;
  bottom: 25px;
  z-index: 999;
  right: 25px;
  border-radius: 100%;
}

.wp-button:hover {
  bottom: 34px;
}

.wp-button::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  height: 90px;
  z-index: -99;
  opacity: 0.25;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border-radius: 100%;
}

.wp-button::after {
  background: linear-gradient(103.21deg, rgba(0, 58, 75, 0.4) -11.14%, rgba(102, 151, 163, 0.4) 112.17%);
  opacity: 0.4;
  -webkit-box-shadow: 0px 34px 14px rgba(150, 199, 228, 0.01), 0px 19px 11px rgba(150, 199, 228, 0.05), 0px 8px 8px rgba(150, 199, 228, 0.09), 0px 2px 5px rgba(150, 199, 228, 0.1), 0px 0px 0px rgba(150, 199, 228, 0.1);
          box-shadow: 0px 34px 14px rgba(150, 199, 228, 0.01), 0px 19px 11px rgba(150, 199, 228, 0.05), 0px 8px 8px rgba(150, 199, 228, 0.09), 0px 2px 5px rgba(150, 199, 228, 0.1), 0px 0px 0px rgba(150, 199, 228, 0.1);
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear;
}

.wp-button:hover .effect::before,
.wp-button:focus .effect::before,
.wp-button:hover .effect::after,
.wp-button:focus .effect::after {
  opacity: 1;
}

.wp-button:hover, .wp-button:focus {
  color: #7DE186;
}

.wp-button:hover::before, .wp-button:focus::before {
  opacity: 0.25;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.swiper-slide .vidslide {
  position: relative;
  width: 100%;
  max-height: 73.3vh;
}

.swiper-slide .vidslide video {
  width: 100%;
  height: auto;
  min-height: 480px;
}

@media screen and (max-width: 968px) {
  .swiper-slide .vidslide video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 968px) {
  .swiper-slide img {
    min-height: 500px;
  }
}

.swiper .arrows {
  position: absolute;
  right: 6px;
  bottom: 0;
  z-index: 5;
}

@media screen and (max-width: 968px) {
  .swiper .arrows {
    padding: 25px 20px !important;
    width: 100%;
  }
}

.swiper .arrows div {
  opacity: .4;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.swiper .arrows div:hover {
  opacity: 1;
}

@media screen and (max-width: 968px) {
  .swiper .arrows div svg {
    height: auto;
    width: 60px;
  }
}

.swiper .textslid {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper .textslid h2 {
  color: #DCDFE6;
}

.swiper .textslid::before {
  content: "";
  display: block;
  border: 1px solid #4C6671;
  height: 1px;
  width: 20%;
  margin-bottom: 50px;
}

.swiper .textslid::after {
  content: "";
  display: block;
  border: 1px solid #4C6671;
  height: 1px;
  width: 20%;
  margin-top: 50px;
}

.bannerSwiper .arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media screen and (max-width: 968px) {
  .fotoshome .blogSwiper .swiper-slide img {
    min-height: 300px;
  }
}

footer .container {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

footer .menutransforo a {
  text-transform: uppercase;
}

footer ul {
  list-style: none;
}

footer ul li {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-size: 16px;
  line-height: 130%;
  line-height: 187%;
  display: block;
  padding-left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 968px) {
  footer ul li {
    font-size: 14px;
    line-height: 175%;
  }
}

footer ul a {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-size: 16px;
  line-height: 130%;
  line-height: 187%;
  display: block;
  padding-left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer ul a:hover {
  color: #BF8E20;
  padding-left: 5px;
  text-decoration: none;
}

footer h4 {
  margin-bottom: 20px;
  color: #DCDBD7;
}

footer iframe {
  border-radius: 16px;
}
/*# sourceMappingURL=style.css.map */