@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
}
body .navbar-brand img {
  height: 50px;
}
@media (max-width: 1000px) {
  body .navbar-brand img {
    height: 23px;
  }
}

#home {
  /* Estilo do texto da seção Quem Sou */
  /* Estilo da imagem da seção Quem Sou */
  /* Estilo do título da seção Experiência */
}
#home .fas,
#home .fab {
  color: #ed8116;
  text-shadow: 0.5px 0.5px 0.5px #000;
}
#home h1,
#home h2 {
  color: #ed8116;
  font-weight: 900;
  text-shadow: 0.5px 0.5px 0.5px #000;
}
#home .carousel-caption {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 60px #000;
}
#home .carousel-caption h3,
#home .carousel-caption p {
  color: #000;
  font-weight: 900;
  /* text-shadow: 1px 1px 1px #000; */
  /* -webkit-text-stroke: 0.5px #ed8116; */
}
@media (max-width: 1000px) {
  #home .carousel-caption p {
    display: none;
  }
}
#home .carousel-item img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  #home .carousel-item img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#home .quem-sou-text {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
#home .quem-sou-image {
  max-width: 100%;
  height: 350px;
  display: block;
  margin: 0 auto;
  /* border-radius: 50%; */
}
#home .experiencia-title {
  font-size: 30px;
  font-weight: bold;
  color: #212529;
  text-align: center;
  text-shadow: none;
}
#home a,
#home a:visited {
  text-decoration: none;
  color: #333;
}
#home a:hover {
  text-decoration: underline;
  color: #ed8116;
}
#home footer a,
#home footer a:visited {
  text-decoration: none;
  color: white;
}
#home #portfolio .card {
  text-align: center;
  height: 100%;
  border-radius: 10px;
}
#home #portfolio .row {
  margin-bottom: 20px;
}
#home #portfolio .card-img-top {
  max-height: 100px;
  max-width: 100px;
  margin: 30px auto 10px auto;
}
#home #portfolio .card-title {
  font-weight: bold;
}
#home .btn {
  background-color: #ed8116;
  border: #ed8116;
}
#home .send-contact {
  width: 300px;
}/*# sourceMappingURL=site.css.map */