* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}

.text {
  display: flex;                /* flex é mais previsível aqui que grid */
  flex-direction: column;
  justify-content: center;      /* centraliza verticalmente */
  align-items: center;          /* centraliza horizontalmente */
  
  min-height: 100vh;            /* ocupa toda a tela e cresce se necessário */
  box-sizing: border-box;
  padding: 120px 20px 20px;     /* topo maior por causa do header fixo */
  
  background-color: #000;
  color: #fff;
  text-align: center;
}
.tracos2{
    display:none;
}

.welcome-container {
    margin-bottom: 100px;
    padding: 25px;
}

.welcome {
  display: block;
  font-size: 60px;
  color: #fff;
  font-family: 'libre';
}

.span-hono {
  display: block;
  font-family: 'glacial';
  font-weight: normal;
  font-size: 100px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  line-height: 20px;
  margin: 0 auto;
}

.span-where {
  display: block;
  font-family: 'glacial';
  font-weight: bold;
  font-size: 58px;
  color: #878787;
  margin: 35px auto 0 auto;
  line-height: 50px;
}

.info-text {
  display: block;
  font-family: "glacial";
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
  max-width: 900px;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  color: #fff;
}

.spell {
  font-size: 25px;
  font-family: "glacial";
  font-weight: bold;
  color: #878787;
  margin-top: 20px;
  margin-right: 40px;
}

.btn-container {
  margin-top: 40px;
  text-align: center;
}

.agen {
  color: #fff;
  font-family: 'glacial';
  font-weight: bold;
  font-size: 43px;
  display: block;
}

.btn-agen {
  background: #4C53A9;
  padding: 3px 100px;
  color: #fff;
  font-family: "glacial";
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 35px;

  transition: 0.3s ease-in-out;
}

.btn-agen:hover {
  background-color: #303894;
}

.img-kamile {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
  grid-column: 2;
}

/* SEGUNDA PARTE DA PAGINA */

.grid-tracos {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.left-tracos {
  display: flex;
  align-items: center;
  background-color: #000;
}

.txt-tracos {
  color: #fff;
  font-size: 80px;
  font-weight:bold;
  font-family: 'wide';
  transform: rotate(-90deg);
  white-space: nowrap;
}

.container-imagens {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-content: center;
  position: absolute;
  left: 260px;
}

.container-imagens img {
  width: 240px;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
}

.right-tracos-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f2f2;
  gap: 15px;
  z-index: 1;
  max-width: 800px;
  margin: 100px auto;
}

.grid-galeria {
  display: grid;
  place-items: center;
  width: 100%;
}

.txt-tracos-info {
  border-bottom: 6px solid #000;
  border-right: 6px solid #000;
  border-top: 2px solid #000;
  border-left: solid 2px #000;
  padding: 12px;
  margin-right: 60px;
}

.info-text-traco {
  font-size: 30px;
  font-weight: bold;
  font-family: 'libre';
}

.tracos-p {
  font-size: 20px;
  font-family: 'libre';
}

.btn-gal {
  margin-top: 30px;
  background: #4C53A9;
  padding: 1px 70px;
  color: #fff;
  font-family: "glacial";
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 28px;
  border: solid 1px #6C5BCD;
  transition: 0.3s ease-in-out;
}

.btn-gal:hover {
  background-color: #303894;
}

hr {
  margin: 0;
  padding: 0;
  border: solid 2px #000;
  opacity: 100% !important;
}

.ultimas-tattoos {
  font-family: "libre";
  font-size: 50px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.cards-roda-info {
  font-weight: bold !important;
  font-size: 22px !important;
}

.cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-top: 95px;
}

.card {
  border-radius: 24px !important;
}

.cards-1,
.cards-2 {
  display: grid;
  gap: 70px;
}

.cards-1 {
  grid-column: 1;
  justify-content: end;
}

.card-body {
  box-shadow: 3px 3px 30px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 24px 24px;
}

.cards-2 {
  grid-column: 2;
}

.card-img-top {
  border-radius: 24px 24px 0px 0px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.btn-orc {
  background-color: #383F9A;
  color: #fff;
  border-radius: 50px;
  font-family: 'glacial';
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.btn-orc:hover {
  background-color: #131863;
  color: #fff;
}

.margin {
  margin-top: 40px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #4C53A9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
  filter: invert(1);
  /* deixa o ícone branco */
}

.section_home {
  margin: 2rem 0rem 2rem 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  place-items: center;
  padding: 0.5rem;
}

.text_home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 1.5rem;

  & h2 {
    font-weight: 600;
  }
}

.citation {
  font-style: italic;
  font-weight: 300;
}

.categories {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;

  & h2 {
    font-size: clamp(2rem, 1.5vw + 0.5rem, 4rem);
  }
}

.categories_links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  margin: 2rem 0rem;

  & img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
  }

  & h3 {
    font-size: clamp(0.5rem, 1.5vw + 0.5rem, 1rem);
  }
}

