/* Variables */
/* Fuentes */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
/* Generales */
body {
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  color: black; }

header {
  width: 100%;
  height: 96px;
  background-color: #E56B6F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  order: 1 !important;
  z-index: 5 !important;
  /* Sombras */
  -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.5); }
  header div:first-child {
    margin-left: 15px; }
    header div:first-child img {
      margin: 20px; }
  header div:last-child {
    margin-right: 25px; }

#iconoMenu {
  cursor: pointer; }

.alert-text {
  font-size: 20px !important;
  font-weight: 600;
  color: #B56576;
  text-align: center;
  margin-top: 30px !important; }

#menu {
  display: none;
  width: 100%;
  height: auto;
  background-color: #B56576;
  position: fixed !important;
  order: 1 !important;
  z-index: 5 !important;
  top: 96px;
  /* Sombras */
  -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.5); }
  #menu ul {
    list-style: none;
    font-size: 20px; }
    #menu ul li {
      margin-top: 10px;
      margin-bottom: 10px; }
    #menu ul li a {
      color: white;
      text-decoration: none; }

#form-ingresa {
  width: 100%;
  text-align: center;
  color: black; }
  #form-ingresa form {
    width: 100%;
    display: flex;
    justify-content: center; }
    #form-ingresa form .cont-form {
      width: 80%; }
      #form-ingresa form .cont-form input {
        width: 98%;
        height: 45px;
        background-color: #D8D8D8;
        border: 1px solid black !important;
        /* Bordes redondos */
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        border: 0px solid #000000;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: black; }
  #form-ingresa .flex-center img {
    margin-top: 25px;
    margin-bottom: 25px; }
  #form-ingresa a {
    color: black; }
  #form-ingresa p {
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px; }

main {
  padding-top: 97px;
  padding-bottom: 100px; }

.flex-center {
  display: flex;
  justify-content: center; }

.cont-btn {
  display: flex;
  justify-content: center; }
  .cont-btn input {
    width: 100% !important;
    height: 45px !important;
    background-color: black !important;
    color: white !important;
    font-size: 20px;
    font-weight: 600;
    /* Bordes redondos */
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000; }

footer {
  width: 100%;
  height: 90px;
  background-color: #E56B6F;
  display: flex;
  justify-content: space-around;
  position: fixed;
  order: 1 !important;
  z-index: 5 !important;
  bottom: 0px;
  /* Sombras */
  -webkit-box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.5); }
  footer .icono-footer {
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer; }

#editor-container {
  height: 500px !important; }

.hidden {
  display: none; }

.ql-editor {
  height: 500px !important;
  background-color: #D8D8D8; }

#accordion {
  background-color: #E56B6F !important; }

.show-box {
  width: 100%;
  border: 1px solid black;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  .show-box h4 {
    font-size: 16px;
    padding-right: 10px;
    margin: 0;
    padding-left: 10px; }
  .show-box p {
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .show-box .basura {
    padding-right: 10px;
    cursor: pointer; }

.accordion-body {
  width: 100% !important; }
  .accordion-body img {
    width: 100% !important; }

.accordion-button {
  background-color: white !important;
  color: black !important; }

.accordion-button:focus {
  background-color: #355070 !important;
  color: white !important;
  font-weight: 600; }

#form-newPost,
#form-newEvento {
  width: 100%;
  margin-bottom: 25px; }
  #form-newPost input,
  #form-newPost select,
  #form-newEvento input,
  #form-newEvento select {
    width: 100%;
    height: 45px;
    background-color: #D8D8D8;
    color: Black;
    /* Bordes redondos */
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

.btn-style {
  width: 100%;
  height: 45px;
  background-color: #B56576 !important;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Bordes redondos */
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000; }

.heading2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px; }

.heading1 {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #E56B6F; }

.cont-pl-date {
  margin-top: 10px;
  margin-bottom: 10px; }
  .cont-pl-date #placeholder-date {
    color: black;
    background-color: #D8D8D8;
    position: relative;
    color: #636363;
    margin-bottom: -45px;
    padding-left: 20px;
    /* Bordes redondos */
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    cursor: pointer; }

.etiqueta {
  /* Bordes redondos */
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0px solid #000000;
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-bottom: 10px; }

.Mensaje {
  background-color: #2BBAE8; }

.Importante {
  background-color: #F77DA0; }

.Urgente {
  background-color: #E56B6F; }

.Recordatorio {
  background-color: #FAAC4A; }

.Ajuste {
  background-color: #FDD94F; }

.titulo {
  font-weight: 600;
  font-size: 20px; }

.fecha {
  font-weight: 400;
  font-style: italic;
  margin-top: -5px; }

#form-contacto {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  #form-contacto .cont-form {
    width: 80%; }
    #form-contacto .cont-form input,
    #form-contacto .cont-form textarea {
      width: 100%;
      height: 45px;
      background-color: #D8D8D8;
      padding-left: 25px;
      margin-top: 10px;
      margin-bottom: 10px;
      /* Bordes redondos */
      border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      border: 0px solid #000000;
      color: black; }
    #form-contacto .cont-form textarea {
      height: 300px !important;
      padding: 20px; }

/*# sourceMappingURL=estilosAppPrimaria.css.map */
