/*********************************** Início -> Menu Topo ***********************************/
.idioma {
  margin-top: 20px;
  margin-left: 40px;
}

.row {
  margin-right: 0px;
}

.menu-fixed-out {
  background: transparent !important;
  position: absolute !important;
  box-shadow: none !important;
}

.menu-fixed {
  background: rgb(46 96 173 / 85%);
}

.sp-pre-loader {
  background: #188f79 !important;
}

.sp-pre-loader .circle-two > span {
  border: 2px solid #1abc9c !important;
}

.logo img {
  border: none;
}

.sp-pre-loader .circle-two > span:before {
  border-top-color: #1abc9c !important;
  border-left-color: #1abc9c !important;
  border-bottom-color: #1abc9c !important;
}

.sp-pre-loader .circle-two > span:after {
  border-top-color: #1abc9c !important;
  border-left-color: #1abc9c !important;
  border-right-color: #1abc9c !important;
}

#sp-top1 {
  padding: 0;
}
#sp-top-bar {
  padding: 0px !important;
}
#sp-porto-tempo-real .container {
  background: #2e60ad;
  border-radius: 15px;
}
.botao-primario p {
  color: #ffffff !important;
  margin-bottom: 0px !important;
}

.nav-placeholder {
  display: none;
}

.busca-geral .finderbusca-geral label {
  display: none;
}

.busca-geral .finderbusca-geral button {
  background-color: transparent;
  border: transparent;
  width: 30px;
  position: absolute;
  overflow: hidden;
  top: 27px;
  right: 40px;
}

.banner .tp-revslider-mainul li {
  border-bottom: none;
}

.topo-links {
  margin-top: 10px;
  margin-left: 70px;
}

.topo-links a {
  color: white !important;
  text-decoration: underline !important;
  font-size: 14px;
}

.busca-geral input {
  width: 250px;
  height: 50px !important;
  background-color: transparent !important;
  color: #ffffff !important;
  margin-top: 15px;
  font-size: 16px !important;
  border: 1px solid #ffffff !important;
  border-radius: 5px !important;
}

.busca-geral input:focus {
  border: 1px solid #ffffff !important;
}

.busca-geral input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.busca-geral input:-moz-placeholder {
  color: #ffffff !important;
}
.busca-geral input::-moz-placeholder {
  color: #ffffff !important;
}
.busca-geral input:-ms-input-placeholder {
  color: #ffffff !important;
}

/*********************************** Fim -> Menu Topo ***********************************/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*********************************** Início -> Porto em Tempo Real ***********************************/

.conteudo-porto {
  width: 1140px;
  height: 85px;
  margin: 0 auto;
}

.conteudo-porto .titulo {
  background: url(../images/barra-porto-em-tempo-real.png) right top no-repeat;
  width: calc(50% - 300px);
  min-width: 300px;
  margin-top: -45px;
  line-height: 45px;
  position: absolute;
  height: 45px;
  left: 0;
  text-align: right;
  padding-right: 60px;
}

.conteudo-porto .titulo p {
  font-size: 19px;
  font-family: "Lato-Light";
  color: #ffffff;
  margin-bottom: 0px;
}

.dados-tempo-real {
}

.conteudo-porto .item {
  float: left;
  margin-right: 25px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.conteudo-porto .item:last-of-type {
  margin-right: 0px;
}

.conteudo-porto .item:last-of-type p {
  width: 210px;
  margin-top: 25px;
}

.conteudo-porto .item img {
  float: left;
  margin-right: 3px;
  margin-top: 15px;
  border: none;
  height: 42px;
}

.conteudo-porto .item h1 {
  float: left;
  font-size: 43px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  color: #ffffff;
}

.conteudo-porto .item p {
  margin-top: 23px;
  color: #ffffff;
  float: left;
  width: 75px;
  word-wrap: break-word;
  line-height: 15px;
}

/*********************************** Fim -> Porto em Tempo Real ***********************************/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*              >>>>>>>>> Notícias está separado em outro arquivo pelo diretório: "css/overrides/news_flash.css" <<<<<<<<<<                            */

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*********************************** Início -> Conheça Suape ***********************************/

#sp-conheca-a-suape-redes-sociais .row {
  width: 1140px;
  margin: 0 auto;
}

