* {
  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);      */
   background: rgb(35, 89, 135);
    background: linear-gradient(353deg, rgba(35, 89, 135, 1) 0%, rgba(135, 189, 235, 1) 46%, rgba(64, 125, 179, 1) 93%);
}  


 .header {
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    color: black;
    font-size: 11px;
    box-shadow: 1px 1px 5px 1px #a5a5a5;
}
  
  .header h1{
      color: grey;
      font-size: 32px;
      font-weight: bold;    
  }

  .header h2{
    color: black;
    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(236, 231, 231);
  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;
}

.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;
  }

  .btnx {
      margin-top: 15px;
      padding: 6px 6px 6px 6px;
      background-color: white;
      border-radius: 7px;
      border: 1px #2c8dbb solid;
      color: #2c8dbb;
      outline:none;
      font-size: 12px;

  }

  .footer{
    
    background-color: white;
    padding:5px;
    border-radius: 12px;
    color: grey;  
    font-size: 11px;
    box-shadow: 1px 2px 12px 2px grey;
  }

  .icon {
    color:grey;
  }

  /* .exemplo ul li {
    background-color:greenyellow;
} */


@media (max-width: 990px) 
{
  .p1 {
    font-size: 15px;        
  }
  
  .p2 {
    font-size: 10px;      
  }
}

@media (max-width: 410px) 
{
  img {
    width:100%;
    height:auto;
  }  
  .header {
    overflow-wrap: break-word;
  }
}