@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
  font-size: 14px;
  font-weight: 400;
  background: white;
  color: #838383;
}
p,
a,
select,
input,
textarea {
  font-size: 14px;
  font-weight: 500;
  color: #838383;
  line-height: 1.95;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}
a:hover {
  color: #515D75;
}
hr {
  border: none;
  border-bottom: 1px solid #404040;
}
.big-title {
  background-color: #515D75;
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 55px 0;
  scroll-margin-top: 80px;
  /* ajuste com base na altura da navbar */
}
.navbar {
  background-color: #515D75;
  border-bottom: 1px solid #404040;
}
.navbar .nav-item {
  padding: 8px 25px;
}
.navbar .nav-item a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.navbar .nav-item a:hover {
  color: #bfc6d3;
}
.topo .dados {
  font-weight: 600;
}
.topo .dados a {
  font-size: 16px;
  color: #838383;
  text-decoration: none;
}
.topo .dados a:hover {
  color: #9c9c9c;
}
.topo .dados img {
  height: 20px;
  vertical-align: text-bottom;
}
body > section.banner .item {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  body > section.banner .item {
    background-position: 60% center;
  }
}
body > section.banner .item .content {
  padding-top: 150px;
  color: #515D75;
}
body > section.banner .item .content .title {
  font-size: 40px;
  font-weight: 600;
  max-width: 570px;
  line-height: 1.2;
  padding-bottom: 35px;
}
@media (max-width: 575.98px) {
  body > section.banner .item .content .title {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body > section.banner .item .content .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body > section.banner .item .content .title {
    font-size: 34px;
  }
}
body > section.banner .item .content .text {
  font-size: 16px;
  font-weight: 600;
  max-width: 400px;
  padding-bottom: 35px;
}
.sobre-mim p {
  text-align: justify;
}
.areas-atuacao .row div {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  min-height: 140px;
}
@media (max-width: 575.98px) {
  .areas-atuacao .row div {
    min-height: auto;
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .areas-atuacao .row div {
    min-height: auto;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .areas-atuacao .row div {
    min-height: auto;
    padding-bottom: 15px;
  }
}
.rodape {
  background: url("../../public/images/footer.jpg") no-repeat #000;
  padding-top: 60px;
  color: white;
  text-align: center;
}
.rodape img {
  margin-bottom: 40px;
}
.rodape span {
  display: block;
  padding: 15px;
  margin-bottom: 60px;
}
.rodape .sub-footer {
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  color: #d3d3d3;
}
