@import url("https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap");

:root {
  --principal: #5bdfe7;
  --azul: #5bdfe7;
  --azul-escuro: #789bce;
  --texto: #d3d3d3;
  --dark-theme: #1d1b22;
  --heading-font: "Biryani", sans-serif !important;
  --main-color-one: var(--principal) !important;
  --main-color-two: var(--principal) !important;

  --gradiente-banner-white: linear-gradient(
    132deg,
    rgba(255, 255, 255, 1) 34%,
    #fff6df 71%,
    #ffecb6 85%,
    #fad266 100%
  );
}

.blog-details-item {
  padding: 20px;
  background-color: #292a35ab;
  border-radius: 50px;
}

.back-to-top {
  background: linear-gradient(
    to right,
    var(--principal),
    var(--azul-escuro)
  ) !important;
}

@media (width > 992px) {
  .container.nav-container {
    max-width: max-content !important;

    & .navbar-nav {
      margin-left: 5em !important;
      & > li:not(.sub-menu li) {
        line-height: 70px !important;
      }
    }
  }
}

.nav-fixed {
  position: fixed !important;
  top: 10px;
  transform: translateX(-50%);
  left: 50%;
}

.breadcrumb-area:before {
  display: none !important;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  & .grain-overlay {
    z-index: 9999;
    height: 100%;
    width: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    background-image: url(../../../assets/granulado.webp);
    background-position: 0 0;
    background-size: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.navbar-variant-06 .navbar-area .nav-container {
  backdrop-filter: blur(7px) !important;
  background-color: #1d1b22b5 !important;
  border-radius: 30px !important;
  box-shadow: unset !important;
  border: 1px solid #95bffe1c;
}

body:not(i) {
  font-family: var(--heading-font) !important;
  overflow: clip !important;
  background-color: var(--dark-theme);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font) !important;
}

h1,
h2 {
  font-weight: 400 !important;
}

.shape {
  background-image: url(../../../assets/uploads/media-uploader/shape1-11719348163.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100em;
  height: 100em;
  z-index: -1;
  position: absolute;
  animation-name: prabaixosome;
  animation-timeline: view();
  animation-range: cover 33% cover 150%;

  @media (width < 992px) {
    opacity: 0.6;
  }

  &.shape1 {
    left: -43%;
    bottom: -74%;
  }
  &.shape2 {
    opacity: 0.5;
    right: -30%;
    top: 10%;
  }
}

@keyframes prabaixosome {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(80%);
    opacity: 0.3;
  }
}

.texto-degrade {
  padding: 5px 0;
  background: linear-gradient(90deg, rgba(222, 235, 255, 1) 0%, #95bffe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-cta {
  position: sticky;
  top: 30%;
  padding: 20px 10px;
  text-align: center;
  animation-name: blogcta;
  animation-timeline: view();
  animation-range: cover -20% cover 60%;
}

@keyframes blogcta {
  from {
    transform: translateY(90%);
  }

  to {
    transform: translateY(0);
  }
}

.bannerPrincipal {
  position: relative;

  & .borda {
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 98%;
    bottom: 0;
    border: 1px solid #5be0e71a;
  }

  & .bannerWrapper .row {
    position: relative;

    & .imagem-filipe {
      justify-content: end;
      flex-direction: column;
      align-items: center;
      display: flex;
      position: absolute;
      right: 0%;
      bottom: 0;
      max-width: 50%;
      height: 100%;

      & img {
        transform: translateX(80px);
        width: 100%;
        height: 90%;
        object-fit: contain;
        filter: drop-shadow(0px 0px 50px #789ace27);
        position: relative;
        z-index: 1;
        @media (width < 1200px) {
          z-index: -1;
        }
      }

      @media (width < 992px) {
        justify-content: center !important;
        max-width: 100% !important;
        position: unset !important;

        & img {
          max-width: 60%;
        }
      }
    }
  }
  & .bannerInner {
    @media (width < 992px) {
      padding-bottom: 50px !important;
    }
    & h3 {
      color: var(--azul-escuro) !important;
      text-transform: lowercase;
      font-weight: bold;
      margin-bottom: 30px;
    }
    & h1 {
      padding: 20px 0px;
      font-size: 8em !important;
      text-transform: lowercase !important;
      background: linear-gradient(
        90deg,
        rgba(222, 235, 255, 1) 0%,
        #9fe8ed 30%,
        #789bce 65%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

      @media (width > 1200px) {
        width: calc(100% + 10px);
      }
      @media (width < 768px) {
        font-size: 5em !important;
      }

      @media (width < 450px) {
        font-size: 3.7em !important;
      }
    }
    & p {
      font-size: 18px;
      color: var(--texto);
    }
  }
}

.footer-area .footer-top {
  background-color: transparent !important;
}

.single-recent-post-item .thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.laranja-borda {
  color: var(--principal) !important;
}
.botao {
  margin-top: 20px;
  filter: drop-shadow(0px 0px 50px #789ace32);
  & a,
  .submiter {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: var(--texto);
    font-weight: bold;
    z-index: 1;
    position: relative;
    border: 1px solid var(--azul-escuro);
    overflow: clip;
    transition: all 0.5s;

    &:hover {
      border: 1px solid var(--azul-escuro);
      &::before {
        transform: translate(-50%, -50%) scale(2.2);
      }
    }

    &::before {
      width: 100px;
      height: 100px;
      background-color: var(--azul-escuro) !important;
      content: "";
      transition: ease-in-out 0.6s;
      z-index: -1;
      transform: translate(-50%, -50%) scale(0);
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
    }
  }
}

#gdpr-cookie-message {
  right: unset !important;
  left: 50% !important;
  max-width: 90% !important;
  margin-left: unset !important;
  transform: translateX(-50%) !important;
  width: 90% !important;
  background-color: #1d1b22d1 !important;
  backdrop-filter: blur(10px);

  & h4,
  p,
  a,
  h6,
  h5 {
    color: #fff !important;
  }
}

.gdpr-btn-group {
  & button {
    color: #fff !important;
    border: 1px solid var(--azul-escuro) !important;
    background-color: transparent !important;
    &:hover {
      background-color: var(--azul-escuro) !important;
    }
  }

  & .gdpr-cookie-accept {
    background-color: var(--azul-escuro) !important;
    color: #fff !important;

    &:hover {
      color: var(--azul) !important;
    }
  }
}

.lang-select {
  position: fixed;
  right: 0;
  display: flex;
  bottom: 0;

  & img {
    padding: 5px;
    max-width: 45px;
    background-color: var(--dark-theme) !important;

    &.active {
      background-color: var(--azul-escuro) !important;
    }
  }
}

.section-gdpr {
  padding-top: 30px;
  & * {
    color: #fff !important;
  }
}

.navbar-nav .sub-menu {
  background-color: transparent !important;

  & li {
    background-color: transparent !important;
    &:hover {
      a {
        color: var(--azul-escuro) !important;
      }
    }

    & a {
      color: #fff !important;
      background-color: #1d1b22a7 !important;
    }
  }
}

.form-page .form-group {
  position: relative;

  &::after {
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, var(--azul), var(--azul-escuro));
    border-radius: 5px;
  }
  & label {
    display: none;
  }

  & input,
  textarea {
    color: #fff !important;
    background-color: transparent !important;
    border: 0 !important;
    position: relative;

    &::placeholder {
      color: #fff !important;
    }
  }
}

.submiter {
  outline: 0;
  background-color: transparent !important;
}

@keyframes prabaixobanner {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100%) scale(1.1);
  }

  100% {
    transform: translateY(100%) translateX(-300px) scale(1.2);
  }
}

.blog-details-content-area {
  position: relative;
  & .shape1 {
    top: -20%;
    left: -43%;
  }

  & .thumb {
    position: relative;

    &::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;

      background: linear-gradient(
        0deg,
        rgba(29, 27, 34, 1) 0%,
        rgba(120, 155, 206, 0.2861519607843137) 43%,
        rgba(29, 27, 34, 0) 100%
      );
      position: absolute;
      left: 0;
      top: 0;
    }
    & img {
      width: 100%;
      object-fit: cover;
      border-radius: 30px;
    }
  }
}
.blog-classic-item-01 {
  & .thumbnail {
    position: relative;

    &::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;

      background: linear-gradient(
        0deg,
        rgba(29, 27, 34, 1) 0%,
        rgba(120, 155, 206, 0.2861519607843137) 43%,
        rgba(29, 27, 34, 0) 100%
      );
      position: absolute;
      left: 0;
      top: 0;
    }
    & img {
      width: 100%;
      object-fit: cover;
      border-radius: 30px;
    }

    & .blog-cat,
    .categoria a {
      position: absolute;
      left: 0;
      bottom: 0;

      color: var(--texto);
      font-weight: bold;
      padding: 5px 20px;

      &::after {
        display: inline-block;
        width: 20px;
        height: 4px;
        border-radius: 10px;
        background: linear-gradient(
          148deg,
          rgba(91, 223, 231, 1) 0%,
          rgba(120, 155, 206, 1) 100%
        );
        content: "";
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        margin-left: 10px;
      }
    }
  }

  & i {
    color: var(--azul-escuro) !important;
  }

  & h4 {
    margin-bottom: 25px !important;
    color: var(--texto) !important;
  }
}

