:root {
  --roboto-regular: 'Roboto', sans-serif;
  --roboto-titulos: 'Roboto Mono', monospace;
  --azul-escuro: #173074;
  --cor-tracos: #7bbeeb;
}

html {
  font-family: var(--roboto-regular);
  scroll-behavior: smooth;
}

.cabecalho {
  width: 100%;
  background-image: linear-gradient(to bottom, #F9F8FF 0, #f0cdf7 80%, #9EBDE2 20%);
  padding-bottom: 2rem;
}

.sobre-mim {
  padding: 3rem 1.5rem 2rem;
  align-items: center;
}

.foto-nome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}


.foto-ana {
  width: 6rem;
  height: 6rem;
  border-radius: 10px;
}

.titulo-principal {
  font-family: var(--roboto-titulos);
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
}

.azul-escuro {
  color: var(--azul-escuro);
}

.texto-sobre-mim {
  text-align: center;
  line-height: 1.2rem;
  margin-top: 1.3rem;
}

.texto-sobre-mim p:first-child {
  margin-bottom: 0.4rem;
}

hr {
  opacity: 30%;
}

.grupo-imagens-redes {
  display: flex;
  flex-direction: row;
  padding: 0 3rem;
  justify-content: space-between;
}

.fundo-sociais {
  background-color: #f0cdf7;
  border-radius: 10px;
  padding: 0.5rem;
  box-shadow: 0px 1px #8faed4;
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.7rem;
  align-items: center;
}

.social {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.2rem;
}

.social:hover {
  opacity: 60%;
  transition: 0.3s;
}

.social:active {
  opacity: 20%;
  transition: 0.3s;
}

.area-2 {
  background-color: #e7ebf8;
}

.tecnologias {
  background-color: #f1f3fa;
}

.titulos-padding {
  padding: 1.5em;
}

.titulo-secundario {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--roboto-titulos);
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.container-traco {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.traco {
  background-color: var(--cor-tracos);
  width: 3rem;
  height: 3px;
  border-radius: 10px;
}

.traco-pequeno {
  background-color: var(--cor-tracos);
  width: 0.6rem;
  height: 3px;
  border-radius: 10px;
  margin-left: 4px;
}

.traco-minusculo {
  background-color: var(--cor-tracos);
  width: 0.3rem;
  height: 3px;
  border-radius: 10px;
  margin-left: 4px;
}


.programacao {
  margin: 1rem 0;
}

.programacao-grupo {
  display: flex;
  justify-content: space-around;
}

.grupo1 {
  margin-bottom: 3rem;
}

.grupo-imagem-legenda {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
  color: #a0adb9;
}

.imagens-programacao {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.4rem;
}

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

.grupo-imagens-projetos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 618px;
}

.propriedades-img-projetos {
  width: 8rem;
  height: 8rem;
  padding: 0.2rem;
  font-family: 'Source Code Pro', monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0.5rem;
  border-radius: 5px;
}

.meu-corretor {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/meucorretor.png");
  background-size: 8rem;
}

.meu-corretor:hover {
  background: url("assets/meucorretor.png");
  background-size: 8rem;
  transition: 0.3s;
}

.meu-corretor:active {
  opacity: 80%;
  background: url("assets/meucorretor.png");
  background-size: 8rem;
  transition: 0.3s;
}

.calculadora {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/calculadoraimc.png");
  background-size: 8rem;
}

.calculadora:hover {
  background: url("assets/calculadoraimc.png");
  background-size: 8rem;
}

.calculadora:active {
  opacity: 80%;
  background: url("assets/calculadoraimc.png");
  background-size: 8rem;
}

.portifolio {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/portifolio.png");
  background-size: 8rem;
}

.portifolio:hover {
  background: url("assets/portifolio.png");
  background-size: 8rem;
}

.portifolio:active {
  opacity: 80%;
  background: url("assets/portifolio.png");
  background-size: 8rem;
}

.enzo {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/pg-pessoal-1.png");
  background-size: 8rem;
}

.enzo:hover {
  background: url("assets/pg-pessoal-1.png");
  background-size: 8rem;
}

