@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:ital,opsz@0,14..32;1,14..32&display=swap");

@font-face {
  font-family: "United Sans SmCd Bd";
  src: url("fonts/aefc0444d36e7dbe71820307a1dde88a.woff2") format("woff2"),
    url("fonts/aefc0444d36e7dbe71820307a1dde88a.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "United Sans SmCd Md";
  src: url("fonts/UnitedSansSmCdMd.otf") format("opentype"),
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



h1,
h2,
h3,
h4,
h5 h6 {
  line-height: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
  --green: #00ff8b;
  --blue: #000039;
}

.color-green {
  color: var(--green);
}

body {
  background-image: url("../images/background-min.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* body {
  background: radial-gradient(
    circle at top right,
    #00ffb0,
    #001b4d 60%,
    #000033 100%
  );
}
*/

.menu {
  background-color: #00004a80 !important;
  backdrop-filter: blur(1rem);
}

.icon-button {
  fill: var(--green);
}

.button-border {
  border-color: var(--green) !important;
  color: var(--green) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.button-border:hover,
.button-border.active {
  background-color: var(--green) !important;
  color: var(--blue) !important;
}

.button-border:hover .icon-button {
  fill: var(--blue);
}

.event-title {
  font-family: "United Sans SmCd Bd";
  font-size: 55px;
  color: #fff;
  font-weight: 500;
}

.event-subtitle {
  font-family: "United Sans SmCd Md";
  font-size: 35px;
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: 4px !important;
}

.event-date {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.countdown-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.countdown-amount {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  order: 2 !important;
}

.countdown-period {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  order: 1 !important;
  margin-bottom: 10px;
}

.glow-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #00ffbb, transparent);
  box-shadow: 0px -2px 8px #00ffbb;
}

.custom-slider .flip-inner {
  min-height: 430px;
}

.custom-slider .flip-front,
.custom-slider .flip-back {
  background: linear-gradient(163.46deg, #2022ac 29.65%, #0d0e46 97.49%);
  padding: 15px 18px;
  border-radius: 10px;
  color: white;
  min-height: 430px;
  transition: background-position 0.5s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-slider .item:hover {
  animation: gradientShift 3s ease-in-out forwards;
}

.elipse {
  animation: rotateInfinite 15s linear infinite;
  animation-play-state: paused;
}

.item:hover .elipse {
  animation-play-state: running;
}

.custom-slider {
  width: 100vw;
  padding-left: calc((100vw - 1320px) / 2);
  box-sizing: border-box;
}

.button-plus {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.button-plus i {
  width: auto;
}

.img-features {
  max-height: 90px;
}

.img-speaker {
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px -10px #00ff8b;
  transition: 0.2s ease-in-out;
}

.elipse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  aspect-ratio: 1 / 1;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.carousel-controls .custom-prev,
.carousel-controls .custom-next {
  background-color: var(--green);
  border: none;
  color: var(--blue);
  padding: 6px 11px;
  border-radius: 0.25rem;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-controls .custom-prev:hover,
.carousel-controls .custom-next:hover {
  background-color: #00cc70;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.owl-dots-container .owl-dots .owl-dot {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  opacity: 0.4;
}

.owl-dots-container .owl-dots .owl-dot.active {
  opacity: 1;
}

.newsletter-section {
  background: linear-gradient(163.46deg, #2022ac 29.65%, #0d0e46 97.49%);
}

.newsletter-section label {
  font-size: 12px;
}

.newsletter-section input:not(#newsletter-form-aceitacao),
.newsletter-section input:not(#newsletter-form-aceitacao):focus {
  background-color: #fff;
}

.newsletter-section input::placeholder {
  color: #00004a80;
  font-size: 14px;
}

.newsletter-section input {
  color: var(--blue) !important;
  font-size: 14px;
}

.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #0a0a2a;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.flip-container {
  perspective: 1000px;
  position: relative;
}

.flip-inner {
  position: relative;
  width: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-inner.flipped {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.flip-front {
  z-index: 2;
}

.flip-back {
  transform: rotateY(180deg);
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flip-back p {
  margin-bottom: 10px;
  line-height: 1.25rem;
}

.flip-back p:last-child {
  margin-bottom: 0;
}

.owl-carousel .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown-language,
.dropdown-language:hover {
  color: #fff !important;
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
  background: transparent;
  border: 0 !important;
}

.dropdown-menu.show {
  border: 0;
  background-color: #00004a80 !important;
  backdrop-filter: blur(1rem);
  border-radius: 0 0 10px 10px !important;
  transform: translate(0px, 52px) !important;
  min-width: inherit;
  color: #fff;
}

.dropdown-menu.show button {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.dropdown-menu.show button:hover {
  background-color: transparent;
  text-decoration: underline;
  color: var(--green);
  cursor: pointer;
}

.dropdown-menu.show li:hover button {
  text-decoration: underline !important;
  color: var(--green) !important;
  cursor: pointer;
}

.form-check .form-check-input {
  margin-left: -1.5em;
  margin-top: 0;
}

#faqTabContent .toggle-content a {
  color: var(--green);
  cursor: pointer;
}


@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

footer,
body.bg-page {
  background: linear-gradient(53deg,
      rgba(1, 68, 80, 1) 2%,
      rgba(1, 1, 57, 1) 100%);
}

@media (max-width: 1400px) {
  .custom-slider {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 1200px) {
  .custom-slider {
    max-width: 960px;
    margin: auto;
    padding: 0 12px;
  }
}

@media (max-width: 992px) {
  .logo-pfs {
    max-height: 100px;
  }

  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background-color: var(--green);
  }

  .menu {
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
    border-radius: 100px;
  }

  .primary-menu-open-all .menu {
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
    border-radius: 100px;
    height: calc(100vh - 20px);
    border-radius: 25px;
  }

  .custom-slider {
    max-width: 720px;
    margin: auto;
    padding: 0 12px;
  }

  .event-title {
    font-size: 35px;
  }

  .event-subtitle {
    font-size: 20px;
  }

  .event-date {
    font-size: 18px;
  }

  .countdown-section {
    padding: 0 20px;
  }

  .countdown-amount {
    font-size: 48px;
  }

  .countdown-period {
    font-size: 18px;
  }

  .glow-line {
    max-width: 70%;
    margin: auto;
  }

  .img-features {
    max-height: 70px;
  }

  body.primary-menu-open-all {
    overflow: hidden;
  }

  body .menu-mobile {
    display: none;
    height: calc(100dvh - 75px);
  }

  body.primary-menu-open-all .menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .menu hr {
    color: #fff;
  }
}

@media (max-width: 768px) {
  body {
    background-image: url("../images/background-min-mobile.jpg");
  }

  .custom-slider {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }

  .slider-element.include-header {
    height: 100dvh;
    padding-top: 68px;
  }

  .floating-header {
    position: fixed !important;
    width: 100%;
    z-index: 100;
  }

  .content-wrap {
    padding: 40px 0;
  }

  .social-icon {
    --cnvs-socialicon-size: 3.5rem;
  }

  .owl-carousel .owl-stage {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .language-mobile button {
    color: #fff !important;
    text-decoration: none;
    background: transparent;
    border: 0;
  }

  .language-mobile button.active {
    color: var(--green) !important;
    text-decoration: underline !important;
  }

  .custom-slider .flip-inner,
  .custom-slider .flip-front,
  .custom-slider .flip-back {
    min-height: 460px;
  }

  .flip-back p {
    margin-bottom: 10px;
  }

  .flip-back p:last-child {
    margin-bottom: 0;
  }

  .owl-item.active .img-speaker {
    filter: grayscale(0);
  }

  .owl-item.active .item .elipse {
    animation-play-state: running;
  }

  body.bg-page #content {
    padding-top: 68px;
  }
}

@media (min-width: 1199px) {

  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    max-width: 1320px;
  }

  .owl-carousel .owl-stage {
    margin-left: -50px;
  }
}

@media (min-width: 991px) {
  .play-button {
    width: 64px;
    height: 64px;
    background-color: transparent;
    border: 2px solid #00ff8b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s ease, background-color 0.3s ease;
  }

  .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(0, 255, 139, 0.1);
  }
}

 @media (min-height: 750px) {
    .logo-pfs {
      max-height: 170px;
    }
  }

   @media (max-height: 749px) {
    .logo-pfs {
      max-height: 130px;
    }
  }