.conteudo-conheca-suape .botoes a:first-of-type:hover {
  color: #ffffff;
}

.conteudo-conheca-suape .botoes a:first-of-type {
  margin-right: 15px;
}

.conteudo-conheca-suape .botoes a {
  padding: 13px 50px;
  float: left;
  margin-bottom: 70px;
}

.conteudo-conheca-suape .imagem-principal {
  width: 375px;
  height: 177px;
  float: left;
  border: none;
  margin-right: 5px;
  margin-top: 3px;
  padding: 0px;
}

.conteudo-conheca-suape .imagem-pequena {
  width: 150px;
  height: 85px;
  float: left;
  border: none;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 0px;
}

.conteudo-conheca-suape .texto {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*********************************** Fim -> Conheça Suape ***********************************/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*********************************** Início -> Mapa ***********************************/
#map {
  width: 100%;
  height: 400px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.mapa-home {
  width: 1140px;
  margin: 0 auto;
}

#sp-mapa {
  background-image: url(../images/imagens/mapa-2.jpg);
  background-size: contain;
}

.botoes-mapa {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.botoes-mapa button {
  margin-left: 15px;
  padding: 15px;
  width: 220px;
}

.botoes-mapa button:hover {
  color: #ffffff;
}

.area-mapa {
  width: 1140px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 10%;
  position: absolute;
}

.pinos {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -250px;
  right: 380px;
}

.pino1 {
  position: absolute;
  bottom: 20px;
  left: 5px;
}
.pino2 {
  position: absolute;
  bottom: 5px;
  left: 35px;
}
.pino3 {
  position: absolute;
  bottom: 15px;
  left: 85px;
}
.pino4 {
  position: absolute;
  bottom: 60px;
  right: 45px;
}
.pino5 {
  position: absolute;
  top: 80px;
  right: 80px;
}

.pino1:hover,
.pino2:hover,
.pino3:hover,
.pino4:hover,
.pino5:hover {
  cursor: pointer;
}

.balao {
  position: absolute;
  width: auto;
  font-family: "Lato-Regular";
  text-align: center;
  z-index: 99;
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.balao:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.msg-1 {
  bottom: 65px;
  left: -91px;
  width: 228px;
  display: none;
}
.msg-1:after {
  bottom: -15px;
  left: 92px;
}
.msg-2 {
  bottom: 50px;
  left: -82px;
  width: 256px;
  display: none;
}
.msg-2:after {
  bottom: -15px;
  left: 113px;
}
.msg-3 {
  bottom: 60px;
  left: -33px;
  width: 256px;
  display: none;
}
.msg-3:after {
  bottom: -15px;
  left: 113px;
}
.msg-4 {
  top: 50px;
  right: -98px;
  width: 310px;
  display: none;
}
.msg-4:after {
  bottom: -15px;
  left: 140px;
}
.msg-5 {
  top: 20px;
  right: 18px;
  width: 146px;
  display: none;
}
.msg-5:after {
  bottom: -15px;
  left: 58px;
}

/*********************************** Fim -> Mapa ***********************************/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*********************************** Início -> Redes Sociais ***********************************/

.conteudo-redes-sociais .linkvertodos {
  float: right;
  font-weight: bold;
  margin-top: -53px;
  color: #1aaa8c;
}

.conteudo-redes-sociais .aba-facebook,
.conteudo-redes-sociais .aba-twitter,
.conteudo-redes-sociais .aba-instagram {
  height: 35px;
  float: left;
  padding: 5px 16px;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  background-color: #959595;
  cursor: pointer;
}

.conteudo-redes-sociais .ativo {
  background-color: #1aaa8c !important;
}

.conteudo-redes-sociais .aba-facebook p,
.conteudo-redes-sociais .aba-twitter p,
.conteudo-redes-sociais .aba-instagram p {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* #sp-conheca-a-suape-redes-sociais #sp-position2 .sp-module-title, .conteudo-redes-sociais {
    margin-left: 80px;
} */

.conteudo-redes-sociais .clips {
  position: absolute;
  right: 25px;
  top: 103px;
  border: none;
}

.conteudo-redes-sociais .redes-sociais {
  background-image: url(../images/imagens/bloco.png);
  height: 370px;
  width: 480px;
  float: left;
  margin-left: -19px;
  margin-top: -4px;
}

.redes-sociais .iframe-facebook {
  margin-left: 38px;
  margin-top: 20px;
}

.redes-sociais .iframe-twitter {
  width: 400px;
  margin-top: 25px;
  height: 315px;
  overflow: scroll;
  margin-left: 38px;
  display: none;
}

.redes-sociais .iframe-instagram {
  margin-left: 25px;
  display: none;
}

.link-instagram {
  width: 100%;
  float: left;
}

/*********************************** Fim -> Redes Sociais ***********************************/

/********************************* Mobile  **********************************************/

@media (max-width: 1140px) {
  .conteudo-porto {
    width: 100%;
  }
  .mapa-home {
    width: 100%;
  }
  .botoes-mapa {
    left: 2%;
  }
  .area-mapa .pinos {
    right: 40% !important;
  }
  #sp-conheca-a-suape-redes-sociais .row {
    width: 100% !important;
  }
  .conteudo-conheca-suape .botoes a {
    padding: 13px 30px;
  }
  .conteudo-redes-sociais {
    margin-left: 25px;
  }
  .conteudo-redes-sociais {
    margin-left: 25px;
  }
  .area-mapa {
    width: 100%;
  }
  .noticiashome .listNot {
    width: 46% !important;
  }
  section#sp-noticias #sp-title {
    padding: 0px 3% !important;
  }
  .dados-tempo-real {
    width: 100%;
    margin: 0 auto;
    padding: 0 1%;
  }
  .dados-tempo-real .item:last-child p {
    display: none !important;
  }
  .conteudo-redes-sociais .redes-sociais {
    width: 100%;
  }
}

