/*---------------------------------------------------*/
/*Import's*/
/*---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*---------------------------------------------------*/
/*Declaração de Variáveis*/
/*---------------------------------------------------*/
:root {
  --primary: #3c98d0;
  --secundary: #ffcc00;
  --tertiary: rgba(218, 255, 219, 1);
  /*--green-color: rgba(0, 153, 51, 1);*/
  /*--yellow-color: red;*/
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) transparent;
}

img{
    width: 100%;
}

/*---------------------------------------------------*/
/*Declaração de ID's*/
/*---------------------------------------------------*/

#nav-bar-tools {
  height: auto !important;
}

#nav-bar-tools input {
  height: 30px !important;
}

#navbar-ul div {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px !important;
  width: 60px !important;
}

#navbar-ul div:hover {
  width: 70px !important;
  height: 70px !important;
}

#sub-items button {
  border: 0px;
  color: #166569 !important;
  background-color: transparent;
}

#carousel-images-list img {
  width: 540px !important;
  height: 452px !important;
}

#institutional-body-list a {
  transition: all 0.3s;
}

#institutional-body-list a:hover {
  font-size: 17px !important;
}

@media (max-width: 425px) {
  #navbar-ul li > a {
    font-size: 12px !important;
  }

  #last-news-title {
    font-size: 18px !important;
    font-weight: bold;
  }

  #last-news-subtitle {
    font-size: 8px !important;
  }
}

/*---------------------------------------------------*/
/*Declaração de Backgrounds*/
/*---------------------------------------------------*/
.btn:hover {
  color: #ccc !important;
}

.span {
  color: #fff !important;
}

.background-color-primary {
  background: var(--primary) !important;
}

.background-linear-blue {
  background: linear-gradient(
    90deg,
    rgba(51, 102, 153, 1) 0%,
    rgba(29, 56, 83, 1) 80%
  );
}

