* {
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

.text-darkblueheader {
    font-size: 15px;
    color: #020e19;
    line-height: 2.5rem;
}


.text-darkblue {
    color: #0a3865;
}

a:hover {
    text-decoration: none;
}

.text-lightblue {
    color: #6ef1ff;
}


.btn-darkblue {
    padding: 10px 60px;
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
    background-color: #001e38;
    border-radius: 10px;
}

.btn-darkblue:hover {
    background-color: #b68431;
    border: 1px solid #b68431;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    /* border: 1px solid #0a3865; */
    color: #0a3865;
    cursor: pointer;
}

.btn-white:hover {
    border: 1px solid #0a3865;
}

.bg-header h1 {
    width: 200px;
    height: 60px;
    background-image: url(../img/logotrigueirowhite.png);
    background-size: cover;
}

.bg-header h2 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 130px;
    margin-bottom: 80px;
}

.pr-7 {
    padding-right: 7rem;
}

@media (max-width: 1200px) {
    .pr-7 {
        padding-right: 3rem;
    }
}

@media (max-width: 600px) {
    #row-reverse {
        flex-direction: row-reverse !important;
    }
}

@media (min-width: 768px) {
    .img-logo-thirty {
        margin-top: 260px;
    }
}

@media (max-width: 768px) {
    .img-logo-thirty {
        padding: 30px 0 30px 30px;
        width: 100%
    }
}


.bg-header p {
    font-size: 16px;
}

.bg-header > .container > .row {
    padding-top: 120px;
}
 
.bg-header > .container > nav {
    background-color: rgba(10, 56, 101, .1);
}

.bg-thirty {
    padding-left: 0!important;
    padding-right: 0!important;
    background-image: url(../img/bgtf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 83vh;
}

.gps-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon-gps.svg);
    background-size: cover;
}

.navbar .navbar-nav {
    padding-top: 50px;
}

.navbar .dropdown-menu {
    background-color: rgba(0, 0, 0, .9);
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar .dropdown-item {
    color: #fff;
}

.navbar .dropdown-item:hover {
    color: #000;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: #000;
    background-color: #f5f5f5;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
}

.nav-item:hover,
.nav-item.show {
    background-color: rgba(0, 0, 0, .7)
}

.nav-link {
    font-size: 12px;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 0 15px;
}

.link-atuacao {
    color: #002341;
    padding: 20px 0;
    font-weight: 500;
}


footer li {
    margin-bottom: 10px;
    color: #002341;
}

footer li a {
    color: #002341;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #002341;
}

.footer-link {
    font-size: 14px;
    font-weight: 400;
    color: #002341;
}

.logo-hagile {
    width: 80px;
}

#organizacaoUnidades a  {
    color: #212529;
}

#organizacaoUnidades .card {
    border: none;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
}

#organizacaoUnidades .card .fas {
    color: #0a3865;
}

#organizacaoUnidades .card .card-body {
    margin-top: -20px;
    width: 95%;
    font-size: 13px;
    background-color: rgb(250, 250, 250);
    border-radius: 10px;
    transition: .5s;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.2);
}

#organizacaoUnidades .card:hover .card-body {
    margin-top: -30px;
    background-color: rgb(235, 246, 253);
}

#areasDeAtuacao .fas,
#areasDeAtuacao .far {
    font-size: 20px;
}

#areasDeAtuacao .card-body__title {
    color: #0a3865;
    font-weight: 500;
    font-size: 14px
}

#areasDeAtuacao .card {
    border: none;
    cursor: pointer;
    border-bottom: 1px solid rgb(226, 226, 226);
}

#areasDeAtuacao .card-header {
    border: none;
    background-color: #fff;
    border-radius: 0;
}

#areasDeAtuacao .card-header:hover {
    background-color: rgb(235, 246, 253);
}

#areasDeAtuacao .card-header h5 {
    font-weight: 300;
}

#areasDeAtuacao .card-header i {
    border: none;
    border-radius: 0;
}

#areasDeAtuacao .target {
    transition: .3s;
}

#areasDeAtuacao [data-toggle="collapse"][aria-expanded="true"] {
    background-color: rgb(235, 246, 253);
}
  
#areasDeAtuacao [data-toggle="collapse"][aria-expanded="true"] > .target {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

