.barra-de-navegacao{
  padding: 1rem 2rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-size: 1.25rem;
  background-color:  rgba(0, 0, 0, 0.5);
}

body{
  background-image: url(../imagens/fundo\ material\ de\ apoio.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-y: hidden;
}

.barra-de-navegacao > a{
  color: white;
}

.barra-de-navegacao a:hover{
  background-color: #53a6ea;;
  padding: 7px 25px;
  transition: all 0.5s ease;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

li{
  display: inline-block;
}

a{
  color: white;
  margin: 2.5rem;
}

ul > img{
  float: left;
  margin-right: 0.625rem; 
  color: white;
  width: 2.5rem;

}

.login{
  display: flex;
  align-items: end;
  justify-content: right;
}

.user{
  padding: 0.5rem;
  background-color: #0590A9;
  color: #ffffff; 
  border-radius: 0.5rem;
  margin-right: 1rem;

}

#logout-button{
  padding: 0.5rem;
  border: 2px solid #0590A9;
  background-color: #082841;
  color: #ffffff;
  border-radius: 0.5rem;
}

.on h1 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  left: 32%;
  top: 5rem;
  font-size: 3rem;
}


#cards {
  display: flex;
  gap: 10rem;
  justify-content: center;
  margin-top: 8rem;
}

#mar-prof, #filmes{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
  border-radius: 30px;
  width: 20rem;
  color: #11549c;
}

/* hr{
  border: 1px solid #11549c;
  width: 90%;
}
 */
/* #filmes{
  width: 22%;
  background: #CEEDFF;
  position: relative;
  z-index: 2;
} */

/* #mar-prof{
  width: 22%;
  background: #CEEDFF;
  position: relative;
  margin-left: 10rem;
  z-index: 2;
} */

/* .filme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.filme h3 {
  bottom: 2rem;
}
.filme h3, hr {
  position: relative;
}
.filme hr {
  bottom: 2rem;
}

.Mar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
}
.Mar h3, hr {
  bottom: 7rem;
}
.Mar h3 {
  position: relative;
}
.Mar hr {
  margin-top: 1rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

.Mar .omeio {
  width: 200%;
  position: absolute;
  z-index: 0;
} */

/* #filmes:hover {
  background: linear-gradient(to bottom right, #c4e4e9, #38afd6);
  cursor: pointer;
}

#mar-prof:hover {
  background: linear-gradient(to bottom left, #c4e4e9, #38afd6);
  cursor: pointer;
}

#mar-prof a:hover, #filmes a:hover{
  text-decoration: underline;
} */

/* button:hover{
  cursor: pointer;
} */

/* From Uiverse.io by MikeAndrewDesigner */ 
.e-card {
  margin: 100px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
 
}

 

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#393edb,#366abf 60%,#029ec5);
  
}



.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.infotop img{
  width: 50%;
}

.infotop p{
  margin-top: 16px;
  font-size: 20px;
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  font-style: normal;
}

.infotop img{
  width: 50%;
}

.infotopa {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.infotopa p{
  margin-top: -30px;
  font-size: 20px;
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  font-style: normal;
}

.infotopa .mar{
  width: 90%;
}



.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

div .image > img{
  z-index: 10000;
}


h3{
  font-size: 25px;
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1300px) {
  .Mar .mare {
    margin-top: 8rem;
  }

  .Mar .omeio {
      margin-top: 9.5rem;
  }

  
  
}

@media screen and (min-width: 1500px) {
    .Mar .mare {
        width: 178%;
        margin-top: 3.5rem;
    }

  .Mar .omeio {
      width: 178%;
      margin-top: 5rem;
  }

  .on h1 {
    left: 20%;
  }

  
}

@media screen and (min-width: 1600px) {
  .on h1 {
    left: 36%;
  }


  #cards {
    margin-top: 10rem;
  }

  .Mar .mare {
    width: 200%;
  }

  .Mar .omeio {
    width: 190%
  }
}

@media screen and (min-width: 1900px) {
  .on h1 {
    left: 38.5%;
  }
}