@import url("https://use.typekit.net/ukg8rqr.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@font-face {
  font-family: "Arista Pro Alternate";
  src: url(".../css/fonts/AristaProAlternate-Regular.woff2") format("woff2"),
    url(".../css/fonts/AristaProAlternate-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: black;
}
body main.navbar-stick {
  margin-top: 3px;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.btn {
  transition: all 0.2s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
.btn:focus,
.btn.focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.btn.white {
  background: white;
  color: #0f3353;
}
.btn.outline {
  border: 2px solid white;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }
}

.btn-primary {
  color: white;
  padding: 15px 65px;
  border-radius: 9px;
  border: 0;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.show > .btn-primary.dropdown-toggle {
  color: #ffd101;
  background-color: #e65026;
  border-color: unset;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #ffd101;
  background-color: #e65026;
  border-color: unset;
}

.rotate-up {
  transform: rotateZ(316deg);
}

.slick-dots li button:before {
  color: white !important;
  font-size: medium !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white !important;
}

.navbar-custom {
  background-color: transparent;
  z-index: 1000;
  transition: 0.2s;
  width: 90%;
  margin: 0 auto;
}
.navbar-custom .container {
  border: 2px solid white;
  border-radius: 50px;
  color: white;
  box-shadow: 0px 0px 9px 1px rgba(255, 255, 255, 0.7607843137);
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .navbar-custom .container {
    padding-right: 1rem;
  }
}
.navbar-custom .navbar-brand {
  padding: 0.6rem 2rem;
  transition: 0.2s;
}
.navbar-custom .navbar-brand .logo {
  width: 45px;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-brand {
    width: 5rem;
  }
}
.navbar-custom .navbar-scroll .container .navbar-brand .logo {
  width: 180px;
}
.navbar-custom .active a {
  color: white !important;
}
.navbar-custom .sidebarBtn {
  border: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .navbar-custom .sidebarBtn {
    background: white;
    width: 3rem;
    height: 3rem;
    border-radius: 100px;
    padding: 0;
  }
}
.navbar-custom .sidebarBtn span {
  display: block;
  width: 35px;
  height: 3px;
  background: #061526;
  position: absolute;
  top: 30px;
  transition: 0.3s;
  right: 20px;
}
@media (max-width: 767px) {
  .navbar-custom .sidebarBtn span {
    width: 25px;
    top: unset;
    right: 45px;
  }
}
.navbar-custom .sidebarBtn span::before {
  content: "";
  position: absolute;
  top: -8px;
  background: #061526;
  left: 0;
  width: 100%;
  height: 3px;
}
.navbar-custom .sidebarBtn span::after {
  content: "";
  position: absolute;
  top: 8px;
  background: #061526;
  left: 0;
  width: 100%;
  height: 3px;
}
.navbar-custom .sidebarBtn.toggle span {
  background: transparent;
  transition: 0.3s;
}
.navbar-custom .sidebarBtn.toggle span::before {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.navbar-custom .sidebarBtn.toggle span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.navbar-custom button:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .navbar-custom:has(.toggle) .navbar-brand {
    background: transparent;
    box-shadow: 0 0 0 0 transparent;
    backdrop-filter: blur(0px);
  }
}

.fixed-top.sticky-header {
  width: 90%;
  margin: 0 auto;
}

#menu-menu-topo {
  margin: 0 auto;
}

.nav-link {
  color: #cdcdcd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#menu-principal .current-menu-item::after {
  background: #061526;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
}
#menu-principal .nav-link:hover {
  color: #061526;
}
#menu-principal .menu-item {
  margin-left: 1rem;
}
#menu-principal li:hover::after {
  width: 100%;
  transition: width 0.3s;
}
#menu-principal li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #061526;
  transition: width 0.3s;
}

.link-whats {
  font-size: 0;
}
.link-whats a:before {
  content: "";
  background-image: url(../../assets/img/icon-whatsapp.svg);
  width: 2rem;
  display: block;
  height: 2rem;
  background-repeat: no-repeat;
}

/* ---- Home ---- */
#home {
  overflow: hidden;
}

