html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: 'Verdana', sans-serif;
  text-align: justify;
  text-justify: inter-word;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.pointer {
  cursor: pointer;
}

.text-uppercase {
  color: rgba(18, 84, 223, 1);
}

#produtos,
#parceiros {
  background-color: #2e388f;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#hero {
  background-image: url("/images/background/hero-background.jpg");
  height: 50em;
  width: auto;
  padding: 0;
}

  #hero h1 {
    font-size: 4.5em;
  }

  #hero p {
    font-size: 2em;
  }

  #hero img {
    padding: 2em;
  }

.absolute {
  position: absolute;
  right: 1rem;
  bottom: 0rem;
  overflow: hidden;
  z-index: 999;
}

.text-primary {
  color: rgba(18, 84, 223, 1) !important;
  margin: 0;
}

h1 {
  color: rgba(18, 84, 223, 1);
  text-align: center;
  font-weight: 100;
  margin: 0;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal_scrollable_cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: auto;
  column-gap: 1rem;
  flex: 0 0 auto;
  padding: 3rem;
  justify-content: space-around;
}

.inner_card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 10rem;
}

.card_body_text {
  text-align: center;
  margin-top: 0.75rem;
  color: black;
}

.card_footer_text {
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.card_title{
  text-align: center;
  margin-top: 0.5rem;
}

#card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 27rem;
  min-width: 13rem;
  flex-grow: 1;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  background-color: #fff;
  transition: all 0.3s;
}
.hyperstone-img-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.hyperstone-img-card:hover{
  transform: scale(1.05);
}

  #card:hover {
    transform: scale(1.05);
  }

  #card img {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: .25rem;
    height: auto;
    width: 100%;
  }

.imagem-descricao {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: scale(.95);
}

  .imagem-descricao img {
    flex: 1;
    max-width: 50%;
    height: auto;
    object-fit: cover;
    padding: .25rem;
    border: 1px solid #dee2e6;
  }

  .imagem-descricao p {
    flex: 1;
    text-align: start;
    color: black;
    margin: 0;
    padding: 0 1rem;
  }

.default_color {
  color: #2e388f;
}

.default_background_color {
  background-color: #2e388f;
}

/*frames da galeria*/
#veja-mais .box-part {
  background: #FFF;
  border-radius: 0;
  padding: 60px 10px;
  margin: 30px 0px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
}

#veja-mais .video-part {
  width: 80%;
  height: 60%;
  max-width: 350px;
  max-height: 250px;
}

/*página equipe*/

#equipe .card {
  width: 360px;
  height: 290px;
}

  #equipe .card:hover {
    transform: scale(1.05);
    z-index: 99;
  }

.imageStone {
  position: relative;
}

#hyper_stone .image {
  position: relative;
  max-width: 500px;
}

#hyper_stone img {
  width: 100%;
  display: block;
  margin: auto;
}

/*newmailcode*/
#newmailcode img {
  height: 300px;
}

.legenda {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
}

  .legenda:hover {
    opacity: 1;
  }

#HyperStone {
  background-color: #F0F0E2;
}

#hyper_library .card {
  max-width: 400px;
  width: 100%;
  height: 100%;
}

  #hyper_library .card img {
    width: 100%;
    height: 100%;
  }

@media (max-width: 1450px) {
  .cards {
    flex-wrap: wrap;
  }
}

@media (max-width: 1185px) {
  .cards {
    display: flex;
    flex-direction: column;
  }

  .imagem-descricao p {
    text-align: start;
  }
}

@media(max-width: 767px) {
  .legenda {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: 0.6s;
  }
}

#password-icon {
  position: absolute;
  top: 44px;
  right: 9px;
}

/*configurações da página pública hyper_stone*/
#public_hyper_stone figure {
  display: flex;
  flex-flow: column;
  padding: 5px;
  margin: auto;
  position: relative;
  top: 0;
}

#public_hyper_stone figcaption {
  background-color: rgba(18, 84, 223, 1);
  color: #fff;
  padding: 7px;
  text-align: center;
  position: absolute;
  top: 2px;
  right: 30%;
  border-radius: 2px;
}
