@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");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

/*.public-header-container {
    background: var(--primary-cimu);
    height: 100px;
}*/

.head-container {
  position: relative;
  width: 100%;
  height: 110px;
  background-color: #015a92;
  align-items: center;
  justify-content: space-between;
  display: flex;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.icon-user {
  
  position: relative;
  top:10px;
  left: 28px;
  margin: 0;

}
.password-icon {
  position: relative;
  top:1px;
  left: 28px;
  margin: 0;
}
.fa-eye {
  position: relative;
  top:-31px;
  left: 235px;
  cursor: pointer;
}
  
  .btn-entrar {
    width: 100%;
    background-color: #015a92;
    border-radius: 2px;
    color: white;
    border: none;
    text-transform: uppercase;
    padding: 4px;
    margin-top: -50px;

  }
  .btn-entrar:hover{
    background-color: #01446d;
  }
.img-log {
  width: 320px;
  height: 115px;
  background-image: url("../images/logo-gov.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title-container {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title-container h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  margin: 0;
}

.title-container p {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
}

.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: #151515;
}

.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: #151515;
  padding: 0;
  margin: 0;
}

.container-grid-nav {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 325px));
  object-fit: cover;
  justify-content: center;
}

.fooder-container {
    background-color: #015a92;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 146px;
}

.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 h5 {
    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;
  }
}@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");

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.head-container {
  position: relative;
  width: 100%;
  height: 110px;
  background-color: #015a92;
  align-items: center;
  justify-content: space-between;
  display: flex;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.icon-user {
  
  position: relative;
  top:10px;
  left: 28px;
  margin: 0;

}
.password-icon {
  position: relative;
  top:1px;
  left: 28px;
  margin: 0;
}
.fa-eye {
  position: relative;
  top:-31px;
  left: 235px;
  cursor: pointer;
}
  .btn-entrar {
    width: 100%;
    background-color: #015a92;
    border-radius: 2px;
    color: white;
    border: none;
    text-transform: uppercase;
    padding: 4px;
    margin-top: -50px;

  }
  .btn-entrar:hover{
    background-color: #01446d;
  }
.img-log {
  width: 320px;
  height: 115px;
  background-image: url("../images/logo-gov.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title-container {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title-container h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  margin: 0;
}

.title-container p {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
}

.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: #151515;
}

.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: #151515;
  padding: 0;
  margin: 0;
}

.container-grid-nav {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 325px));
  object-fit: cover;
  justify-content: center;
}

.fooder-container {
  background-color: #015a92;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.submit-status {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    background-color: rgba(255,255,255,.5);
    z-index: 400;
}

 .ie .submit-status {background: url(../images/ie-bg-submit-status.png) repeat top left;}
     .submit-status span {
        position: absolute;
        top: 10%;
        right: 15px;
        left: 15px;
        text-align: center;
        background-color: #FFF;
        padding: 14px 15px;
        margin-top: -50px;
        border: 1px solid #FFF;
        border-radius: 3px;
    }

 .submit-status span.error {
        color: #d86c6c;
        background-color: #f6caca;
        border-color: #e9b8b8;
    }

 .submit-status span.success {
        color: #529552;
        background-color: #b9edb9;
        border-color: #a5dda5;
    }

  .submit-status span .fa {
        display: block;
        font-size: 24px;
        margin-bottom: 6px;
    }

@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 h5 {
    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;
  }

    .wrapper {
        margin: 60px auto;
        text-align: center;
    }

    h1 {
        margin-bottom: 1.25em;
    }

    #pagination {
        display: inline-block;
        margin-bottom: 1.75em;
    }

        #pagination li {
            display: inline-block;
        }

    .page-content {
        background: #eee;
        display: inline-block;
        padding: 10px;
        width: 100%;
        max-width: 660px;
    }

}