#topo {
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 90px 90px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.61);
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #topo {
    min-height: 54rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 50px 50px;
  }
}
#topo .luzes {
  z-index: 0;
  position: absolute;
  top: 0;
}
#topo img {
  width: 100%;
  height: 100%;
}
#topo .texto-topo {
  color: white;
  text-align: center;
  position: absolute;
  top: 9rem;
  margin: 0 auto;
  max-width: 35rem;
  right: 31%;
  z-index: 2;
}
@media (max-width: 768px) {
  #topo .texto-topo {
    right: 12%;
    width: 75%;
    left: auto;
  }
}
#topo .texto-topo .top-part {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 200;
}
#topo .texto-topo .bottom-part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#topo .texto-topo .buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#topo .left-bar {
  color: white;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  height: 100vh;
  justify-content: flex-end;
  left: 10%;
  font-size: 27px;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #topo .left-bar {
    height: 60vh;
    left: 3%;
  }
}
#topo .left-bar .icon {
  color: white;
}
#topo .left-bar .line {
  height: 100%;
  width: 1px;
  background: white;
}

#sobre-nos {
  margin-top: -6rem;
  padding: 11rem 5rem 0;
  z-index: 0;
  position: relative;
  background: #0e0d1b;
  height: 36rem;
  color: #cecce5;
}
@media (max-width: 768px) {
  #sobre-nos {
    padding: 0 1rem;
    margin: -6rem 0 0;
    height: 45rem;
  }
}
#sobre-nos .sobre-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4rem;
  width: 71%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #sobre-nos .sobre-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  #sobre-nos .sobre-container img {
    width: 100%;
  }
}
#sobre-nos .sobre-container h2 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 48px;
}
#sobre-nos .sobre-container p {
  font-size: 18px;
  font-weight: 300;
}
#sobre-nos .sobre-container .btn.outline {
  font-family: "Sora", sans-serif;
  font-weight: lighter;
  padding: 0.5rem 2rem;
  font-size: 20px;
  border-color: #cecce5;
}

.plant {
  position: absolute;
  overflow: hidden;
}

.plant-right {
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .plant-right {
    right: -27%;
    top: -13%;
  }
}

.plant-left {
  left: 0;
  bottom: -71%;
  z-index: 0;
  width: unset !important;
  height: unset !important;
}
@media (max-width: 768px) {
  .plant-left {
    width: 9rem !important;
    height: 6rem;
    bottom: -3rem;
  }
}

#trabalhos {
  background: #00408b;
  border-radius: 50px 50px 0 0;
  margin-top: -3rem;
  padding: 7rem;
  color: white;
  position: relative;
}
@media (max-width: 768px) {
  #trabalhos {
    padding: 2rem;
  }
}
#trabalhos::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(45deg, transparent 50%, #00408b 50%) 0 0/60px 60px,
    linear-gradient(-45deg, transparent 50%, #00408b 50%) 0 0/60px 60px;
  background-repeat: repeat-x;
  background-position-y: bottom;
  z-index: 1;
}
#trabalhos .trabalhos-topo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5rem;
}
#trabalhos .trabalhos-topo h3 {
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 700;
  width: 50%;
}
#trabalhos .trabalhos-topo a {
  color: black;
  background: white;
  padding: 1.5rem 2.5rem;
  border-radius: 100px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #trabalhos .trabalhos-topo a {
    display: none;
  }
  #trabalhos .trabalhos-topo h3 {
    font-family: "Sora", sans-serif;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
  }
}
#trabalhos .galeria-trabalhos {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 1rem;
}
#trabalhos .post {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  #trabalhos .post {
    width: 100%;
  }
}
#trabalhos .post .Thumbnail {
  width: 100%;
  height: 23rem;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
