@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Roboto&display=swap");
:root {
    --primary: #015a92;
    --nav-color: #015a92;
    --text: #000;
    --bg-color: #fafafa;
    --h4: #151515;
    --btn-background: #fff;
    --btn-border: #015a92;
    --btn-color: #01446d;
}
.dark-mode:root {
    --primary: #000;
    --secondary: #000;
    --text: #fff;
    --bg-color: #000;
    --h4: #fff;
    --btn-background: #fff;
    --btn-color: #fff;
    --nav-color: #000;
}
* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
 body {
    background-color: var(--bg-color-cimu);
    color:var(--text-cimu)
 }
.public-header-container {
    background-color: var(--primary-cimu);
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    min-height: 85px;
    flex-wrap:wrap;
}
/*.public-header-main {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 20px;
}*/
.public-title-cimu {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 48px;
}
.public-header-img-container {
    width: 300px;
}
.public-header-img-container > img {
    width: 260px;
}

.public-header-main-acessibilidade-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 300px;
}
.public-header-main-acessibilidade {
    list-style: none;
    display: flex;
}
.public-header-main-acessibilidade li span {
    margin: 0 3px;
    color: #fff;
}
.public-header-main-acessibilidade li a {
    text-decoration: none;
    color: #E5E5E5;
    font-size: 0.75em;
}


/*.footer-container-main {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}*/
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 146px;
    background-color: var(--primary-cimu);
}
.footer-container p {
    margin: 0;
    color: #ffF;
    font-family: 'PT Sans', sans-serif;
}
/*.footer-img-container {
    width: 400px;
    display: flex;
    justify-content: end;
}*/
.footer-img-container-gov {
    width: 100%;
}
.footer-img-container-proderj {
    width: 100px;
}
.fooder-text-little {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.situacao-op-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-backdrop {
    background-color: rgba(0,0,0, 0.3) !important;
}
.nav-title {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 2px;
}

.main-title {
    font-size: 1.3rem;
}

.subtitle {
    font-size: 0.8rem;
    margin-top: -20px;
}

.logo-section {
    margin-top: 10px;
    margin-left: 200px;
}

    .logo-section > img {
        width: 200px;
    }

.menu {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-container {
    position: relative;
}
.menu-acessibilidade > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    padding-left: 130px;
    padding-right: 2px;
}

    .menu-acessibilidade > ul > li {
        list-style: none;
        font-size: 0.7rem;
    }

        .menu-acessibilidade > ul > li > a {
            text-decoration: none;
            color: #E5E5E5;
        }

.separador {
    margin-left: 3px;
    margin-right: 3px;
}

.btn-acesso {
    margin-left: 140px;
}

    .btn-acesso > button {
        background-color: var(--secondary-cimu);
        color: #fff;
        border: none;
        padding: 6px;
        border-radius: 4px;
        margin-bottom: 8px;
    }

        .btn-acesso > button:hover {
            background-color: #006EB2;
            color: #fff;
            transition: 0.5s;
        }

.menu-mobile {
    display: none;
}


.home-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 350px;
    border-radius: 4px;
    cursor: pointer;
}

    .home-card > h3 {
        margin-top: 40px;
        font-weight: 600;
    }

    .home-card > img {
        height: 200px;
    }


.filter-area {
    display: flex;
    justify-content: space-between;
}

.busca-div {
    margin-left: 600px;
}

.custom-input {
    height: 40px;
    margin-top: -5px;
}

/*.tbl-background {
    width:950px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
}*/
.btn-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.paginador {
    margin-left: 198px;
}

.loading {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    background-color: #fff;
    z-index: 20000000;
    top: 123px;
    left: 0;
    right: 0;
}
.loading > img {
    margin-bottom:150px;
}
.navbar-background {
    background-color: var(--nav-color);
}
.btn-salvar {
  background-color: var(--btn-background-cimu);
  width: 35px;
}
nav .navbar-nav li a {
  color: white !important;
  }
