body {
    margin: 20px 10px;
    padding: 0;
    hyphens: auto;
    font-size: 12px;
}

.container {
    max-width: 100%;
}

#calendar {
    /*max-width: 900px;*/
    margin: 0 auto;
    position: sticky;
    top: 15px;
    bottom: 15px;
}
/*  .visevent{
    display: block;
}  */
.formedit{
    display: block;
}

/* CORES DOS DECKS */

.oferta { background-image: linear-gradient(to right,#0cacfc 0,#0cacfc 100%); border-color: #0cacfc;} /* azul */
.imagem { background-image: linear-gradient(to right,#8ac371 0,#8ac371 100%); } /* verde */
.sabetudo { background-image: linear-gradient(to right,#ff6b59 0,#ff6b59 100%); } /* vermelho */
.fabrica { background-image: linear-gradient(to right,#9e72af 0,#9e72af 100%); } /* lilás */
.inspiracao { background-image: linear-gradient(to right,#F29BB2 0,#F29BB2 100%); } /* rosa bebê */
.hashtag { background-image: linear-gradient(to right,#e36397 0,#e36397 100%); } /* rosa */
.despojado { background-image: linear-gradient(to right,#ffbb35 0,#ffbb35 100%); } /* amarelo */
.motivacional { background-image: linear-gradient(to right,#FA8334 0,#FA8334 100%); } /* laranja */
.interacao { background-image: linear-gradient(to right,#619b4a 0,#619b4a 100%); } /* verde escuro */
.indicacao { background-image: linear-gradient(to right,#644B96 0,#644B96 100%); } /* roxo */


a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
      color: #282828;
      /* font-size: 22px; */
}

a:active {
  text-decoration: none;
}

.link-bonitinho {
    background-color: transparent;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% .35em;
    font-weight: bolder;
    transition: background .3s;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.panel-title {
    padding: 5px;
    margin: 10px 0 0 0;
    border-radius: 3px;
    font-size: 0.7rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.panel-heading {
    margin-bottom: 14px;
    /* font-size: 22px; */
}

.panel-body {
    margin-bottom: 30px;
}

p {
    margin: 7px 0 7px 0;
    min-height: 50px;
}

.cards {
    color: white;
    border-radius: 6px;
    /* padding: 10px; */
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
    
}

.cards:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.dicas-decks {
    font-size: 12px;
    hyphens: auto;
    line-height: normal;
    margin: 8px;
}

h3 {
    
    padding: 20px;
    
}
}

