
* {
  margin: 0;
  padding: 0;
  cursor: none;
  
}
.cursor {
  position: fixed;
  pointer-events: none;
  width: 32px;
  height: 32px;
  background-image: url('/img/cursors/cursor.gif');
  background-size: cover;
  z-index: 9999;
}

body {
    color: rgb(247, 207, 133);
    background: rgb(44, 30, 66);
    margin: 0px 0px 0 0px; 
    font-family:  Arial, Helvetica, sans-serif, Tahoma, Verdana, "Times New Roman";
    height: 100;
    background-image: url("/img/imagens/commissions/titulo.png");
    background-repeat: repeat-x;
    
}

h1 {
    text-align: center;
    font-family:  'Times New Roman', Times, serif;
    font-weight:bolder;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

p {
    color:  rgb(211, 204, 185);
    padding: 40px;
}

.center {

    text-align: center;
}

button {
   background: rgb(107, 93, 170);
    color: rgb(236, 197, 213);
    border: solid, 2px, rgb(214, 154, 41);
    
    font-size: 0.8em;
    border-radius: 50px;
    padding: 20px;
    margin: 5px;
}

.top {
    position: fixed;
    bottom: 20px;
    right: 25px;
}

.quadro {
    text-align: center;
    color: rgb(162, 15, 207);
    margin: 15px;
}

.icon {
    height: 200px;
    border: solid, 10px;
    border-radius: 200px;
    pointer-events: none;
}

img {
    height: 300;
    border-radius: 50px;
    margin: 10px;
}

.inv {
    display: none;

}

.vis {
    display: block;
}

.ih {
    height: 150px;
}

.bpp {

    padding: 10px;
}

.pricep {
    color:  rgb(211, 204, 185);
    padding: 0px;

}

.priced {
    color:  rgb(211, 204, 185);
    padding: 0px;

}

.wisper {
    color: rgb(139, 132, 111);
    font-size: 0.9em;
}

.divp {
    
    background-color: rgb(80, 62, 122);
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

.hp:hover + .divp {

    display: flex;

}

.pricessec {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

.closeb {

    position: fixed;
    top: 50px; left: 25px;
    background: rgb(163, 45, 143);
}
a {
color: rgb(255, 150, 194);
text-decoration: none;
}

footer {
    margin-top: 10%;
    
    padding: 5px 5px 10px 15px;
    background-color: rgb(97, 39, 102);
}

/* The Image Box */

div.img img:hover {
  border: 10px solid #ff88ef;
}

/* The Image */
div.img img {
  min-width: 140px;
  max-width: 200px;
  min-height: 150px;
  max-height: 200px;
  height: auto;
  cursor: none;
  border: 5px solid #b072e2;
  overflow: hidden;
}

/* Description of Image */
div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Add Responsiveness */
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  height: auto;
  border: solid 10px rgb(203, 118, 230);
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}