@media (max-width: 991px) {
  section#sp-conheca-a-suape-redes-sociais .col-sm-6 {
    width: 100%;
  }
  .area-mapa .pinos {
    right: 32% !important;
  }
  .conteudo-redes-sociais .clips {
    right: 50%;
    top: 108px;
  }
  .conteudo-redes-sociais .redes-sociais {
    background-repeat: no-repeat !important;
  }
  ul.listNot {
    display: none !important;
  }
  .cycle-pager {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  .cycle-slideshow {
    margin-left: 20% !important;
  }
  #sp-conheca-a-suape-redes-sociais #sp-position2 .sp-module-title {
    margin-left: 25px;
  }
  .container {
    width: 100% !important;
  }
  section#sp-noticias #sp-title {
    overflow: hidden;
  }

  .busca-geral .finderbusca-geral button {
    right: 0;
  }
}

@media (max-width: 767px) {
  .conteudo-redes-sociais .clips {
    right: 35%;
  }
  .cycle-slideshow {
    margin: 0 auto !important;
  }
  .area-mapa .pinos {
    right: 30% !important;
    top: -235px;
  }
  .conteudo-porto .titulo {
    display: none;
  }
  .botoes-mapa {
    position: relative;
  }
  .conteudo-porto {
    width: 45% !important;
  }
  div#sp-logo {
    width: 25%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .busca-geral .finderbusca-geral button {
    width: 40px;
    left: 25px;
    top: 5px;
    font-size: 25px;
  }
  .idioma {
    margin-left: 75px;
  }
  .cycle-pager {
    position: relative !important;
  }
  .conteudo-redes-sociais .clips {
    display: none;
  }
  section#sp-rodape {
    text-align: center;
  }
  div#sp-bottom3 table {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  div#sp-bottom4 table {
    margin: 0 auto !important;
  }
  section#sp-acessibilidade {
    display: none;
  }
  input#mod-finder-searchword115 {
    display: none;
  }
  section#sp-noticias #sp-title {
    overflow: hidden !important;
  }
  .noticiashome {
    width: 95% !important;
  }
  #sp-header {
    position: relative;
  }
  #offcanvas-toggler {
    line-height: 55px;
    font-size: 20px !important;
    color: #3caa8c;
  }
  header#sp-header {
    background: #275b9e !important;
  }
  label.maximenumobiletogglericonck {
    display: none !important;
  }
  .busca-geral .finderbusca-geral button {
    margin-left: 10px !important;
    z-index: 10;
  }
  section#sp-logo-rodape {
    margin: 45px auto !important;
  }
}

