body {
  font-family: "Manrope", sans-serif;
  background-color: #0f0f0f;
}

header {
  max-width: 80%;
  background-color: aqua;
  display: flex;
  justify-content: end;
}

.texto-principal {
  color: #e9e9e9;
}

.texto-secundario {
  color: #c1bbbb;
  
}

.cabecalho {
  width: 55%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.sobre-mim {
  padding: 8px 16px 8px 16px;
  border-radius: 34px;
  background-color: #242424;
}

.sobre-mim>a {
  color: #efefef;
  text-decoration: none;
  
}

.titulo-principal {
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  padding: 2% 0 2% 0;
  color: #e9e9e9;
}

spam {
  color: #484848;
}

.card {
  background-color: #0f0f0f;
  border-style: none;
}

.card-img-top {
  border-radius: 15px;
}

.card-descricao {
  color: #e9e9e9 !important;
  font-weight: 700;
  font-size: 32px;
}

.card-descricao>span {
  color: #e9e9e9 !important;
}

.titulo-botao {
  display: flex;
  justify-content: space-between;
}

.card-button {
  padding: 12px 36px 12px 36px;
  border-radius: 66px;
  gap: 10px;
  background-color: #242424;
  color: #e9e9e9;
  border: none;
  text-decoration: none;
}

.card-text-menor {
  font-weight: 400;
  color: #b0b0b0;
  font-size: 14px;
}

.texto-rodape {
  color: #787878;
}

.lista-itens {
  margin-right: 1em;
  color: #787878;
}

.logo-botao {
  margin-right: 0.5em;
}

.descricao>p {
  line-height: 28px;
}

.titulo-sobre-mim {
  margin-bottom: 40px;
}

.fotobinho {
  border-radius: 16px;
}

.texto-seta:hover {
  text-decoration: none;
  color: #e9e9e9;
}

.titulo-conteudo {
  color: #787878;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.texto-conteudo {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
}

.texto-conteudo-lateral {
  color: #787878;
  font-size: 20px;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0em;
  text-align: left;
}

.conteudo-cards {
  margin: 60px 0 60px 0;
}

.titulo-card {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.texto-card {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.imagem-desktop {
  margin: 5% 0 5% 0;
  border-radius:16px;
}

.secao-imagens {
  margin: 2% 0 2% 0;
  border-radius:16px;
  
}

.texto-seta:hover {
  text-decoration: none;
  color: #e9e9e9;
}

.bolha {
  position: absolute;
  padding: 10px 18px 10px 18px;
  border-radius: 44px;
  background: rgba(105, 105, 105, 0.39);
  backdrop-filter: blur(7px);
  width: auto;
  animation-fill-mode: forwards;
  visibility: hidden;
}

.bolha1 {
  top: 110px;
  right: 360px;
  animation: 3s fadeIn forwards;
}

.bolha2 {
  bottom: 20px;
  left: 160px;
  animation: 3s fadeIn forwards;
  animation-delay: 400ms;
}

.bolha3 {
  top: 200px;
  right: -30px;
  animation: 3s fadeIn forwards;
  animation-delay: 800ms;
}

.texto-bolha {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.rodape {
  padding: 25px 0 25px 0;
  margin-top: 130px;
}

.card-button>a {
  text-decoration: none;
  color: #e9e9e9;
}

.texto-contato>a {
  color: #787878;
}

.texto-contato>a:hover {
  text-decoration: none;
}

.foco-ano {
  margin-right: 15px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.card-button-mobile {
  display: none;
}

.logo-botao {
  width: 162px;
  height: 32px;
}


/*Animação do site*/
.animacao {
  animation: 3s fadeIn backwards;
  animation-delay: 300ms;
}

.animacao2 {
  animation: 3s fadeIn backwards;
  animation-delay: 400ms;
}

.animacao3 {
  animation: 3s fadeIn backwards;
  animation-delay: 500ms;
}

.animacao4 {
  animation: 3s fadeIn backwards;
  animation-delay: 600ms;
}

/*Animação do site*/


.sobre-mim:hover {
  background-color: #3F3F3F;
}

.card-button:hover {
  background-color: #3F3F3F;
}


.card-button:active {
  background-color: #E4E4E4;
  color: #0F0F0F;
}

.card-button:active>svg {
  fill: #0F0F0F;
}

svg {
  fill: white;
}

/*Animação do site*/


@media (max-width: 992px) {
  .card-descricao {
    font-size: 24px;
    text-align: left;
  }

  .card-button {
    padding: 12px 26px 12px 36px;
  }
}

@media (max-width: 1024px) {

  .tablet {
    display: none;
  }

  .logo-botao {
    width: 141.75px;
    height: 27.953px;
  }

  .container-conteudo {
    flex-direction: column-reverse;
  }

  .titulo-sobre-mim {
    text-align: center;
  }

  .card-button {
    display: none;
  }

  .card-button>img {
    height: 9px;
    width: 12px;
    object-fit: cover;
  }

  .card-button-mobile {
    display: inline-flex;
    height: 40px;
    width: 40px;
    background-image: url(./img/seta.png);
    background-size: 12px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #242424;
    border-radius: 50%;
  }

  .texto-rodape {
    display: none;
  }

  .rodape {
    display: flex;
    justify-content: center !important;
  }

  .cabecalho {
    width: 60%;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .foco-ano {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
  }

  .ano {
    display: flex;
    align-items: center;
  }

  .foco {
    display: flex;
    align-items: center;
  }

  .texto-conteudo-lateral {
    font-size: 16px;
    align-items: center;
    margin-right: 5px;
  }

  .texto-principal {
    margin-right: 30px;
  }

  .titulo-conteudo {
    font-size: 20px;
  }

  .texto-conteudo {
    font-size: 20px;
    line-height: 36px;
  }

  .bolha1 {
    top: 100px;
    right: 300px;
  }

  .bolha2 {
    bottom: 20px;
    left: 320px;

  }
}


@media (max-width: 430px) {
  .sobre-mim {
    padding: 0;
    background-color: #0f0f0f;
  }

  .display-mobile {
    display: none;
  }

  .titulo-principal {
    font-size: 25px;
  }

  .logo-botao {
    width: 91.125px;
    height: 18px;
  }

  .card-descricao {
    font-size: 20px;
  }

  .titulo-sobre-mim {
    font-size: 26px;
  }

  .descricao {
    font-size: 14px;
  }

  .rodape {
    margin: 0px;
  }

  .texto-bolha {
    font-size: 14px;
  }

  .bolha1 {
    top: 35px;
    right: 200px;
  }

  .bolha2 {
    bottom: 25px;
    left: -10px;
  }

  .bolha3 {
    top: 160px;
    right: -5px;
  }

  .titulo-conteudo {
    font-size: 14px;
  }

  .texto-conteudo>p {
    font-size: 20px;
    line-height: 28px;
  }

  .titulo-card {
    font-size: 16px;
  }

  .texto-card {
    font-size: 14px;
  }


}

.navbar {
  position: sticky;
  top: 0;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgb(231, 226, 221);
  z-index: 1;
}

.navbar-center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
}

.nav-icon {
  font-size: 1.5rem;
}

.cart-btn {
  position: relative;
  cursor: pointer;
}

.cart-items {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 0 5px;
  border-radius: 30%;
}
  
iframe {
  aspect-ratio: 19 / 10 !important;
  width: 100% !important;
  border-radius: 16px;
  margin: 2% 0 2% 0;
}