.img_home {
  width: clamp(350px, 50%, 200px);
}

.budget {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin: 3rem 0rem 0rem 0rem;
  flex-wrap: wrap;

  & img {
    max-width: 20rem;
    border-radius: 1rem;
  }
}

.about {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  max-width: 25rem;
}

.evaluation {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & h2 {
    padding: 2rem 0rem;
    font-size: 2.5rem;
  }
}

/* Ajustes dentro do carrossel para a seção evaluation */
.evaluation .carousel>article {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsividade da evaluation */
@media screen and (max-width: 960px) {
  .evaluation {
    padding: 1rem;
  }

  .evaluation .carousel>article {
    grid-template-rows: 150px auto 1fr auto;
  }
}

/* Pequena melhoria para títulos e links dentro da evaluation */
.evaluation .carousel>article h2 {
  font-weight: 500;
}

.evaluation .carousel>article a {
  margin-top: 0.5rem;
  display: inline-block;
}

/*
carrossel
*/
.carousel {
  --items: 6;
  --carousel-duration: 40s;
  --carousel-width: min(80vw, 1200px);
  --carousel-item-width: 300px;
  --carousel-item-height: 370px;
  --carousel-item-gap: 2rem;

  position: relative;
  width: var(--carousel-width);
  /* altura do carrossel = altura do item + espaço para sombra */
  height: calc(var(--carousel-item-height) + 50px);
  /* 50px extra para sombra */
  overflow-x: hidden;
  /* esconde as laterais */
  overflow-y: visible;
  /* permite sombra aparecer */
}

/* Responsividade */
@media screen and (min-width: 600px) {
  .carousel {
    --carousel-duration: 30s;
  }
}

/* Máscara lateral */
.carousel[mask] {
  -webkit-mask-image: none;
  mask-image: none;
}

/* Reverso */
.carousel[reverse]>article {
  animation-direction: reverse;
}

/* Hover pausa */
.carousel:hover>article {
  animation-play-state: paused;
}

.carousel>article {
  position: absolute;
  top: 0;
  left: calc(100% + var(--carousel-item-gap));
  width: var(--carousel-item-width);
  height: var(--carousel-item-height);
  display: grid;
  text-align: center;
  grid-template-rows: 300px auto 1fr auto;
  gap: 0.25rem;
  border: 2px solid rgba(24, 46, 172, 0.25);
  padding-block-end: 1rem;
  border-radius: 10px;
  color: var(--blue);
  box-shadow: 0 4px 15px rgba(48, 56, 148, 0.4), 0 1cap 30px rgba(48, 56, 148, 0.2);


  /* animação */
  will-change: transform;
  animation-name: marquee;
  animation-duration: var(--carousel-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--carousel-duration) / var(--items) * var(--i) * -1);
}

/* Index dos itens */
.carousel>article:nth-child(1) {
  --i: 0;
}

.carousel>article:nth-child(2) {
  --i: 1;
}

.carousel>article:nth-child(3) {
  --i: 2;
}

.carousel>article:nth-child(4) {
  --i: 3;
}

.carousel>article:nth-child(5) {
  --i: 4;
}

.carousel>article:nth-child(6) {
  --i: 5;
}

.carousel>article:nth-child(7) {
  --i: 6;
}