#trabalhos .post a {
  color: white;
  font-family: "Sora";
  font-size: 32px;
  font-weight: 500;
}
#trabalhos .post a:nth-of-type(2) {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}
#trabalhos .post .saiba {
  background: green;
  border-radius: 10px;
  width: fit-content;
  padding: 0.5rem;
  font-size: medium;
  margin-bottom: 1rem;
}
#trabalhos .leaf-left {
  z-index: 2;
  bottom: -12%;
  left: 0;
}
@media (max-width: 768px) {
  #trabalhos .leaf-left {
    bottom: -5%;
    left: -9%;
    width: 10rem;
  }
}

#servicos {
  background: #0e0d1b;
  color: white;
  position: relative;
  padding: 14rem 7rem 4rem;
}
@media (max-width: 768px) {
  #servicos {
    padding: 6rem 0rem 6rem;
  }
}
#servicos .servicos-topo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #servicos .servicos-topo {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 1rem 4rem;
  }
}
#servicos .servicos-topo h6 {
  font-size: 4rem;
  font-family: "Sora";
  width: 30%;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  #servicos .servicos-topo h6 {
    width: 100%;
    margin: 0;
  }
}
#servicos .servicos-topo .btn {
  font-size: 1.5rem;
  text-transform: none;
  color: #0e0d1b;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#servicos .servicos-topo .btn i {
  transform: rotateZ(315deg);
}
#servicos .servico-post {
  background: #00408b;
  border-radius: 40px;
  padding: 2.5rem;
  width: 26rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  line-height: 1.2;
  margin: 0 1rem;
}
#servicos .servico-post .servico-title {
  font-size: 2rem;
  font-weight: 500;
}
#servicos .servico-post .servico-descricao {
  font-weight: 200;
  font-size: 1rem;
}
#servicos .servico-post p {
  margin: 0;
  font-family: "Sora", sans-serif;
}
#servicos .servico-post img {
  max-width: 6rem;
}
#servicos .leaf-right {
  right: 0;
  bottom: -27%;
}
@media (max-width: 768px) {
  #servicos .leaf-right {
    right: -11%;
    bottom: -11%;
    width: 10rem;
  }
}

#experiencia {
  color: white;
  background: #0e0d1b;
}
#experiencia .experiencia-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #experiencia .experiencia-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#experiencia .logo-experiencia {
  max-width: 4rem;
  margin-left: 1.5rem;
}
#experiencia .texto-logo {
  margin-right: -7rem;
  z-index: 1;
  height: 100%;
}
@media (max-width: 768px) {
  #experiencia .texto-logo {
    margin-right: 0;
  }
  #experiencia .texto-logo p {
    padding: 1rem;
  }
}
#experiencia .texto-logo p {
  background: #0e0d1b;
  padding: 2rem 0.5rem 2rem;
  border-radius: 0 40px 0 0;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
}
#experiencia p {
  margin: 0;
}
#experiencia .title {
  font-size: 3rem;
  font-weight: 500;
}
#experiencia .text {
  text-transform: uppercase;
}
#experiencia .btn-container {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 1rem 1rem;
  background: #0e0d1b;
  border-radius: 45px 0 0 0;
}
#experiencia .btn.black {
  color: white;
  background: #00408b;
  font-size: larger;
  text-transform: none;
  padding: 1rem 4rem;
  font-weight: 500;
}
#experiencia .numeros {
  margin-left: 1rem;
}
#experiencia img {
  width: 100%;
}

#clientes {
  color: white;
  background: #0e0d1b;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0 12rem;
}
#clientes h6 {
  font-size: 4rem;
  font-family: "Sora";
  width: 50%;
  font-weight: 700;
  margin-left: 7rem;
}
@media (max-width: 768px) {
  #clientes h6 {
    margin-left: 2rem;
  }
}
#clientes .dica-de-captacao {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 4px 9px 8px 4px rgba(0, 0, 0, 0.5294117647);
  width: 27rem;
  font-family: "Sora", sans-serif;
  margin: 1rem;
  background: #0e0d1b;
}
#clientes .dica-de-captacao img {
  object-fit: cover;
  height: 14rem;
}
#clientes .dica-de-captacao a {
  color: white;
  font-size: xx-large;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}
#clientes .dica-de-captacao .entry-content {
  font-weight: 200;
  font-size: 1rem;
}
#clientes .dica-de-captacao .post-content {
  padding: 1rem;
}