.course-home-event-area {
  position: relative;
  &:not(:has(.horizontal))::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.08;
    background-image: url(../../../assets/uploads/media-uploader/bmqq1517180149531719779442.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  & .single-portfolio-blog-grid {
    & .thumb {
      position: relative;

      &::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 25px;

        background: linear-gradient(
          0deg,
          rgba(29, 27, 34, 1) 0%,
          rgba(120, 155, 206, 0.2861519607843137) 43%,
          rgba(29, 27, 34, 0) 100%
        );
        position: absolute;
        left: 0;
        top: 0;
      }
      & img {
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
        aspect-ratio: 5/3;
      }

      & .blog-cat {
        position: absolute;
        left: 0;
        bottom: 0;

        color: var(--texto);
        font-weight: bold;
        padding: 5px 20px;

        &::after {
          display: inline-block;
          width: 20px;
          height: 4px;
          border-radius: 10px;
          background: linear-gradient(
            148deg,
            rgba(91, 223, 231, 1) 0%,
            rgba(120, 155, 206, 1) 100%
          );
          content: "";
          position: relative;
          transform: translateY(-50%);
          top: 50%;
          margin-left: 10px;
        }
      }
    }

    & .content {
      padding: 30px 0 !important;
      & h4 {
        color: var(--texto) !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;

        &.duaslinhas {
          -webkit-line-clamp: 2;
        }
      }
    }
  }
}

