a.menu-link {
    float: right;
    display: block;
    padding: 1em;
}
nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0;
}
nav[role=navigation].active {
  max-height: 100vh;
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #808080;
}
nav[role=navigation] li a {
  display: block;
  padding: 0.8em;
  border-bottom: 1px solid #808080;
}

@media screen and (min-width: 48.25em) {
  a.menu-link {
     display: none;
  }
  .js nav[role=navigation] {
    max-height: none;
  }
  nav[role=navigation] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }
  
  nav[role=navigation]  li {
    display: inline-block;
    margin: 0 0.25em;
  }
  nav[role=navigation] li a {
    border: 0;
  }
}

.container.bg-navigator {
  background-color: transparent;
}

.navegacao-orientta {
  background-color: #3164ad !important;
  border-radius: 10px;
  height: 80px;
  margin-top: -10px;
  padding-top: 10px;
  z-index: 999;
}

.logo-orientta {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 40px;
  margin-left: -20px;
  width: 200px;
}

#carousel {
  margin-top: -80px;
}

.carousel-inner {
}

.hero-title {
  padding-top: 160px;
}

.jumbotron {
  padding: 100px 15%;
}

.hero-title {
  font-size: 90px;
}

* {
  font-family: 'Muli';
}

.hero-title {
  font-family: 'Satisfy';
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #fff;
}

.navbar-expand .navbar-nav {
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background-color: #1f4a88;
  padding: 27px 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 27px 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  padding: 27px 15px;
  background-color: #1f4a88;
}

.features-icons.bg-light.text-center {
  background-color: #3164ad !important;
}

.d-xl-flex.text-center {
  margin: 0 auto;
  margin-bottom: 30px;
}

.headers-branco {
  color: #fff;
}

.pbranco {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.img-quemsomos {
  max-height: 60px;
}

.titlequem {
  color: #3164ad;
}

.pquem {
  padding-bottom: 20px;
}

.bquem {
  background-color: #3164ad !important;
  border-color: #3164ad !important;
}

.footerBlue {
  color: #3164ad;
}

.footerIcon {
  float: left;
  padding: 0px;
  font-size: 32px;
  color: #3164ad;
  margin-right: 16px;
}

.footerSpan {
  width: 100%;
  display: block;
}

.footerMenu {
  text-align: right;
  color: #3164ad;
}

.footerMenu a{
  color: #3164ad;
}

.footerMenu a:hover{
  color: #3164ad;
  text-decoration: none;
}

.footerAuthor {
  text-align: right;
  color: #333;
}

.contact-clean form {
  margin-left: 10%;
}

.whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 999;
}

footer img{
  width: 170px !important;
}

section p{ 
  text-align: left;
}

.sticky {
  position: fixed;
  top: 0;
  width: 80%;
}

@media (max-width:767px) {
  .call-to-action {
    width: 100% !important;
  }
  footer .col{
    width: 100% !important;
    position: relative;
    display: inline;
    padding: 38px;
    text-align: center;
  }
  .footerMenu {
    text-align: center !important;
  }
  .footerAuthor {
    text-align: center !important;
  }
  .navbar-expand .navbar-toggler {
    display: block;
    color: #fff !important;
    border-color: #fff !important;
    padding: 13px;
    float: right;
    right: 20px;
    position: absolute;
    z-index:999;
  }
  #menu{
    display: block;
    background-color: #3164ad !important;
    margin: 0px -30px;
    padding: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100vh;
  }
  #navbarSupportedContent{
    margin-top: 62px;
  }
  .nav-item{
    width: 100%;
    text-align: center;
  }
  .sticky {
    width: 95% !important;
  }
  .footerSpan {
    font-size: 13px;
  }
}
.paula-section{
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  gap : 15px;
  align-items: center;
}
.img-paula img{
  height: 450px;
}
.depoimentos{
  display: flex;
  padding: 25px 2px;
  background: #fff;
  justify-content: center;
  gap : 15px
}
.carousel-item img{
  height: 650px;
}
.logos{
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background: #fff;
}
.logos img{
  width: 150px;
}
@media (max-width:767px){
  .carousel-item img{
    height: 100%;
  }
  .paula-section{
    flex-direction: column;
  }
}

