.region-header {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 80%;
  margin: auto;
  font-size: 0.7em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

nav.navbar {
  padding: 0; }

.region-nav-main {
  background-color: #003300 !important;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

/* CALENDAR */
.fondo-negro-calendar {
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.7;
  display: none;
  z-index: 10; }

.icon-calendar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #003300;
  padding: 8px;
  padding-bottom: 5px;
  padding-top: 3px;
  bottom: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer; }
  .icon-calendar span {
    font-size: 0.8rem;
    color: white;
    font-weight: bold; }
    .icon-calendar span svg {
      margin-right: 1px; }

/* PAGINATION */
ul.pagination li {
  margin-left: 1%;
  margin-right: 1%; }
  ul.pagination li a {
    border-radius: 3px;
    color: #003300;
    border: 2px solid #003300;
    font-weight: bold; }
ul.pagination .active span {
  border-radius: 3px;
  background: #003300;
  border: 2px solid #003300;
  font-weight: bold; }

@media (max-width: 990px) {
  .region-header {
    padding-left: 10px; }

  .region-nav-main {
    display: block !important; } }

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