@import url('../../statics/assets/css/style_inicial.css');

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.titulo h2 {
  border-bottom: 2px solid var(--Primary1);
  display: inline-block;
}

/* Bloco menu */
#bloco-menu {
  box-shadow: unset;
}

/* ========== */

/* Bloco Carta de Serviços */

#carta-servico .imagem {
  max-width: 113px;
}

#carta-servico .acesso-rapido-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding: 20px;
  border-radius: 6px;
}

#carta-servico .acesso-rapido-item h3 {
  font-size: 18px;
  font-family: 'Roboto-Medium';
  line-height: 1.3;
  text-decoration: underline;
  text-align: left;
  margin: 10px 0;
  color: #474A4D;
}

#carta-servico p {
  font-size: 18px;
  margin-bottom: 30px;
}

#carta-servico a p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #carta-servico {
    padding-top: 30px;
  }

  #carta-servico .text-center p {
    margin-top: 0;
  }

  #carta-servico .acesso-rapido-item {
    margin-bottom: 3vh;
  }
}

/* ======================== */

/* Bloco TV Prefeitura */
#fotos .galeria {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 160px auto;
  grid-template-rows: 116px 1fr;
}

#fotos .galeria .imagem {
  border-radius: 0;
}

#fotos .galeria .texto {
  padding-left: 15px;
  display: grid;
  align-content: space-between;
}

#fotos .galeria .texto * {
  margin: 0;
}

/* =================== */


/* Bloco Notícias */
.destaques .swiper-slide::before {
  /* background: linear-gradient(180deg, rgba(71, 74, 77, 0) 64.03%, rgba(71, 74, 77, 0.5) 72.31%, rgba(71, 74, 77, 0.6) 100%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%; */
}

.destaques .swiper-slide {
  font-size: 18px;
  /* position: relative; */
  color: #474A4D;
  /* overflow: hidden; */
  /* border-radius: 6px; */
}

.destaques .swiper-slide .imagem {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.destaques .swiper-slide .texto {
  /* position: relative; */
  padding: 0 5vw;
}

.destaques .swiper-slide .texto p {
  font-size: 16px;
}

.destaques .swiper-slide .texto h2 {
  margin-bottom: 16px;
  font-size: 28px;
  font-family: 'Roboto-Bold';
}

.destaques .swiper-control {
  position: absolute;
  right: 0;
  z-index: 99;
}

.destaques .swiper-control div {
  display: flex;
  flex-direction: column;
  position: unset;
  margin: 0;
  width: 50px;
  height: 50px;
  color: #224457;
  background-color: white;
}

.destaques .swiper-button-next:after, .destaques .swiper-button-prev:after {
  font-size: 21px;
}

.destaques .swiper-pagination .swiper-pagination-bullet {
  border-radius: 4px;
  width: 55px;
  height: 10px;
}

.destaques .swiper-pagination-bullet-active {
  background-color: white;
}

.destaques .swiper-horizontal>.swiper-pagination-bullets, .destaques .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3vh;
}

@media screen and (min-width: 768px) {
  .destaques .swiper-wrapper .imagem {
    height: 600px;
  }

  .destaques .swiper-control {
    top: 500px;
  }
}


@media screen and (max-width: 1200px) {
  .destaques .swiper-slide .texto {
    padding: 0 15px;
  }

  .destaques .swiper-slide .texto h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  .destaques .swiper-slide {
    flex-direction: row;
  }

  .destaques .swiper-slide .texto {
    bottom: 2vh;
    padding: 0 2vh;
  }

  .destaques .swiper-wrapper .imagem img {
    min-height: 100%;
    max-width: unset;
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .destaques .swiper-wrapper .imagem {
    height: 360px;
  }

  .destaques .swiper-control {
    top: 260px;
  }
}

@media screen and (max-width: 440px) {
  .destaques .swiper-wrapper .imagem {
    height: 170px;
  }

  .destaques .swiper-control {
    top: 70px;
  }
}

/* ============== */

/* Subdestaques */
#noticias .imagem {
  height: 221px;
}

#noticias .imagem img {
  min-height: 100%;
}

/* ============ */

/* TV Prefeitura */
#web-tv .imagem img {
  min-height: 100%;
}

/* ============= */

/* Bloco Acesso Rápido */
#home-acesso-rapido .acesso-rapido-item {
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: rgba(55, 100, 125, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 8px 16px rgba(55, 100, 125, 0.1);
  backdrop-filter: blur(25px);
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: 85px 1fr;
  align-items: center;
  transition: all .3s;
}

#home-acesso-rapido .acesso-rapido-item:hover {
  box-shadow: none;
  background-color: rgba(55, 100, 125, 0.15);
}

#home-acesso-rapido .acesso-rapido-item .imagem {
  padding: 15px;
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

#home-acesso-rapido .acesso-rapido-item .texto p {
  font-size: 16px;
  font-weight: unset;
  margin: 0;
}

#home-acesso-rapido .acesso-rapido-item .texto p b {
  font-size: 21px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}

/* =================== */

/* Bloco Fique Conectado / Newsletter */
.redes {
  float: unset;
}

/* ================================== */

/* Bloco Horários */
#horarios iframe {
  height: 150px;
}
/* ============== */