.form-group:has(.form-control, label) {
  & input {
    background-color: transparent !important;
    border: 1px solid var(--azul-escuro);
    border-radius: 30px;
  }
}

.newsletter-form-wrap:has(input:focus) label {
  top: -20px;
}

.course-inner-area-wrap {
  border-radius: 30px !important;
  border: 1px solid #95bffe1c;
  background-color: transparent !important;
  position: relative;
  background-image: unset !important;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 30px !important;
    opacity: 0.3;
    left: 0;
    top: 0;
    background-image: url(../../../assets/uploads/media-uploader/bmqq1517180149531719779442.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

input {
  color: #fff !important;
}
.newsletter-form-wrap {
  & label {
    position: absolute;
    transform: translate(30px, -50%);
    top: 50%;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    z-index: -1;
    transition: all 0.5s;
  }

  & .submit-btn {
    padding: 0;
    align-content: center;
    display: grid;
    position: absolute;
    right: 0;
    top: unset !important;
    bottom: 0 !important;
    width: 88px !important;
    height: 50px;
    background-color: var(--azul-escuro);
    color: #fff !important;
    line-height: 33px;
    border: 0 !important;
    transition: all 0.5s;

    &:hover {
      background-color: var(--azul) !important;
    }
  }
}

.titulo-secao {
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 0px 50px #789bce8f);

  &:has(.ver-tudo) {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    & .ver-tudo {
      transition: all 0.5s;

      &:hover {
        color: var(--azul-escuro);
      }

      & i {
        color: var(--azul) !important;
        padding-left: 5px;
      }
    }
  }
  &:not(.semespaco) {
    margin-bottom: 40px;
  }
  & h2,
  h3 {
    font-size: 3.5em;
    color: var(--texto) !important;
    text-transform: lowercase;
    background: linear-gradient(
      90deg,
      rgba(222, 235, 255, 1) 0%,
      #9fe8ed 30%,
      #789bce 65%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    @media (width < 992px) {
      font-size: 2.7em !important;
    }
  }

  & h3 {
    padding: 10px 0;
  }
  & .subtitulo {
    color: var(--texto);
    font-weight: bolder;
    text-transform: uppercase;
    position: relative;

    &::after {
      display: inline-block;
      width: 100px;
      height: 4px;
      border-radius: 5px;
      background: linear-gradient(
        148deg,
        rgba(91, 223, 231, 1) 0%,
        rgba(120, 155, 206, 1) 100%
      );
      content: "";
      position: relative;
      transform: translateY(-50%);
      top: 50%;
      margin-left: 10px;

      @media (width < 992px) {
        width: 50px !important;
      }
    }
  }
}

.single-portfolio-blog-grid .content .title a,
.single-blog-grid-02 .content .title {
  transition: color 0.5s;
  color: var(--texto) !important;
  font-size: 21px;
  &:hover {
    color: var(--principal) !important;
  }
}

.sidebars-socials {
  display: flex;
  gap: 10px;
  align-items: center;

  & li {
    margin: 0 !important;

    & a {
      font-size: 30px !important;
      color: #fff !important;

      &:hover {
        color: var(--azul-escuro) !important;
      }
    }
  }
}

.navbar-toggler {
  background-color: transparent !important;
  font-size: 50px !important;
}

@media (width < 992px) {
  .single-blog-grid-02 {
    width: 100% !important;
  }

  .navbar-area .navbar-collapse {
    background: #1b1d22eb;
    border-radius: 20px;
  }
}

.footer-logo {
  max-width: 260px;
  padding: 20px;
}
.patrocinado {
  color: var(--azul-escuro);
  display: inline;
  font-weight: bolder;

  & a {
    color: var(--azul) !important;
  }
}

.assinatura-post {
  padding: 50px 0;
  & .profile-pic {
    & img {
      aspect-ratio: 1/1;
      border-radius: 50%;
    }
  }
}

.social-share li.title {
  color: var(--azul-escuro) !important;
}
@media (width > 768px) {
  .horizontal {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;

    & .thumb img {
      height: 100%;
    }

    & .content {
      max-width: 57%;
    }
  }
}

.navbar-toggler {
  background: transparent;
  color: #fff !important;
  border: 0 !important;
  padding: 5px !important;
  font-size: 29px;
}

.course-home-event-area:has(.horizontal):not(.gridcompleto) {
  position: relative;

  &::before {
    content: "";
    top: -16%;
    width: 250px;
    height: 250px;
    z-index: -1;
    position: absolute;
    filter: blur(8px);
    left: -6%;
    background-image: url(../../../assets/uploads/media-uploader/x1719779351.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  &::after {
    content: "";
    bottom: 0;
    width: 350px;
    height: 350px;
    z-index: -1;

    filter: blur(13px);
    position: absolute;
    right: -4%;
    background-image: url(../../../assets/uploads/media-uploader/quadrados-21719779350.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.cta-blog {
  & .course-inner-area-wrap {
    display: flex;
    flex-direction: column;
  }
  & .left-content-wrap,
  .right-content-wrap {
    width: 100% !important;
  }
}

.header-style-03.header-variant-12 .logo img {
  padding: 10px 0 !important;
  max-height: 94px;
}

.entry-content {
  & h2,
  h3,
  h4,
  h5,
  strong,
  ul,
  li,
  p {
    color: var(--texto) !important;
  }
}

.breadcrumb-area {
  position: relative;

  &::before {
    content: "";
    top: -16%;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 5%;
    background-image: url(../../../assets/uploads/media-uploader/triangulos1719779352.png);
    background-size: contain;
    background-repeat: no-repeat;

    background-position: center;
  }

  &::after {
    content: "";
    bottom: 0;
    width: 300px;
    height: 300px;
    filter: blur(2px);
    position: absolute;
    right: 5%;
    background-image: url(../../../assets/uploads/media-uploader/circulo-bolinhas1719779352.png);
    background-size: contain;
    background-repeat: no-repeat;

    background-position: center;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination-wrapper ul li {
  & a,
  span {
    background: var(--azul-escuro) !important;
    border: 0 !important;
    margin: 0 !important;
    color: #fff !important;
  }

  &.active {
    & a {
      background-color: var(--azul) !important;
    }
  }
}

.img-about-wrapper {
  & img {
    border-radius: 30px;
  }
}

.breadcrumb-inner {
  padding: 200px 0 50px !important;

  & h1 {
    padding: 20px 0 0 !important;
    margin: 0 !important;
    background: linear-gradient(
      90deg,
      rgba(222, 235, 255, 1) 0%,
      #9fe8ed 30%,
      #789bce 65%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 500px) {
  .why::before,
  .why::after,
  .breadcrumb-area::before,
  .breadcrumb-area::after,
  .course-home-event-area:before,
  .course-home-event-area:after {
    opacity: 0.3 !important;
  }

  .course-home-event-area:before {
    background-size: cover !important;
    opacity: 0.1 !important;
  }

  .lang-select {
    position: fixed;
    left: 0;
    right: unset !important;
    display: flex;
    bottom: 0 !important;

    flex-direction: column;
  }

  .nav-container {
    position: fixed !important;
    top: 0 !important;
    width: 90% !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-area .navbar-collapse {
    z-index: 99999999999999999999999 !important;
  }
}
.why {
  position: relative;

  @media (width < 992px) {
    &:before,
    &:after {
      width: 150px !important;
      height: 150px !important;
    }
  }

  &:not(.aboutpage)::before {
    content: "";
    top: -16%;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 5%;
    background-image: url(../../../assets/uploads/media-uploader/triangulos1719779352.png);
    background-size: contain;
    background-repeat: no-repeat;

    background-position: center;
  }

  &::after {
    content: "";
    bottom: 0;
    width: 300px;
    height: 300px;
    filter: blur(2px);

    position: absolute;
    right: 5%;
    background-image: url(../../../assets/uploads/media-uploader/circulo-bolinhas1719779352.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  & p {
    color: var(--texto) !important;
  }
}

.content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  &.duaslinhas {
    -webkit-line-clamp: 2;
  }
}

.blog-right .single-portfolio-blog-grid .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