nav .navbar-nav li a:hover {
    background-color: #01446d !important;
}
nav .navbar-nav li a:active{
    background-color: #015A92 !important;
}
.navbar-nav > li > .dropdown-menu { 
    background-color:  #0E6DAF;
}
.navbar-nav > li > .dropdown-menu a{   color: #555555;  }
.btn-style {
    background-color: #fff;
    border: 1px solid #0E6DAF;
    border-radius: 4px;
    height: 35px;
    width: 140px;
    text-align: center;
    color: #0E6DAF;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    outline: none;
}
.btn-style:hover {
    background-color: #0E6DAF;
    color: #fff;
}
.page-link {
    border: none !important;
    color: #005189;
}
.pagination {
    margin-top: -45px;
}
.logado 
{
    display: flex;
    align-items: center;
    flex-direction:row;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.logado p 
{
    color: #ffff;
    font-weight: bold;
    margin: 0;
}
.logado i
{
    color: white;
}
.eye-btn 
{
    position: relative;
    top:-23px;
    left: 243px;
    background-color:transparent;
    width: 8px;
    height: 5px;
    cursor: pointer;
    margin: 0;
}
.buscar-btn
{
    margin-left: -20px;
}
.buscar-btn input 
{
    background-color: #FAFAFA;
    border: none;
    padding-left: 35px;
    height: 40px;
}
.buscar-btn input:focus
{
    border: 1px solid #1266F1;
    border-radius: 4px;
    outline: none;
}

@media (min-height: 900px) {
  .container {
    height: 100vh;
  }
}


.button {
  margin-right: 80px;
  background-color: #015a92;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -1px 4px rgba(0, 0, 0, 0.25);
  border: none;
}

.button:hover {
  cursor: pointer;
  background-color: #01446d;
}

.button span {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.02em;
}

#carouselExampleControls {
  height: 420px;
}

.carousel-item {
  height: 420px;
}

.carousel-item img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.carousel-btn {
  width: 64px;
  height: 64px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(84, 84, 84, 0.2);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.carousel-btn-prev {
  left: 48px;
}

.carousel-btn-next {
  right: 48px;
}

.carousel-btn-prev span img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel-item-info {
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(21, 21, 21, 0.7);
  display: flex;
  justify-content: center;
}

.carousel-item-info h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
}

.carousel-item-info p {
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #ffffff;
  overflow: hidden; /* remove o estouro do elemento */
  text-overflow: ellipsis; /* adiciona “...” no final */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* quantidade de linhas */
  -webkit-box-orient: vertical;
}

.text-container {
  padding: 0 10px;
}

.container-grid {
  max-width: 1040px;
  width: 100%;
}

.h4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.25px;
  color: var(--h4-cimu);
}

.container-grid h4 {
  margin-bottom: 40px;
}

.container-nav {
  margin: 40px 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.card-img {
  width: 325px;
  height: 189px;
}

.card-container {
  width: 325px;
  height: 270px;
}

.card-body-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.card-body-container h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: var(--text-cimu);
  padding: 0;
  margin: 0;
}

.container-grid-nav {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 325px));
  object-fit: cover;
  justify-content: center;
}


r-container {
  background-color: var(--bg-color-cimu);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position:absolute;
  
  
}

.fooder-text-little {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.fooder-text-big {
  font-size: 19px;
  font-family: "Arimo", sans-serif;
  margin: 0;
}

.by-power {
  align-items: center;
  flex-direction: column;
  display: flex;
  color: white;
} 

@media screen and (min-width: 619px) and (max-width: 920px) {
  .text-container {
    padding: 0 50px;
  }

  .h4 {
    text-align: center;
  }
  .head-container {
    height: auto;
    display: block;
    position: relative;
  }

  .img-log {
    width: 75%;
  }

  .title-container {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -13px;
    padding-bottom: 40px;
  }

  .title-container h3 {
    font-size: 39px;
    line-height: 65px;
  }

  .title-container p {
    font-size: 17px;
    line-height: 19px;
  }

  .img-container-log {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 115px;
  }

  .button {
    position: absolute;
    right: -50px;
    top: 140px;
  }
}

@media screen and (max-width: 620px) {
  .head-container {
    height: auto;
    display: block;
  }

  .img-log {
    width: 90%;
  }

  .title-container {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -25px;
    padding-bottom: 40px;
  }

  .button {
    display: none;
  }

  .img-container-log {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 115px;
  }

  .title-container h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 65px;
    margin: 0;
  }

  .title-container p {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
  }

  .carousel-btn {
    display: none;
  }

  .carousel-item-info 
  {
    line-height: 25px;
    font-size: 20px;
  }

  .carousel-item-info p {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
  }

  .container-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .container-grid h4 {
    margin-bottom: 40px;
  }

  .h4 {
    font-size: 25px;
    line-height: 25px;
  }
    /*.tbl-background {
    width: 280px;
    background-color: #fff;
    box-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
  }*/
  .logado {
    margin-left: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    
  }
  .eye-btn {
    position: relative;
    top:-23px;
    left: 285px;
    background-color:transparent;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }
  
  .pagination-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    padding-top: 30px;
    margin-right: 60px;
  }

  body {
    overflow: scroll;
    min-width: 280px;
  }
    .login-modal {
        position: absolute;
        z-index: 20000000;
        left: 120px;
        bottom: 50px;
        width: 300px;
        height: 240px;
        background-color: var(--bg-color-cimu);
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 4px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}
@media(max-width:600px) {

    nav {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-color-cimu);
        color: #fff;
        font-family: 'Inter', sans-serif;
        width: 100%;
    }

    .main-title {
        font-size: 1.3rem;
        margin-left: 80px;
    }

    .subtitle {
        font-size: 0.6rem;
        margin-top: -20px;
        margin-left: 50px;
    }

    .logo-section {
        margin-top: 5px;
        margin-left: 130px;
    }

        .logo-section > img {
            width: 150px;
        }

    .menu-acessibilidade {
        display: none;
    }

    .btn-acesso {
        display: none;
    }

    .menu-mobile {
        display: block;
        margin-left: 167px;
        padding: 5px;
    }

        .menu-mobile > a {
            text-decoration: none;
            color: #fff;
        }

    .menu-mobile-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .menu-mobile-section > a {
            text-decoration: none;
            color: #E5E5E5;
            padding: 8px;
        }

    #usuario-logado {
        display: none;
    }
}


