/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
@font-face {
  font-family: 'Monument';
  src: url('../fonts/MonumentExtended-Regular.otf');
  font-weight: normal;
  font-style: normal;
}


body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  background-color: #7631ff;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'Monument';
  font-weight: lighter !important;
  line-height: 1.1 !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: #7b3bd5;
  background-image: url(../img/SECTION_TOPO.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -160px;
  z-index: 1;
  margin-bottom: -650px;
}

.hero-content {
  margin-top: 0px;
}

.hero h1 {
  color: white;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero p {
  color: white;
  font-size: 1.6rem;
}

.centralizado {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dot {
  margin-top: 5px;
  font-size: 1.2em;
  /* Ajuste para melhor alinhamento */
  line-height: 1;
}

.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-decoration: none;
  pointer-events: auto;
  /* Garante que seja sempre clicável */

}

.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle:hover {
  transform: translateY(3px);
}

svg {
  stroke: white;
}

.about img {
  width: 1050px;
  height: 500px;
  max-width: 100%;
  height: auto;
  background-position: center;
}


/* Responsividade */
@media (max-width: 992px) {

  .hero h1 {
    font-size: 1.7rem;
  }

  .hero p {
    font-size: 0.8rem;
  }


}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
  background-color: transparent;
  background-image: url(../img/SECTION_BV.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.about-content {
  margin-top: 500px;
}

.about p {
  text-align: left;
  font-size: 1.2rem;
}

/* Estilização do círculo preto */
.video-circle {
  width: 500px;
  height: 500px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 50px !important;
}

/* Ajuste do vídeo */
.video-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about h2 {
  color: #7631ff;
  font-size: 4.5rem;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: left;

}

.about-text-1 {
  padding: 0px 20px;
}

.outline-circle {
  width: 1550px;
  height: 1750px;
  border: 2px solid #7b3bd5;
  /* Contorno roxo */
  border-radius: 100%;
  /* Tornando o contorno circular */
  background-color: transparent;
  /* Sem preenchimento */
  margin-top: -1500px;
  margin-left: -200px;
  border-top: 2px transparent;
  border-top-left-radius: 0px;


}

.about .col-lg-4 {
  display: flex;
  align-items: center;
  /* Centraliza verticalmente */
  justify-content: end;
  /* Centraliza horizontalmente */
}

.circle-purple {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid #7b3bd5;
  /* Contorno roxo */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 200px;
}

.circle-purple:hover {
  transform: translateY(3px);
}

.circle-purple svg {
  stroke: #7b3bd5;
}


.about h3 {
  color: #7631ff;
  font-size: 3.3rem;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;

}


/* Responsividade */
@media (max-width: 992px) {
  .video-circle {
    width: 350px;
    height: 350px;
  }

  .about p {
    font-size: 1.2rem;
    padding: 0px 0px;
    margin-left: 0px;
  }

  .about h2 {
    font-size: 2.5rem;
  }

  .about h3 {
    font-size: 2rem;
  }

  .outline-circle {
    margin-top: -1700px;

  }

}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
    text-align: center;
  }

  .video-circle {
    margin-bottom: 20px;
  }

  .about {
    margin-top: -200px;

  }

  .about-content {
    margin-top: 450px;

  }
}

@media (max-width: 576px) {

  .about {
    margin-top: -200px;
    padding: 0px 0px;

  }

  .about-content {
    margin-top: 800px;

  }
}


.team {
  padding: 0px 0px 800px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-top: -200px;
  background-image: url(../img/SECTION_TIME.svg);

}

.team-content {
  color: white !important;
  margin-top: -100px;
  background-color: #2a363b;
  padding: 0px 0px 20px 0px;
}

.team-text {
  margin-top: -150px;
}

.team-title {
  color: white !important;
  font-size: 2rem !important;
}

.team p {
  font-size: 1rem !important;
}


.carousel-container {
  margin-top: -450px;
  position: relative;
  width: 500px;
  height: 750px;
  overflow: hidden;
  border-radius: 20px;

}