.carousel>article:nth-child(8) {
  --i: 7;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.carousel>article>*:not(img) {
  padding: 0 1rem;
}

.carousel>article>div {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  font-size: 0.8rem;
}

.carousel>article h2 {
  font-size: 1.2rem;
  font-weight: 300;
  padding-block: 0.75rem 0.25rem;
  margin: 0;
}

.carousel>article p {
  margin: 0;
}

.carousel>article a {
  text-decoration: none;
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  place-self: start;
  transition: 150ms ease-in-out;
}

.carousel>article a:hover,
.carousel>article a:focus-visible {
  background-color: var(--blue);
  color: white;
  outline: none;
}

/* =======================
   Animações
======================= */
@keyframes marquee {
  100% {
    transform: translateX(
      calc((var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) * -1)
    );
  }
}

/* =======================
   PARTE RESPONSIVA DO SITE
======================= */

/* ===== Telas muito grandes ===== */
@media screen and (min-width: 1801px) {
  .welcome {
    font-size: 70px;
  }

  .info-text {
    font-size: 40px;
  }

  .spell {
    font-size: 35px;
    text-align: left;
  }
}

/* ===== Telas grandes ===== */
@media screen and (max-width: 1810px) {
  .grid-imagens {
    padding: 0;
  }

  .container-imagens img {
    width: 30vh;
  }
    
   .right-tracos-container {
    max-width: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 280px;  
  }
}

/* ===== Telas médias ===== */
@media screen and (max-width: 1535px) {
  .grid-tracos {
  	grid-template-columns: 1fr 1fr;
  }
  
    .container-imagens {
        position: relative;
        left: 0;
    }
    
  .left-tracos {
    flex-direction: column;
    height: auto;
    padding: 60px 20px;
  }
   
    .right-tracos-container {
        max-width: 550px;
        margin: 0 auto;
    }
  .txt-tracos {
    left: 0;
    transform: rotate(0deg);
    margin: 0 0 40px 0;
    font-size: 64px;
    text-align: center;
  }
}

/* ===== Telas menores ===== */


@media screen and (max-width: 1300px) {
  .welcome {
    font-size: 3rem; /* 50px */
  }
  .span-hono {
    font-size: 82px !important; /* 70px */
  }

  .span-where {
    margin-top: 1.550rem; /* 27px */
    font-size: 2.150rem; /* 38px */
  }

  .info-text {
    font-size: 1.4500rem; /* 25px */
    margin-top: 0.9370rem; /* 15px */
  }

  .spell {
    font-size: 1.050rem; /* 18px */
  }
    .agen{
        font-size:2.555rem;
    }
    .btn-agen{
        padding:1px 50px;
    }
}

@media screen and (max-width: 1250px) {
  .txt-tracos {
    font-size: 50px;
  }
}

@media screen and (max-width: 1066px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .img-kamile {
    display: none;
  }
}

/* ===== Mobile médio ===== */
@media screen and (max-width: 870px) {
  .grid {
    grid-template-columns: 1fr;
    height: auto;
  }
    
    .welcome-container{
        margin-bottom:0px;
        padding-bottom:0;
        padding-top:0;
    }
    hr{
        margin-top:30px;
    }

  .text {
    padding: 40px 20px;
    background-color: #f2f2f2;
    text-align: center;
    height: auto;
  }

  .welcome {
    color: #000;
    font-size: 40px;
  }

  .span-hono {
    color: #000;
    -webkit-text-stroke: 0px;
    font-size: 70px;
    line-height: 30px;
  }

  .span-where {
    color: #878787;
    font-size: 45px;
    text-align: center;
    line-height: 40px;
  }

  .info-text {
    color: #000;
    font-size: 32px;
    max-width: 100%;
    margin: 20px 0 0 0;
    line-height: 1.2;
  }
    
    .txt-tracos-info{
	margin-left: 70px;
    }

  .spell {
    display: none;
  }

  .agen {
    color: #000;
    font-size: 40px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .btn-container {
    text-align: center;
    margin-right: 0;
  }

  .btn-agen {
    margin-right: 0;
    padding: 10px 50px;
    font-size: 25px;
  }

  .img-kamile,
  .nav-menu,
  .nav-buttons,
  .left-tracos {
    display: none;
  }

  .cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cards-1,
  .cards-2 {
    display: flex;
    flex-direction: column;
  }
}

/* ===== Mobile menor ===== */
@media screen and (max-width: 843px) {
    .grid-tracos{
        display:grid;
        grid-template-columns:1fr;
    }
    .tracos2{
        margin-top:50px;
        display:block;
        text-align:center;
        font-family: 'wide';
        font-weight:bold;
        font-size:30px;
    }
    
    .welcome {
    font-size: 40px;
  }

  .display-responsive {
    display: block;
  }

  .span-hono {
    font-size: 80px;
  }

  .span-where {
    font-size: 30px;
    line-height: 40px;
  }

  .info-text {
    font-size: 25px;
  }

  .spell {
    font-size: 22px;
    text-align: left;
  }
    .btn-agen{
        margin-top:30px !important;
        padding:1px 50px !important;
    }
    .text{
        padding:0;
    }
}

/* ===== Pequenos celulares ===== */
@media screen and (max-width: 440px) {
  .span-where {
    line-height: 40px !important;
  }
    .tracos-p{
        font-size:12px;
    }
}