/* ---- Menu ---- */
header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 3%;
}

.navbar-brand {
  padding: 0.6rem 2rem;
  transition: 0.2s;
}

.nav-link {
  color: #cdcdcd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

/* ---- Footer ---- */
#footer {
  background: rgb(0, 64, 139);
  color: white;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
#footer .rodape {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 4rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #footer .rodape {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
#footer .rodape p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
#footer .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 0.6rem 0;
  justify-content: flex-end;
  align-items: center;
  font-size: 2rem;
}
#footer .social a {
  color: white;
  border: 2px solid white;
  padding: 0.2rem 0.8rem;
  border-radius: 100px;
}
#footer h4 {
  font-family: "Sora";
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
#footer img {
  width: 100%;
}
#footer .copywright {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#footer .copywright p {
  font-weight: 500;
  font-size: x-large;
}
#footer .copywright p.copyright {
  text-align: left;
  font-size: 10px;
  margin: 0;
  font-weight: 300;
}
#footer .copywright a {
  color: #0e0d1b;
  font-weight: 700;
}
#footer .divider {
  border-top: 4px solid black;
  margin: 3rem auto 0;
  padding: 3rem 0;
  width: 89%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

/* ---- Pagina de Posts ---- */
body.blog {
  background: #0e0d1b;
}
body.blog #footer {
  margin: 3rem 0 0;
}

#blog-page .artigo-banner {
  height: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.61);
  border-radius: 0 0 90px 90px;
  overflow: hidden;
}
#blog-page .banner {
  width: 100%;
  height: 44rem;
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 90px 90px;
}
#blog-page .banner .info {
  width: 41%;
  display: flex;
  position: absolute;
  top: 8rem;
  left: 33%;
  z-index: 2;
  color: white;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
#blog-page .banner .plant.plant-right {
  bottom: -11rem;
  top: unset;
  z-index: -1;
}
#blog-page .banner .plant.leaf-right {
  bottom: -6rem;
}
#blog-page .outros-posts {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem 10rem;
}
#blog-page .overlay {
  background: rgba(0, 0, 0, 0.7607843137);
  height: 100%;
  width: 100%;
}
#blog-page h1,
#blog-page h3 {
  font-weight: 300;
  font-size: 7rem;
  display: flex;
  align-items: center;
  font-family: "Arista Pro Alternate";
  line-height: normal;
}
#blog-page h2 {
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
}
#blog-page .artigo {
  min-width: 30.33%;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid lightgrey;
  border-radius: 20px;
  padding: 1rem;
  align-self: stretch;
  justify-content: space-between;
  background: white;
}
#blog-page .artigo .info {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  flex: auto;
}
#blog-page .artigo .info p {
  color: black;
}
#blog-page .artigo .info p:last-of-type {
  font-size: small;
  font-weight: 300;
}
#blog-page .artigo .data {
  color: #97989f !important;
  font-size: x-small;
  margin: 0;
}
#blog-page .artigo .artigo-title {
  font-weight: 700;
  color: black;
  font-size: x-large;
  line-height: 1.2;
  margin-top: 1rem;
  flex: 1;
}
#blog-page .saiba {
  color: white;
  background: green;
  width: max-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
}
#blog-page .post-thumb {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 1px 4px 9px 0 rgba(0, 0, 0, 0.3019607843);
}

.proxima {
  text-align: center;
  color: white;
}

#sobre-nos-page {
  background: #0e0d1b;
}
#sobre-nos-page h1 {
  font-size: 8rem !important;
  font-weight: 200 !important;
  font-family: "Arista Pro Alternate";
  text-transform: none !important;
}
#sobre-nos-page #video-topo {
  width: 100%;
  position: absolute;
  z-index: 0;
}
#sobre-nos-page .overlay {
  background: rgba(0, 0, 0, 0.7607843137);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
