/************* AMAZONIA LEGAL (AML) GENERAL SPECIFICATIONS *****************/

body{
    font-family: 'Open Sans', sans-serif;
    color: #000;
  }
  
  ul{
    list-style: none;
  }
  
  label{
    font-weight: 700;
    color: #3e3e3e;
  }
  
  .avatar{
    border-radius: 50% !important;
    background-color: #e1dcdc;
    height: 40px;
    width: 40px;
    padding-top: 9px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  
  .bg-green{
    background: #3ac09a !important;
  }
  
  .cl-green{
    color: #3ac09a !important;
  }
  
  .bg-bordo{
    background: #681139 !important;
  }
  
  .cl-bordo{
    color: #681139 !important;
  }
  
  .cl-orange{
    color: #F7892F !important;;
  }
  
  .bg-orange{
    background: #F7892F !important;
  }
  
  .opcy-30{
    opacity: .3;
  }
  
  /************* AMAZONIA LEGAL OTHER SPECIFICATIONS *****************/
  
  .card-header > .nav .nav-link.active,.card-header > .nav .nav-link:hover{
    color: #681139 !important;
  }
  
  .card-header > .nav .nav-link.active{
    font-weight: 600;
  }
  
  .card-header > .nav .nav-link::before{
    background:  #681139 !important;
  }
  
  .page-title-wrapper{
    /* background: url("../../../assets/images/AML/header.png"); */
    background: url("../../../assets/images/AML/bannerCabecalho.svg");
    background-repeat: no-repeat;
    color: #ffffff;
    /* border-radius: 10px; */
    /* background-size: 100% 100%; */
    background-size: cover;
  }
  
  .tab-pane-1{
    display: initial !important;
  }
  
  .btn-search, .btn-search:hover{
    background-color: #f1f4f6;
    border-color: #f1f4f6;
  }
  
  .fas.fa-search{
    color: gray;
    font-size: 14px;
  }
  
  .sub-destaque{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
  }
  
  .destaque-texto{
    font-size: 24px;
    padding: 3px;
    letter-spacing: 0.04em;
  }
  
  .vertical-nav-menu li a{
    font-weight: 700;
  }
  
  .card-header-title{
    font-weight: bold !important;
    text-transform: uppercase !important;
    overflow: hidden;
    letter-spacing: 0.03em;
    line-height: 20px;
  }
  
  table.table-bordered.dataTable th, table.table-bordered.dataTable td{
    vertical-align: middle !important;
  }
  
  .app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover{
    background-color: #7f3457 !important;
    border-radius: 10px;
  }
  
  .menu-icon{
    width: 25px;
    height: 25px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
  }
  
  .dropdown-menu-header .menu-header-image{
    opacity: 100% !important;
  }
  
  a.nav-link{
    padding: .5rem 0.2rem 0.9rem;
  }
  
  a.nav-link-header{
    color: #681139 !important;
    font-weight: bold !important;
    padding: .5rem 1rem;
  }
  
  .vertical-nav-menu li a{
    letter-spacing: 0.05em;
    font-size: 13.5px !important;
  }
  
  .card-header.card-header-tab .card-header-title{
    white-space: normal;
  }
  
  select option:disabled{
    color: #495057;
    line-height: 24px;
    font-weight: bold;
  }
  
  .btn-secondary:hover{
    background-color: #7f3457 !important;
  }
  
  .fonte{
    font-size: 12px;
  }
  
  .btn-secondary{
    border-color: #923c64; 
  }
  
  .card-body.destaque-texto{
    background: rgba(255,255,255,0.1);
    letter-spacing: 0.04em;
  }
  
  .card.text-dark.text-white .card-footer, .card.text-dark.text-white .card-header, .card.text-white .card-footer, .card.text-white .card-header{
    background: rgba(255,255,255,0);
  }
  
  .app-sidebar.sidebar-text-light .vertical-nav-menu li a{
    color: rgba(255,255,255,1) !important;
  }
  
  .app-theme-white .app-page-title{
    background: none;
  }
  
  .table-hover tbody tr:hover{
    background-color: #EADDE3;
  }
  
  .card-header-tab.card-header, .form-control-1, .form-control-2, .form-control-3{
    color: #000 !important;
  }
  
  .card{
    border-radius: .5rem;
  }
  
  .card-map{
      border: 1px solid #e9ecef;
  }
  
  .app-main__outer{
    background-color: #f1f4f6;
  }
  
  .page-title-heading-pre-perfil{
    justify-content: center;
    font-weight: 700 !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
  }
  
  .card-header-1{
    justify-content: center;
    padding-left: 5px;
    border-radius: 10px !important;
    border-bottom-color: transparent;
  }
  
  h2{
    letter-spacing: 0.04em !important;
    margin-left: 10px;
  }

  .card-header-title-1{
    text-transform: none !important;
    color: #495057;
  }
  
  .card-rounded{
    border-radius: 10px;
  }
  
  .fas.fa-angle-down{
   font-size: 22px;
   color:#681139 !important;
  }
  
  a, a:hover{
    color: #4f5153;
  }
  
  a:hover:not(.linkEmailContato){
    font-weight: 600;
    text-decoration: none;
  }          
  a.link1:hover{
    color: #ccc;
  }                                                                                                                                   
  
  .card-header:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .area-ico{
    width: 69px;
    height: 69px;
  }

  .nav-item.active{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border: 1px solid #f1f1f1; */
  }
  
  .btn-focus{
    background-color: #e94d21;
  }
  
  div.dataTables_wrapper div.dataTables_filter {
      text-align: right;
      margin-left: -40px;
  }
  
  .form-control{
    border: none !important;
  }
  
  #opt_regiao option:first-child{
    font-weight: bold;
    color: #681139;
  }
  
  .td-total{
    color: #681139;
  }
  
  @media (min-width: 768px) {
  
    .user-name{
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      line-height: 24pt;
    }
  
    .page-title-wrapper{
        size: 42px;
        line-height: 48px;
        height: 165px;
    }  
  
    .card-destaque{
        width: 30%;
        float: left;
        margin-left: 15px;
        font-weight: 700;
    }
    .app-page-title .page-title-heading{
      padding: 15px;
      padding-bottom: 25px;
      padding-top: 10px;
    }
    #form-search{
      padding-left: 15px;
    }
    .btn-pesquisar{
      margin-top: -7px;
    }
    .btn-search{
      padding: 3px 6px;
      position: absolute;
      right: 0%;
      top: 3.5%;
    }
    .card-destaque .card-header{
      height: 45px;
      justify-content: center;
      font-size: 16px;
      padding-right: 20px;
    }
    .texto{
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 25px;
    }
    .position-relative.form-group{
      width: 260px;
    }
    .card-header-title{
      font-size: 16px !important;
    }
    .card-header{
      height: 147px;
    }
    .td-wd-30{
      width: 30% !important;
    }
    .td-wd-20{
      width: 20% !important;
    }
    #opt_indicador{
      width: 300px;
    }
    .filtro-ico{
      position: absolute;
      top: 12%;
      font-size: 13px;
      left: 0.8%;
    }
    .form-control{
      padding-left: 17px !important;
    }
    .form-control-1{
      width: 200px !important;
    }
    .form-control-2{
      padding-left: 25px !important;
      width: 250px !important;
    }
    .form-control-3{
      padding-left: 25px !important;
      min-width: 500px;
      max-width: 505px;
    }
    .form-group-1{
      margin-left: -30px;
    }
    .btn-pesquisar-1{
      margin-left: -50%;
      width: 120px;
      margin-top: 2px;
    }
    .btn-pesquisar-2{
      height: 2.8em;
      margin-left: 210px;
      width: 115px;
      margin-top: 3px;
    
    }
    .btn-email{
      margin-right: -15px;
      margin-top: -35px;
    }
    .u-go-to{
      z-index: 100;
      width: 2.5rem;
      height: 2.5rem;
      background-color: #3ac09a;
      color: #fff;
      font-size: 0.75rem;
      border-radius: 0.6rem;
      opacity: 0.6;
      transition: 0.3s ease-out;
      padding-top: 10px;
    }
    .u-go-to:hover{
      color: #000;
    }
    .btn-actions-pane-right.text-capitalize.actions-icon-btn{
      width: 250px;
    }
    .row-especial{
      width: 100%;
      margin-left: 0px;
      margin-left: -10px;
    }
    .row-especial-2{
      margin-left: 0px;
      margin-right: 0px;
    }
    .app-sidebar .app-sidebar__inner{
      padding: 30px 1.5rem 1.5rem 0.75rem;
    }
    .fonte{
      max-width: 920px;
      margin-left: 25px;
      margin-top: 25px;
    }
    .form-row{
      display: flex;
      flex-wrap: wrap;
      margin-right: -5px;
      margin-left: -5px;
      background-color: white;
      border-radius: 5px;
      vertical-align: middle;
      height: 45px;
      box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
      max-width: 1120px;
      border: 2px solid #c8d0c7;
      font-size: 0.95rem;
      margin-left: 10px;
    }
    .form-control{
      border: transparent;
      height: 34px;
      margin-top: 3px;
      margin-bottom: 5px;
      font-size: 15px;
    }
    #logo{
      margin-bottom: -13px;
    }
    .app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header{
      background: none;
    }
    .app-wrapper-footer .app-footer {
      border-top: none;
    }
    .card-body-destaques{
      margin-right: -30px;
      padding-right: 0px;
    }
  }
  
  @media (width: 1024px){
    .btn-pesquisar-1 {
      margin-left: -68%;
      width: 105px;
      margin-top: 2px;
    }
    .btn-pesquisar-2{
      margin-left: 140px;
    }
    .destaque-texto{
      font-size: 16px;
    }
    .card-destaque .card-header{
      font-size: 14px;
    }
  }
  
  @media (width: 1366px){
    .btn-pesquisar-1 {
      width: 110px;
    }
    .btn-pesquisar, .btn-pesquisar-2, .btn-pesquisar-1 {
      /* margin-left: 184px !important; */
    }
  }
  
  @media (width: 1440px){
    .btn-pesquisar-2 {
      margin-left: 210px;
    }
  }
  
  @media (min-width: 1920px){
    .row-especial{
      margin-left: 5px !important;
    }
  }
  
  
  .app-footer{
    margin-left: 0px !important;
  }
  
  .informacoesContato .textoCadastroEmail{
    width: 265px !important;
  }

  @media (min-width: 768px){
    .title-description{
       
        height: 30px;
        margin-top: 15px;
        font-size: 1.2em;
        letter-spacing: 0.02em;
        line-height: 1.1em;
        color: #c8c8c8;
        padding-top: 15px;
      
    }
}

