@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --text-home: #fff;
  --template-primary: #4a2f41;
}

body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#bt-play_video {
  cursor: pointer;
}

.slide_clicavel {
  /* border: #00ff55 thin solid;*/
  width: 75%;
  height: 70%;
  margin-top: 30%;
  margin-left: 13%;
  position: absolute;
  cursor: pointer;
}
.modal {
  z-index: 100001;
}
.light-text {
  /* color: #edf1f1 !important; */
  color: var(--text-home) !important;
}

.main-content {
  padding: 0px;
}

#logo-memorias-barcarena {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.top-content {
  margin-top: 30px;
  padding: 0 40px;
  position: absolute;
}

.top-content h1 {
  height: 140px;
}

.top-content h1 img {
  height: inherit;
}

.top-images img {
  width: 60px;
}

.top-content .top-images {
  display: flex;
  align-items: flex-end;
}

.top-content .top-images img {
  margin-left: 30px;
}

.title-main {
  font-size: 102px;
}

.main-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #21151d !important;
}

.main-nav .navbar-nav .nav-item {
  margin-left: 25px;
}

.main-nav .navbar-nav .nav-item .nav-link {
  font-size: 25px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  /* color: #c4b8aa; */
  color: var(--text-home);
}
.main-nav .link-museu {
  float: right;
  text-decoration: none;
  margin-top: 0px;
  padding-top: 0px;
}
.main-nav .link-museu img {
  height: 60px;
  padding-top: 0px !important;
}

.main-nav .link-hydro {
  float: right;
  text-decoration: none;
  margin-top: 0px;
  padding-top: 0px;
  height: 50px;
}
.main-nav .link-hydro img {
  height: 50px;
  padding-top: 0px;
}
.nv-canto-direito {
  float: right;
}
/* #navbar_principal {
  
  max-height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; 
} */

li.nav-item.dropup.show > a.nav-link {
  color: #427c77;
  white-space: nowrap;
}

li.nav-item > a.nav-link:hover {
  color: #427c77 !important;
}

.nav-logo-text {
  color: #fff;
  margin-right: 10px;
}

.dropdown-menu {
  margin-bottom: 8px !important;
  padding-top: 20px;
  /*border-radius: 20px 20px 0 0;*/
  background-color: #c4b8aa;
  transition: 0.3s ease;
}

.dropdown-menu a {
  color: #4a2f41;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.dropdown-menu a:hover {
  font-weight: 700;
}
.modal.show {
  background: #392532df;
}

.modal-header,
.modal-footer {
  border: none;
  padding: 16px 47px;
}

.modal-header img {
  width: 45px;
}

.modal-content {
  min-height: 85vh;
  /* width: 90vw; */
  background-color: rgba(196, 184, 170, 0.9);
}

.modal-content h2 {
  color: #4a2f41;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.modal-content p {
  color: #070606;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  font-family: "Roboto";
}

.modal-content .modal-header a {
  text-decoration: none;
}

.modal-body {
  display: flex;
}

.text-close-button {
  color: var(--template-primary);
  margin-right: 5px;
}
.text-close-button-branco {
  color: #fff;
  margin-right: 5px;
}
.ver-galeria span,
.ver-video span,
.compartilhe span {
  color: #4a2f41;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.ver-galeria img {
  height: 30px;
}

.ver-video img,
.compartilhe img {
  height: 35px;
}

.ver-galeria a,
.ver-video a {
  display: flex;
  align-items: end;
  column-gap: 18px;
  margin-top: 1rem;
}

.compartilhe {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  column-gap: 18px;
  margin-top: 1rem;
}

.modal-content .modal-body a:hover {
  text-decoration: none;
}

/* definir qual tipo de video ficará, aside */
.modal-content .modal-body .iframe-video {
  width: 100%;
  height: 100%;
  position: unset;
  left: unset;
  top: unset;
}
#conheca-o-projeto-text {
  max-height: 550px !important;
}
/* full modal */
/* .modal-content .modal-body .iframe-video {
  position: absolute;
  left: 50px;
  width: calc(100% - 100px);
  top: 0;
  height: calc(100% - 50px);
} */
.modal-dialog-scrollable {
  overflow-y: auto;
}
.modal-content .modal-body .museu:hover {
  text-decoration: none;
}