#areasDeAtuacao h3 {
    max-width: 33%;
}

@media (max-width: 600px) {
    
#areasDeAtuacao h3 {
    max-width: 100%;
    text-align: center;
}
}

#organizacaoSocios .nav-pills .nav-link {
    color: #212529 !important;
    text-transform: none;
    font-size: 16px;
}

#organizacaoSocios .nav-pills .nav-link:hover {
    background-color: rgb(235, 246, 253);
}

#organizacaoSocios .nav-pills .nav-link.active {
    background-color: rgb(235, 246, 253);
    font-weight: 500;
}

#organizacaoSocios .tab-pane .card {
    border: none;
}

#organizacaoSocios .tab-pane .card .card-body {
    margin-top: -50px;
    border-radius: 20px;
    /* background-color: rgb(235, 246, 253); */
    border-radius: 80px 10px 80px 10px;
}

#organizacaoSocios .tab-pane .card img {
    width: 150px;
    height: 180px;
    border-radius: 20px;
    border: 10px solid #fff;
    z-index: 9;
}

#organizacaoSocios .card-body__title,
#organizacaoSocios .card-body__cv {
    font-size: 18px;
}

#organizacaoSocios .card-body__cv {
    border-radius: 0px 10px 80px 10px;
    background-color: #fff;
}

#midia .nav-link {
    color: #212529 !important;
}

#midia .nav-item:hover {
    background-color: transparent;
}

#midia .nav-pills .nav-link.active,
#midia .nav-pills .show>.nav-link {
    background-color: rgba(10, 56, 101, .9);
    color: #fff !important;
}

form .btn {
    color: #fff;
    outline: none;
    background: transparent;
    width: 100%;
    border: none;
    letter-spacing: 0.0625em;
    padding: 8px 10px; 
    text-transform: uppercase;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}

form .btn:before,
form .btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #b68431;
    z-index: -1;
    transform: translate3D(0,-100%,0);
    transition: all .5s;
}

form .btn:before {
    background: #0a3865;
    z-index: -2;
    transform: translate3D(0,0,0);
}

form .btn:hover {
    color: white;
}

form .btn:hover:after {
    transform: translate3D(0,0,0);
    transition: all .5s;
}

form .slideleft:after {
    top: 0;
    z-index: -1;
    transform: translate3D(-101%,0,0);
}

form .slideleft:hover:after {
    transform: translate3D(0,0,0);
    transition: all .5s;
}

form .bouncein:hover:before,
form .bouncein:hover:after {
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

#st-1 {text-align: center!important;}
#st-2 {text-align: center!important;}

.section-cookies {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
  }
    .active {
      display: block;
    }
  
    .hide {
      display: none;
    }
  
  .cookies {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  
    .cookies-text {
      font-weight: bold;
     }
  
    .cookies-text_title {
      font-size: 12px;
      margin-bottom: 0;
      font-weight: 500;
    }
    
    .cookies-content {
      margin: 15px 0;
      color: white;
      transition: all 0.6s;
    }
  
  .button {
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    background-color: #0B588E;
    border-radius: 20px;
  }
  
  @media (min-width: 986px) {
  
    .section-cookies {
      padding: 15px 0;
     }
  
      .cookies {
        flex-direction: row;
      }
  
        .cookies-content {
          margin-left: 10px;
          margin-top: 0;
          margin-bottom: 0;
        }
  }

@media (max-width: 1199px) {
    .navbar-nav {
        height: 100vh;
    }
}

@media (min-width: 1200px)  {
    .bg-header h1 {
        width: 308px;
        height: 96px;
        background-image: url(../img/logomenu.png);
    }

    .bg-header h2 {
        font-size: 15px;
        font-weight: 500;
    }

    .bg-header > .container > .row {
        padding-top: 300px;
    }

    #st-2 {text-align: right!important;}
}

@media (min-width: 998px) {
    .card .card-body {
        font-size: 14px;
    }

    .bg-header > .container > .row {
        padding-top: 200px;
    }
}

@media (min-width: 1200px) {
    /* .navbar {
        margin-bottom: 70px;
    } */

    .navbar .navbar-nav {
        padding-top: 0px;
    }

    .bg-header > .container > .row {
        padding-top: 0px;
    }

    .bg-header > .container > nav {
        background-color: transparent;
    }

    
}