@font-face {
    font-family: 'Hand';
    src: url('fonts/Fusha%20Brush.ttf');
}



html { font-size: 22px; }
body { padding: 1rem; }

.card {
  position:relative;
  background-color: #f39543;
  color: white;
  padding: 0;
  height: 22rem;
  cursor: pointer;
  text-decoration: none;
  border: #6a007e solid 5px;  
}

.card-empty{
    background-color: white;
    color: white;
    padding: 0;
    height: 20rem;
  }

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pic img {
    width: 100%;
    height: auto;
    border-bottom: #6a007e solid 5px;
  }

.info {
    position: absolute;
    width: 100%;
    bottom: 0;
    align-content: center;
}

.info p{
    color: black;
    text-align: center;
    font-size: 20px;
}

.titulo {
    position: absolute;
    width: 100%;
    text-align: center;
}

.month{
    text-align:center;
    font-family: 'Hand';
    font-size: 50px;
    color: #6a007e;
}

.box{
    text-decoration: none;
}

.loader{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    max-width: 100%;
    height: auto;
    width: auto/9; 
}

.dot {
    position: absolute;
    bottom:0px;
    right: 0px;
    height: 40px;
    width: 40px;
    background-color: #6a007e;
    border-radius: 50%;
    display: inline-block;
    border-top-right-radius:0;
    border-top-left-radius:100%;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    text-align: right;
}

.dot i{
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 6px;
}

.categoria{
    background-color: #6a007e;
    display: block;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: auto;
    line-height: 30px;
}


.header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
}

.logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
}

.border-0 {
	border:0;
}

.width-100 {
	width:100%;
}