/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 
  font-family: 'Mulish', sans-serif;
  background: #fff;
  color: #1a1a1a;
}

main {
  
  padding: 0 2px;
  margin-top: 2px;
}

/* Container padrão */
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.header {
  display: flex;
  padding: 25px;
  font-size: 0.9rem;
}

/* "©"  */
.letraC {
  position: relative;
  top: -24px;
  font-size: 1.2rem;
}

/* rejota */
.reojota {
  height: 35px;
}

.clik {
  position: static;
  top: 50px;
  left: 50px;
  transform: translate(-50%, 0%);
  margin-right: 0px;
}

.clik p {
  font-size: 1.0rem;
  color: #7f7ba8;
  /* margin-left: 20px; */
}

.clika {
  color: #2B2154;
  text-decoration: none;
}

/* HERO SECTION */

#inicio {
  background: url(assets/5c4c7a50956309cf829bc93545f9c0c35311a33b.png) no-repeat center center fixed;
  background-size: 3440px;
  opacity: 1px;
  padding: 100px 0;
  /* border: #00ff00 solid 1px; */
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin: 0px 90px 10px 70px;
}

.hero-texto{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

#h1{
  margin-bottom: 40px;
}

.tituloh1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 128px;
  leading-trim: none;
  line-height: 100%;
  color: #1a1a1a;
}

.destaque-eu{
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  leading-trim: NONE;
  line-height: 70px;
  letter-spacing: 0%;

}

.destaque-renata {
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  leading-trim: NONE;
  line-height: 70px;
  letter-spacing: 0%;
  color: #a6a0e4;
}

.exclama{
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  leading-trim: NONE;
  line-height: 70px;
  letter-spacing: 0%;

}

.descricao {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.texto-experiencias {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.descricao-secundaria {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 60px;
}


.btn-fale-comigo {
  width: 230px;
  height: 45px;
  border-radius: 50px;
  background: #533E99;
  color: #EEEDFA;
  padding: 0.8rem 1.2rem;
  font-size: 20px;
  font-weight: 700;
  font-style: bold;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-block; 
  align-items: center;
  justify-content: center;
  text-align: center;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.btn-fale-comigo:hover {
  transition: background 0.3s ease;
  background: #775cee;
  color: #1a1a1a;
}

/* MÉTRICAS */
.metricas {
  display: flex;
  gap: 0.5rem;
  margin-top: 4rem;
  font-size: 4rem;
}

.metricas div {
  text-align: center;
}

.metricas span {
  display: block;
  font-size: 4.8rem;
  color: #B4AEE8;
  font-weight: 800;
  margin-left: 2px;
}

.descricao-metrica {
  font-family: Mulish;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}


.line{
  background: #818181;
  padding: 0.5px;
  margin: 16px;
  height: 50px;
  border: 2.5px solid #818181;
}

/* IMAGENS */
.hero-imagens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  
}

.imagem-principal {
  grid-column: 1 / 3;
  display: flex;
  gap: 1rem;
}

.imagem-renata {
  width: 320px;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
}

.imagem-lender {
  width: 320px;
  height: 300px;  
  border-radius: 12px;
  object-fit: cover;
}

.imagem-girafa {
  width: 410px;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  grid-column: 1 / 2;
}

.imagem-figma {
    width: 230px;
    height: 115px;
    object-fit: cover;
}


.ferramentas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  grid-column: 2 / 3;
  align-items: center;
  justify-content: flex-start;
}

.ferramentas img {
  border-radius: 8px;
}

/* RODAPÉ DO HERO */
.hero-rodape {
  border: #C2B9E2 solid 1px;
  width: 90%;
  height: 195px;
  margin: 0 auto;
  margin: 45px;
  padding: 10px;
  display: flex;
  border-radius: 20px;
  background: #f4f4ff; 
}

.texto-rodape{
  max-width: 700px;

}

.descricao-rodape {
  color:#2B2154;
  font-family: Mulish;
  font-weight: 400px;
  font-style: Regular;
  font-size: 20px;
  letter-spacing: 0%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.btn-rodape {
  border: #C2B9E2 solid 1px;
  background: #e1dfff;
  padding: 0.7rem 1.4rem;
  border-radius: 60px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-top: 0.6rem;
  margin-left: 1rem;
  display: inline-block;
}

 .avatar-rodape {
  background: url(assets/avatar-renatinha.png) no-repeat center center;
  background-size: cover;
  width: 321px; 
  height: 321px;
  display: flex; 
  top: 50px;
  left: 50px;
  transform: translate( 47%, -43%);
} 


/* Serviços */

#servicos-id {
  background: 
    linear-gradient(rgba(255, 255, 255, 0.781), rgba(255, 255, 255, 0.76)),
    url(assets/5afaadf490e1147d1dd5af2c580b39d1c619515b.png) no-repeat center center fixed;
  background-blend-mode: hard-light;
  background-size: 1440px;
  padding: 100px 0;
  left: 20px;
  width: 100%;
}

/* #servicos-id {
  background-blend-mode: hard-light;
  background: url(assets/5afaadf490e1147d1dd5af2c580b39d1c619515b.png) no-repeat center center fixed;
  background-size: 1440px;
  b-opacity: 0.8;
  padding: 100px 0;
  left: 20px;
  width: 100%;
} */

 .servicos {
  width: 100%;
  padding: 60px 20px;
  background-color: #ffffff;
}

.servicos-titulo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #020202;
  margin-bottom: 20px;
  margin-left: 20px;
}