.nav-item {
  font-size: 13.4px;
  width: 18%;
  
}
.nav-item a{
  color: #747474 !important;
  
}
.nav-link {
  text-decoration: none;
  color: white !important;
  position: relative; /* Necessário para posicionar o pseudo-elemento */
  
}



.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; /* Ajuste conforme necessário */
  left: 50%;
  width: 0;
  height: 2px;
  /* background-color: #680F39; */
  transform: translateX(-50%);
}

.nav-link:hover,
.nav-link:hover div {
  color: #680F39 !important; 
}

.nav-link:hover::after {
  width: 50%; 
}

.nav-link.selected,
.nav-link.selected div {
  color: #680F39 !important;
}

.nav-link.selected::after {
  width: 50%;
}
  
.custom-color {
  color: #680F39 ;
}

.modal-content {
  border-radius: 12px !important;
}
.modal-body {
  border-radius: 12px !important;
}


.custom-color-icon svg {
  margin-left: 100px;
}
.custom-color-icon {
  display: flex;
  align-items: center;
  color: white !important;
}

.navbar-nav {
  display: flex; /* Aplica flexbox aos itens da lista */
   /* Permite quebra de linha se necessário */
  list-style: none; /* Remove bullets da lista */
  padding: 0;
  margin: 0;
}

