@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

body
{
    padding: 0;
    margin: 0;
}

.opcoesMenu a
{
    color: white;
}

.titulo
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-painel
{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: #dc3545;
}

.menu-painel:hover
{
    background-color: rgb(236, 46, 46);
}

.menu-painel:first-child
{
    cursor: pointer;
}

.menu-painel i
{
    font-size: 100px;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 50px;
}

.menu-painel a:link
{
    text-decoration: white;
}

.menu-painel span
{
    font-size: 20px;
    margin-left: 50px;
    color: white;
}

#criarPost, #ficharioCurso, #galeria, #AtivCult, #CultVideo, #formCapoeira
{
    display: none;
}

#titulo
{
    width: 100%;
    padding-left: 5px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    outline: none;
}

#criarPost, #AtivCult input, textarea
{
    width: 100%;
    padding-left: 5px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    outline: none;
}

#criarPost, #AtivCult input[type="file"]
{
    border: none;
    margin-bottom: 5px;
}

#escondForm, #escondForm2, #escondFormCurso, #escondForm3, #escondForm4
{
    cursor: pointer;
    font-weight: 500;
    color: black;
}

.btn-post
{
    background-color: red;
    border: none;
    border-radius: 3px;
    height: 40px;
    width: 150px;
    outline: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 1%;
    margin-left: 1%;
}

.btn-post:hover
{
    background-color: rgb(236, 46, 46);
}

#galeria input[type="file"]
{
    border: none;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
}

.btnCurso
{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btnCurso button
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 45px;
    width: 70%;
    background: red;
    border: none;
    border-radius: 5px;
}

.btnCurso button a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.btnCurso button:hover
{
    background-color: tomato;
}

#preImgCul
{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    margin-left: 1%;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    outline: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
  }

  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
  }

  /*.active:after {
    content: "\2796"; 
  }*/

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /*.active, .accordion:hover {
    background-color: #ccc;
  }*/

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    width: 70%;
  }