@media (max-width: 510px) {
  .conteudo-porto {
    width: 80% !important;
  }
  .cycle-slideshow {
    margin-left: 0% !important;
  }
  .noticiashome .sp-module-title {
    margin: 30px 15px;
  }
  .conteudo-redes-sociais .clips {
    position: relative !important;
    top: 5px !important;
    right: -10% !important;
  }
  .conteudo-redes-sociais .redes-sociais {
    margin-top: -70px;
  }
  .botoes-mapa {
    width: fit-content;
  }
  div#sp-mapa .sp-module-content {
    background-image: url("http://www.suape.pe.gov.br/images/programacao/banners/mapa-sat.jpg");
    height: 45vh;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .area-mapa .pinos {
    right: 12% !important;
    top: -280px;
  }
  div#sp-mapa img.mapa-home {
    display: none;
  }
  div#sp-mapa {
    padding: 0;
  }
  div#sp-logo {
    width: 65%;
    top: -10px;
    left: 30%;
  }
  .busca-geral .finderbusca-geral button {
    left: 0px;
    top: 5px !important;
  }
  .hero-section {
    display: none !important;
  }
}

@media (max-width: 475px) {
  .conteudo-conheca-suape .botoes a {
    padding: 13px 25px;
  }
  .botoes a {
    display: block;
    width: 100%;
  }
  .conteudo-conheca-suape .botoes a {
    margin-bottom: 15px;
  }
  #sp-conheca-a-suape-redes-sociais #sp-position2 .sp-module-title {
    margin-left: 0px;
  }
  .conteudo-redes-sociais {
    margin-left: 0px;
  }
  .botoes-mapa {
    position: unset;
    margin: 0 auto;
    margin-top: 66px;
  }
  section#sp-logo-rodape table {
    margin-top: 190px;
  }
  .conteudo-redes-sociais .redes-sociais {
    margin-top: -5px;
  }
  .botoes-mapa button {
    margin-left: 0;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .noticiashome .conteinerInfo h4 a {
    word-break: break-word;
  }
  div#sp-top2 {
    display: none !important;
  }
  #sp-header .row {
    display: block !important;
  }
  /* section#sp-banner-home {
    display: none;
  } */
  section#sp-cards {
    top: 75px !important;
    margin-bottom: 100px;
  }
  .suape-menu-btn {
    filter: none !important;
  }
}

@media (max-width: 425px) {
  /* .redes-sociais iframe { width: 325px !important; } */
  .conteudo-porto {
    width: 80% !important;
  }
}

@media (max-width: 320px) {
  .conteudo-porto {
    width: 100% !important;
  }
  /* .redes-sociais iframe { width: 275px !important; } */
  .conteudo-redes-sociais .aba-facebook,
  .conteudo-redes-sociais .aba-twitter,
  .conteudo-redes-sociais .aba-instagram {
    padding: 5px 12px;
  }
  .conteudo-redes-sociais .redes-sociais {
    width: 320px;
  }
  .conteudo-conheca-suape .imagem-pequena {
    width: 137px !important;
  }
  .noticiashome .destaque .conteinerInfo {
    width: 228px !important;
  }
  .area-mapa .pinos {
    right: 0% !important;
    top: -270px;
  }
  .pino3 {
    left: 115px;
  }
  .pino4 {
    right: 15px;
  }
  .pino5 {
    right: 45px;
  }
  .pino2 {
    left: 65px;
  }
  .pino1 {
    left: 35px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