.modal-content .modal-body .conheca-museu {
  display: none;
}

.modal-content .modal-body .museu,
.modal-content .modal-body img.hydro {
  /*height: 80px;  
  left: 15px;*/
  margin-left: 20px;
  margin-top: 40px;
  width: 100px;
  float: left;
}
.museu-right {
  margin-right: 00px;
  margin-top: 40px;
  width: 100px;
  float: right;
}
.logo-left {
  margin-left: 0px;
  width: 100px;
  float: left;
  position: absolute !important;
  bottom: 50px;
  left: 50px;
}
.modal-content-left {
  max-height: 550px;
  word-wrap: break-word !important;
  overflow: auto;
  line-height: 0.7;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eadfdb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c6b2a9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6f5868;
}

.modal-dialog {
  min-width: 90vw !important;
}

.modal-body {
  padding: 16px 32px 32px;
}

#modal-hydro {
  /**/
  background-color: rgba(68, 76, 86, 0.75);
}

#modal-hydro .modal-content {
  /* background-color: rgba(196, 184, 170, 0.9);*/
  background-color: rgba(130, 125, 128, 0.85);
}

.hydro-modal .modal-content h2 {
  color: #fff !important;
}

.hydro-modal .modal-content p {
  color: #fff !important;
  line-height: 28px !important;
}

/* .hydro-modal .modal-content p:last-child {
  margin-bottom: 115px !important;
} */

.hydro-modal .modal-content img {
  max-width: 110px;
}

.hydro-modal .modal-header img {
  max-width: 110px;
}

/* FOTORAMA */
/* .fotorama:not(.galeria-todas-fotos, #galeria-todos-videos) {
  display: none;
} */

.fotorama--fullscreen .fotorama__caption {
  display: none;
}

#modal-hydro .fotorama__caption {
  background-color: rgba(130, 125, 128, 0.75) !important;
}

.fotorama__caption {
  background-color: rgba(196, 184, 170, 0.7);
  bottom: 1px;
}

.fotorama__caption__wrap {
  background-color: transparent !important;
  border-radius: 0 10px 0 0;
  color: #000000;
  font-weight: 700;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}

#loading {
  display: none;
  padding: 0px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100vh;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 300;
  overflow: hidden;
}

#loading .play-intro.played {
  position: fixed;
  top: 50px;
  right: 150px;
  z-index: 9;
}

#loading .play-intro:not(.played) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#loading .play-intro {
  transition: all ease 2s;
  -o-transition: all ease 2s;
  -webkit-transition: all ease 2s;
}

#loading .play-intro img {
  position: absolute;
  margin: auto;
}

#loading .play-intro .skip {
  visibility: hidden;
  opacity: 0;
}

#loading .play-intro.played .skip {
  visibility: visible;
  opacity: 1;
}

#loading .play-intro .start {
  visibility: visible;
  opacity: 1;
}
.hide-mobile {
  width: 95%;
  z-index: 1;
}
.circle {
  z-index: 2;
}

#loading .play-intro.played .start {
  visibility: hidden;
  opacity: 0;
}

#loading video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
}

iframe.museu-pessoa-video {
  width: 100%;
  min-height: 400px;
  margin-bottom: 2rem;
}

iframe.video {
  display: none;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  border-top: solid 200px #000;
  border-bottom: solid 200px #000;
}

#vidtop-content {
  z-index: 9999;
}

.video-foreground,
.video-background iframe {
  width: 100%;
  height: 100%;
}

#vidtop-content {
  top: 0;
  color: #fff;
  z-index: 99999;
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fechar_modal_branco {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 50px;
  transition: all ease-in 0.3s;
  z-index: 9999;
}
.fechar_modal_branco svg {
  width: 150px;
}
.botao-fechar {
  background: transparent;
  position: absolute;
  top: 75px;
  right: -100px;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 50px;
  transition: all ease-in 0.3s;
  z-index: 900010;
}
.botao-fechar svg {
  width: 150px;
}
.todos-videos-modal .modal-body {
  padding: 1rem;
}

