@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

html,
body {
    font-family: Ubuntu, Arial;
    width: 100%;
    height: 100%;
  }

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #021124;
    overflow-y: auto;
    width: 300px;
    transition: all ease-in-out 0.5s;
    padding: 0 15px;
    z-index: 9997;
}

#header .profile img{
    margin: 15px auto;
    display: block;
    width: 130px;
    height: 170px;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
    border: 2px solid #149ddd;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    color: #fff;
}


#header .profile h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }

#header .profile .social-links a {
    font-size: 1rem;
    background: #212431;
    color: #fff;
    padding: 0.6rem;
    margin-right: 1rem;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
  }

  #header .profile .social-links a:hover {
    background: #149ddd;
  }
  
  .nav-menu {
    padding: 1.5rem;
  }
  
  .nav-menu a,
  .nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #a8a9b4;
    transition: 0.3s;
    font-size: 15px;
  }

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 0.8rem;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i {
  color: #149ddd;
}

#main {
    margin-left: 300px;
}

.resume-download {
    height: auto !important;
    border-left: 4px solid #149ddd !important;
    background: #f8f9fb;
}
.resume-download .card-body {
    padding: 1rem 1.25rem;
}
.resume-download-icon {
    font-size: 2.2rem;
    color: #dc3545;
    line-height: 1;
}
.resume-download .btn {
    font-weight: 600;
}

.lang-toggle {
    z-index: 1000;
    background-color: rgba(2, 17, 36, 0.85);
    color: #fff;
    border: 1px solid #149ddd;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.lang-toggle:hover,
.lang-toggle:focus {
    background-color: #149ddd;
    color: #fff;
    border-color: #fff;
}

section#inicio {
    background-image: url("./img/bannerPortifolio.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    position: relative;
    width: 100%;
    height: 100vh;
}

section#inicio .hero-text {
    position: absolute;
    right: 5%;
    bottom: 18%;
    max-width: min(520px, 48%);
    text-align: right;
}

section#inicio h2 {
    font-size: 4.5rem;
    white-space: nowrap;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

section#inicio span#subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.35rem;
    line-height: 1.35;
    max-width: 32ch;
    margin-left: auto;
}

.text-shadow {
    text-shadow: 4px 4px 10px #000000;
}
  
section#inicio div#arraste {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    width: 9rem;
}

section#inicio div#arraste a {
    text-decoration: none;
    color: #fff;
}

i.menu-mobile {
    position: fixed;
    color: #fff;
    background-color: #252c90;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    cursor: pointer;
    z-index: 10;
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
}
  
.menu-nav-active {
    overflow: hidden;
}

.menu-nav-active #header {
    left: 0;
}

@media (max-width: 1024px) {
    #header {
      left: -300px;
    }
    i.menu-mobile{
      display: flex;
    }
    section#inicio .hero-text {
      right: 4%;
      bottom: 14%;
      max-width: 90%;
    }
    section#inicio h2{
      font-size: clamp(2.2rem, 9vw, 3.5rem);
    }
    section#inicio span#subtitle{
      font-size: 1rem;
      max-width: 90%;
    }
    #main{
        margin-left: 0;
    }
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: inset 0 0 .3rem #00000050;
  background-color: #fff ;
}

*::-webkit-scrollbar-thumb {
  background-color: #252c90;
}

.section-bg{
  background-color: #eff5ff;
}

.cv .cv-title{
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.cv .cv-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.cv .cv-item h4 {
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.cv .cv-item h6 {
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.cv .cv-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 16px;
  height: 16px;
  border: 2px solid #1f5297;
  background: #fff;
  border-radius: 50%;
}

.carousel-control-prev{
  top: auto !important;
  bottom: 10px !important; /* ajuste a altura conforme necessário */
}

.carousel-control-next{
  top: auto !important;
  bottom: 10px !important; /* ajuste a altura conforme necessário */
}

.carousel-indicators{
  margin-bottom: -35px;
}

.card {
  height: 600px; /* ou qualquer outra altura desejada */
}

/* Animação */

[data-anime] {
  opacity: 0;
  transition: 1s;
}

[data-anime="down"] {
  transform: translate3d(0, -100%, 0);
}

[data-anime="up"] {
  transform: translate3d(0, 100%, 0);
}

[data-anime="left"] {
  transform: translate3d(-100%, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(50px ,0 ,0);
}

[data-anime].animate {
  opacity: 1;
  transform: translate3d(0 ,0 ,0);
}

@media (max-width: 1860px){
  .carousel-control-prev{
    margin-left: 0;
  }
  
  .carousel-control-next{
    margin-right: 0;
  }

  [data-anime="right"] {
    transform: translate3d(0, 100%, 0);
  }
}

#btn-enviar-loader{
  display: none;
}

#alerta {
  position: fixed;
  z-index: 10;
  top: 30px;
  right: 30px;
}

#footer{
  padding: 15px;
  color: #fff;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background-color: #021124;
  transition: .3s;
}

@media (max-width: 1012px) {
  #footer{
    position: static;
    width: auto;
    padding: 20px 15px;
  }
}@media (max-width: 1012px) {
  #footer{
    position: static;
    width: auto;
    padding: 20px 15px;
  }
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Login */
.login-page {
  background: #0f1720;
  color: #0f1720;
  position: relative;
  overflow: hidden;
}

.login-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 70% -10%, rgba(37, 99, 235, 0.35), transparent 60%),
              radial-gradient(900px 500px at 10% 110%, rgba(14, 165, 233, 0.25), transparent 55%),
              linear-gradient(135deg, #0b1220 0%, #0f1720 60%, #111827 100%);
  z-index: 0;
}

.login-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 420px;
  border: 1px solid rgba(15, 23, 32, 0.08);
}

.login-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0f1720;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
}
