html, body {  /*Garate que não vai passar da largura da tela*/
  overflow-x: hidden;
}

/* nav */
header{
    background-color: #281b1b;
    color: white;
    padding: 5px 0px 0px 0px;
}

nav{
    text-align: right;
    font-size: 20px;
    font-weight:normal;
}

nav p{
    display: inline;  
}

nav  a{
    color: white;
    text-decoration: none;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

nav p, 
nav a {
    display: inline-block;
    margin-top: 12px; /* ajusta só os textos */
}

nav div p img{
  margin-top: 2px;
  width: 80px;
  height: auto;
}



/* main */
/* banner */
#Banner{
    background-image: url("../img/Cópia_de_segurança_de_FundoPortfolio4.png");
    background-size: cover;  /*Para a imagem nao repetir */
    background-position: center; /*Para a imagem ficar centralizada*/
    height: 90vh; /*Altura da tela  */
}

#Banner h1{
    font-size: 50px;
    color: #030305;
    padding-top: 20vh;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
} 

#Banner p{
    color: #030305;
    padding-top: 35vh;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    font-size: 33px;
}

#SobreMim{
  background-color: #281b1b;
  padding-bottom: 15vh;
}

#SobreMim h2{
    font-size: 50px;
    text-align: center;
    font-family: "Charis SIL", serif;
    padding-top: 60px;
    color: #ffffff;
}

#SobreMim img{
    display: inline-block;
    height: 250px;
    width: auto;
    margin-top: 20px;
}

#SobreMim div p{
    text-align: justify;
    
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
}
#SobreMim div button {
    border: 1px solid #f58a9a;
    color: #f58a9a;
    border-radius: 10px;
    background-color: transparent;
    display: block;
    margin-right: auto;
    padding: 10px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 19px;   
}
#SobreMim div a {
  text-decoration: none;
}



/* habilidades */
#Habilidades{
    background-color: #FFDDDD;
    padding-bottom: 40px;
}

#Habilidades h2{
    font-size: 50px;
    text-align: center;
    font-family: "Charis SIL", serif;
    padding: 60px 0px 70px 0px;
    color: #191818;
}

#Habilidades #primeira,
#Habilidades #segunda{
     margin-bottom: 50px;
}

#Habilidades img{
  transition: transform 0.3s ease;
}

#Habilidades img:hover{
  transform: scale(1.1);
}



/* Projetos semestrais */

/* ajuste imagens dentro do modal no carrosel */
.img-semestre{
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}
/* ajuste imagens dentro do moadal sem carrosel */
.img-semestre1{
    height: 360px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Ajuste das imagens*/
.card-img-top {
  height: 100px; 
  object-fit:cover; 
}

/* Ajustar a cor das setas do carrosel (Ajusta as setas geradas automaticamente pelo bootstrap (SVG) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
   filter: invert(36%) sepia(91%) saturate(7500%) hue-rotate(350deg);

}

/* ajuste para o modal não deixar a faixa branca */
body.modal-open {
    padding-right: 0 !important;
}

#ProjetosSemestrais{
    background-color: #331C1C;
   
}
#ProjetosSemestrais h2{
    font-size: 50px;
    text-align: center;
    font-family: "Charis SIL", serif;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}

#ProjetosSemestrais .btn{
  background-color: #f58a9a;
  color: rgb(255, 255, 255);
  border: 0px;
}

#ProjetosSemestrais p{
  text-align: justify;
  font-size: larger;
}

#ProjetosSemestrais .col-12 {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

#ProjetosSemestrais .card {
    width: 100%;
    max-width: 18rem;
    transition: transform 0.5s ease;
}

#ProjetosSemestrais .card:hover{
  transform: scale(1.05);
}

/* Estilo do conteúdo do tooltip dos projetos semestrais */
.tooltip-PSemestrais .tooltip-inner {
  color: white !important;
  background-color: #331C1C !important;
  border: 1px solid #331C1C;
  font-size: 19px;
}




/* Contato */
#Contato {
  background-image: url("../img/Cópia_de_segurança_de_FundoPortfolio5.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;  
}

#Contato h2 {
  font-size: 50px;
  text-align: center;
  font-family: "Charis SIL", serif;
  padding-bottom: 15px;
  color: #ffffff;
}

#Contato #quadrado {
  margin: 60px auto;
  padding: 50px; 
  max-width: 650px;/* limita para não estourar a tela */
  background-color: #000000;
  opacity: 0.8; /*torna o fundo transparente*/
}

#Contato #elementos {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#Contato #elementos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Contato #elementos ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#Contato p {
  color: white;
  font-family: "Charis SIL", serif;
  font-size: 30px; 
  margin: 0;
}

#Contato img {
  margin-right: 20px;
  height: 70px;
  width: auto;
  transition: transform 0.3s ease;
}

#Contato img:hover {
  transform: scale(1.1);
}

/* footer */
footer{
  background-color: #000000;
}

footer p{
    /* font-size: 35px; */
    text-align: center;
    font-family: "Charis SIL", serif;
    padding: 10px 0px;
    color: #ffffff;
   
}