#sobre-nos-page .plant-left {
  left: 0;
  bottom: 7%;
  z-index: 1;
  width: 12% !important;
  height: unset !important;
}
#sobre-nos-page #topo {
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 90px 90px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.61);
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 70vh;
}
#sobre-nos-page .texto-topo p {
  text-transform: uppercase;
  font-size: x-large;
}
#sobre-nos-page #servicos-portifolio {
  padding: 4rem 0;
}
#sobre-nos-page #servicos-portifolio .servico-class {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
#sobre-nos-page #servicos-portifolio .servico-class .servico-texto {
  width: 33.33%;
  color: #cecce5;
}
#sobre-nos-page #servicos-portifolio .servico-class img {
  width: 33.33%;
  max-height: 22rem;
  border-radius: 40px;
  object-fit: cover;
}
#sobre-nos-page #servicos-portifolio .servico-class:nth-child(even) img {
  order: 1;
}
#sobre-nos-page #videos-portifolio {
  padding-bottom: 6rem;
}
#sobre-nos-page #videos-portifolio .video-class {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 3rem 0;
}
#sobre-nos-page #videos-portifolio .video-class .video-texto {
  color: white;
  border-bottom: 3px solid white;
  text-align: end;
  width: 50%;
  font-size: xx-large;
  font-weight: 600;
}
#sobre-nos-page #videos-portifolio .video-class:nth-child(even) {
  align-items: end;
}
#sobre-nos-page #videos-portifolio .video-class:nth-child(even) .video-texto {
  text-align: left;
}
#sobre-nos-page #videos-portifolio iframe {
  margin: 0;
  width: 100%;
  height: 37rem;
  padding: 2rem;
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }
  .slick-slider {
    padding: 0;
  }
  #bs-example-navbar-collapse-1 {
    background: #3f51b5;
    backdrop-filter: blur(3px);
    color: white;
    padding: 5rem 1rem 1rem;
    border-radius: 20px;
    position: absolute;
    z-index: 2;
    width: 102vw;
    top: 0;
    left: -6%;
    height: 100vh;
  }
  .navbar-custom:has(.toggle) .navbar-brand {
    background: transparent;
    box-shadow: 0 0 0 0 transparent;
    backdrop-filter: blur(0px);
  }
  #blog-page {
    position: relative;
  }
  #blog-page h1,
  #blog-page h3 {
    font-size: 5rem;
  }
  #blog-page .banner {
    width: 100%;
    height: 31rem;
    position: relative;
    margin-bottom: 5rem;
  }
  #blog-page .banner .info {
    width: 100%;
    padding: 2rem;
    left: 0rem;
  }
  #blog-page .banner .info h2 {
    font-size: large;
  }
  #blog-page .banner .plant.leaf-right {
    bottom: -2rem;
    width: 11rem;
    left: -2rem;
  }
  #blog-page .banner .plant.plant-right {
    bottom: -17rem;
  }
  #blog-page .artigo-banner {
    border-radius: 0 0 60px 60px;
  }
  #blog-page .outros-posts {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }
  #blog-page .outros-posts {
    display: flex;
    flex-direction: column;
  }
  #sobre-nos-page #video-topo {
    height: 100%;
    width: unset;
  }
  #sobre-nos-page .plant-left {
    width: 33% !important;
    bottom: -13%;
  }
  #sobre-nos-page .plant-right {
    right: 0;
    top: -2%;
  }
  #sobre-nos-page #sobre-nos .sobre-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 16rem 0px;
  }
  #sobre-nos-page #servicos-portifolio {
    padding: 11rem 0 0;
  }
  #sobre-nos-page #servicos-portifolio .servico-class {
    display: flex;
    flex-direction: column;
    padding: 0 2.5rem;
  }
  #sobre-nos-page #servicos-portifolio .servico-class .servico-texto {
    width: 100%;
    color: white;
  }
  #sobre-nos-page #servicos-portifolio .servico-class img {
    width: 100%;
    order: 0 !important;
  }
  #sobre-nos-page .video-class .video-texto {
    width: 88% !important;
  }
  #sobre-nos-page iframe {
    width: 100%;
  }
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float img {
  width: 60%;
  filter: invert(1);
}

.my-float {
  margin-top: 16px;
}

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