body {
  font-family: "Montserrat", Times, serif;
}

input {
  font-size: 12px;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid grey;
}

select {
  font-size: 12px;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid grey;
}

.pt {
    white-space: pre-line;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: white;
  text-align: center;
}

.bg-nialum{
  background-color: #96c23c;
  color: #ffffff;
}

.bg-nialum2{
  background-color: #181630;
  color: #ffffff;
}

.text-nialum{
  color: #96c23c;
}

.text-nialum2{
  color: #181630;
}

.right{
  float: right;
}

.slim {
    border-radius: 0.5rem;
}


.titulopost1{
    font-size: 18px;
    margin-top: 10px; 
    color: #000000;   
}

.titulopost{
    font-size: 14px;
    margin-top: 15px;
    color: #000000;
}

.textopost{
    font-size: 14px;
    margin-top: 10px;
    color: #000000;
}

.textopost1{
    font-size: 10px;
    color: #000000;
}

.piepost{
    font-size: 11px;
    color:  gray;
}

.label-nialum{
    background-color: #96c23c;
    color: #000000;
    font-size: 12px;
    margin-top: 10px;
    padding: 2px;
    padding-left: 15px;
    padding-right:  15px;
    font-weight: 600;
    display: table;
    border-radius: 5px;
}

.bubble{
    background-color: #f00;
    display: inline-block;
    padding: 0px 3px 0px 3px;
    border-radius: 3px;
    position: relative;
    top: -12px;
    margin-left: 5px;
    margin-bottom: -13px;  
    color:  #ffffff;
}

.bubble2{
    text-align: center;
    background-color: #f00;
    display: inline-block;
    padding: 0px 3px 0px 3px;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    margin-left: -5px;
    margin-bottom: -17px;
    width: 20px;
    top: -12px;
}

.bubble3 {
    text-align: center;
    background-color: #f00;
    display: inline-block;
    padding: 0px 6px 0px 6px;
    color: #ffffff;
    font-size: 15px;
    margin-top: -35px;
    margin-left: 10px;
    position: absolute;
}


.bubble3m {
    text-align: center;
    background-color: #f00;
    display: inline-block;
    padding: 0px 6px 0px 6px;
    color: #ffffff;
    font-size: 15px;
    margin-top: -60px;
    margin-left: 10px;
}

.container{
    width: 100%;
    max-height: 13rem;
    overflow-y: scroll;    
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;    
}

.optionGroup {
    font-weight: bold;
}
    
.optionChild {
    padding-left: 15px;
    font-style: italic;
}

.nophoto{
    height: 40px;
    width: 40px; 
    padding: 9px; 
    border-radius: 69%;'
}

.neutro{
    text-decoration: none;
    color: #000000;
}

#map {
    height: 600px;
    width: 100%;
    overflow:  visible;
    margin-bottom: 50px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}


/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sections{                           
  display:flex;
  justify-content: center;
  align-items: center;
}    

[title="foto"] {
  border-radius: 50%;
}    

.fc-event-title-container {
  display:flex;
  background-color: red;    
  justify-content: center;
}

.fc-event-title {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size:12px;

}         