.card-ui {
  border-left: #00b7ff solid 12px;
  background: #e2f7f6;
  flex: 1 1 300px;
  max-width: 700px;
  height: 160px;
  padding: 25px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-ux {
  border-left: #00ff73 solid 12px;  
  background: #cffce0f6;
  flex: 1 1 300px;
  max-width: 700px;
  height: 160px;
  padding: 25px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-gr {
  border-left: 12px solid #eafa08;
  background: #fafce7d0;
  flex: 1 1 300px;
  max-width: 700px;
  height: 160px;
  padding: 25px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease
}


/* logos */

.badge{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-weight: bold;
  font-size: 1rem;
  background-color: #fff;
  color: #3b3b3b;
  border-radius: 50%;
  margin-bottom: 15px;
  cursor: context-menu;
}

abbr {
  text-decoration: none;
}

/* paragrafos */
.ui-paragrafo,
.ux-paragrafo,
.gr-paragrafo {
  font-size: 15px;

  color: #444;
} 

/* Títulos */
.titulo-ui,
.titulo-ux,
.titulo-gr {
  justify-content: right;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 12px;
  color: #222;
}

/* animação */
.card-ui:hover,
.card-ux:hover,
.card-gr:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} 

/* div para o alinhamento dos cards serviços */
.linha-servico {
  display: flex;
  align-items: flex-start;
  gap: 15px; 
}

.linha-servico .badge {
  margin-bottom: 0; 
}

.linha-servico p {
  margin: 0; 
}


.linha-servico3 {
  display: flex;
  align-items: flex-start;
  gap: 15px; 
  margin-top: 20px;
}


/* projetos */

.projetos {
  padding: 60px 20px;
  background: #ffffff;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tag-ux{
  border: #71B778 solid 1.5px;
  background:#E8F5E9;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tag-ui{
  border: #097EC0 solid 1.5px;
  background-color: #E3F2FD;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tag-dg{
  border: #FFD40B solid 1.5px;
  background-color: #FFFDE7;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.titulo-projeto{
  font-size: 3.5rem;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 20px;
}

.projetos-grid {
  display: grid;
}

.projetos-grid-2 {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.card-Rcllinicas{
  border: #D4D4D4 solid 1px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-in-out;
  width: 1270px;
  height: 640px;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.card-inspection{
  border: #D4D4D4 solid 1px;
  width: 500px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease;
  margin-bottom: 20px;

}

.card-litoteca {
  border: #D4D4D4 solid 1px;
  border-radius: 12px;
  width: 720px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease;
  margin-bottom: 20px;
  margin-left: 20px;
}

.card-social-media {
  border: #D4D4D4 solid 1px;
  width: 1270px;
  height: 640px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.imagem-Rclinicas {
  width: 1225px;
  height: 464px;
  angle: 0deg;
  opacity: 1;
  border-radius: 20px;
  margin-bottom: 15px;
}


.imagem-Inspection {
  width: 442px;
  height: 464px;
  angle: 0deg;
  opacity: 1;
  border-radius: 20px;
  margin-bottom: 15px;
}

.imagem-litoteca {
  width: 682px;
  height: 464px;
  angle: 0deg;
  opacity: 1;
  border-radius: 20px;
  margin-bottom: 15px;
}


.social-media {
  width: 1225px;
  height: 464px;
  top: 31.07px;
  left: 31.01px;
  angle: 0deg;
  border-radius: 20px;
  margin-bottom: 15px;
}

.titulo-h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0A0A0A;
  margin-bottom: 10px;
  
}

.ano {
  margin-right: 0; 
  font-size: 20px;
  font-weight: 400;
  color: #0A0A0A;
  font-family: Mulish;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;  
}

.paragrafo-descricao {
  font-family: Mulish;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1.2px;
  color: #333333;
  margin-bottom: 20px;
}

/* partes para ajuda no desenvolvimento */
.linha {
    width: 100%;
    height: 1px;
    background-color: #ff0000;
    margin: 20px 0;
}



.card-Rcllinicas:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.card-inspection:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-litoteca:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-social-media:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* Rodapé footer */

 .footer-novo {
  background: url(assets/footer\ 01.png) no-repeat center center fixed;
  background-size: cover;
  padding: 60px 30px 30px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  height: 90vh;
}

.footer-container {
  /* border: #00b7ff solid 1px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-esquerda span {
  font-size: 29px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-titulo {
  font-size: 36px;
  color: #B4AEE8; 
  margin-bottom: 20px; 
}

.footer-destaque {
  display: block;
  color: #B4AEE8;
  font-weight: bold;
  font-size: 36px;
}

.footer-email {
  width: 220px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin: 20px 0;
  color: #e0dfff;
  text-decoration: none;
}

.img-setaI {
  background: #B4AEE8;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  padding: 2.58px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  margin-left: 10px ;
}

.footer-icon-email {
  width: 8px;
  height: 8px;
}

.footer-email:hover {
  color: #aeb0f7;
  text-decoration: underline;
}

.footer-redes {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-icon {
  width: 28px;
  height: 28px;
  transition: transform 0.3s;
}

.footer-icon:hover {
  transform: scale(1.1);
}

.footer-avatar-container {
  display: flex; 
  top: 50px;
  left: 50px;
  transform: translate( -115%, 27%);
  margin-top: 0px;
}

.footer-avatar {
  /* border: #00b7ff solid 1px; */
  height: 378px;
  width: 378px;
  /* margin-top: 20px; */
}

.footer-direita {
 margin-top: 0px;
}

.container-marca{
  /* border: #00b7ff solid 1px; */
  position: absolute;
  bottom:  30px;
  right: 60px;
  margin-top: 35px; 
  
}

.footer-logo {
  filter: brightness(0) invert(1);
  width: 240px;
  margin-bottom: -30px; 

}

.footer-direitos {
  color: #ccc;
  font-size: 12px;
}

.footer-direitos i {
  font-size: 25px;
  color: #ffffff;
  font-weight: 200;
}

.footer-topo-btn {
  position: absolute;
  top: 35px;
  right: 67px;
  background: #c8bfff;
  color: #4a3c6e;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease;
  margin-top: 30px;
}

.footer-topo-btn strong {
  font-weight: bold;
}

.footer-topo-btn:hover {
  background: #e4d9ff;
}

@media (max-width: 1200px) {
  .tituloh1,
  .destaque-eu,
  .destaque-renata,
  .exclama {
    font-size: 2rem;
  }
  .servicos-titulo,
  .titulo-projeto {
    font-size: 1.5rem;
  }
  .card-ui,
  .card-ux,
  .card-gr {
    max-width: 100%;
    height: auto;
    padding: 15px;
  }
  .linha-servico,
  .linha-servico3 {
    flex-direction: column;
    gap: 8px;
  }
  .badge {
    width: 60px;
    height: 30px;
    font-size: 0.8rem;
  }
  .footer-logo {
    width: 80px;
  }
  .footer-avatar {
    max-height: 120px;
  }
} 
