.container {
  max-width: 1050px;
  width: 100%;
  margin: auto;
}

/* NAVBAR */

.navbar-estilo {
  font-size: 13px;
  transition: 0.3s ease;
  color: #ffffff;
  text-decoration: none;
  border-top: 4px solid #332D2D;
  border-bottom: 4px solid #332D2D;
  padding: 14px 0;
  margin: 0 5px;
}

.navbar-estilo:hover {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 6px 0; 
}

.head-estilo{
  font-size: 14px;
  transition: 0.3s ease;
  color: #ffffff;
  text-decoration: none;
}

.input-group{
  width: 300px;
}

.form-control:focus {
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.remover-outline {
  box-shadow: none !important; }
  :-webkit-autofill {
     color: #fff !important; }

.carousel-control-next, .carousel-control-prev {
    filter: invert(100%);
}

/* TAMANHO DOS GIFS ANIMADOS DA HOME */
.home-img{
    width: 60px;
    height: 60px;
}

.texto-home-novo{
    font-size: 12px;
}

/* BOTAO CARDS INICIO */

.btn-fonte{
    font-size: 10px;
}

.card-hover:hover{
  color: #3B71CA;
}

/* NOTICIAS */

.margin-noticias{
padding-top: 2.5rem;
}

/* SOBRE O MUNICIPIO */

.margin-sobre-municipio{
    padding-top: 2.5rem;
}

/* FOTOS PREFEITO E VICE */


.card-imagem{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.card-tamanho{
  display: flex;
  justify-content: center; 
  align-items: center;
  border-radius:50%;
  width: 150px;
  height: 150px;
}

.texto-secretarias{
    font-size: 12px;
}

.margin-secretarias{
    padding-top: 2.5rem;
}

/* GALERIA */

#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
    border-radius: 6px;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 6px;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 80px;
  right: 20px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

/* CONTATO */

.margin-contato{
  padding-top: 2.5rem;
}

/* FOOTER */

.fonte-footer{
  font-size: 12px;
}

/* RESPONSIVO */

@media screen and (max-width:768px) {

  iframe{
    width: 100%;
    height: 100%;
  }
  .fonte-footer{
    font-size: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container{
    padding: 20px;
  }

  .margin-contato{
    padding-top: 1rem;
  }

  .div-cards-redondos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .div-cards-redondos{
    width: 50%;
    
  }
}

/* botao */

#button {
  display: inline-block;
  background-color: #562e85;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 42px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.gradient-custom {
  /* fallback for old browsers */
  background: #30cfd0;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgb(53, 145, 140), rgb(43, 136, 74));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgb(53, 145, 140), rgb(43, 136, 74))
}

/*MUSICA */

html,
body,
.view {
  height: 100%;
}

#mobile-box {
  width: 360px;
}

.card {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.card .view {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.card h5 a {
  color: #0d47a1;
}

.card h5 a:hover {
  color: #072f6b;
}

#pButton {
  float: left;
}

#timeline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
}

#pButton {
  margin-top: 12px;
  cursor: pointer;
}

#playhead {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -3px;
  background: black;
  cursor: pointer;
}

.fonte-boletim-covid{
  font-size: 14px;
}

@media screen and (max-width:767px) {

  .center-covid-mobile {
      text-align: center !important;
  }

  .text-covid-mobile{
    padding-left: 70px;
  }

  .nav-mobile{
    padding-top: 75px;
    margin-top: 10px;
  }
  
}

@media screen and (min-width:767px) {

  .nav-desktop{
    margin-top: 40px;
  }
  
}
a { 
  color: currentColor;
} 