.nav-item {
  margin: 10px;
}

.nav-link {
  display: flex;
  align-items: center; /* Alinha o texto ao centro verticalmente */
  color: white;
  text-decoration: none;
  padding: 5px 10px;
 
  border-radius: 5px;
}



/* Media Queries */
@media (max-width: 768px) {
  .navbar-nav {
    justify-content: center; /* Centraliza os itens em telas menores */
  }
  .title-description{
    display: none;
  }
}


.banner-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Usar rgba para opacidade */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* Overlay fica acima do background */
}

.area-container {
  position: absolute;
  background-color: #680F39;
  color:white;
  text-align: left;
  border-radius: 12px;
  margin-top: -120px;
  margin-left: 217px;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.area-container p{
  height: 35px;
  line-height: 14px;
}

.link1{
  color:#fff;
  height:auto;
}

@media (max-width:576px){
  .col-sm-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .institucional{
    flex: 0 0 50%;
    max-width: 100%;
    margin-left: 25%;
  }
  .container{
    padding:0 10px !important;
    margin-top: 40px !important;
  }
  .icone_pesquisa{
    display: flex;
    justify-content: end;
    /* padding-top: 20px; 
    padding-left: 158px; */
  }
  .icone_area{
    /*margin-top: -28px; */
    padding-left: 0px;
    width: 100%;
  }
  .card-header-title{
    font-size: 12px;
    padding-top: 10px;
   

  }
  .card-header.card-header-tab .card-header-title {
    display: inline-flex !important;
    line-height: 2;
    white-space: nowrap;
}
.ciencia{
  margin-left: -12%;
}
}

@media(max-width:460px){
  .desen_social {
    justify-content: center;
    padding-top: 10px;
    font-size: 12px;
    margin-left: -20px;
}

}

@media(min-width:769px){
  .icone_pesquisa{
    justify-content: end;
    display: flex;
    padding: 20px;
}
.icone_area{
  margin-top:-43px;
}
  }


  