body {
  background-color: #152448;
  color: #FFF !important;
  font-family: 'Nunito Sans', sans-serif;
}
a:hover {
  text-decoration: none;
}
.content {
  padding-top: 108px;
}
.set-flex{
  display: inline-block !important;
}
.navbar {
  padding: 30px;
  position: fixed;
  z-index: 9;
  background: #152448;
  border-bottom: solid 1px #3B4B73;
  width: 100%;
}
.navbar img{
  max-width: 100%;
}
.navbar .navbar-collapse{
  flex-grow: unset;
}
.navbar-dark .navbar-nav a.nav-link {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}
.banner {
  position: relative;
}
.banner img{
  max-width: 100%;
}
.slogan {
  width: 395px;
  height: 248px;
  position: absolute;
  right: 21%;
  top: 40%;
}
.slogan .title {
  font-size: 72px;
  line-height: 74px;
  margin-bottom: 40px;
}
.slogan .subtitle {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.title {
  font-family: 'Lora', serif;
  overflow: hidden;
}
.section .title:after{
  content:'';
  display:inline-block;
  width:100%; height:100%;
  margin-right:-100%;
}
.section .title span {
  margin-right: 40px;
}
.section-primary .title:after {
  border-bottom:1px solid #3B4B73;
}
.section-primary.last {
  padding-bottom: 0;
}
.section-secondary .title:after{
  border-bottom:1px solid #152448;
}
.section .about p {
  text-align: justify;
}

.section {
  clear: both;
  padding: 70px 0;
}
.section .row-first {
  margin-bottom: 40px;
}
.section .title {
  font-size: 48px;
  text-transform: uppercase;
}
.section p {
  font-size: 18px;
  font-weight: 300;
}
.section img {
  max-width: 100%;
}
.card {
  border: none;
  background: #EFEFEF;
}
.card .card-body {
  padding: 1.25rem 0 0 0;
}
.card .card-title{
  font-size: 21px;
  margin-bottom: 0.25rem;
  font-family: 'Lora', serif;
}
.card-body .card-text{
  font-size: 18px;
  text-align:justify;
}
.section-secondary {
  background: #EFEFEF;
  color:#152448;
}
.section-secondary .card-text {
  margin-top: 30px;
  line-height: 28px;
}
.post-row.ramos {
  margin-top: 20px;
}
.ramos .card {
  background: #FFF;
}
.ramos .card .card-title{
  margin: 0;
}
.post-row .col-3 {
  display: flex;
  margin-top: 30px;
}
.atuacao .card:hover .card-title{
  font-weight: bold;
}
.atuacao .subtitle:after {
  content:'';
  display:inline-block;
  width: 95px;
  height:100%;
  margin-right:-100%;
  border: 0.5px solid #fff;
}
.atuacao .subtitle > p {
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#artigos .subtitle > p {
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#artigos .button {
  text-align: center;
  border: 1px solid;
  padding: 20px 100px !important;
  line-height: 70px;
}
#artigos a {
  color: #152448;
  text-align: center;
  border: none;
  background: transparent;
}
.atuacao .description {
  margin-top: 15px;
}
.contact .subtitle > p {
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.atuacao .subtitle p.second {
  margin-top: 50px;
}
.atuacao .card {
  color: #152448;
  margin-top: 20px;
}
.atuacao .mercado .card {
  min-height: 345px;
}
.modal-lg {
  max-width: 715px;
}
.modal button.close{
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 45px;
  font-weight: 300;
}
.modal-content {
  border-radius: 0;
  text-align: justify;
  padding: 50px;
  max-width: 715px;
}
.modal-header {
  border: none;
}
.atuacao .modal .modal-title{
  font-family: 'Lora', serif;
  color: #152448;
  font-size: 36px;
}
.atuacao .modal .modal-body{
  color: #152448;
  font-size: 18px;
  border-radius: 0;
}
.atuacao .modal .modal-body p{
    line-height: normal;
}
.atuacao .card-body {
  padding: 1rem;
  line-height: normal;
}
.section-secondary .postcard {
  padding-bottom: 20px;
  border-bottom: 1px solid #152448;
  border-radius: 0;
}
.section-secondary .postcard .date{
  margin-bottom: 5px;
  font-family: 'Lora', serif;
}
.section-secondary .postcard .card-text {
  margin-top: 50px;
}
.section-secondary .postcard .card-title{
  font-weight: 700;
}
.section-secondary .postcard .author{
  font-style: italic;
  font-family: 'Lora', serif;
}
.section .contact {
  padding-bottom: 0;
}
.section .contact .subtitle .contact{
  margin: 30px 0;
}
.section .contact .subtitle .contact p{
  margin: 0;
}
#contact-form .form-control {
  border-radius: 0;
}
#contact-form input.form-control {
  height: 60px;
}
#contact-form .submit {
  float: right;
  border: 1px solid #FFF;
  color: #FFF;
  width: 200px;
  height: 30px;
  margin-bottom: 30px;
  background: transparent;
}
.footer {
  border-top: 1px solid #3B4B73;
}
#map {
  overflow:hidden;
  width: 550px;
  position: relative;
  max-width: 100%;
}

@media only screen and (max-width: 1170px) {
  .slogan{
    width: 100%;
    max-width: 400px;
    right: 45px;
 }
  .slogan .title{
    margin-bottom: 0;
    width: 100%;
    text-align: right;
  }
  .slogan .subtitle{
    font-size: 3vw;
    text-align: right;
  }
}


@media only screen and (max-width: 990px) {
  .section-primary .float-right, .section-primary .float-left{
    width: 100%;
    max-width: 100%;
    float: none !important;
    text-align: center;
    margin: 25px 0;
  }
  .section-primary .float-right{
    max-height: 580px;
    overflow: hidden;
  }
  .slogan .title{
    font-size: 7vw;
    line-height: 9vw;
  }
  .slogan .subtitle{
    /* font-size: 4vw; */
    text-align: right;
  }

}
@media only screen and (max-width: 500px){
  #profissionais .card {
    margin-top: 40px;
  }
  .content {
    padding-top: 150px;
  }
  .navbar >.container{
    display: unset;
    flex-wrap: unset;
    justify-content: unset;
    text-align: center;
  }
  button.navbar-toggler{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 400px){
  .section .title{
    font-size: 28px;
  }
}
