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

html {
  scroll-behavior: smooth;
}

/*
 * Poppins 
================================================================================ */
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-bold-webfont.eot");
  src:
    url("../fonts/poppins/poppins-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins/poppins-bold-webfont.woff") format("woff"),
    url("../fonts/poppins/poppins-bold-webfont.ttf") format("truetype"),
    url("../fonts/poppins/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-light-webfont.eot");
  src:
    url("../fonts/poppins/poppins-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/poppins-light-webfont.woff2") format("woff2"),
    url("../fonts/poppins/poppins-light-webfont.woff") format("woff"),
    url("../fonts/poppins/poppins-light-webfont.ttf") format("truetype"),
    url("../fonts/poppins/poppins-light-webfont.svg#poppinslight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-medium-webfont.eot");
  src:
    url("../fonts/poppins/poppins-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins/poppins-medium-webfont.woff") format("woff"),
    url("../fonts/poppins/poppins-medium-webfont.ttf") format("truetype"),
    url("../fonts/poppins/poppins-medium-webfont.svg#poppinsmedium")
      format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-regular-webfont.eot");
  src:
    url("../fonts/poppins/poppins-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins/poppins-regular-webfont.svg#poppinsregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/poppins-semibold-webfont.eot");
  src:
    url("../fonts/poppins/poppins-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins/poppins-semibold-webfont.woff") format("woff"),
    url("../fonts/poppins/poppins-semibold-webfont.ttf") format("truetype"),
    url("../fonts/poppins/poppins-semibold-webfont.svg#poppinssemibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

:root {
  --color-azul: #071f54;
  --deg-dourado: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
  --cinza: #404040;
  --branco: #f5f3f0;
  --preto: #000;
  --sombra: 4px 4px 20px 2px #56596759;
}

.form-control:focus {
  box-shadow: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #071f5499;
  border-bottom: 1px solid white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #071f54 0%, rgba(7, 31, 84, 0) 54.25%);
}

h2.hero-subtitle {
  font-family: Poppins;
  font-weight: 700;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

h1.hero-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  span {
    background: linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e6c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.hero-text {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  max-width: 660px;
}
.crenca-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
}

.single-post header,
.privacy-policy header {
  background-color: var(--color-azul);
}

.crenca-text {
  color: #3d3d3d;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.card-depo:hover .cd-img {
  transform: scale(1.05);
}

.cd-img {
  transition: 600ms all ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cd-img-container {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.cd-title {
  color: var(--Azul, #071f54);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 36px 22px;
}

a.card-depo {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

.post-cat-container span {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.side-post {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  display: block;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.sp-text {
  color: #6b7280;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sp-title {
  color: var(--Azul, #071f54);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.sp-cat {
  border-radius: 20px;
  background: var(--Azul, #071f54);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: undefined;
  padding: 8px 12px;
}

.site-title-small:after {
  bottom: -10px !important;
}

ul.pcc-social a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.post-cat-container span {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

ul.pcc-cat a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}

.post-cat-container {
  border-radius: 20px;
  background: var(--Azul, #071f54);
  padding: 25px;
}

.pcc-title {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.nb:after {
  display: none;
}

.crenca-item:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e5c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
  content: " ";
}

.crenca-item img {
  height: 40px;
}

.crenca-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  position: relative;
  padding-right: 20px;
}

.numero-item {
  gap: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  span {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    background: linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e6c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.numeros-container {
  background: var(--color-azul);
  padding: 46px 0;
}

h2.site-title.line.line-center:after {
  left: 50%;
  transform: translateX(-50%);
}
h2.site-title.line:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: " ";
  max-width: 350px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
}

.bl-beneficio img {
  height: 30px;
}

.form-credito a {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.form-credito a:last-child {
  border: none;
  margin-bottom: 0;
}

.simul-gold {
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
  border-radius: 20px 0 0 20px;
  padding: 45px 0 45px 45px;
  height: 100%;
}

h2.site-title span {
  color: white;
}

img.img-credito {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 0 20px 20px 0;
}

.emp-video.cont-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/5;
  overflow: hidden;
  border-radius: 20px;
}
.emp-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-credito {
  background: #071f54;
  border-radius: 20px;
  padding: 26px 28px;
  color: white;
  margin-left: 50px;
  margin-right: -50px;
  z-index: 1;
  position: relative;
}

.fc-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.simul-item {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-azul);
}

.btn-white {
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
  background: white;
  border-radius: 50px;
  padding: 14px 28px;
  display: inline-block;
}

.card-post:hover .card-post-image img {
  transform: scale(1.05);
}

.card-post:hover .pp-readmore {
  background-color: var(--color-azul);
  color: #f5de8c;
}

.pp-readmore {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-azul);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--color-azul);
  transition: 300ms all ease-in-out;
}

a.card-empreendimento {
  box-shadow: 0px 8px 14px 0px #00000014;
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  margin: 20px 14px;
  &:hover {
    .cei-readmore {
      background-color: var(--color-azul);
      color: #f5de8c;
    }
    img.ce-img {
      scale: 1.05;
    }
  }
  .ce-category {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    vertical-align: middle;

    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    margin: 16px;
    padding: 12px;
    width: 102;
    height: 30;
    angle: 0 deg;
    opacity: 1;
    border-radius: 20px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    color: white;
    background: var(--color-azul);
  }

  .cei-readmore {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid var(--color-azul);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--color-azul);
    transition: 300ms all ease-in-out;
  }
  .ce-info {
    padding: 20px;
  }
  .ce-subtitle {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6b7280;
    span {
      color: var(--color-azul);
      font-weight: 500;
    }
  }

  img.ce-img {
    width: 100%;
    transition: 600ms all ease-in-out;
    height: 100%;
    object-fit: cover;
  }
  .ce-img-container {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    position: relative;
    overflow: hidden;
  }
  .ce-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-azul);
  }
}

h2.site-title {
  position: relative;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
}

.readmore {
  color: #6b7280;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  gap: 8px;
  align-items: center;
}

.hero {
  min-height: 740px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.color-dourado {
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
}

.img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

ul#menu-principal {
  display: flex;
  align-items: center;
  gap: 60px;
}

.container {
  margin: 0 auto;
}

.hero:after {
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(../img/hero-after.png);
  background-size: cover;
  background-position: center;
  height: 65px;
  width: 100%;
}

img.blog-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 5;
  border-radius: 20px;
}

ul.breadcrumbs.bc-dark a:after {
  background-image: url(../img/seta-bc-dark.png);
  top: 1px;
}

ul.breadcrumbs.bc-dark a {
  color: var(--color-azul);
}

section.hero-form {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.pagination-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: initial !important;
  right: 0 !important;
  bottom: 100px !important;
  position: absolute;
  align-items: flex-end;
}

.hf-icon {
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
  width: 60px;
  flex-shrink: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

h2.hf-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.input-group label {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.site-text {
  color: var(--cinza, #3d3d3d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

h2.hero-loc {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}

section.fc-loc iframe {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  min-height: 250px;
}

.flex-1-0-auto {
  flex: 1 0 auto;
}

.input-group select,
.input-group input,
.input-group textarea {
  background: white;
  width: 100%;
  border-radius: 60px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
  padding: 12px;
  position: relative;
}

.input-group select {
  background: white
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS42ODE1MyA3LjEwMTY4TC0xLjYyMTI1ZS0wNSAxLjQyMDEzTDEuNDIwMTIgLTQuOTY2OTZlLTA3TDYuMzkxNTkgNC45NzE0N0wxMS4zNjMxIC02LjIwNzYxZS0wOEwxMi43ODMyIDEuNDIwMTNMNy4xMDE2NiA3LjEwMTY4QzYuOTEzMzIgNy4yODk5NiA2LjY1NzkxIDcuMzk1NzMgNi4zOTE1OSA3LjM5NTczQzYuMTI1MjggNy4zOTU3MyA1Ljg2OTg3IDcuMjg5OTYgNS42ODE1MyA3LjEwMTY4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==)
    no-repeat right 20px center;
  background-size: 10px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
  cursor: pointer;
  text-decoration: none;
}

.hero-form-container {
  background: #071f54;
  padding: 30px 20px;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .hero-form-container {
    padding: 48px 60px;
  }
}

h2.site-title.line-full:after {
  max-width: 100%;
}

.ec-container-emp {
  margin-top: -180px;
  position: relative;
}

.btn-azul {
  background: var(--color-azul);
  padding: 14px 22px;
  text-align: center;
  border-radius: 100px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-dourado {
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
  padding: 14px 22px;
  text-align: center;
  border-radius: 100px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

ul.empreendimentos-cat-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow-x: auto;
}

ul.empreendimentos-cat-container li {
  text-wrap-mode: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
  border-bottom: 1px solid #d9d9d9;
  flex: 1 0 auto;
  padding-bottom: 32px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  &:after {
    transition: 300ms all ease-in-out;
    content: " ";
    width: 100%;
    height: 2px;
    background: linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e5c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
  }
  &.active:after,
  &:hover:after {
    opacity: 1;
  }
}
/* 
img.galeria-img:before {
  width: 50%;
  height: 5px;
  background: var(
    --dourado,
    linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e5c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    )
  );
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0;
}

img.galeria-img:after {
  width: 50%;
  height: 4px;
  background: #d9d9d9;
  content: " ";
  position: absolute;
  bottom: -5px;
  right: 0;
} */

.line-container {
  display: flex;
}

.lc-left {
  flex: 1;
  height: 5px;
  background: var(
    --dourado,
    linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e5c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    )
  );
}

.file-name-container svg {
  height: 20px;
}

.ec-container {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 31.8px 5px rgba(26, 44, 105, 0.15);
  padding: 36px;
}

#file-name {
  color: var(--cinza, #3d3d3d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group-aceite {
  color: var(--cinza, #3d3d3d);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-group.ig-light input,
.input-group.ig-light select,
.input-group.ig-light textarea {
  border-radius: 30px;
  border: 1px solid #cdcdcd;
  color: var(--color-auzl);
}

.input-group.ig-light label {
  color: var(--color-azul);
}

section.beneficios {
  background: #fff2c933;
}

.bl-beneficio {
  height: 100%;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 4px 31.8px 5px rgba(26, 44, 105, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 10px;
  color: var(--Azul, #071f54);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lc-right {
  flex: 1;
  height: 5px;
  background-color: #d9d9d9;
}

a.galeria-container.cont-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
}

a.galeria-container img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
}

.hb-text-container {
  display: flex;
  align-items: center;
  gap: 20px;
  .hb-text {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    span {
      font-weight: 400;
    }
  }
}

.hb-seta {
  width: 40px;
  height: 40px;
  padding: 1px;
  border-radius: 50%;

  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );

  display: flex;
  align-items: center;
  justify-content: center;
}

.video-frame {
  max-width: 960px;
  width: 100%;
  padding: 60px;
}

.video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  display: none;
}

.card-post-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  position: relative;
  border-radius: 10px 10px 0 0;
  img {
    transition: 600ms all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.post-date-container {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 12px;
}

.card-post-cat {
  font-family: Poppins;
  font-weight: 500;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  /* letter-spacing: 50%; */
  text-align: center;
  vertical-align: middle;
  color: white;
  background: var(--color-azul);
  padding: 8px 20px;
  border-radius: 50px;
}

.card-post-date {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-post-text {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 30px;
}

h3.card-post-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-azul);
}

.card-post-date svg {
  margin-top: -3px;
}

.video-container.show {
  display: flex;
}

.cont-video {
  cursor: pointer;
}

.cont-video:after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4wMSAxMy44ODY5QzE2LjM0MyAxMi45MTQ5IDE0LjI1IDE0LjExNjkgMTQuMjUgMTYuMDQ2OVYyMy45NTI5QzE0LjI1IDI1Ljg4MjkgMTYuMzQzIDI3LjA4NDkgMTguMDEgMjYuMTEyOUwyNC43ODcgMjIuMTU4OUMyNi40NCAyMS4xOTQ5IDI2LjQ0IDE4LjgwNDkgMjQuNzg3IDE3Ljg0MDlMMTguMDEgMTMuODg2OVoiIGZpbGw9IiMwNzFGNTQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb-seta svg [stop-color] {
  transition: 300ms all ease-in-out;
}

footer {
  background: var(--color-azul);
  padding: 80px 0 40px;
}

.copyright {
  padding: 10px 0;
}

ul.footer-menu a {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #94a3b8;
}

ul.footer-menu {
  margin-top: 25px;
}

.footer-title:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: " ";
  max-width: 32px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e6c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
}

.footer-title {
  font-family: Poppins;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  /* letter-spacing: 200%; */
  text-transform: uppercase;
  color: white;
  position: relative;
}

.copyright span a {
  text-decoration: underline;
}

.footer-end svg {
  flex-shrink: 0;
}

.copyright span {
  display: -webkit-inline-box;
  gap: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--color-azul);
}

ul.breadcrumbs a:after {
  content: " ";
  width: 8px;
  height: 13px;
  background: url(../img/seta-bc.svg);
  top: 2px;
  right: -20px;
  display: inline-block;
  position: absolute;
}
ul.breadcrumbs li:last-child a:after {
  display: none;
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 32px;
}
ul.breadcrumbs a {
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.bl-ctt.br:after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    #b89440 0%,
    #d9b859 15.42%,
    #edd173 35.99%,
    #f5de8c 51.41%,
    #e5c761 66.83%,
    #cca647 87.39%,
    #ad8733 102.82%
  );
}

.bl-ctt {
  color: var(--Azul, #071f54);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  span {
    color: var(--cinza, #3d3d3d);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

section.fc {
  background: #fff9e8;
}

section.hero-interna.after-yellow:after {
  background-image: url(../img/hero-after-yellow.png);
}
section.hero-interna:after {
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(../img/hero-after.png);
  background-size: cover;
  background-position: center;
  height: 65px;
  width: 100%;
}

section.hero-interna {
  min-height: 460px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-end {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  display: flex;
  gap: 10px;
}

a.footer-tel {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: white;
  span {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 160%;
    text-transform: uppercase;

    background: linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e6c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.header-sociais {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hb-seta svg {
  transition: 300ms all ease-in-out;
  width: 39px;
  height: 38px;
  padding: 10px;
  background-color: var(--color-azul);

  /* Importante para esconder o centro do gradiente */
  border-radius: 50%;
}

.hist-btn:hover .hb-seta svg {
  background-color: var(--color-dourado);
}

.hist-btn:hover .hb-seta svg [stop-color] {
  stop-color: var(--color-azul);
}

a.hist-btn {
  background: var(--color-azul);
  display: block;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

ul#menu-principal a {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

section.empreendimentos {
  overflow: hidden;
}

span.swiper-pagination-bullet {
  border-radius: 5px;
  border: 1px solid #6b7280;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: none;
  opacity: 1;
}

a.emp-galeria {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  border-radius: 20px;
}

section.fc-loc.loc-emp iframe {
  min-height: 210px;
}

a.emp-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.swiper-pagination-bullet-active {
  border-radius: 5px;
  background: var(
    --dourado,
    linear-gradient(
      270deg,
      #b89440 0%,
      #d9b859 15.42%,
      #edd173 35.99%,
      #f5de8c 51.41%,
      #e5c761 66.83%,
      #cca647 87.39%,
      #ad8733 102.82%
    )
  );
  border: none;
}

@media (max-width: 1400px) {
  ul#menu-principal {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  ul#menu-principal {
    gap: 30px;
  }
  ul#menu-principal a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .swiper.empreendimentos,
  .swiper.video-empreendimentos {
    overflow: visible;
  }

  .bl-ctt.br:after {
    display: none;
  }

  .emp-sobre {
    margin-top: -120px;
  }

  .ec-container-emp {
    margin-top: initial;
  }
  .crenca-item:after,
  .nb:after {
    width: 100%;
    height: 1px;
    bottom: -30px;
    top: initial;
    right: initial;
    left: 0;
    display: inline-block;
  }

  .form-credito {
    margin: 0;
    width: 100%;
  }
  .simul-gold {
    border-radius: 0 0 20px 20px;
    padding: 45px;
  }
  img.img-credito {
    border-radius: 20px 20px 0 0;
  }
  h2.site-title.line:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