.enzo:active {
  opacity: 80%;
  background: url("assets/pg-pessoal-1.png");
  background-size: 8rem;
}

.order {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/sound.png");
  background-size: 8rem;
}

.order:hover {
  background: url("assets/sound.png");
  background-size: 8rem;
}

.order:active {
  opacity: 80%;
  background: url("assets/sound.png");
  background-size: 8rem;
}

.roger {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/siteroger.png");
  background-size: 8rem;
}

.roger:hover {
  background: url("assets/siteroger.png");
  background-size: 8rem;
}

.roger:active {
  opacity: 80%;
  background: url("assets/siteroger.png");
  background-size: 8rem;
}

.site-buser {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/pagbuser.png");
  background-size: 8rem;
}

.site-buser:hover {
  background: url("assets/pagbuser.png");
  background-size: 8rem;
}

.site-buser:active {
  opacity: 80%;
  background: url("assets/pagbuser.png");
  background-size: 8rem;
}

.pag-qr-code {
  background: linear-gradient(to bottom, #0c2b5a4e, #0725524e, rgba(18, 36, 70, 0.507)),
    url("assets/qr.png");
  background-size: 8rem;
}

.pag-qr-code:hover {
  background: url("assets/qr.png");
  background-size: 8rem;
}

.pag-qr-code:active {
  opacity: 80%;
  background: url("assets/qr.png");
  background-size: 8rem;
}

.experiencia {
  background-color: #f1f3fa;
}

.estagio-buser {
  margin-bottom: 2rem;
}

.estagio-buser, .estagio-globo {
  color: #4f6068;
}


.titulo-xp {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
}

.imagem-experiencia {
  width: 20px;
  height: 20px;
}

.titulo-terciario {
  margin-left: 1rem;
  color: #4f6068;
}

.data {
  font-size: 0.8em;
  color: #43bfa6;
  margin: 0.5rem 0 0.7rem 0;
}

.container-texto p {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  line-height: 1rem;
}

.estagio-globo {
  margin-top: 2rem;
}

.titulo-boticario img {
  width: 40px;
  height: 40px;
  opacity: 80%;
}

.titulo-unesp img {
  width: 60px;
  height: 20px;
  opacity: 80%;
}

.titulo-formacao {
  margin-top: 30px;
}

b {
  font-size: 15px;
  color: #4f6068;
  font-weight: 800;
}

.titulo-etec img,
.titulo-unifesp img {
  width: 48px;
  height: 20px;
  opacity: 80%;
}

.rodape {
  background-color: #9ebde2;
  font-family: var(--roboto-titulos);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grupo-imagens-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.7rem 5rem 1rem;
  width: 60%;
}

.imagens-footer {
  width: 1.7rem;
  opacity: 30%;
}

.imagens-footer:hover {
  opacity: 50%;
  transition: 0.3s;
}

.imagens-footer:active {
  opacity: 70%;
  transition: 0.3s;
}

.email-footer {
  font-size: 1.5rem;
  padding: 1rem 0 3rem;
  text-decoration: none;
  color: #4f6068;
  text-shadow: 1px 1px 2px #6d8adbc5;
}

.email-footer:hover {
  opacity: 70%;
  transition: 0.3s;
}

.email-footer:active {
  opacity: 30%;
  transition: 0.3s;
}

.traco-footer {
  background-color: var(--azul-escuro);
  width: 3rem;
  height: 1px;
  border-radius: 10px;
  margin-bottom: 0.8rem;
}


.fa-angle-up:before {
  content: "\f106";
}

.copyright, .copyright-icons8 {
  padding-bottom: 1rem;
  font-size: 0.7rem;
  text-decoration: none;
}

.copyright-icons8 {
  padding-bottom: 2rem;
}

.link-copyright:hover {
  opacity: 50%;
  transition: 0.3s;
}

.link-copyright:active {
  color: #0b725d;
}

.btn-inicio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background-color: #f0cdf798;
  height: 40px;
  border-radius: 30px;
  font-size: 2rem;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  text-decoration: none;
}

.btn-inicio:hover {
  transition: 0.3s;
  background-color: #7bbeeb;
}