.background-access-info-title {
  background: rgb(208, 232, 255);
  background: linear-gradient(
    180deg,
    rgba(208, 232, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  );
}

/*.backgroung-linear-tertiary {
  background: linear-gradient(
    180deg,
    var(--tertiary) 0%,
    white 50%,
    rgba(204, 204, 204, 0.5) 100%
  );
}*/

.background-color-white{
    background-color: white;
}


.background-color-secundary {
  background-color: var(--secundary) !important;
}

.background-color-yellow {
  background-color: var(--yellow-color) !important;
}

.background-color-green {
  background-color: var(--green-color) !important;
}

.background-access-info-body {
  background: rgba(235, 235, 235, 1);
}

.background-color-primary-blur {
  background: var(--secundary) 50%;
}

.background-color-primary-230deg {
    background: linear-gradient(230deg, var(--primary) 50%, #fff 50%);
  }

.background-color-secundary-230deg {
  background: linear-gradient(230deg, var(--secundary) 50%, #fff 50%);
}

.background-color-primary-50deg {
  background: linear-gradient(50deg, var(--primary) 50%, #fff 50%);
}

.background-color-secundary-50deg {
    background: linear-gradient(50deg, var(--secundary) 50%, #fff 50%);
  }

.body-background {
  background: rgb(208, 232, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(22, 101, 105, 0.2) 50%,
    rgba(22, 101, 105, 0.5) 100%
  );
  background-repeat: no-repeat;
}

/*---------------------------------------------------*/
/*Definição das tag's genéricas*/
/*---------------------------------------------------*/
body {
  font-family: Oswald !important;
  width: 1080px !important;
}

a {
  text-decoration: none !important;
}

@media (max-width: 1080px) {
  body {
    width: 100vw !important;
  }
}

footer li > i {
  font-size: 2rem !important;
}

@media (max-width: 500px) {
  footer ul {
    flex-direction: column !important;
    align-content: center !important;
  }
}

/*---------------------------------------------------*/
/*Declaração de Fontes*/
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*Declaração de Classes*/
/*---------------------------------------------------*/
.ul-recent-news li {
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}

.logo-emilio{
    max-height: 55px !important;
    height: 55px !important;
}

.ul-recent-news li:hover {
  background-color: #ccc;
}

.text-white {
  color: white !important;
}

.text-color-primary {
  color: var(--primary) !important;
}

.text-color-secundary {
  color: var(--secundary) !important;
}

.text-white{
    color: white !important;
}

.dropdown-menu a {
  border-bottom: 1px solid #ccc;
}

.icon-color-primary{
    color: var(--primary);
}

.icon-color{
    color: white !important;
}

.vr {
  height: 20px;
  width: 5px;
}

/*---------------------------------------------------*/
/*Declaração da Acessibilidade*/
/*---------------------------------------------------*/

.acessibilidade {
  background: rgb(241, 241, 241);
  height: 30px !important;
}

.acessibilidade button {
  border: none;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.contraste-alto,
.contraste-alto * {
  background: black !important;
  color: white !important;
  border-color: white !important;
}
.contraste-alto a,
.contraste-alto button {
  color: cyan !important;
}

/*---------------------------------------------------*/
/*Declaração da pagina noticia*/
/*---------------------------------------------------*/

.page-notica {
  width: 100%;
  background: #fff !important;
}

.img-noticia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.img-noticia img {
  width: 100%;
}

.foto-noticia {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

/*---------------------------------------------------*/
/*Declaração da pagina main*/
/*---------------------------------------------------*/

.include-pages .col p {
  width: 100%;
}

.include-pages h1 {
  font-size: 34px;
}

.include-pages hr {
  width: 100%;
  margin: 13px 0;
}

.pagina {
  width: 100%;
  padding: 15px;
  text-align: justify;
}

.pagina p img {
  width: 100%;
}

/* --------------------------------------------------
	Gallery
-------------------------------------------------- */

#gallery-section {
  display: flex;
  flex-direction: column;
  width: 90% !important;
  justify-self: center;
}

#gallery-section ul {
  padding-left: 0px;
}

#gallery-list-container {
  border: 2px solid var(--primary);
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.3);
  width: 100%;
}

#gallery-list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  margin-left: 10px;
  margin-right: 10px;
}

#gallery-list li {
  display: flex;
  margin-right: 10px;
  justify-content: center;
}

#gallery-list img {
  object-position: center;
  object-fit: cover;
  overflow-x: hidden;
  width: 150px;
  height: 150px;
  transition: width 0.5s;
}

#gallery-list img:hover {
  width: 200px;
}

#gallery-selected-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 700px;
  width: 100%;
}

#gallery-selected-container span {
  text-align: center;
  color: rgba(54, 61, 110, 1);
  font-weight: 500;
  font-size: 1.7rem;
}

#gallery-selected-list {
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

#gallery-selected-list li {
  width: 242px !important;
  height: 208px !important;
  margin: 1px;
}

#gallery-selected-list img {
  height: 208px !important;
  width: 242px !important;
  object-position: center;
  object-fit: cover;
}

.modal-body {
  display: flex;
  justify-content: center;
}

#modal-image {
  margin-top: 15px;
  margin-bottom: 15px;
  object-position: center;
  object-fit: cover;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.modal-content {
  margin-top: 70%;
}

.description-album {
  color: white;
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 430px) {
  #gallery-list-title {
    font-size: 1rem;
  }

  #gallery-list-title i {
    font-size: xx-large;
  }

  #gallery-list li {
    height: 100px;
    width: 100px;
  }
  .description-album {
    display: none;
  }

  #gallery-list img {
    height: 100px;
    object-position: center;
    object-fit: cover;
  }

  #gallery-selected-container span {
    font-size: 1rem;
  }

  #gallery-selected-list li {
    width: 100px !important;
    height: 100px !important;
    margin: 5px;
  }

  #gallery-selected-list img {
    width: 100px !important;
    height: 100px !important;
    object-position: center;
    object-fit: cover;
    border: 1px hidden;
  }
}
