* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  /* original */
  /* background-color: #3F95E0;
    background-image: linear-gradient(to bottom, #74a7d4, #2b7ec7); */

  background-color: #74a7d4;
  /* background-image: linear-gradient(120deg, #74a7d4, #2b4996);      */
}

.header {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 15px;
  border-radius: 7px;
  color: black;
  font-size: 11px;
  box-shadow: 1px 1px 5px 1px #a5a5a5;
}

#ultima-atualizacao {
  text-align: right;
  color: rgb(18, 18, 18);
  font-size: 16px;
}

.header h1 {
  color: grey;
  font-size: 32px;
  font-weight: bold;
  
}

.header h2 {
  color: #565454;
  font-size: 14px;
}

#result-wrap {
  position: absolute;
  z-index: 1;
  width: 97%;
}

#result {
  height: 200px;
  overflow-y: auto;
}

.flip-box {
  background-color: transparent;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  border: 0px;
  /* box-shadow: 10px 5px 5px black; */
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-box-front {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: black;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
  /* border:1px solid #c5c5c5; */
}

.flip-box-back {
  background-color: white;
  color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
  /* border:1px solid #226e92; */
  transform: rotateX(180deg);
  overflow-x: hidden;
}

.search {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 12px;
}

.search-title {
  padding: 3px 0px 10px 0px;
  color: rgb(63 55 55);
  font-size: 23px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.list-group-item {
  text-align: left;
  font-weight: bold;
}

a.list-group-item,
button.list-group-item {
  /* color: steelblue; */
  color: #315d82;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.row {
  /* display: flex; */
  align-items: center;
  /* padding: 5px;     */
}

.flip-box-back::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: #337ab7;
  border-radius: 0px;
}

#result::-webkit-scrollbar-thumb {
  background: #337ab7;
  width: 14px;
}

::-webkit-scrollbar-corner {
  /* background-color: yellow; */
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a5a5a5;
}

[class|="col"] {
  /* background-color: springgreen;      */
  padding-bottom: 18px;
}

.exemplo {
  text-align: left;
  display: flex;
  width: 300px;
  height: 0px;

  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
  border: 0px solid #c5c5c5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.exemplo ul {
  width: 100%;
  height: 90%;
  border-left: 0px;
  border-right: 0px;
  font-size: 18px;
}

ul li {
  border-left: 0px;
  border-right: 0px;
  color: #2f8a9b;
  font-weight: bold;
}

.exemplo a {
  text-decoration: none;
}

.exemplo2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
  border: 1px solid #c5c5c5;
}

.mae:hover > .exemplo {
  border: 1px solid #c5c5c5;
  height: 300px;
}

.mae:hover > .exemplo2 {
  height: 0px;
}

.inside {
  padding-top: 5px;
  width: 100%;
  height: 60%;
  background-color: white;
  overflow: hidden;
}

.p1 {
  font-size: 20px;
  font-weight: bold;
}

.p2 {
  font-size: 13px;
  color: #777777;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 20%;
}

.fa {
  font-size: 10px;
}

[class|="fas"] {
  font-size: 38px;
}

.btn-abrir {
  margin-top: 0px;
  padding: 6px 6px 6px 6px;
  background-color: white;
  border-radius: 7px;
  border: 1px #125a7d solid;
  /* color: #2c8dbb; */
  color: #125a7d;
  outline: none;
  font-size: 12px;
}

#titulo {
  color: #787676;
  word-break: break-all;
}

#subtitulo {
  word-break: break-all;
}

.flip-box {  
    word-break: break-all;  
}

#sobre {
  word-break: break-all;
}

.footer {  
  background-color: white;
  padding: 15px;
  border-radius: 12px;
  color: #5b5757;
  font-size: 11px;
  box-shadow: 1px 1px 5px 1px #a5a5a5;
}

.icon {
  color: grey;  
}

/* .exemplo ul li {
    background-color:greenyellow;
} */

@media (min-width: 991px) {
  .icon{
    font-size: 24px;
  }

  .p1 {
    font-size: 12px;
  }

  .p2 {
    font-size: 11px;
  }
}

@media (max-width: 990px) {
  .icon{
    font-size: 20px;
  }

  .p1 {
    font-size: 11px;
  }

  .p2 {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .icon{
    font-size: 23px;
  }

  .p1 {
    font-size: 14px;
  }

  .p2 {
    font-size: 11px;
  }
}

@media (max-width: 410px) {
  img {
    width: 100%;
    height: auto;
  }
  .header {
    overflow-wrap: break-word;
  }
}
