.node--template-calendar > .content {
  position: relative;
}
.node--template-calendar > .content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.node--template-calendar > .content > .content-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #FCF9F7;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}
.node--template-calendar > .content .image-container {
  position: relative;
  opacity: 0;
  width: 50%;
  max-width: 100%;
  flex: 1 0 auto;
  z-index: 0;
  height: 0;
  padding-top: 100%;
}
.node--template-calendar > .content .image-container .group-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.node--template-calendar > .content .image-container .group-image-container img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.node--template-calendar > .content .links-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.node--template-calendar > .content .links-container .node__links, .node--template-calendar > .content .links-container ul, .node--template-calendar > .content .links-container li, .node--template-calendar > .content .links-container a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.node--template-calendar > .content .links-container a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  background-size: calc(8px * 4 * 0.8125) calc(8px * 4 * 0.8125);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-image: url("../../assets/images/button/btn-red.svg");
  line-height: 1;
  padding: 12px 16px;
  background-image: url("../../assets/images/button/btn-white.svg");
  text-decoration: none;
  margin: 0;
  color: transparent;
  background-position: calc(100% - 4px) calc(100% - 10px);
}
.node--template-calendar > .content .links-container a:before, .node--template-calendar > .content .links-container a:after {
  content: "";
  position: absolute;
  font-size: 1.1rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
  color: #fff;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.node--template-calendar > .content .links-container a:before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px dashed #A71930;
  background-color: transparent;
  transform: translateY(-50%);
}
.node--template-calendar > .content .links-container a:after {
  content: "\e908";
  left: auto;
  right: 6px;
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.node--template-calendar > .content .links-container a:hover {
  color: #000;
}
.node--template-calendar > .content .links-container a:hover:before {
  border: 1px solid #A71930;
  background-color: #A71930;
}
.node--template-calendar > .content .links-container a:before {
  border: 1px dashed #fff;
}
.node--template-calendar > .content .links-container a:after {
  color: #56BCC7;
}
.node--template-calendar > .content .links-container a:hover:before {
  border: 1px solid #fff;
  background-color: #fff;
}
.node--template-calendar > .content .links-container a:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.node--template-calendar > .content .links-container a:before {
  display: none;
}
.node--template-calendar > .content .links-container a:after {
  color: #fff;
  top: calc(100% - 23px);
}
.node--template-calendar > .content .links-container a:hover {
  color: transparent;
}
.node--template-calendar > .content .links-container a:hover:after {
  color: #fff;
}
.node--template-calendar > .content .texts-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 8px 8px 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}
.node--template-calendar > .content .texts-container .field--name-field-custom-date,
.node--template-calendar > .content .texts-container .custom-date {
  background: transparent;
  padding: 0;
}
.node--template-calendar > .content .texts-container .field--name-field-custom-date .field__label,
.node--template-calendar > .content .texts-container .custom-date .field__label {
  display: none;
}
.node--template-calendar > .content .texts-container .field--name-field-custom-date .field__item,
.node--template-calendar > .content .texts-container .custom-date .field__item {
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: 700;
}
.node--template-calendar > .content .texts-container .custom-date {
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: 700;
}
.node--template-calendar > .content .texts-container .field--name-title {
  margin-top: 8px;
}
.node--template-calendar > .content .texts-container .field--name-title h3 {
  margin: 0;
}
.node--template-calendar > .content .texts-container .field--name-title h3 a {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #000;
}
.node--template-calendar > .content .texts-container .field--name-title a {
  color: #000 !important;
  text-decoration: none !important;
}
.node--template-calendar > .content .texts-container .field--name-field-municipality {
  margin-top: 4px;
}
.node--template-calendar > .content .texts-container .field--name-field-municipality .field__item {
  position: relative;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.33;
}
.node--template-calendar > .content .texts-container .field--name-field-municipality .field__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 32px;
  height: 1px;
  background-color: #E8E6E5;
}
.node--template-calendar > .content .texts-container .field--name-field-resume,
.node--template-calendar > .content .texts-container .field--name-field-subtitle {
  margin-top: 12px;
}
.node--template-calendar > .content .texts-container .field--name-field-resume h2,
.node--template-calendar > .content .texts-container .field--name-field-resume p,
.node--template-calendar > .content .texts-container .field--name-field-resume a,
.node--template-calendar > .content .texts-container .field--name-field-subtitle h2,
.node--template-calendar > .content .texts-container .field--name-field-subtitle p,
.node--template-calendar > .content .texts-container .field--name-field-subtitle a {
  font-size: 1.2rem;
  font-family: "Avenir";
  font-weight: normal;
  line-height: 1.33;
}
.node--template-calendar.open > .content > .content-container {
  border-radius: 8px;
}
.node--template-calendar.open .texts-container {
  position: relative;
  width: 50%;
}
.node--template-calendar.open .image-container {
  opacity: 1;
  padding-top: 50%;
}
.node--template-calendar.see-and-do > .content:before {
  background-color: #B3C431;
}
.node--template-calendar.see-and-do .image-container {
  background-color: #B3C431;
}
.node--template-calendar.see-and-do .links-container a {
  background-image: url("../../assets/images/button/btn-green.svg");
}
.node--template-calendar.see-and-do .field--name-field-location-type .field__item {
  background-color: #B3C431;
}
.node--template-calendar.see-and-do .field--name-field-custom-date .field__item,
.node--template-calendar.see-and-do .custom-date .field__item {
  color: #B3C431;
}
.node--template-calendar.see-and-do .custom-date {
  color: #B3C431;
}
.node--template-calendar.service > .content:before {
  background-color: #56BCC7;
}
.node--template-calendar.service .image-container {
  background-color: #56BCC7;
}
.node--template-calendar.service .links-container a {
  background-image: url("../../assets/images/button/btn-blue.svg");
}
.node--template-calendar.service .field--name-field-location-type .field__item {
  background-color: #56BCC7;
}
.node--template-calendar.service .field--name-field-custom-date .field__item,
.node--template-calendar.service .custom-date .field__item {
  color: #56BCC7;
}
.node--template-calendar.service .custom-date {
  color: #56BCC7;
}
.node--template-calendar.understand > .content:before {
  background-color: #F8AA5C;
}
.node--template-calendar.understand .image-container {
  background-color: #F8AA5C;
}
.node--template-calendar.understand .links-container a {
  background-image: url("../../assets/images/button/btn-orange.svg");
}
.node--template-calendar.understand .field--name-field-location-type .field__item {
  background-color: #F8AA5C;
}
.node--template-calendar.understand .field--name-field-custom-date .field__item,
.node--template-calendar.understand .custom-date .field__item {
  color: #F8AA5C;
}
.node--template-calendar.understand .custom-date {
  color: #F8AA5C;
}
.node--template-calendar.jo-2024 > .content:before {
  background-color: #D7C378;
}
.node--template-calendar.jo-2024 .image-container {
  background-color: #D7C378;
}
.node--template-calendar.jo-2024 .links-container a {
  background-image: url("../../assets/images/button/btn-gold.svg");
}
.node--template-calendar.jo-2024 .field--name-field-location-type .field__item {
  background-color: #D7C378;
}
.node--template-calendar.jo-2024 .field--name-field-custom-date .field__item,
.node--template-calendar.jo-2024 .custom-date .field__item {
  color: #D7C378;
}
.node--template-calendar.jo-2024 .custom-date {
  color: #D7C378;
}
.node--template-calendar.anniversary-40 > .content:before {
  background-color: #A569BD;
}
.node--template-calendar.anniversary-40 .image-container {
  background-color: #A569BD;
}
.node--template-calendar.anniversary-40 .links-container a {
  background-image: url("../../assets/images/button/btn-violet.svg");
}
.node--template-calendar.anniversary-40 .field--name-field-location-type .field__item {
  background-color: #A569BD;
}
.node--template-calendar.anniversary-40 .field--name-field-custom-date .field__item,
.node--template-calendar.anniversary-40 .custom-date .field__item {
  color: #A569BD;
}
.node--template-calendar.anniversary-40 .custom-date {
  color: #A569BD;
}
.node--template-calendar.no-menu > .content:before {
  background-color: #A71930;
}
.node--template-calendar.no-menu .image-container {
  background-color: #A71930;
}
.node--template-calendar.no-menu .links-container a {
  background-image: url("../../assets/images/button/btn-red.svg");
}
.node--template-calendar.no-menu .field--name-field-location-type .field__item {
  background-color: #A71930;
}