/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
  margin-left: 60px;
}

.simcal-default-calendar-list dt.simcal-day-label {
  font-size: 0.9em;
  list-style: none;
  margin: 0 !important;
  float: left;
  border: none !important;
  position: relative;
  bottom: 4px;
}

.simcal-date-format,
.agenda-mes,
.agenda-dia,
.agenda-semana {
  margin: 0;
  padding: 0;
}

.simcal-date-format {
  border: 1px #999999 solid;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.5em;
  display: flex;
  flex-direction: column;
  width: 50px;
  float: left;
  margin-right: 1em;
}

.agenda-mes {
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.agenda-dia,
.agenda-semana {
  color: #000;
  text-align: center;
}

.agenda-dia {
  font-size: 2.5em;
  line-height: 28px;
}

.agenda-semana {
  font-size: 1em;
  line-height: 14px;
  text-transform: uppercase;
}

.simcal-event {
  /*margin-left:0 !important;*/
  border: 1px solid #eee;
  padding: 0.5em !important;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.simcal-tooltip {
  border: none;
  border-radius: 0;
  background-color: unset;
}

.simcal-day-label > span {
  background: transparent !important;
}

.agenda-horario {
  float: left;
}

.agenda-local {
  float: right;
}

.agenda-horario,
.agenda-local {
  font-size: 0.8em;
  color: #666;
}

.agenda-titulo {
  clear: both;
  display: block;
  color: #333;
}

.simcal-event-description {
  font-size: 0.8em;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
}

.background-image-doe {
  background: url(../../../uploads/2024/10/closeup-diverse-people-joining-their-hands-1030x579.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
  filter: opacity(0.6);
}

.text-color-doe {
  color: #696969;
  font-weight: bold;
}

.strong-color {
  color: #d49435 !important;
}
.strong-color-2 {
  color: #2159ad !important;
}

.color-title {
  color: #2159ad !important;
  font-size: 20px;
}

.input-background {
  background-color: #e9e6e6 !important;
}

.text-info-status {
  color: #093474 !important;
}

.text-danger-status {
  color: #ff0000 !important;
}

.text-success-status {
  color: #0e8c09 !important;
}

.error {
  color: #ff0000;
}
