@charset "UTF-8";
@keyframes vertical-contract {
  0% {
    max-height: none;
  }
  1% {
    max-height: 500px;
  }
  100% {
    max-height: 0px;
  }
}
@keyframes vertical-extend {
  0% {
    max-height: 0px;
  }
  90% {
    max-height: 500px;
  }
  100% {
    max-height: none;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "Area Normal", sans-serif;
  color: #000;
  font-weight: 300;
}

ul, li {
  list-style: none;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

html, body {
  background: #d2d2d2;
  line-height: 23px;
  font-weight: bold;
}

body.lang-rtl, body.lang-rtl * {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.container-fluid {
  overflow-x: hidden;
}

h1, .h1, h1 strong, .h1 strong {
  font-size: 1.88rem;
  line-height: 2.19rem;
  font-weight: 900;
}

h2, .h2, h2 strong, .h2 strong {
  font-size: 1.57rem;
  line-height: 1.88rem;
  font-weight: 800;
}

h3, .h3, h3 strong, .h3 strong {
  font-size: 1.25rem;
  line-height: 1.88rem;
  font-weight: 700;
}

h4, .h4, h4 strong, .h4 strong {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
}

.section.artistas h1, .section.artistas h2, .section.artistas h3, .section.artistas h4, .section.artistas h5, .section.artistas h6,
.section.artistas .h1, .section.artistas .h2, .section.artistas .h3, .section.artistas .h4, .section.artistas .h5, .section.artistas .h6 {
  text-transform: uppercase;
}

strong {
  font-weight: 900;
}

section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  color: #ff009e;
}

/***************************************************
   CLASSES PADRÕES 
****************************************************/
.main-container img {
  max-width: 100%;
}

svg {
  fill: currentColor;
}

img.svg {
  display: none;
}

.transition {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.transition-fast {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.transition-slow {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.font-zero {
  font-size: 0px !important;
  text-indent: -10000px;
  margin: 0px !important;
  padding: 0px !important;
}

.clickable {
  cursor: pointer;
}

.separator-line {
  border-bottom: 4px solid #323232;
  margin: 1rem 0 1rem 0;
  width: 100%;
}

.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #323232 !important;
}

.text-blue {
  color: #0097a0 !important;
}

.text-pink {
  color: #ff009e !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-gray {
  background: #323232;
}

.bg-blue {
  background: #0097a0;
}

.bg-pink {
  background: #ff009e;
}

.text-underline, .text-underlined {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.black {
  font-weight: 900 !important;
}

.base-shadow {
  -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.15);
}

.btn {
  font-size: 0.8rem;
  font-weight: normal;
  border: 0px;
  background: #000;
  color: #fff;
  line-height: 1.35rem;
  padding: 13px 30px;
  border-radius: 0px;
}
.btn:hover {
  background: #626262;
}
.btn.btn-alt {
  background: transparent;
  border: 2px solid #fff;
}
.btn.btn-alt:hover {
  background: transparent;
  color: #fff;
}
.btn.btn-white {
  color: #000;
  background: #fff;
}
.btn.btn-white:hover {
  color: #000;
  background: #d2d2d2;
}

.btn-gray {
  color: #fff;
  background: #323232;
  font-size: 0.6rem;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.default-image {
  margin-bottom: 30px;
  position: relative;
}
.default-image img {
  width: 100%;
  height: auto;
}

.video-overlay {
  position: relative;
}
.video-overlay::before {
  content: " ";
  position: absolute;
  background-position: center center;
  background-size: 35% auto;
  background-repeat: no-repeat;
  background-image: url(../images/video-cover.png);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.animate-onscroll {
  overflow-y: visible;
  overflow-x: visible;
}

.show-onscroll, .animate-item {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.show-onscroll.visible, .animate-item.visible {
  opacity: 1;
}
.show-onscroll.from-right, .animate-item.from-right {
  -moz-transform: translateX(50%) translateY(0);
  -webkit-transform: translateX(50%) translateY(0);
  -o-transform: translateX(50%) translateY(0);
  -ms-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}
.show-onscroll.from-right.visible, .animate-item.from-right.visible {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.show-onscroll.from-left, .animate-item.from-left {
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.show-onscroll.from-left.visible, .animate-item.from-left.visible {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.show-onscroll.from-bellow, .animate-item.from-bellow {
  -moz-transform: translateX(0%) translateY(50%);
  -webkit-transform: translateX(0%) translateY(50%);
  -o-transform: translateX(0%) translateY(50%);
  -ms-transform: translateX(0%) translateY(50%);
  transform: translateX(0%) translateY(50%);
}
.show-onscroll.from-bellow.visible, .animate-item.from-bellow.visible {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.zoom-onscroll {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  transform: scale(1);
}
.zoom-onscroll.visible {
  transform: scale(1.1);
}

.img-fit-cover {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.img-fit-cover img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.img-fit-contain {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.img-fit-contain img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.popup {
  background: #d2d2d2;
  display: none;
}

header {
  position: absolute;
  height: 12.5vw;
  padding-top: 1.667vw;
  width: 100%;
  z-index: 10;
  background: url(../images/glitch-top.png) no-repeat left top;
  background-size: 81.56vw;
}
header .logo img {
  width: 14.5vw;
}
header .logo img.year40 {
  display: block;
  width: 10vw;
  padding-top: 0.55vw;
}
header .header-center img {
  height: 2.812vw;
}
header .glitch-left, header .glitch-right {
  padding-top: 0px;
  background: transparent;
}
header .header-date {
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-weight: 900;
}

.header-lang a {
  font-size: 1.23rem;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}
.header-lang a:hover, .header-lang a.active {
  text-decoration: underline;
}

.main-menu .menu-item a {
  display: block;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.81rem;
  line-height: 1.37rem;
  color: #000;
  white-space: nowrap;
}
.main-menu .menu-item .submenu {
  display: none;
  padding: 0px 0 15px 15px;
}
.main-menu .menu-item.active > a, .main-menu .menu-item a:hover {
  color: #ff009e;
}
.main-menu .menu-item.active.active_alt > a {
  color: #000;
  font-weight: 900;
}
.main-menu .menu-item.active .submenu {
  display: block;
}
.main-menu .menu-item.active .submenu a:hover {
  font-weight: 900;
}
.main-menu .menu-item.active .submenu .menu-item.active a {
  font-weight: 900;
}

.sidebar-holder {
  flex: 1 0 255px;
  max-width: 255px;
  width: 255px;
}

@media (max-width: 992px) {
  header {
    background: url(../images/glitch-top-mobile.png) no-repeat center top;
    background-size: 100vw auto;
    height: 55vw;
  }
  header .header-lang {
    position: absolute;
    right: 2vw;
    top: 10vw;
    width: 30%;
  }
  header .header-lang a {
    font-size: 3.6vw;
  }
  header .menu-open {
    position: absolute;
    top: 7vw;
    left: 1vw;
  }
  header .menu-open img {
    height: 7.5vw;
  }
  header .header-date {
    display: none;
  }
  header .header-logo {
    display: block;
    position: absolute;
    width: auto;
    z-index: 2;
    top: 24vw;
    right: 0;
    bottom: 0;
    left: 45px;
  }
  header .header-logo img {
    width: 57vw;
  }
  header .header-logo img.year40 {
    margin-left: 15vw;
    width: 35vw;
    padding-top: 3vw;
  }
  header .header-center {
    display: block;
    position: absolute;
    width: auto;
    z-index: 2;
    top: 44vw;
    right: 0;
    bottom: 0;
    left: calc(45px + 15vw);
  }
  header .header-center img {
    width: 42vw;
    height: auto;
  }
  header .header-logo, header .header-center {
    padding-left: 15px !important;
  }

  .left-sidebar {
    position: absolute;
    top: 0px;
    right: 40px;
    bottom: 0;
    left: 40px;
    padding-top: 55vw;
    background: #d2d2d2;
    z-index: -1;
    padding-left: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  .left-sidebar.open {
    height: 100%;
    opacity: 1;
    z-index: 9;
  }
  .left-sidebar .sidebar-wrapper {
    padding-right: 0px;
    height: 100%;
  }

  .sidebar-holder {
    flex: 1 0 0px;
    max-width: 0px;
    width: 0px;
  }
}
@media (max-width: 576px) {
  header .header-lang {
    top: 8.5vw;
  }
}
footer {
  padding: 0 30px;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
}
footer img {
  max-height: 100%;
  max-width: 100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ff009e;
}
footer .logo-vb {
  height: 145px;
}
footer .logo-sesc {
  height: 90px;
}
footer .footer-group h3 {
  font-weight: 500;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
footer .footer-group .footer-item {
  height: 65px;
  margin: 0 30px 30px 0;
  display: inline-block;
}
footer .footer-group .footer-item.footer-size-1 {
  height: 40px;
}
footer .footer-group .footer-item.footer-size-2 {
  height: 50px;
}
footer .footer-group .footer-item.footer-size-3 {
  height: 65px;
}
footer .footer-group .footer-item.footer-size-4 {
  height: 80px;
}
@media (max-width: 992px) {
  footer .logo-sesc {
    height: auto;
  }
}

.menu-openned .home-container .home-content .home-date {
  display: none;
}
@media (max-width: 992px) {
  .menu-openned .home-container .home-content .home-logo, .menu-openned .home-container .home-content .home-memory, .menu-openned .home-container .home-content .home-40years {
    display: none;
  }
}

.home-container {
  position: relative;
  text-align: center;
}
.home-container .home-bg {
  width: 100%;
  height: auto;
  padding-top: 0.3vw;
  position: relative;
}
.home-container .home-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.home-container .home-content .home-component {
  position: absolute;
}
.home-container .home-content .home-logo {
  text-align: center;
  width: 100%;
  top: 4.1vw;
}
.home-container .home-content .home-logo img {
  height: 6.7vw;
}
.home-container .home-content .home-40years {
  top: 12.4vw;
  left: 32vw;
}
.home-container .home-content .home-40years img {
  height: 0.86vw;
  display: block;
}
.home-container .home-content .home-lang {
  top: 3.2vw;
  right: 1vw;
  bottom: auto;
  left: auto;
  font-size: clamp(1.2rem, 1.3vw, 2rem);
}
.home-container .home-content .home-marquee-holder {
  width: 100%;
  left: 0px;
  top: 9.8vw;
  overflow: hidden;
  z-index: 0;
}
.home-container .home-content .home-marquee-holder .home-marquee {
  white-space: nowrap;
}
.home-container .home-content .home-marquee-holder .home-marquee img {
  height: 40.9vw;
  animation: slide 10s linear infinite;
}
.home-container .home-content .home-date {
  top: 45.7vw;
  right: auto;
  bottom: auto;
  left: 14.5vw;
  font-size: clamp(1rem, 1.7vw, 3rem);
  line-height: clamp(1.5rem, 2vw, 4rem);
  font-weight: 900;
}
.home-container .home-content .home-memory {
  top: 45.6vw;
  right: auto;
  bottom: auto;
  left: 55.5vw;
}
.home-container .home-content .home-memory img.theme {
  height: 2.23vw;
}
.home-container .home-content .home-memory img.years {
  height: 0.9vw;
  margin-top: 1.3vw;
  display: block;
}
.home-container .home-menu-holder {
  top: 0.3vw;
  left: 0px;
  height: 0px;
  text-align: left;
  position: absolute;
  z-index: 100;
  overflow: hidden;
}
.home-container .home-menu-holder .menu-bg {
  height: 51.8vw;
  width: auto;
}
.home-container .home-menu-holder .main-menu {
  position: absolute;
  top: 12vw;
  right: 0;
  bottom: 0;
  left: 6vw;
  width: 14vw;
}
.home-container .home-menu-holder .main-menu .menu-item.active a, .home-container .home-menu-holder .main-menu .menu-item a:hover {
  color: #fff;
}
.home-container .home-menu-holder.open {
  height: 51.2vw;
}
.home-container .home-menu-open {
  position: absolute;
  top: 10.4vw;
  left: 5vw;
  cursor: pointer;
  z-index: 10;
}
.home-container .home-menu-open img {
  width: 2.5vw;
}

.home.index header {
  display: none;
}
.home.index footer {
  margin-top: 0px;
  margin-top: -1px;
}

@keyframes slide {
  0% {
    transform: translatex(0%);
  }
  100% {
    transform: translatex(-100%);
  }
}
@media (max-width: 992px) {
  .home-container .home-content .home-lang {
    top: 9vw;
    right: 4vw;
  }
  .home-container .home-content .home-lang a {
    font-size: clamp(0.9rem, 1vw, 1.5rem);
  }
  .home-container .home-content .home-logo {
    top: 19.7vw;
  }
  .home-container .home-content .home-logo img {
    width: 88vw;
    height: auto;
  }
  .home-container .home-content .home-40years {
    top: 40.7vw;
    left: 34vw;
  }
  .home-container .home-content .home-40years img {
    height: auto;
    width: 34vw;
  }
  .home-container .home-content .home-memory {
    top: 48vw;
    left: 34vw;
    z-index: 1;
  }
  .home-container .home-content .home-memory img.theme {
    height: auto;
    width: 44vw;
  }
  .home-container .home-content .home-date {
    top: 139.5vw;
    left: 7.5vw;
    z-index: 1;
    font-size: clamp(0.8rem, 1.4vw, 2rem);
    line-height: clamp(1rem, 1.8vw, 2.4rem);
  }
  .home-container .home-content .home-marquee-holder {
    top: 41.5vw;
  }
  .home-container .home-content .home-marquee-holder .home-marquee img {
    height: 122.5vw;
    animation: slide 10s linear infinite;
  }
  .home-container .home-menu-open {
    top: 7vw;
  }
  .home-container .home-menu-open img {
    width: 8vw;
  }
  .home-container .home-menu-holder .menu-bg {
    height: 100%;
    width: auto;
  }
  .home-container .home-menu-holder .menu-wrapper {
    width: 41vw;
  }
  .home-container .home-menu-holder .main-menu {
    top: 35vw;
    right: 0;
    bottom: 0;
    left: 18vw;
    width: auto;
  }
  .home-container .home-menu-holder .main-menu .menu-item {
    margin-bottom: 10px;
  }
  .home-container .home-menu-holder .main-menu .menu-item a {
    font-size: clamp(0.7rem, 2vw, 1.2rem);
    line-height: clamp(0.7rem, 2vw, 1.2rem);
    white-space: normal;
  }
  .home-container .home-menu-holder.open {
    height: 153.4vw;
  }
}
.glitch-left {
  background: url(../images/glitch-left.png) repeat-y left top;
  padding-left: 140px;
}

.glitch-right {
  background: url(../images/glitch-right.png) repeat-y right -40px;
  padding-right: 130px;
  padding-top: 240px;
}

@media (max-width: 1200px) {
  .glitch-left {
    background-size: 96px auto;
    padding-left: 100px;
  }

  .glitch-right {
    background-size: 82px auto;
    padding-right: 95px;
  }
}
@media (max-width: 992px) {
  .glitch-left {
    padding-left: 30px;
    background-size: 36px auto;
    background-image: url(../images/glitch-left-mobile.png);
  }

  .glitch-right {
    background-image: url(../images/glitch-right-mobile.png);
    background-size: 36px auto;
    padding-right: 30px;
    padding-top: 0vw;
  }

  .main-container {
    padding-top: 30vw;
  }
  .main-container .main-content {
    padding-top: 25vw;
  }
}
@media (max-width: 768px) {
  .glitch-left {
    background-size: 27px auto;
  }

  .glitch-right {
    background-size: 27px auto;
  }

  .main-container {
    padding-top: 33vw;
  }
  .main-container .main-content {
    padding-top: 27vw;
  }
}
.main-container a.back {
  color: #ff009e;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  display: block;
  margin-top: 80px;
}
.main-container .main-content {
  width: 100%;
  max-width: 950px;
  padding-bottom: 80px;
}
@media (min-width: 1921px) {
  .main-container .main-content {
    max-width: 1425px;
  }
}

.ave_data .page-title h1 {
  font-weight: 900;
}
.ave_data .content-block {
  margin-bottom: 25px;
}
.ave_data .content-block.content-media {
  text-align: center;
}
.ave_data .content-block.content-media img {
  width: 100%;
  height: auto;
}
.ave_data .content-block.content-media img.image-artist {
  width: auto;
  height: auto;
  width: 100%;
  max-height: 550px;
  object-fit: contain;
  object-position: center center;
}
.ave_data .content-block.content-text {
  column-gap: 50px;
  column-count: 2;
}
@media (min-width: 1921px) {
  .ave_data .content-block.content-text {
    column-count: 2;
  }
}
@media (max-width: 1200px) {
  .ave_data .content-block.content-text {
    column-count: 1;
  }
}
.ave_data .content-block.content-text h1, .ave_data .content-block.content-text h2, .ave_data .content-block.content-text h3, .ave_data .content-block.content-text h4, .ave_data .content-block.content-text .h1, .ave_data .content-block.content-text .h2, .ave_data .content-block.content-text .h3, .ave_data .content-block.content-text .h4 {
  column-span: all;
  margin-bottom: 0px;
}
.ave_data .content-block.content-text div {
  padding-top: 30px;
  column-span: all;
}
.ave_data .content-block.content-text hr {
  margin: 0 0 10px 0;
  column-span: all;
  opacity: 1;
  border: 3px solid #ff009e;
}
.ave_data .col-lg-6 .content-block.content-text, .ave_data .col-lg-4 .content-block.content-text, .ave_data .col-lg-3 .content-block.content-text {
  column-count: 1;
}

.artistas .ave_data .content-block.content-text, .page-imprensa .ave_data .content-block.content-text, .page-curadores-22-bienal .ave_data .content-block.content-text, .agenda .ave_data .content-block.content-text, .artigos .ave_data .content-block.content-text, .colunas-1 .ave_data .content-block.content-text {
  column-count: 1;
}

.iframe-holder {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}
.iframe-holder iframe, .iframe-holder video {
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/***  VARIACOES DE ULTIMA HORA */
.artist-list {
  column-count: 1;
  column-gap: 50px;
  text-align: justify;
}
.artist-list li {
  margin-bottom: 10px;
}
.artist-list a {
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.44rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.artist-list a:hover {
  color: #ff009e;
}
.artist-list a .birth-place {
  font-weight: normal;
}
@media (max-width: 768px) {
  .artist-list {
    column-count: 1;
    text-align: left;
  }
  .artist-list a {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 10px;
  }
}

.jury-list .jury-item {
  margin-bottom: 50px;
}
.jury-list .jury-item .jury-image {
  padding-bottom: 65%;
}
.jury-list .jury-item .jury-name {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.44rem;
}

.article-list .article-item .article-image {
  padding-bottom: 50%;
}
.article-list .article-item .article-image img.vide-overlay {
  height: 50%;
  width: 50%;
  object-fit: contain;
  margin: auto auto;
  opacity: 0.6;
}
.article-list .article-item .article-image.article-image-alt {
  padding-bottom: 100%;
}
.article-list .article-item .article-name h2 {
  font-size: 1.4rem;
}
.article-list .article-item .article-name a {
  color: #000;
  text-decoration: none;
}
.article-list .article-item:hover .article-name a, .article-list .article-item:hover .article-name a:hover, .article-list .article-item:focus .article-name a, .article-list .article-item:focus .article-name a:hover {
  color: #ff009e;
  text-decoration: underline;
}

.agenda-container {
  max-width: 780px;
}
.agenda-container .month-container {
  margin-bottom: 50px;
}
.agenda-container .month-container .day-list {
  margin-bottom: 30px;
}
.agenda-container .month-container .day-list .day-item {
  border: 2px solid #ff009e;
  margin-left: -1px;
  float: left;
  display: block;
  color: #000;
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
}
.agenda-container .month-container .day-list .day-item.day-enabled {
  color: #ff009e;
  cursor: pointer;
}
.agenda-container .month-container .day-container {
  display: none;
}
.agenda-container .month-container .day-container h3 {
  border-bottom: 3px solid #ff009e;
}

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