.carousel {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.image-wrapper {
  position: relative;
  width: 500px;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: contain;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  /* deixa o hover acontecer na wrapper, não na imagem */
}

.hover-text {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

.image-wrapper:hover .hover-text {
  opacity: 1;
}


.scroll-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: 2px solid #7b3bd5;
  color: #7b3bd5;
  font-size: 25px;
  padding: 5px 10px 5px 10px;
  border-radius: 200%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.scroll-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.scroll-up {
  top: 100px;
  z-index: 99;
}

.scroll-down {
  bottom: 100px;
}


.clientes {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 1300px !important;
  background-image: url(../img/SECTION_CLIENTES.svg);
  background-color: #2a363b;
  margin-top: -250px;

}


.clientes-content {
  color: white !important;
  margin-top: -950px;
}

.clientes-logo {
  width: 90%;
  padding: 10px 20px;
  height: auto;
}

.contato {
  background-image: url(../img/SECTION_CONTATO\ 02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  padding-bottom: 300px;
  background-position-y: 20px;
  margin: -280px 130px 0px 130px;
  background-color: transparent;

}

.contato2 {
  background-image: url(../img/SECTION_CONTATO\ 01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-color: transparent;
  padding-bottom: 600px;
  margin: 0px 130px 0px 130px;
  background-position-y: 20px;

}

.contact-container {
  text-align: center;
  overflow: hidden;
  margin-top: -620px;
  position: relative;
}

.contact-title {
  color: #7b3bd5;
  font-size: 4.5rem !important;
  font-weight: bold;
}

.contact-subtitle {
  color: black;
  font-size: 1.4rem !important;
  margin-top: 10px;
}

.contact-line {
  width: 350px;
  height: 2px;
  background-color: #7b3bd5;
  margin: 25px auto;
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 1.2rem !important;
}

.contact-email {
  color: black;
  margin-top: 15px;
  margin-right: 20px;
}

.contact-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-social i {
  font-size: 40px;
  color: #7b3bd5;
}


.contact-logo img {
  width: 200px;
  position: relative;
  background-color: transparent;
}

.contact-footer {
  font-size: 1.4rem !important;
  color: rgb(255, 255, 255);
  margin-top: -40px;
}

#footer {
  padding: 300px 0px 0px 0px;
  margin-top: -220px;
  margin-bottom: -170px;
  background-color: #7631ff;
}


@media (max-width: 1400px) {
  .contato {
    margin: -200px 0px 0px 0px;
  }

  .contato2 {
    margin: 0px 0px 0px 0px;
  }

}



/* Responsividade */
@media (max-width: 992px) {

  .team {
    margin-top: -50px;
    padding: 0px 0px 1000px 0px;
  }

  .team-content {
    margin-top: -520px;
  }

  .team-text {
    margin-top: -120px;
  }

  .carousel-container {
    position: relative;
    height: 750px;
    overflow: hidden;
    border-radius: 20px;
  }


  .contact-title {
    font-size: 3.2rem !important;
  }

  .contact-container {
    margin-top: -700px;
  }

  .clientes-content h2 {
    text-align: left !important;
  }

  .clientes p {
    text-align: left !important;
  }

  #footer {
    margin-bottom: -100px;
  }

}


@media (max-width: 568px) {
  .clientes-content {
    margin-top: -1200px;
  }

  .clientes {
    margin-top: -20px;
    background-size: cover;
  }

  .clientes-logo {
    width: 90%;
    padding: 20px 60px;
    height: auto;
  }

  .carousel-container {
    width: 325px;
    height: 750px;
  }

  .image-wrapper {
    width: 325px;
    height: 750px;
  }


  .image-wrapper img {
    width: 300px;
    height: 300px;
  }

  .hover-text {
    position: absolute;
    width: 300px;
    height: 300px;
  }

  .scroll-up {
    top: 150px;
    z-index: 99;
  }

  .scroll-down {
    bottom: 150px;
  }


}



/*--------------------------------------------------------------
# Contato Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 90px;
  margin-left: -40px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgb(77, 44, 169);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 35px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: white;
    font-size: 45px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

-------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background: linear-gradient(45deg, var(--background-color) 0%, color-mix(in srgb, var(--surface-color), transparent 10%) 100%), url("../img/page-title-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: -250px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 77px;
  }
}


/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Roboto", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2c4964;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #5846f9;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.8);
  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #5846f9;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f8ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #202020;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #5846f9;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #7c25ba;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}