@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400&family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400&family=Palanquin+Dark&family=Work+Sans:ital,wght@0,400;1,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  }
body{
  font-family: 'Inter', sans-serif;
  font-size: 100%;
  background-color: #00171F;
}
main{
  margin: 5%;
  height: 80vh;
}
header{
 height: 20vh;
}
#alerta{
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 30px;

  background-color: #53DD6C;
  color: white;
}
.custom-toggler-icon {
  background-color: white;
}
.navbar-toggler-icon {
  color: white;
}
.navbar-nav .nav-link {
  color: white;
}
.inicio{
  display: flex;
  flex-direction: column;
}
#minhafoto{
  display: flex;
  align-items: center;
  
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.intro{
  margin: 8%;
  font-family: 'Inter', sans-serif;
}
.intro h1{
  font-family: 'Palanquin Dark', sans-serif;
  color: white;
  font-size: 185%;
}
.intro p{
  color: #FFFFFF80;
  font-family: 'Work Sans', sans-serif;
}
.links-geral{
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-left: 8%;
  gap: 3%;
}
.links-geral a{
  width: 33%;
  padding: 2%;
  text-align: center;
  font-weight: 500;
}
.link1{
  border: 2px solid #53DD6C;
  border-radius: 25px;

  text-decoration: none;
  color: white;
}
.link2{
  border: 2px solid #53DD6C;
  background-color: #53DD6C;
  border-radius: 30px;

  text-decoration: none;
  
  color: #00171F;
}
@media(min-width:250px) and (max-width:320px){
  body{
    font-size: 100%;
  }
  .intro h1{
    font-size: 175%;
  }
  .intro{
    margin: 11%;
  }
  .links-geral{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-left: 11%;
    gap: 4%;
  }
  .links-geral a{
    width: 33%;
    padding: 2%;
    text-align: center;
    font-weight: 500;
  }
}
@media(min-width:350px) and (max-width:360px){
  body{
    font-size: 110%;
  }
  main{
    margin: 10%;
   
  }
  .intro h1{
    font-size: 180%;
  }
  .intro{
    margin: 10%;
  }
  .links-geral{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-left: 10%;
    gap: 5%;
  }
  .links-geral a{
    width: 33%;
    padding: 2%;
    text-align: center;
    font-weight: 400;
  }
}
@media(min-width:380px){
  body{
    font-size: 110%;
  }
  main{
    height: 80vh;
    margin: 5%;
  }
  #minhafoto{
    display: flex;
    align-items: center;
  
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .intro{
    margin: 11%;
    font-family: 'Inter', sans-serif;
  }
  .intro h1{
    font-size: 190%;
  }
  .links-geral{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-left: 11%;
    gap: 5%;
  }
  .links-geral a{
    width: 28%;
    padding: 2%;
    text-align: center;
    font-weight: 400;
  }
 
}
@media(min-width:540px){
  body{
    font-size: 110%;
  }
  #minhafoto{
    display: flex;
    align-items: center;
  
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .intro{
    margin: 10%;
  }
  .links-geral{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-left: 10%;
    margin-bottom: 7%;
    gap: 5%;
  }
  .links-geral a{
    width: 23%;
    font-weight: 450;
  }
}
@media(min-width:650px){
  main{
    height: 80vh;
    margin: 15%;
  }
  header{
   height: 20vh;
  }
  body{
    font-size: 110%;
  }
  #minhafoto{
    display: flex;
    align-items: center;
  
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .links-geral a{
    width: 20%;
    font-weight: 450;
  }
}
@media(min-width:990px){
  main{
    height: 80vh;
    margin: 2%;
  }
  header{
   height: 20vh;
  }
  body{
    font-size: 110%;
  }
  .inicio {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin-top: 1%;
    margin-left: 9%;
    }
    #inicio2{
    display: flex;
    flex-direction: column;
  }
    #minhafoto{
      width: 50%;
      height: auto;
    }
  .intro{
    display: flex;
    flex-direction: column;
  }
  .links-geral a{
    width: 35%;
    font-weight: 450;
  }

}
@media(min-width:1200px){
  .inicio {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin-top: 1%;
    margin-left: 9%;
    }
    #inicio2{
    display: flex;
    flex-direction: column;
  }
    #minhafoto{
      filter: contrast(115%);
      width: 40%;
      height: auto;
    }
  .intro{
    
    display: flex;
    flex-direction: column;
  }
  .intro h1{
    font-size: 240%;
  }
  .links-geral a{
    width: 30%;
    font-weight: 450;
  }

}