.modal-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#MobileViewSlide {
  display: none;
}
#logoHydraMobile {
  display: none;
}
/* #logoHydraMobile img {
  max-height: 15vw;
} */
#logoMobile {
  display: none;
}
.logo-hydro {
  max-height: 11vw;
  margin-bottom: -2px;
}
.logo-albras {
  min-width: 14vw;
}
.menu-mobile {
  display: none;
}
.menu-desktop {
  text-align: right;
}
.menu-desktop .link-museu {
  float: right;
}
.menu-desktop .link-hydro {
  float: right;
}
.menu-desktop .nav-logo-text {
  display: inline;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: 400;
}
#menu-nav-right {
  margin-left: auto;
  margin-right: 0px;
  max-width: 100%;
  display: inline;
}
#btn_nav_bars {
  border: none;
  font-size: 40px;
  color: #fff;
  margin-left: -8px;
}
#btn_nav_bars:active {
  border: none;
}
.sem_quebra_linha {
  white-space: nowrap;
}
/*SPOTS MOBILE */
/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

.spot-mobile {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 44%;
  left: 45%;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border: 7px solid #b15644;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-animation {
  display: block;
  position: absolute;
  top: 45.9%;
  left: 49%;
  width: 2.3em;
  height: 2.3em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 7px solid #b15644;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}
#navbar_principal::-webkit-scrollbar-track {
  background: #21151d;
}
::-webkit-scrollbar-track {
  background: #21151d;
}

.modal-content-left::-webkit-scrollbar {
  width: 6px;               /* width of the entire scrollbar */
}

.modal-content-left::-webkit-scrollbar-track {
  background: #21151d;        /* color of the tracking area */
}

.modal-content-left::-webkit-scrollbar-thumb {
  background-color: #c6b2a9;
}

@media only screen and (max-width: 450px) {

  #logo-memorias-barcarena {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1;
  }
  .carousel,
  .carousel-inner,
  .carousel-item {
    height: 100vh;
  }

  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px !important;
    height: 15px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .carousel-indicators .active {
    background-color: #427c77 !important;
  }
  /* .fotorama__nav-wrap {
    display: none !important;
  } */
  #navbar_principal::-webkit-scrollbar-track {
    background: #21151d;
  }
  ::-webkit-scrollbar-track {
    background: #21151d;
  }

  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #galeria-todos-videos {
    margin-top: 20vh;
  }
  #conheca-o-projeto-text {
    overflow-y: hidden;
    max-height: 1900px !important;
  }
  .modal-content h2 {
    font-size: 30px;
  }
  .fotorama__caption__wrap {
    font-size: 11px !important;
  }
  a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .modal-header {
    padding: 0px 10px;
    margin-top: 10px;
  }
  .modal-header img {
    width: 30px;
  }
  .modal-body {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
  }
  .carousel-item img {
    height: inherit;
    object-fit: cover;
  }

  .modal-conteudo h2 {
    margin-top: 0px;
    font-size: 25px;
  }
  .modal-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .ver-galeria {
    margin-left: 10px;
  }
  .ver-video {
    margin-left: 20px;
  }
  #logoMobile {
    display: inline;
    width: 45vw;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 997;
  }
  #logoMobile img {
    width: 30vw;
  }

  #logoHydraMobile {
    /* margin-top: -16px; */
    margin-right: -20px;
    display: inline;
    width: 45vw;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 998;
    text-align: right;
  }
  #logoHydraMobile img {
    width: 13vw;
    margin-left: 5px;
    /* margin-top: -10px; */
  }
  #logoHydraMobileText {
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    color: #c7bebe;
    text-align: center;   
    margin-top:1px;
    margin-left: 10px; 
  }
  .link-hydro {
    display: none !important;
  }
  .menu-mobile {
    display: inline;
  }
  #menu-nav-right {
    display: none;
  }
  .hydro-left {
    display: none;
  }
  /* .hydro-modal .modal-content p:last-child {
    margin-bottom: 50px !important;
  } */
  .main-nav .link-museu img {
    width: 4rem;
    margin-right: -12px;
  }
  .nav-logo-text {
    font-size: 11px;
    display: inline;
  }
}

@media (min-width: 451px) and (max-width: 1180px) {
  #navbar_principal::-webkit-scrollbar-track {
    background: #21151d;
  }
  .carousel,
  .carousel-inner,
  .carousel-item {
    height: 100vh;
  }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px !important;
    height: 15px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .carousel-indicators .active {
    background-color: #427c77 !important;
  }
  .carousel-item img {
    height: inherit;
    object-fit: cover;
  }
  .fotorama__caption__wrap {
    font-size: 14px !important;
  }
  /*.fotorama__caption,
  .fotorama__nav-wrap {
   
  }*/
  /* .fotorama__nav-wrap{ }
 */

  .circle-animation {
    top: 45.5%;
    left: 47%;
  }

  #video-intro {
    background-color: #000000df;
  }
  .modal-body {
    padding: 1rem;
  }

  .hydro-modal .row,
  .conheca-o-projeto-modal .row {
    justify-content: flex-end;
  }

  #conheca-o-projeto-text {
    max-height: 1900px !important;
  }

  .modal-body .modal-content-left {
    max-height: unset;
    margin-bottom: 20px;
  }

  .modal-content .modal-body img.hydro,
  .modal-content .modal-body img.museu {
    margin-top: 15px;
  }

  .modal-content .modal-body img.hydro,
  .modal-content .modal-body img.museu {
    position: unset;
    padding-right: 15px;
    height: 60px;
  }

  .ver-galeria {
    display: block;
    flex-direction: column;
    justify-content: flex-end;
  }

  .main-nav .link-museu {
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
  }
  .main-nav .link-museu img {
    width: 7rem;
    height: 60px;
    padding-top: 0px !important;
    margin-right: -12px;
  }

  .nav-logo-text {
    font-size: 16px;
    display: flex;
  }
  .main-nav .link-hydro {
    margin-top: 0px;
    padding-top: 0px;
    height: 50px;
  }
  .main-nav .link-hydro img {
    height: 50px;
    padding-top: 0px;
  }
  .nv-canto-direito {
    display: inline !important;
  }
  .nv-canto-direito > li {
    width: 80px !important;
    float: right !important;
    margin-right: 20px;
  }
  /*
  #logoMobile {
    display: inline;
    width: 50vw;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 997;
  }
  #logoMobile {
    width: 50vw;
  }
 
  #logoHydraMobile {
    display: inline;
    width: 40vw;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 999;
  }
  #logoHydraMobile img {
    width: 15vw;
    float: right;
    margin-top: 15px;
  }
  #logoHydraMobileText {
    float: left;
    margin-top: 60px;
    margin-left: 15px;
    font-size: 16px;
    display: inline;
    color: #fff;
    text-align: left;
  }*/

  #logo-memorias-barcarena {
    display: none;
  }

  #logoMobile {
    display: inline;
    width: 45vw;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 997;
  }
  #logoMobile img {
    width: 30vw;
  }

  #logoHydraMobile {
    /* margin-top: 15px; */
    margin-right: -30px;
    display: inline;
    width: 45vw;
    position: absolute;
    top: 38px;
    right: 20px;
    z-index: 998;
    text-align: right;
  }
  #logoHydraMobile img {
    width: 15vw;
    height: 45px;
    margin-top: -10px;
    margin-left: 1px;
  }
  #logoHydraMobileText {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    color: #c7bebe;
    text-align: center;
  }
  .link-hydro {
    display: none !important;
  }
  .menu-mobile {
    display: inline;
  }
  #menu-nav-right {
    display: none;
  }
  .hydro-left {
    width: 100px;
    float: right;
    position: relative !important;
    bottom: 0px;
    left: 0px;
  }
  .conheca-o-projeto-modal .light-text {
    font-size: 50px;
  }
}
/* 
@media (min-width: 1181px) and (max-width: 992.98px) {
  .top-content h1 {
    height: 70px;
  }

  .top-content h1 img {
    height: inherit;
  }
  #navbar_principal::-webkit-scrollbar-track {
    background: #21151d;
  }
  ::-webkit-scrollbar-track {
    background: #21151d;
  }
  .main-nav .link-museu {
    text-decoration: none;
    top: 10px;
    padding-top: 0px;
    float: right;
  }
  .main-nav .link-museu img {
    height: 50px;
    padding-top: 0px !important;
  }
  .nav-logo-text {
    display: inline;
    font-size: 16px;
  }
  .main-nav .link-hydro {
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
    height: 50px;
    float: right;
    margin-right: 20px;
  }
  .main-nav .link-hydro img {
    height: 50px;
    padding-top: 0px;
  }
  .nv-canto-direito {
    float: right;
  }
  #logoHydraMobileText {
    font-size: 20px;
  }

  .menu-mobile {
    display: inline;
  }
  #menu-nav-right {
    display: none;
  }
  .fotorama__caption__wrap{

  }
} */
@media (min-width: 1181px) and (max-width: 1200.98px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 17px !important;
  }
  .main-nav .navbar-nav .nav-item {
    margin-left: 10px !important;
  }
  .top-images img {
    max-width: 50px;
  }
  #navbar_principal::-webkit-scrollbar-track {
    background: #21151d;
  }
  ::-webkit-scrollbar-track {
    background: #21151d;
  }
  .nav-link .link-museu .menu-desktop {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-nav .link-museu {
    text-decoration: none;
    top: 10px;
    padding-top: 0px;
    float: right;
  }
  .main-nav .link-museu img {
    height: 45px;
    padding-top: 0px !important;
  }
  .nav-logo-text {
    display: inline;
    font-size: 12px !important;
  }

  .main-nav .link-hydro {
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
    height: 45px;
    float: right;
    margin-right: 15px;
  }
  .main-nav .link-hydro img {
    height: 45px;
    padding-top: 0px;
  }
  .nav-logo-text {
    display: block;
  }
  .main-nav .link-hydro {
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
    height: 45px;
  }
  .main-nav .link-hydro img {
    height: 45px;
    padding-top: 0px;
  }
  .nv-canto-direito {
    float: right;
  }
  .menu-mobile {
    display: none;
  }
  #menu-nav-right {
    display: inline;
  }
  #menu-nav-right a {
    display: inline;
  }
}
@media (min-width: 1200px) and (max-width: 1235px) {
  .main-nav {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .main-nav {
    display: block;
  }
}
.container-icon {
  display: flex !important;
}
@media (min-width: 1199px) and (max-width: 1443px) {

.oferecimento {
  display: flex !important;
}
}
@media (min-width: 1200px) and (max-width: 1400.98px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 20px !important;
  }
  .main-nav .navbar-nav .nav-item {
    margin-left: 10px !important;
  }
  .top-images img {
    max-width: 50px;
  }
  .hydro-content {
    font-size: 18px;
  }
  .nav-link .link-museu .menu-desktop {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-nav .link-museu {
    text-decoration: none;
    top: 10px;
    padding-top: 0px;
    float: right;
  }
  .main-nav .link-museu img {
    height: 50px;
    padding-top: 0px !important;
  }
  .nav-logo-text {
    display: inline;
    font-size: 20px !important;
  }

  .main-nav .link-hydro {
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
    height: 50px;
    float: right;
    margin-right: 15px;
  }
  .main-nav .link-hydro img {
    height: 50px;
    padding-top: 0px;
  }
  .nav-logo-text {
    display: block;
  }
  .main-nav .link-hydro {
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
    height: 50px;
  }
  .main-nav .link-hydro img {
    height: 50px;
    padding-top: 0px;
  }
  .nv-canto-direito {
    float: right;
  }
  .menu-mobile {
    display: none;
  }
  #menu-nav-right {
    display: inline;
  }
  #menu-nav-right a {
    display: inline;
  }
  #navbar_principal::-webkit-scrollbar-track {
    background: #21151d;
  }
  ::-webkit-scrollbar-track {
    background: #21151d;
  }
}
@media(min-width: 991px){
  .hydro-modal .modal-content p:last-child {
    margin-bottom: 115px !important;
  }
}

 .logo-museu {
  width: 5rem; 
  margin-top: 0.2rem;
  padding-bottom: -3rem !important;
 }

@media(max-width: 1366px) {
  .logo-museu {
    width: 5rem; 
    margin-top: 0.2rem;
    padding-bottom: 0rem !important;
   }
}

@media(min-width: 1181px) {
   .div-mobile {
    display: none !important;
   }
}