/*!
Theme Name: MiCiti Eventos
Theme URI: https://miciti.co/nosotros
Author: Juan Diego Mesa O.
Description: Tema personalizado para MiCiti Eventos
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miciti-eventos

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MiCiti Eventos is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@charset "UTF-8";
/* 
Desarrollado por Juan Diego Mesa O. y Tatiana Pardo para MiCiti
jdmdigitalcol@gmail.com
juandiegomesa.com 
*/
:root {
  /* Fuentes Desktop*/
  --fuente7_desktop: 76px;
  --fuente6_desktop: 61px;
  --fuente5_desktop: 49px;
  --fuente4_desktop: 39px;
  --fuente3_desktop: 31px;
  --fuente2_desktop: 25px;
  --fuente1_desktop: 20px;
  --fuente0_desktop: 16px;
  --fuente-1_desktop: 13px;
  --fuente-2_desktop: 10px;
  --fuente-3_desktop: 8px;
  /* Fuentes Tablet*/
  --fuente7_tablet: 5.4vw;
  --fuente6_tablet: 4.35vw;
  --fuente5_tablet: 3.5vw;
  --fuente4_tablet: 2.7vw;
  --fuente3_tablet: 2.2vw;
  --fuente2_tablet: 1.71vw;
  --fuente1_tablet: 1.42vw;
  --fuente0_tablet: 1.2vw;
  --fuente-1_tablet: 0.93vw;
  --fuente-2_tablet: 0.71vw;
  --fuente-3_tablet: 0.57vw;
  /* Fuentes Mobile*/
  --fuente7: 19vw;
  --fuente6: 15.25vw;
  --fuente5: 12.25vw;
  --fuente4: 8.5vw;
  --fuente3: 7.8vw;
  --fuente2: 6.25vw;
  --fuente1: 5vw;
  --fuente0: 4vw;
  --fuente-1: 3.25vw;
  --fuente-2: 2.5vw;
  --fuente-3: 2vw;
}

@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 0.5s;
}

::view-transition-old(root) {
  animation: slide-out-to-left 0.5s forwards;
}

::view-transition-new(root) {
  animation: slide-in-from-right 0.5s forwards;
}

@keyframes slide-out-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
* {
  margin: 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  list-style: none;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
  padding-top: 13vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  body {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 1100px) {
  body {
    padding-top: 80px;
  }
}

a {
  color: inherit;
}

.hidden {
  display: none !important;
}

main {
  width: 100vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  main {
    width: 72vw;
  }
}
@media screen and (min-width: 1100px) {
  main {
    width: 860px;
  }
}
@media screen and (min-width: 1280px) {
  main {
    width: 1010px;
  }
}

.MCEvHighlight {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .MCEvHighlight {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlight {
    margin: 2vw auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlight {
    margin: 15px auto;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvHighlight {
    margin: 15px auto;
  }
}

.MCEvBody {
  width: 100vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .MCEvBody {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvBody {
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvBody {
    width: 90vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvBody {
    width: 1100px;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvBody {
    width: 1280px;
  }
}

.MCEvBanner {
  width: 100vw;
}
@media screen and (min-width: 600px) {
  .MCEvBanner {
    width: 100%;
  }
}

.MCEvList {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90vw;
  padding: 3vw 0;
  row-gap: 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvList {
    width: 100%;
    row-gap: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvList {
    padding: 10px 0;
  }
}

.MCEvSubtitle {
  color: #003547;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 6.15vw;
  display: block;
  width: max-content;
  max-width: 90vw;
  margin: 0 5vw;
  padding: 2vw 0;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSubtitle {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSubtitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvSubtitle {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSubtitle {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSubtitle {
    padding-bottom: 1.2vw;
  }
}
.MCEvSubtitle span {
  color: #003547;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSubtitle span {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSubtitle span {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvSubtitle span {
    letter-spacing: 0;
  }
}
.MCEvSubtitle::after {
  content: "";
  width: 100%;
  background-color: #003547;
  height: 1.5vw;
  position: absolute;
  bottom: -0.76vw;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSubtitle::after {
    height: 0.8vw;
    bottom: -0.45vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSubtitle::after {
    height: 7px;
    bottom: -4.5px;
  }
}

.MCEvLine {
  width: calc(100% - 10vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5vw 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvLine {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvLine {
    margin: 0 0 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvLine {
    margin: 0 0 25px;
  }
}
.MCEvLine:after {
  content: "";
  width: 100%;
  background-color: #d9d9d9;
  height: 0.2vw;
  z-index: 3;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvLine:after {
    height: 0.1w;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvLine:after {
    height: 2px;
  }
}

.MCEVPager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 4vw;
  padding: 4vw 0 0;
}
@media screen and (min-width: 600px) {
  .MCEVPager {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEVPager {
    column-gap: 1.5vw;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEVPager {
    column-gap: 20px;
    padding: 30px 0;
  }
}
.MCEVPager-prev, .MCEVPager-next {
  aspect-ratio: 1/1;
  width: 4.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEVPager-prev, .MCEVPager-next {
    width: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEVPager-prev, .MCEVPager-next {
    width: 16px;
    transition-duration: 0.5s;
  }
  .MCEVPager-prev:hover, .MCEVPager-next:hover {
    filter: brightness(0.2);
  }
}
.MCEVPager-prev > a, .MCEVPager-next > a {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.5s;
  background: url(../assets/down_arrow_grey.svg) center no-repeat;
  background-size: contain;
}
.MCEVPager-prev {
  transform: rotate(90deg);
}
.MCEVPager-next {
  transform: rotate(-90deg);
}
.MCEVPager-text {
  color: #595959;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEVPager-text {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEVPager-text {
    font-size: 16px;
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.MCNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .MCNav {
    background-color: #003547;
  }
}
.MCNav-bar {
  background-color: #003547;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 86vw;
  padding: 4vw 7vw 5vw;
  border-bottom-left-radius: 8vw;
  border-bottom-right-radius: 8vw;
}
@media screen and (min-width: 600px) {
  .MCNav-bar {
    border-radius: unset;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar {
    width: 90vw;
    padding: 1.66vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar {
    width: 1100px;
    padding: 20px calc(50vw - 550px);
  }
}
@media screen and (min-width: 1280px) {
  .MCNav-bar {
    width: 1280px;
    padding: 20px calc(50vw - 640px);
  }
}
.MCNav-bar-logo {
  display: block;
  height: 11vw;
  width: 11vw;
}
@media screen and (min-width: 600px) {
  .MCNav-bar-logo {
    margin-right: auto;
    height: auto;
  }
  .MCNav-bar-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-logo {
    width: 12vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-logo {
    width: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .MCNav-bar-logo {
    width: 130px;
  }
}
.MCNav-bar-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.MCNav-bar-menu {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #003547;
  z-index: 10;
  width: 80vw;
  padding: 1vw 10vw 4vw;
  border-top-left-radius: 8vw;
  border-top-right-radius: 8vw;
  box-sizing: content-box;
}
@media screen and (min-width: 600px) {
  .MCNav-bar-menu {
    width: auto;
    position: static;
    background-color: transparent;
    padding: 0;
    border-radius: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-menu {
    column-gap: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-menu {
    column-gap: 32px;
  }
}
@media screen and (min-width: 600px) {
  .MCNav-bar-menu-item-home {
    display: none;
  }
}
.MCNav-bar-menu-item > a, .MCNav-bar-menu-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .MCNav-bar-menu-item > a, .MCNav-bar-menu-item > div {
    flex-direction: row;
    align-items: center;
    border-bottom: solid #fff 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-menu-item > a, .MCNav-bar-menu-item > div {
    column-gap: 0.7vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-menu-item > a, .MCNav-bar-menu-item > div {
    column-gap: 11px;
    transition-duration: 0.5s;
  }
  .MCNav-bar-menu-item > a:hover, .MCNav-bar-menu-item > div:hover {
    padding-bottom: 6px;
    border-bottom-width: 1px;
  }
}
.MCNav-bar-menu-item > a div, .MCNav-bar-menu-item > div div {
  border-radius: 50%;
  padding: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .MCNav-bar-menu-item > a div, .MCNav-bar-menu-item > div div {
    border-radius: unset;
    padding: 0;
    display: block;
  }
}
.MCNav-bar-menu-item > a div img, .MCNav-bar-menu-item > div div img {
  width: 7vw;
  height: 7vw;
  object-fit: contain;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-menu-item > a div img, .MCNav-bar-menu-item > div div img {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-menu-item > a div img, .MCNav-bar-menu-item > div div img {
    border-radius: unset;
    width: 30px;
    height: 30px;
  }
}
.MCNav-bar-menu-item > a p, .MCNav-bar-menu-item > div p {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-menu-item > a p, .MCNav-bar-menu-item > div p {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-menu-item > a p, .MCNav-bar-menu-item > div p {
    font-size: 14px;
  }
}
.MCNav-bar-menu-item > a p::after, .MCNav-bar-menu-item > div p::after {
  content: "";
  transition: 0.5s;
  position: absolute;
  display: block;
  background-color: #fff;
  bottom: -1.5vw;
  left: calc(50% - 2.5vw);
  min-height: 0vw;
  width: 5vw;
}
@media screen and (min-width: 600px) {
  .MCNav-bar-menu-item.active > div {
    padding-bottom: 6px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 600px) {
  .MCNav-bar-menu-item.active > div {
    transform: translateY(-0.4vw);
  }
  .MCNav-bar-menu-item.active > div div {
    background-color: #fff;
  }
  .MCNav-bar-menu-item.active > div div img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(35%) saturate(2645%) hue-rotate(164deg) brightness(97%) contrast(103%);
  }
  .MCNav-bar-menu-item.active > div p::after {
    min-height: 0.7vw;
  }
}
.MCNav-bar-search {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  line-height: 1;
  border: none;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  padding: 2vw 0 1.5vw;
  width: 54vw;
  column-gap: 1vw;
  box-shadow: inset -0.5vw -1vw 1.5vw 0px #8f8f8f;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-search {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-search {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-search {
    cursor: pointer;
    padding: 10px 0 8px;
    width: 220px;
    column-gap: 4px;
    margin: 0 32px;
    transition: 0.5s;
    box-shadow: inset -1px -2px 6px 0px #8f8f8f;
  }
  .MCNav-bar-search:hover {
    box-shadow: inset -1px -2px 6px 0px #00eff7;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-search {
    padding: 0.5vw 0 0.4vw;
    width: 18.3vw;
    column-gap: 0.3vw;
    margin: 0 2vw;
  }
}
.MCNav-bar-search::before {
  content: "";
  background: transparent url("./assets/icon_search_blue.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 4.1vw;
  height: 4.1vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-search::before {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-search::before {
    width: 1.3vw;
    height: 1.3vw;
    margin-bottom: 0.4vw;
  }
}
.MCNav-bar-user {
  width: 10vw;
  height: 10vw;
  background: transparent url("../assets/icon_user.svg") center no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (min-width: 1100px) {
  .MCNav-bar-user {
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    border-radius: 50%;
  }
  .MCNav-bar-user:hover {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCNav-bar-user {
    width: 3.33vw;
    height: 3.33vw;
  }
}

.MCEvNav-menu {
  position: relative;
  z-index: 5;
  width: 100vw;
  overflow-x: scroll;
  height: max-content;
  background-color: #fff;
  transition-duration: 0.5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 10vw;
  margin-top: -10vw;
  max-height: 30vh;
}
.MCEvNav-menu::-webkit-scrollbar {
  display: none;
}
.MCEvNav-menu.colapsed {
  padding-top: 0;
  max-height: 0;
}
@media screen and (min-width: 600px) {
  .MCEvNav-menu {
    display: none;
  }
}
.MCEvNav-menu-container {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1vw 5vw 2vw;
}
.MCEvNav-menu-button {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  border-bottom: var(--bgcolor) solid 1vw;
  padding: 2vw 1vw 1vw;
  position: relative;
  margin: 0 6vw 0 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvNav-menu-button {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvNav-menu-button {
    font-size: 16px;
  }
}
.MCEvNav-menu-button::after {
  content: "";
  position: absolute;
  background-color: #8f8f8f;
  width: 0.3vw;
  height: 5vw;
  right: -3.5vw;
  top: calc(50% - 2.5vw);
}
.MCEvNav-menu-button:nth-last-child(1) {
  margin-right: 1vw;
}
.MCEvNav-menu-button:nth-last-child(1)::after {
  display: none;
}

.MCEvHeader {
  position: relative;
  width: 100vw;
  height: 132vw;
}
@media screen and (min-width: 600px) {
  .MCEvHeader {
    height: 28.3vw;
  }
}
.MCEvHeader-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.MCEvHeader-info {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 3, 3, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
  width: 100vw;
  height: 100%;
  padding: 12vw 30vw 5vw 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHeader-info {
    padding: 12vw 50vw 5vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHeader-info {
    padding: 14vw 50vw 3vw calc(50vw - 550px);
  }
}
@media screen and (min-width: 1280px) {
  .MCEvHeader-info {
    padding: 14vw 50vw 3vw calc(50vw - 640px);
  }
}
.MCEvHeader-info-subtitle {
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  padding-bottom: 2.5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHeader-info-subtitle {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHeader-info-subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHeader-info-subtitle {
    padding-bottom: 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHeader-info-subtitle {
    padding-bottom: 10px;
  }
}
.MCEvHeader-info-title {
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 9.23vw;
  line-height: 1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHeader-info-title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHeader-info-title {
    font-size: 56px;
  }
}

.MCEvCategoriesMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5vw;
  justify-content: space-between;
  row-gap: 5vw;
  width: 90vw;
}
@media screen and (min-width: 600px) {
  .MCEvCategoriesMenu {
    display: none;
  }
}
.MCEvCategoriesMenu-item {
  width: 24vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1vw var(--bgcolor);
  justify-content: center;
}
.MCEvCategoriesMenu-item > img {
  width: 55%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.MCEvCategoriesMenu-item > p {
  color: var(--bgcolor);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: var(--fuente0);
  line-height: 1.2;
  line-height: 1.1;
  text-align: center;
  padding: 2vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCategoriesMenu-item > p {
    font-size: var(--fuente0_tablet);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCategoriesMenu-item > p {
    font-size: var(--fuente0_desktop);
  }
}
@media screen and (min-width: 1280px) {
  .MCEvCategoriesMenu-item > p {
    font-size: var(--fuente0_desktop);
  }
}
.MCEvCategoriesMenu-item > p a {
  color: #005e54;
  font-weight: 700;
  text-decoration: underline;
}
.MCEvCategoriesMenu-item > p a:hover, .MCEvCategoriesMenu-item > p a:visited {
  color: #005e54;
}

.MCEvCatheader {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .MCEvCatheader {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader {
    padding: 15px 0;
    column-gap: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader {
    padding: 1vw 0;
    column-gap: 1vw;
  }
}
.MCEvCatheader-colortitle {
  width: 100%;
  padding: 10vw 0 4vw;
  background-color: var(--catcolor);
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-colortitle {
    padding: 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-colortitle {
    padding: 1.5vw 0;
  }
}
.MCEvCatheader-colortitle h1 {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 9.23vw;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-colortitle h1 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-colortitle h1 {
    font-size: 56px;
  }
}
.MCEvCatheader-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 9.23vw;
  text-align: center;
  margin: 4vw auto 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-title {
    margin: 1vw auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-title {
    margin: 12px auto;
  }
}
.MCEvCatheader-image {
  aspect-ratio: 10/6;
  width: 100vw;
  object-fit: cover;
  border-bottom: solid var(--catcolor) 3vw;
}
@media screen and (min-width: 600px) {
  .MCEvCatheader-image {
    aspect-ratio: 4/1;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-image {
    border-bottom-width: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-image {
    border-bottom-width: 1vw;
  }
}
.MCEvCatheader-category {
  display: block;
  position: relative;
  max-width: 100vw;
  aspect-ratio: 5/1;
  transition-duration: 0.5s;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .MCEvCatheader-category {
    max-width: none;
    width: auto;
    aspect-ratio: auto;
    flex-grow: 2;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-category {
    height: 100px;
    min-width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-category {
    height: 8vw;
    min-width: calc(50% - 0.5vw);
    margin-bottom: 0.5vw;
  }
}
.MCEvCatheader-category-title {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #000, transparent);
}
.MCEvCatheader-category-title h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  font-size: 5.12vw;
  padding-left: 5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-category-title h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-category-title h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-category-title h2 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCatheader-category-title h2 {
    padding-left: 2vw;
  }
}
.MCEvCatheader-category-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1100px) {
  .MCEvCatheader-category:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
  .MCEvCatheader-category:hover .MCEvCatheader-category-image {
    width: 101%;
    height: 101%;
    transform: translate(-0.5%, -0.5%);
  }
}

.MCEvCardBigEvent {
  border-radius: 8vw;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 90vw;
  margin: 4vw auto;
  padding-bottom: 3vw;
}
.MCEvCardBigEvent.disabled {
  filter: grayscale(1);
}
@media screen and (min-width: 600px) {
  .MCEvCardBigEvent {
    width: 32.5%;
    margin: 0;
    transition-duration: 0.5s;
  }
  .MCEvCardBigEvent:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent {
    border-radius: 2vw;
    padding-bottom: 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent {
    border-radius: 20px;
    padding-bottom: 8px;
  }
}
.MCEvCardBigEvent-flag {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  position: absolute;
  background-color: #abfc00;
  border-bottom-left-radius: 8vw;
  top: 0;
  right: 0;
  height: 4vw;
  padding: 1.2vw 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-flag {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-flag {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCardBigEvent-flag {
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-flag {
    border-bottom-left-radius: 2vw;
    padding: 0.7vw 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-flag {
    padding: 8px 30px;
    border-bottom-left-radius: 20px;
  }
}
.MCEvCardBigEvent-image {
  aspect-ratio: 10/5;
  width: 100%;
  object-fit: cover;
}
.MCEvCardBigEvent-category {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  background-color: var(--bgcolor);
  padding: 1.5vw 4vw;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-category {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-category {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCardBigEvent-category {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.125;
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-category {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCardBigEvent-category {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-category {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-category {
    padding: 0.6vw 1.2vw;
  }
}
.MCEvCardBigEvent-info {
  padding: 3vw 4vw 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvCardBigEvent-info {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info {
    padding: 2vw 1.2vw 0.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info {
    padding: 20px 15px 8px;
  }
}
.MCEvCardBigEvent-info-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.MCEvCardBigEvent-info-date-day {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1;
  position: relative;
  padding-left: 5.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-day {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-day {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-day {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-day {
    padding-left: 1.5vw;
  }
}
.MCEvCardBigEvent-info-date-day::before {
  content: "";
  background: transparent url("../assets/icon_calendar.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-day::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-day::before {
    width: 1.3vw;
  }
}
.MCEvCardBigEvent-info-date-hour {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1;
  position: relative;
  padding-left: 5.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour {
    padding-left: 1.5vw;
  }
}
.MCEvCardBigEvent-info-date-hour::before {
  content: "";
  background: transparent url("../assets/icon_clock.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-date-hour::before {
    width: 1.3vw;
  }
}
.MCEvCardBigEvent-info-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  margin-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-title {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-title {
    margin-top: 1vw;
    padding-bottom: 0.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-title {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}
.MCEvCardBigEvent-info-location {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  position: relative;
  line-height: 1;
  padding: 1vw 0.4vw 0 4.88vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-location {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-location {
    padding: 0.5vw 0 0 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-location {
    padding: 8px 0 0 24px;
  }
}
.MCEvCardBigEvent-info-location::before {
  content: "";
  background: transparent url("../assets/icon_location.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(50% - 2.56vw - 0.5vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-location::before {
    bottom: calc(50% - 7px - 6px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-location::before {
    bottom: calc(45% - 0.55vw - 0.2vw);
    width: 1.3vw;
  }
}
.MCEvCardBigEvent-info-details {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}
.MCEvCardBigEvent-info-details-info-public {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  position: relative;
  padding-left: 4.88vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public {
    padding-left: 24px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
.MCEvCardBigEvent-info-details-info-public::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(50% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public::before {
    bottom: calc(50% - 7px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-public::before {
    bottom: calc(50% - 0.55vw);
    width: 1.3vw;
  }
}
.MCEvCardBigEvent-info-details-info-public.adultos::before {
  background: transparent url("../assets/icon_person.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardBigEvent-info-details-info-public.familiar::before {
  background: transparent url("../assets/icon_family.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardBigEvent-info-details-info-space {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  position: relative;
  padding-left: 4.88vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space {
    padding-left: 24px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
.MCEvCardBigEvent-info-details-info-space::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(55% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space::before {
    bottom: calc(55% - 7px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-info-space::before {
    bottom: calc(55% - 0.55vw);
    width: 1.3vw;
  }
}
.MCEvCardBigEvent-info-details-info-space.presencial::before {
  background: transparent url("../assets/icon_building.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardBigEvent-info-details-info-space.virtual::before {
  background: transparent url("../assets/icon_virtual.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardBigEvent-info-details-price {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  background-color: var(--bgcolor);
  padding: 1.5vw;
  border-radius: 4vw;
  width: auto;
  letter-spacing: -0.2vw;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-price {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-price {
    padding: 6px 14px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-price {
    padding: 0.5vw 1vw;
    letter-spacing: -0.05vw;
  }
}
.MCEvCardBigEvent-info-details-price span {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-info-details-price span {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-info-details-price span {
    font-size: 12px;
  }
}
.MCEvCardBigEvent-disclamer {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  margin: 0 4vw 0 auto;
  padding: 1vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-disclamer {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-disclamer {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardBigEvent-disclamer {
    margin: 0 10px 0 auto;
    padding: 6px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardBigEvent-disclamer {
    margin: 0 1vw 0 auto;
    padding: 0.5vw 0;
  }
}

.MCEvHighlightCardEvent {
  border-radius: 8vw;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 90vw;
  margin: 4vw auto;
  padding-bottom: 3vw;
}
.MCEvHighlightCardEvent.disabled {
  filter: grayscale(1);
}
@media screen and (min-width: 600px) {
  .MCEvHighlightCardEvent {
    width: 100%;
    flex-direction: row;
    margin: 0;
    transition-duration: 0.5s;
    padding-bottom: 0;
  }
  .MCEvHighlightCardEvent:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent {
    border-radius: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent {
    border-radius: 20px;
  }
}
.MCEvHighlightCardEvent-flag {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  position: absolute;
  background-color: #abfc00;
  border-bottom-right-radius: 8vw;
  top: 0;
  left: 0;
  height: 4vw;
  padding: 1.2vw 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-flag {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-flag {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvHighlightCardEvent-flag {
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-flag {
    border-bottom-right-radius: 2vw;
    padding: 0.7vw 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-flag {
    padding: 8px 30px;
    border-bottom-right-radius: 20px;
  }
}
.MCEvHighlightCardEvent-image {
  aspect-ratio: 10/5;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .MCEvHighlightCardEvent-image {
    width: 50%;
    height: 100%;
    aspect-ratio: auto;
  }
}
.MCEvHighlightCardEvent-info {
  padding: 0 0 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvHighlightCardEvent-info {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info {
    width: 100%;
    padding: 0 0 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info {
    width: 100%;
    padding: 0 0 15px;
  }
}
.MCEvHighlightCardEvent-info-category {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  background-color: var(--bgcolor);
  padding: 1.5vw 4vw;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-category {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-category {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-category {
    padding: 8px 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-category {
    padding: 0.8vw 2vw;
  }
}
.MCEvHighlightCardEvent-info-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3vw 4vw 0;
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date {
    padding: 20px 25px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date {
    padding: 1vw 2vw 0;
  }
}
.MCEvHighlightCardEvent-info-date-day {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1;
  position: relative;
  padding-left: 5.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day {
    padding-left: 1.5vw;
  }
}
.MCEvHighlightCardEvent-info-date-day::before {
  content: "";
  background: transparent url("../assets/icon_calendar.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-day::before {
    width: 1.3vw;
  }
}
.MCEvHighlightCardEvent-info-date-hour {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1;
  position: relative;
  padding-left: 5.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour {
    padding-left: 1.5vw;
  }
}
.MCEvHighlightCardEvent-info-date-hour::before {
  content: "";
  background: transparent url("../assets/icon_clock.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-date-hour::before {
    width: 1.3vw;
  }
}
.MCEvHighlightCardEvent-info-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  padding-bottom: 2vw;
  padding: 2vw 4vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-title {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-title {
    padding: 1vw 2vw 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-title {
    padding: 15px 25px 5px;
  }
}
.MCEvHighlightCardEvent-info-description {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  padding: 1vw 4vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-description {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-description {
    padding: 3px 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-description {
    padding: 0.5vw 2vw;
  }
}
.MCEvHighlightCardEvent-info-location {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  position: relative;
  line-height: 1;
  padding: 1vw 4.4vw 0 8.88vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-location {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-location {
    padding: 0.5vw 0 0 3.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-location {
    padding: 8px 25px 0 49px;
  }
}
.MCEvHighlightCardEvent-info-location::before {
  content: "";
  background: transparent url("../assets/icon_location.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 4vw;
  bottom: calc(50% - 2.05vw - 0.3vw);
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-location::before {
    left: 25px;
    bottom: calc(40% - 8px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-location::before {
    left: 2vw;
    bottom: calc(40% - 0.65vw);
    width: 1.3vw;
  }
}
.MCEvHighlightCardEvent-info-details {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 4vw;
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details {
    padding: 0 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details {
    padding: 0 2vw;
  }
}
.MCEvHighlightCardEvent-info-details-info-public {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  position: relative;
  padding-left: 4.88vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public {
    padding-left: 24px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
.MCEvHighlightCardEvent-info-details-info-public::before {
  content: "";
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  bottom: calc(50% - 2.05vw);
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public::before {
    bottom: calc(50% - 8px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-public::before {
    bottom: calc(50% - 0.65vw);
    width: 1.3vw;
  }
}
.MCEvHighlightCardEvent-info-details-info-public.adultos::before {
  background: transparent url("../assets/icon_person.svg") center no-repeat;
  background-size: contain;
}
.MCEvHighlightCardEvent-info-details-info-public.familiar::before {
  background: transparent url("../assets/icon_family.svg") center no-repeat;
  background-size: contain;
}
.MCEvHighlightCardEvent-info-details-info-space {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  position: relative;
  padding-left: 4.88vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space {
    padding-left: 24px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
.MCEvHighlightCardEvent-info-details-info-space::before {
  content: "";
  aspect-ratio: 1/1;
  width: 4.1vw;
  position: absolute;
  left: 0;
  bottom: calc(55% - 2.05vw);
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space::before {
    bottom: calc(55% - 8px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-info-space::before {
    bottom: calc(55% - 0.65vw);
    width: 1.3vw;
  }
}
.MCEvHighlightCardEvent-info-details-info-space.presencial::before {
  background: transparent url("../assets/icon_building.svg") center no-repeat;
  background-size: contain;
}
.MCEvHighlightCardEvent-info-details-info-space.virtual::before {
  background: transparent url("../assets/icon_virtual.svg") center no-repeat;
  background-size: contain;
}
.MCEvHighlightCardEvent-info-details-price {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  background-color: var(--bgcolor);
  padding: 1.5vw;
  border-radius: 4vw;
  width: auto;
  letter-spacing: -0.2vw;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price {
    padding: 6px 14px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price {
    padding: 0.5vw 1vw;
    letter-spacing: -0.05vw;
  }
}
.MCEvHighlightCardEvent-info-details-price span {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price span {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-details-price span {
    font-size: 12px;
  }
}
.MCEvHighlightCardEvent-info-disclamer {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  margin: 0 4vw 0 auto;
  padding: 1vw 0;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-disclamer {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-disclamer {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHighlightCardEvent-info-disclamer {
    margin: 0 25px 0 auto;
    padding: 12px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHighlightCardEvent-info-disclamer {
    margin: 0 2vw 0 auto;
    padding: 1vw 0 0;
  }
}

.MCEvCardEvent {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 3vw 0 0;
  width: 84.6vw;
  border-radius: 4vw;
}
.MCEvCardEvent.disabled {
  filter: grayscale(1);
}
@media screen and (min-width: 600px) {
  .MCEvCardEvent {
    width: 32.5%;
    margin: 0;
    transition-duration: 0.5s;
  }
  .MCEvCardEvent:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent {
    border-radius: 1.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent {
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
.MCEvCardEvent-flag {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  position: absolute;
  background-color: #abfc00;
  border-top-right-radius: 4vw;
  bottom: 0;
  left: 0;
  height: 4vw;
  padding: 1.2vw 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-flag {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-flag {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCardEvent-flag {
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-flag {
    border-top-right-radius: 1.5vw;
    padding: 0.7vw 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-flag {
    padding: 8px 30px;
    border-top-right-radius: 16px;
  }
}
.MCEvCardEvent-image {
  width: 29.7vw;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .MCEvCardEvent-image {
    width: 31.7%;
  }
}
.MCEvCardEvent-info {
  padding: 0 0 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvCardEvent-info {
    width: 68.3%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info {
    padding: 0 0 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info {
    padding: 0 0 10px;
  }
}
.MCEvCardEvent-info-category {
  background-color: var(--bgcolor);
  width: 100%;
}
.MCEvCardEvent-info-category-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  padding: 1vw 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-category-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-category-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-category-title {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-category-title {
    padding: 0.5vw 0.5vw;
  }
}
.MCEvCardEvent-info-category-subtitle {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1vw 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-category-subtitle {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-category-subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-category-subtitle {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-category-subtitle {
    padding: 0.5vw 0.5vw;
  }
}
.MCEvCardEvent-info-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2vw 2vw 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date {
    padding: 0.5vw 0.5vw 0.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date {
    padding: 8px 10px 4px;
  }
}
.MCEvCardEvent-info-date-day {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 4.58vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-day {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-day {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-day {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-day {
    padding-left: 1.3vw;
  }
}
.MCEvCardEvent-info-date-day::before {
  content: "";
  background: transparent url("../assets/icon_calendar.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(55% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-day::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-day::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvCardEvent-info-date-hour {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 4.58vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-hour {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-hour {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-hour {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-hour {
    padding-left: 1.3vw;
  }
}
.MCEvCardEvent-info-date-hour::before {
  content: "";
  background: transparent url("../assets/icon_clock.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(55% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-date-hour::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-date-hour::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvCardEvent-info-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  padding: 1vw 2vw 1vw;
  line-height: 1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-title {
    padding: 0.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-title {
    padding: 8px 10px 0;
  }
}
.MCEvCardEvent-info-location {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding: 1vw 2vw 0 6.58vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-location {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-location {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-location {
    padding: 0.5vw 0.5vw 0 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-location {
    padding: 8px 6px 0 30px;
  }
}
.MCEvCardEvent-info-location::before {
  content: "";
  background: transparent url("../assets/icon_location.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 2vw;
  bottom: calc(50% - 1.79vw - 0.3vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-location::before {
    left: 10px;
    bottom: calc(50% - 7px - 2px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-location::before {
    left: 0.3vw;
    bottom: calc(45% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvCardEvent-info-details {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 2vw;
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details {
    padding: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details {
    padding: 0vw 0.5vw;
  }
}
.MCEvCardEvent-info-details-info-public {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 4.58vw;
  margin-top: 1.5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-public {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-public {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-public {
    padding-left: 20px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-public {
    padding-left: 1.3vw;
    margin-top: 0.5vw;
  }
}
.MCEvCardEvent-info-details-info-public::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(50% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-public::before {
    bottom: calc(50% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-public::before {
    bottom: calc(50% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvCardEvent-info-details-info-public.adultos::before {
  background: transparent url("../assets/icon_person.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardEvent-info-details-info-public.familiar::before {
  background: transparent url("../assets/icon_family.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardEvent-info-details-info-space {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 4.58vw;
  margin-top: 1.5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-space {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-space {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-space {
    padding-left: 20px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-space {
    padding-left: 1.3vw;
    margin-top: 0.5vw;
  }
}
.MCEvCardEvent-info-details-info-space::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  bottom: calc(55% - 1.79vw);
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-info-space::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-info-space::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvCardEvent-info-details-info-space.presencial::before {
  background: transparent url("../assets/icon_building.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardEvent-info-details-info-space.virtual::before {
  background: transparent url("../assets/icon_virtual.svg") center no-repeat;
  background-size: contain;
}
.MCEvCardEvent-info-details-price {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  background-color: var(--bgcolor);
  padding: 1vw 1.2vw;
  border-radius: 4vw;
  width: auto;
  letter-spacing: -0.2vw;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-price {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-price {
    padding: 5px 6px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-price {
    padding: 0.5vw;
    letter-spacing: -0.1vw;
  }
}
.MCEvCardEvent-info-details-price span {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.56vw;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCardEvent-info-details-price span {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCardEvent-info-details-price span {
    font-size: 11px;
  }
}

.MCEvMinicardEvent {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 43vw;
  border-radius: 4vw;
}
.MCEvMinicardEvent.disabled {
  filter: grayscale(1);
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent {
    display: flex;
    flex-direction: row;
    width: 32.5%;
    margin: 0;
    transition-duration: 0.5s;
  }
  .MCEvMinicardEvent:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent {
    border-radius: 1.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent {
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
.MCEvMinicardEvent-flag {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  position: absolute;
  background-color: #abfc00;
  border-bottom-left-radius: 4vw;
  top: 0;
  right: 0;
  height: 4vw;
  padding: 1.2vw 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-flag {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-flag {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-flag {
    top: auto;
    right: auto;
    height: auto;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-flag {
    border-top-right-radius: 1.5vw;
    padding: 0.7vw 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-flag {
    padding: 8px 30px;
    border-top-right-radius: 16px;
  }
}
.MCEvMinicardEvent-image {
  width: 100%;
  height: 27vw;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-image {
    width: 31.7%;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-details {
    width: 68.3%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-details {
    padding: 0 0 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-details {
    padding: 0 0 10px;
  }
}
.MCEvMinicardEvent-supercategory {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  padding: 1vw 3vw;
  background-color: var(--bgcolor);
}
@media screen and (max-width: 600px) {
  .MCEvMinicardEvent-supercategory {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-supercategory {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-supercategory {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-supercategory {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-supercategory {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-supercategory {
    padding: 0.5vw 0.5vw;
  }
}
.MCEvMinicardEvent-category {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  background-color: var(--bgcolor);
  width: 100%;
  padding: 1vw 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-category {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-category {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-category {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.05;
    font-size: 3.58vw;
    box-sizing: border-box;
    filter: brightness(0.7);
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-category {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-category {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-category {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-category {
    padding: 0.5vw 0.5vw;
  }
}
.MCEvMinicardEvent-info {
  padding: 0 2vw 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info {
    padding: 0;
    box-sizing: border-box;
  }
}
.MCEvMinicardEvent-info-date {
  padding: 2vw 0 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date {
    padding: 0.5vw 0.5vw 0.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date {
    padding: 8px 10px 4px;
  }
}
.MCEvMinicardEvent-info-date-day {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 6vw;
  padding-bottom: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-day {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-day {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-date-day {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-day {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-day {
    padding-left: 1.3vw;
  }
}
.MCEvMinicardEvent-info-date-day::before {
  content: "";
  background: transparent url("../assets/icon_calendar.svg") center no-repeat;
  background-size: contain;
  width: 4.8vw;
  width: 3.58vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: calc(55% - 2.05vw);
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-day::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-day::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvMinicardEvent-info-date-hour {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding-left: 6vw;
  padding-bottom: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-date-hour {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour {
    padding-left: 1.3vw;
  }
}
.MCEvMinicardEvent-info-date-hour::before {
  content: "";
  background: transparent url("../assets/icon_clock.svg") center no-repeat;
  background-size: contain;
  width: 4.8vw;
  width: 3.58vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: calc(55% - 2.05vw);
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-date-hour::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvMinicardEvent-info-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  padding: 1vw 0 1vw;
  line-height: 1;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-title {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.125;
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    padding: 0.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-title {
    padding: 8px 10px 0;
  }
}
.MCEvMinicardEvent-info-location {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  position: relative;
  padding: 1vw 0 1vw 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-location {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-location {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-location {
    padding: 0.5vw 0.5vw 0 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-location {
    padding: 8px 6px 0 30px;
  }
}
.MCEvMinicardEvent-info-location::before {
  content: "";
  background: transparent url("../assets/icon_location.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  top: 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-location::before {
    top: auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-location::before {
    left: 10px;
    bottom: calc(50% - 7px - 2px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-location::before {
    left: 0.3vw;
    bottom: calc(45% - 0.55vw);
    width: 1.1vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details {
    padding: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details {
    padding: 0vw 0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .MCEvMinicardEvent-info-details-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
}
.MCEvMinicardEvent-info-details-info-public {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.56vw;
  position: relative;
  padding-left: 5vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-info-public {
    color: #8f8f8f;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    font-size: 2.82vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    padding-left: 20px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public {
    padding-left: 1.3vw;
    margin-top: 0.5vw;
  }
}
.MCEvMinicardEvent-info-details-info-public::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-info-public::before {
    top: auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public::before {
    bottom: calc(50% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-public::before {
    bottom: calc(50% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvMinicardEvent-info-details-info-public.adultos::before {
  background: transparent url("../assets/icon_person.svg") center no-repeat;
  background-size: contain;
}
.MCEvMinicardEvent-info-details-info-public.familiar::before {
  background: transparent url("../assets/icon_family.svg") center no-repeat;
  background-size: contain;
}
.MCEvMinicardEvent-info-details-info-space {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.56vw;
  position: relative;
  padding-left: 5vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-info-space {
    color: #8f8f8f;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    font-size: 2.82vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    padding-left: 20px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space {
    padding-left: 1.3vw;
    margin-top: 0.5vw;
  }
}
.MCEvMinicardEvent-info-details-info-space::before {
  content: "";
  aspect-ratio: 1/1;
  width: 3.58vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-info-space::before {
    top: auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space::before {
    bottom: calc(55% - 7px);
    width: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-info-space::before {
    bottom: calc(55% - 0.55vw);
    width: 1.1vw;
  }
}
.MCEvMinicardEvent-info-details-info-space.presencial::before {
  background: transparent url("../assets/icon_building.svg") center no-repeat;
  background-size: contain;
}
.MCEvMinicardEvent-info-details-info-space.virtual::before {
  background: transparent url("../assets/icon_virtual.svg") center no-repeat;
  background-size: contain;
}
.MCEvMinicardEvent-info-details-price {
  background-color: var(--bgcolor);
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  margin-top: 2vw;
  width: max-content;
  padding: 1vw 3vw;
  border-radius: 50vw;
  text-align: center;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-price {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.125;
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    padding: 5px 6px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-price {
    padding: 0.5vw;
    letter-spacing: -0.1vw;
  }
}
.MCEvMinicardEvent-info-details-price span {
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-price span {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-price span {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvMinicardEvent-info-details-price span {
    color: #000;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    font-size: 2.56vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvMinicardEvent-info-details-price span {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvMinicardEvent-info-details-price span {
    font-size: 11px;
  }
}

.MCEvSidemenu {
  position: static;
  width: 100vw;
  height: auto;
  top: 0;
  left: -100%;
  transition-duration: 0.5s;
  overflow: unset;
  max-width: unset;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .MCEvSidemenu {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu {
    width: 16vw;
    padding-top: var(--fuente3_tablet);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu {
    width: 210px;
    padding-top: var(--fuente3_desktop);
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu {
    width: 230px;
  }
}
.MCEvSidemenu-filters {
  display: flex;
  padding-bottom: 2vw;
  flex-direction: row;
  width: 90vw;
  padding: 10vw 5vw 2vw;
  column-gap: 3vw;
  row-gap: 2vw;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  .MCEvSidemenu-filters {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-filters {
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-filters {
    column-gap: 0.9vw;
    row-gap: 0.9vw;
  }
}
.MCEvSidemenu-filters-element {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #d9d9d9;
  border-radius: 50vw;
  border: solid #d9d9d9 0.1vw;
  padding: 0.5vw 0.6vw 0.5vw 2vw;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-filters-element {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-filters-element {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-filters-element {
    border-width: 1px;
    padding: 2.5px 2.5px 2.5px 12px;
    margin-bottom: 7px;
  }
  .MCEvSidemenu-filters-element:hover {
    border-color: #8f8f8f;
    background-color: transparent;
  }
  .MCEvSidemenu-filters-element:hover::after {
    background-color: #595959;
  }
}
.MCEvSidemenu-filters-element::after {
  content: "";
  background: transparent url("./assets/icon_cancel.svg") center no-repeat;
  background-color: #8f8f8f;
  background-size: 44%;
  border-radius: 50%;
  transition-duration: 0.5s;
  aspect-ratio: 1/1;
  width: 4.2vw;
  margin-left: 1.5vw;
  padding: 0.3vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-filters-element::after {
    width: 12px;
    margin-left: 12px;
    padding: 4px;
  }
}
.MCEvSidemenu-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10vh 10vw 5vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media screen and (min-width: 600px) {
  .MCEvSidemenu-container {
    display: block;
    height: auto;
    position: sticky;
    padding: 0;
    overflow-y: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-container {
    top: 10vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-container {
    top: 94px;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu-container {
    top: 102px;
  }
}
.MCEvSidemenu-element {
  width: 100%;
  margin: 2vw 0 8vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element {
    margin: 0.7vw 0 1.2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element {
    margin: 8px 0 16px;
  }
}
.MCEvSidemenu-element[open] .MCEvSidemenu-element-title > svg {
  transform: rotate(0);
}
.MCEvSidemenu-element-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.1;
  padding: 0 0 2vw;
  border-bottom: solid 1vw var(--elem_color);
}
.MCEvSidemenu-element-title::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element-title {
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element-title {
    font-size: var(--fuente1_desktop);
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu-element-title {
    font-size: var(--fuente1_desktop);
  }
}
.MCEvSidemenu-element-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.MCEvSidemenu-element-title.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .MCEvSidemenu-element-title {
    font-size: var(--fuente2);
  }
}
@media screen and (min-width: 600px) {
  .MCEvSidemenu-element-title {
    color: #003547;
    cursor: pointer;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element-title {
    padding-bottom: 1vw;
    border-bottom-width: 0.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element-title {
    padding-bottom: 8px;
    border-bottom-width: 4px;
  }
  .MCEvSidemenu-element-title:hover > svg {
    transform: rotate(180deg) translateY(-5px);
  }
  .MCEvSidemenu-element-title > a:hover {
    text-decoration: underline;
  }
}
.MCEvSidemenu-element-title > svg {
  width: 6vw;
  margin: 0 2vw 0 0;
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element-title > svg {
    margin-right: 0.5vw;
    width: 1.2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element-title > svg {
    margin-right: 6px;
    width: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu-element-title > svg {
    margin-right: 8px;
    width: 20px;
  }
}
.MCEvSidemenu-element-title > svg path {
  stroke: var(--elem_color);
}
.MCEvSidemenu-element-link {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: var(--fuente1);
  line-height: 1.1;
  margin: 5vw 0;
  padding-left: 8vw;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element-link {
    font-size: var(--fuente1_tablet);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element-link {
    font-size: var(--fuente1_desktop);
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu-element-link {
    font-size: var(--fuente1_desktop);
  }
}
.MCEvSidemenu-element-link.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.MCEvSidemenu-element-link.right {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .MCEvSidemenu-element-link {
    font-size: var(--fuente2);
  }
}
@media screen and (min-width: 600px) {
  .MCEvSidemenu-element-link {
    color: #003547;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSidemenu-element-link {
    padding-left: 0.8vw;
    margin: 1.2vw 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSidemenu-element-link {
    padding-left: 10px;
    margin: 16px 0;
  }
  .MCEvSidemenu-element-link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvSidemenu-element-link {
    margin: 20px 0;
    padding-left: 20px;
  }
}

.MCEvEvent {
  padding-top: 10vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent {
    padding-top: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent {
    padding-top: 25px;
  }
}
.MCEvEvent-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.MCEvEvent-category-supercategory {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  border-bottom: solid 0.5vw var(--catcolor);
  padding: 1vw 4vw 0.5vw 7vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-category-supercategory {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-category-supercategory {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-category-supercategory {
    padding: 14px 20px 7px 30px;
    border-bottom-width: 4px;
  }
  .MCEvEvent-category-supercategory:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-category-supercategory {
    padding: 0.4vw 1.5vw 0.4vw 2vw;
    border-bottom-width: 0.4vw;
  }
}
.MCEvEvent-category-category {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  background-color: var(--catcolor);
  border-top-right-radius: 50vw;
  border-bottom-right-radius: 50vw;
  padding: 0.5vw 4vw 0.5vw 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-category-category {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-category-category {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-category-category {
    padding: 6px 20px 6px 30px;
  }
  .MCEvEvent-category-category:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-category-category {
    padding: 0.5vw 1.5vw 0.5vw 2vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .MCEvEvent-header-info {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-header {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-header {
    margin-top: 1vw;
  }
}
.MCEvEvent-image {
  width: 90vw;
  display: block;
  margin: 5vw auto 0;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-image {
    width: 47.5%;
    margin: 0;
  }
}
.MCEvEvent-image img {
  width: 100%;
  object-fit: cover;
}
.MCEvEvent-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 6.15vw;
  width: 80vw;
  margin: 0 auto 2vw;
  text-align: center;
  padding: 2vw 0;
  border-bottom: solid 1.5vw var(--catcolor);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-title {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-title {
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom-width: 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-title {
    margin: 0 auto 0.8vw;
    padding: 0 0 0.8vw;
    border-bottom-width: 0.5vw;
  }
}
.MCEvEvent-info {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-info {
    width: 100%;
  }
}
.MCEvEvent-info-date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3vw 0;
  border-bottom: solid 0.2vw #d9d9d9;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date {
    padding: 15px 0;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date {
    padding: 1.2vw 0;
    border-bottom-width: 0.2vw;
  }
}
.MCEvEvent-info-date-day, .MCEvEvent-info-date-hour {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: 45%;
  box-sizing: border-box;
  position: relative;
  padding-right: 3vw;
  padding-left: 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day, .MCEvEvent-info-date-hour {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day, .MCEvEvent-info-date-hour {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day, .MCEvEvent-info-date-hour {
    padding-right: 10px;
    padding-left: 36px;
  }
  .MCEvEvent-info-date-day:hover span, .MCEvEvent-info-date-hour:hover span {
    color: #003547;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day, .MCEvEvent-info-date-hour {
    padding-right: 0.8vw;
    padding-left: 2.3vw;
  }
}
.MCEvEvent-info-date-day::before, .MCEvEvent-info-date-hour::before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.12vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day::before, .MCEvEvent-info-date-hour::before {
    width: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day::before, .MCEvEvent-info-date-hour::before {
    width: 1.6vw;
  }
}
.MCEvEvent-info-date-day span, .MCEvEvent-info-date-hour span {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
  display: block;
  margin: 1vw 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day span, .MCEvEvent-info-date-hour span {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day span, .MCEvEvent-info-date-hour span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day span, .MCEvEvent-info-date-hour span {
    margin: 4px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day span, .MCEvEvent-info-date-hour span {
    margin: 0.3vw 0 0;
  }
}
.MCEvEvent-info-date-day span::after, .MCEvEvent-info-date-hour span::after {
  content: "";
  background: url(../assets/down_arrow_grey.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  margin-left: 2.82vw;
  height: 2.82vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-date-day span::after, .MCEvEvent-info-date-hour span::after {
    margin-left: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-date-day span::after, .MCEvEvent-info-date-hour span::after {
    margin-left: 0.9vw;
    height: 0.9vw;
  }
}
.MCEvEvent-info-date-day::before {
  background: transparent url("../assets/icon_calendar.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-date-hour::before {
  background: transparent url("../assets/icon_clock.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3vw;
  align-items: flex-start;
  padding: 6vw 0 3vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-data {
    padding: 15px 0;
    row-gap: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-data {
    padding: 1.2vw 0;
    row-gap: 1.2vw;
  }
}
.MCEvEvent-info-data-price, .MCEvEvent-info-data-public, .MCEvEvent-info-data-space, .MCEvEvent-info-data-pet {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: 45%;
  box-sizing: border-box;
  position: relative;
  padding-right: 3vw;
  padding-left: 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-data-price, .MCEvEvent-info-data-public, .MCEvEvent-info-data-space, .MCEvEvent-info-data-pet {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-data-price, .MCEvEvent-info-data-public, .MCEvEvent-info-data-space, .MCEvEvent-info-data-pet {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-data-price, .MCEvEvent-info-data-public, .MCEvEvent-info-data-space, .MCEvEvent-info-data-pet {
    padding-right: 10px;
    padding-left: 36px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-data-price, .MCEvEvent-info-data-public, .MCEvEvent-info-data-space, .MCEvEvent-info-data-pet {
    padding-right: 0.8vw;
    padding-left: 2.3vw;
  }
}
.MCEvEvent-info-data-price::before, .MCEvEvent-info-data-public::before, .MCEvEvent-info-data-space::before, .MCEvEvent-info-data-pet::before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.12vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-info-data-price::before, .MCEvEvent-info-data-public::before, .MCEvEvent-info-data-space::before, .MCEvEvent-info-data-pet::before {
    width: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-info-data-price::before, .MCEvEvent-info-data-public::before, .MCEvEvent-info-data-space::before, .MCEvEvent-info-data-pet::before {
    width: 1.6vw;
  }
}
.MCEvEvent-info-data-price::before {
  background: transparent url("../assets/icon_money.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data-public.adultos::before {
  background: transparent url("../assets/icon_person.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data-public.familiar::before {
  background: transparent url("../assets/icon_family.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data-space.presencial::before {
  background: transparent url("../assets/icon_building.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data-space.virtual::before {
  background: transparent url("../assets/icon_virtual.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-info-data-pet::before {
  background: transparent url("../assets/icon_pet.svg") center no-repeat;
  background-size: contain;
}
.MCEvEvent-streamming {
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  background-color: #b91800;
  width: 80vw;
  padding: 2vw 0;
  border-radius: 50vw;
  margin: 3vw auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-streamming {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-streamming {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-streamming {
    width: 90%;
    transition-duration: 0.5s;
  }
  .MCEvEvent-streamming:hover {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
    filter: brightness(0.85);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-streamming {
    padding: 7px 0;
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-streamming {
    padding: 0.8vw 0;
    margin: 1.2vw 0 0;
  }
}
.MCEvEvent-streamming::before {
  content: "";
  background: transparent url("../assets/icon_rec.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  width: 5.12vw;
  margin-right: 4.1vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-streamming::before {
    width: 28px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-streamming::before {
    width: 1.6vw;
    margin-right: 1.3vw;
  }
}
.MCEvEvent-description {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1.2;
  margin: 0 auto;
  width: 90vw;
  padding: 4vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-description {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-description {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-description {
    padding: 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-description {
    padding: 1.6vw 0;
  }
}
.MCEvEvent-scenario {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  margin: 5vw auto;
  width: 90vw;
  border-radius: 4vw;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario {
    margin: 20px auto;
    width: 100%;
    border-radius: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario {
    margin: 1.5vw auto;
    width: 100%;
    border-radius: 2vw;
  }
}
.MCEvEvent-scenario-image {
  display: block;
  width: 28.7vw;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-scenario-image {
    width: 37%;
    aspect-ratio: 3/1.5;
  }
}
.MCEvEvent-scenario-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-image:hover ~ .MCEvEvent-scenario-info .MCEvEvent-scenario-info-title {
    color: #000;
  }
}
.MCEvEvent-scenario-info {
  width: 42vw;
  padding: 2vw 0;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-scenario-info {
    width: 30%;
    align-self: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-info {
    padding: 0.9vw 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-info {
    padding: 10px 0;
  }
  .MCEvEvent-scenario-info:hover .MCEvEvent-scenario-info-title {
    color: #000;
  }
}
.MCEvEvent-scenario-info-title {
  color: #595959;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  line-height: 1;
  padding-bottom: 1vw;
  transition-duration: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-info-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-info-title {
    font-size: 16px;
  }
}
.MCEvEvent-scenario-info-address {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  padding-bottom: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-info-address {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-info-address {
    font-size: 14px;
  }
}
.MCEvEvent-scenario-info-locality {
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 2.82vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-info-locality {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-info-locality {
    font-size: 12px;
  }
}
.MCEvEvent-scenario-routes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  row-gap: 3vw;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-scenario-routes {
    row-gap: 10px;
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes {
    border-left: solid #8f8f8f 2px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes {
    border-left: solid #8f8f8f 0.2vw;
    margin: 1.8vw 0;
  }
}
.MCEvEvent-scenario-routes-label {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  width: 65%;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes-label {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes-label {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes-label {
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 600px) {
  .MCEvEvent-scenario-routes-label {
    display: none;
  }
}
.MCEvEvent-scenario-routes-waze, .MCEvEvent-scenario-routes-maps {
  aspect-ratio: 1/1;
  width: 80%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-scenario-routes-waze, .MCEvEvent-scenario-routes-maps {
    width: 65%;
    aspect-ratio: auto;
    transition-duration: 0.5s;
  }
  .MCEvEvent-scenario-routes-waze:hover, .MCEvEvent-scenario-routes-maps:hover {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
    filter: brightness(0.85);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes-waze, .MCEvEvent-scenario-routes-maps {
    border-radius: 10px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes-waze, .MCEvEvent-scenario-routes-maps {
    border-radius: 0.8vw;
    padding: 0.4vw 0;
  }
}
.MCEvEvent-scenario-routes-waze > img, .MCEvEvent-scenario-routes-maps > img {
  width: 50%;
  animation-name: latido;
  animation-duration: 2s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-scenario-routes-waze > img, .MCEvEvent-scenario-routes-maps > img {
    width: 15%;
    aspect-ratio: 1/1;
  }
}
.MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
    margin-left: 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-routes-waze > p, .MCEvEvent-scenario-routes-maps > p {
    margin-left: 0.5vw;
  }
}
.MCEvEvent-scenario-routes-waze {
  background-color: #4bc2f1;
}
.MCEvEvent-scenario-routes-maps {
  background-color: #d9d9d9;
}
.MCEvEvent-scenario-sublugar {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5vw 5vw;
  background-color: var(--catcolor);
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-sublugar {
    padding: 8px 40px;
    transition-duration: 0.5s;
  }
  .MCEvEvent-scenario-sublugar:hover {
    filter: brightness(0.85);
  }
  .MCEvEvent-scenario-sublugar:hover .MCEvEvent-scenario-sublugar-title {
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-sublugar {
    padding: 0.7vw 3.5vw;
  }
}
.MCEvEvent-scenario-sublugar-title {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-scenario-sublugar-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-scenario-sublugar-title {
    font-size: 16px;
  }
}
.MCEvEvent-host {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 5vw auto;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host {
    margin: 20px auto;
    row-gap: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host {
    margin: 1.5vw auto;
    row-gap: 1.2vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-host {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .MCEvEvent-host.many .MCEvEvent-host-title {
    width: 19%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .MCEvEvent-host.one {
    align-items: center;
  }
  .MCEvEvent-host.many {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .MCEvEvent-host.many .MCEvEvent-host-title {
    width: 100%;
    padding-bottom: 2vw;
  }
  .MCEvEvent-host.one .MCEvEvent-host-link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
  }
  .MCEvEvent-host.one .MCEvEvent-host-link-image {
    margin-right: 2vw;
  }
  .MCEvEvent-host.many .MCEvEvent-host-link {
    flex-direction: column;
    align-items: center;
    width: 25vw;
  }
  .MCEvEvent-host.many .MCEvEvent-host-link-image {
    margin-bottom: 2vw;
  }
}
.MCEvEvent-host-title {
  color: #8f8f8f;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host-title {
    margin-right: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host-title {
    margin-right: 1.2vw;
  }
}
.MCEvEvent-host-link {
  display: flex;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-host-link {
    align-items: center;
    width: 40%;
    justify-self: flex-end;
  }
  .MCEvEvent-host-link:nth-of-type(odd) {
    margin-left: 19%;
  }
  .MCEvEvent-host-link:nth-of-type(1) {
    margin-left: 0;
  }
  .MCEvEvent-host-link:hover .MCEvEvent-host-link-name {
    text-decoration: underline;
  }
}
.MCEvEvent-host-link-image {
  width: 10vw;
  display: block;
  border-radius: 50%;
  box-shadow: 0 4px 6px 0px #003547;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host-link-image {
    width: 45px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host-link-image {
    width: 4vw;
    margin-right: 1.2vw;
  }
}
.MCEvEvent-host-link-name {
  color: #005e54;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host-link-name {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host-link-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-host-link-name {
    text-decoration: none;
    padding: 6px 0 6px 15px;
    border-left: solid #005e54 1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-host-link-name {
    padding: 0.5vw 0 0.5vw 1.2vw;
    border-left: solid #005e54 0.1vw;
  }
}
.MCEvEvent-inscription {
  padding: 5vw 0;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-inscription {
    padding: 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-inscription {
    padding: 1vw 0;
  }
}
.MCEvEvent-inscription-label {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-inscription-label {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-inscription-label {
    font-size: 14px;
  }
}
.MCEvEvent-inscription-button {
  color: #005e54;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  border: solid 0.5vw #005e54;
  display: block;
  width: max-content;
  border-radius: 50vw;
  padding: 2.5vw 8vw;
  margin: 3vw auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-inscription-button {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-inscription-button {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-inscription-button {
    transition-duration: 0.5s;
  }
  .MCEvEvent-inscription-button:hover {
    color: #fff;
    background-color: #005e54;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-inscription-button {
    border-width: 3px;
    padding: 10px 40px;
    margin: 10px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-inscription-button {
    border-width: 0.2vw;
    padding: 1vw 4vw;
    margin: 1vw auto;
  }
}
.MCEvEvent-tickets {
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  background-color: #b91800;
  display: block;
  width: max-content;
  border-radius: 50vw;
  padding: 2.5vw 8vw;
  margin: 3vw auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-tickets {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-tickets {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-tickets {
    transition-duration: 0.5s;
  }
  .MCEvEvent-tickets:hover {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
    filter: brightness(0.85);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-tickets {
    padding: 10px 40px;
    margin: 10px auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-tickets {
    border-width: 0.2vw;
    padding: 1vw 4vw;
    margin: 1vw auto;
  }
}
.MCEvEvent-body {
  width: 90vw;
  margin: 0 auto;
  padding: 3vw 0;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-body {
    width: 100%;
  }
}
.MCEvEvent-body-title {
  color: #003547;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 6.15vw;
  display: block;
  width: max-content;
  max-width: 90vw;
  margin: 0;
  padding-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvEvent-body-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body-title {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body-title {
    padding-bottom: 1.2vw;
  }
}
.MCEvEvent-body-title::after {
  content: "";
  width: 100%;
  background-color: var(--catcolor);
  height: 1.5vw;
  position: absolute;
  bottom: -0.76vw;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body-title::after {
    height: 0.8vw;
    bottom: -0.45vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body-title::after {
    height: 7px;
    bottom: -4.5px;
  }
}
.MCEvEvent-body-line {
  width: calc(100% - 10vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5vw 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvEvent-body-line {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body-line {
    margin: 0 0 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body-line {
    margin: 0 0 25px;
  }
}
.MCEvEvent-body-line:after {
  content: "";
  width: 100%;
  background-color: #d9d9d9;
  height: 0.2vw;
  z-index: 3;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body-line:after {
    height: 0.1w;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body-line:after {
    height: 2px;
  }
}
.MCEvEvent-body h3, .MCEvEvent-body h4, .MCEvEvent-body h5 {
  color: #003547;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  font-size: 5.12vw;
  padding-bottom: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body h3, .MCEvEvent-body h4, .MCEvEvent-body h5 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body h3, .MCEvEvent-body h4, .MCEvEvent-body h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body h3, .MCEvEvent-body h4, .MCEvEvent-body h5 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body h3, .MCEvEvent-body h4, .MCEvEvent-body h5 {
    padding-bottom: 1.2vw;
  }
}
.MCEvEvent-body p {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1.2;
  padding-bottom: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body p {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body p {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body p {
    padding-bottom: 1.2vw;
  }
}
.MCEvEvent-body img {
  max-width: 100%;
  display: block;
  margin: 2vw auto 3vw;
}
@media screen and (min-width: 1100px) {
  .MCEvEvent-body img {
    margin: 18px auto 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvEvent-body img {
    margin: 1.5vw auto 2vw;
  }
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.MCEvHost {
  padding-top: 10vw;
}
@media screen and (min-width: 1100px) {
  .MCEvHost {
    padding-top: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost {
    padding-top: 2vw;
  }
}
.MCEvHost-image {
  width: 30vw;
  display: block;
  margin-bottom: 3vw;
  margin-left: 5vw;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0px 20px 0px #003547;
}
@media screen and (min-width: 600px) {
  .MCEvHost-image {
    width: 20%;
    margin: 0 0 0 5%;
  }
}
.MCEvHost-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 9.23vw;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost-title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHost-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvHost-title {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHost-title {
    padding-bottom: 6px;
    border-bottom: solid 6px #003547;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost-title {
    padding-bottom: 0.5vw;
    border-bottom: solid 0.3vw #003547;
  }
}
.MCEvHost-description {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost-description {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHost-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvHost-description {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHost-description {
    padding: 15px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost-description {
    padding: 1vw 0;
  }
}
@media screen and (min-width: 600px) {
  .MCEvHost-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .MCEvHost-header-info {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvHost-header {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvHost-header {
    padding-bottom: 2vw;
  }
}

.MCEvScenario {
  padding-top: 10vw;
}
@media screen and (min-width: 1100px) {
  .MCEvScenario {
    padding-top: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario {
    padding-top: 2vw;
  }
}
.MCEvScenario-image {
  width: 100vw;
  display: block;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 600px) {
  .MCEvScenario-image {
    width: 100%;
    flex-wrap: wrap;
    aspect-ratio: 1/1;
    grid-row: 1/4;
    object-fit: cover;
    order: 0;
    margin: 0;
  }
}
.MCEvScenario-location {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-location {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvScenario-location {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-location {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-location {
    padding-bottom: 0.4vw;
  }
}
.MCEvScenario-title {
  color: #000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 9.23vw;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-title {
    font-size: 56px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvScenario-title {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-title {
    padding-bottom: 2px;
    border-bottom: solid #003547 5px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-title {
    padding-bottom: 0.2vw;
    border-bottom: solid #003547 0.4vw;
    margin-bottom: 0.7vw;
  }
}
.MCEvScenario-description, .MCEvScenario-address {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-description, .MCEvScenario-address {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-description, .MCEvScenario-address {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvScenario-description, .MCEvScenario-address {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-description, .MCEvScenario-address {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-description, .MCEvScenario-address {
    padding-bottom: 1.2vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvScenario-header {
    display: grid;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
    justify-content: flex-start;
  }
  .MCEvScenario-header-info {
    margin-bottom: auto;
  }
  .MCEvScenario-header-title, .MCEvScenario-header-info, .MCEvScenario-header-navigation {
    width: 100%;
    order: 1;
  }
}
.MCEvScenario-routes {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5vw auto;
}
@media screen and (min-width: 600px) {
  .MCEvScenario-routes {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-routes {
    margin: 10px auto 0;
    column-gap: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-routes {
    margin: 0.8vw auto 0;
    column-gap: 1vw;
  }
}
.MCEvScenario-routes-waze, .MCEvScenario-routes-maps {
  width: 41vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4vw;
  padding: 2vw 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvScenario-routes-waze, .MCEvScenario-routes-maps {
    width: 30%;
    transition-duration: 0.5s;
  }
  .MCEvScenario-routes-waze:hover, .MCEvScenario-routes-maps:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    filter: brightness(0.9);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-routes-waze, .MCEvScenario-routes-maps {
    border-radius: 12px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-routes-waze, .MCEvScenario-routes-maps {
    border-radius: 1vw;
    padding: 0.8vw 1.2vw;
  }
}
.MCEvScenario-routes-waze > img, .MCEvScenario-routes-maps > img {
  width: 8vw;
  height: 8vw;
  object-fit: contain;
  margin-right: 1vw;
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-routes-waze > img, .MCEvScenario-routes-maps > img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-routes-waze > img, .MCEvScenario-routes-maps > img {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.MCEvScenario-routes-waze > p, .MCEvScenario-routes-maps > p {
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-routes-waze > p, .MCEvScenario-routes-maps > p {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-routes-waze > p, .MCEvScenario-routes-maps > p {
    font-size: 16px;
  }
}
.MCEvScenario-routes-waze {
  background-color: #4bc2f1;
}
.MCEvScenario-routes-maps {
  background-color: #d9d9d9;
}
.MCEvScenario-place {
  width: 80vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place {
    cursor: pointer;
    width: 100%;
  }
  .MCEvScenario-place:nth-of-type(1) {
    margin-top: 25px;
  }
  .MCEvScenario-place:nth-last-of-type(1) {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place {
    cursor: pointer;
    width: 100%;
  }
  .MCEvScenario-place:nth-of-type(1) {
    margin-top: 2vw;
  }
  .MCEvScenario-place:nth-last-of-type(1) {
    margin-bottom: 2vw;
  }
}
.MCEvScenario-place-title {
  color: #595959;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  padding: 5vw 0;
  border-bottom: solid #d9d9d9 0.2vw;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-title {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-title {
    font-size: 16px;
  }
}
.MCEvScenario-place-title::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 600px) {
  .MCEvScenario-place-title {
    transition-duration: 0.5s;
  }
  .MCEvScenario-place-title:hover {
    border-bottom-color: #8f8f8f;
    filter: brightness(0.6);
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-title {
    padding: 15px 0;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-title {
    padding: 1.2vw 0;
    border-bottom-width: 0.2vw;
  }
}
.MCEvScenario-place-title::after {
  content: "";
  transition-duration: 0.5s;
  background: url(../assets/down_arrow_grey.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  height: 5.12vw;
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-title::after {
    height: 16px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-title::after {
    padding-bottom: 0.1vw;
    height: 1.3vw;
  }
}
.MCEvScenario-place:open .MCEvScenario-place-title {
  color: #003547;
  border-bottom-color: #003547;
}
.MCEvScenario-place:open .MCEvScenario-place-title::after {
  transform: rotate(180deg);
}
.MCEvScenario-place-body {
  padding: 3vw 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .MCEvScenario-place-body {
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-body {
    padding: 12px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-body {
    padding: 1vw 0;
  }
}
.MCEvScenario-place-body p {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  line-height: 1.2;
  padding-bottom: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-body p {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-body p {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-body p {
    padding-bottom: 1.2vw;
  }
}
.MCEvScenario-place-body img {
  max-width: 100%;
  display: block;
  margin: 2vw auto 3vw;
}
@media screen and (min-width: 1100px) {
  .MCEvScenario-place-body img {
    margin: 18px auto 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvScenario-place-body img {
    margin: 1.5vw auto 2vw;
  }
}

.MCEvCarrusel {
  width: 100vw;
  padding: 4vw 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel {
    width: 100%;
    padding: 1.5vw 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .MCEvCarrusel {
    width: 100%;
  }
}
.MCEvCarrusel-title {
  color: #003547;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 6.15vw;
  display: block;
  width: max-content;
  max-width: 90vw;
  margin: 0 5vw;
  padding-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-title {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-title {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-title {
    padding-bottom: 1.2vw;
  }
}
.MCEvCarrusel-title::after {
  content: "";
  width: 100%;
  background-color: var(--catcolor);
  height: 1.5vw;
  position: absolute;
  bottom: -0.76vw;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-title::after {
    height: 0.8vw;
    bottom: -0.45vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-title::after {
    height: 7px;
    bottom: -4.5px;
  }
}
.MCEvCarrusel-line {
  width: calc(100% - 10vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5vw 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-line {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-line {
    margin: 0 0 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-line {
    margin: 0 0 25px;
  }
}
.MCEvCarrusel-line:after {
  content: "";
  width: 100%;
  background-color: #d9d9d9;
  height: 0.2vw;
  z-index: 3;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-line:after {
    height: 0.1w;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-line:after {
    height: 2px;
  }
}
.MCEvCarrusel-carrusel {
  width: 100vw;
  height: max-content;
  overflow-x: scroll;
  padding-bottom: 2vw;
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel {
    width: 100%;
    height: auto;
    overflow-x: visible;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel {
    padding-bottom: 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-carrusel {
    padding-bottom: 20px;
  }
}
.MCEvCarrusel-carrusel-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: max-content;
  padding-left: 5vw;
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 32.5%;
    transition-duration: 0.5s;
  }
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1):hover, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2):hover, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3):hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) {
    border-radius: 2vw;
    padding-bottom: 1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2), .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) {
    border-radius: 20px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-flag {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.05;
    font-size: 3.58vw;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-flag {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-flag {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-flag {
    border-bottom-left-radius: 2vw;
    padding: 0.7vw 2vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-flag, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-flag {
    padding: 8px 30px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-image, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-image, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-image {
    aspect-ratio: 10/5;
    width: 100%;
    object-fit: cover;
  }
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info {
    padding-bottom: 0.5vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category {
    background-color: var(--bgcolor);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category {
    padding: 0.6vw 1.2vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-subtitle {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.125;
    font-size: 4.1vw;
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-subtitle {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title {
    border-right: solid 1px #000;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title {
    padding-right: 11px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-title {
    padding-right: 0.7vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-subtitle {
    padding-left: 11px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-category-subtitle, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-category-subtitle {
    padding-left: 0.7vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date {
    padding: 2vw 1.2vw 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date {
    padding: 20px 15px 0;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day {
    color: #595959;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.142;
    font-size: 4.1vw;
    line-height: 1;
    position: relative;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day {
    padding-left: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day::before {
    content: "";
    background: transparent url("../assets/icon_calendar.svg") center no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-day::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-day::before {
    width: 1.3vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour {
    color: #595959;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.142;
    font-size: 4.1vw;
    line-height: 1;
    position: relative;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour {
    padding-left: 21px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour {
    padding-left: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour::before {
    content: "";
    background: transparent url("../assets/icon_clock.svg") center no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour::before {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-date-hour::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-date-hour::before {
    width: 1.3vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-title {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.1;
    font-size: 5.12vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-title {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-title {
    margin-top: 1vw;
    padding: 0 1.2vw 0.5vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-title, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-title {
    margin-top: 15px;
    padding: 0 15px 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location {
    color: #595959;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.142;
    font-size: 4.1vw;
    position: relative;
    line-height: 1;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location {
    padding: 0.5vw 1.2vw 0 2.8vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location {
    padding: 8px 15px 0 39px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location::before {
    content: "";
    background: transparent url("../assets/icon_location.svg") center no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    position: absolute;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location::before {
    left: 15px;
    bottom: calc(50% - 7px - 6px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-location::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-location::before {
    left: 1.2vw;
    bottom: calc(45% - 0.55vw - 0.2vw);
    width: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public {
    color: #8f8f8f;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.142;
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public {
    padding-left: 22px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public::before {
    aspect-ratio: 1/1;
    left: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public::before {
    bottom: calc(50% - 8px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-public::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-public::before {
    bottom: calc(50% - 0.65vw);
    width: 1.3vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space {
    color: #8f8f8f;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.142;
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space {
    padding-left: 22px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space {
    padding-left: 1.6vw;
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space::before {
    aspect-ratio: 1/1;
    left: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space::before {
    bottom: calc(55% - 8px);
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-info-space::before, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-info-space::before {
    bottom: calc(55% - 0.65vw);
    width: 1.3vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price {
    color: #000;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    line-height: 1.05;
    font-size: 3.58vw;
    border-radius: 4vw;
    width: auto;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price {
    padding: 6px 14px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price {
    padding: 0.5vw 1vw;
    letter-spacing: -0.05vw;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price span {
    color: #000;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 1.272;
    font-size: 3.58vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price span {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(1) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(2) .MCEvCardEvent-info-details-price span, .MCEvCarrusel-carrusel-container.today > .MCEvCardEvent:nth-of-type(3) .MCEvCardEvent-info-details-price span {
    font-size: 14px;
  }
}
.MCEvCarrusel-arrows {
  width: 20vw;
  margin: 4vw auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.MCEvCarrusel-arrows > svg {
  width: 6vw;
  transform: rotate(90deg);
}
.MCEvCarrusel-arrows > svg:first-of-type {
  transform: rotate(-90deg);
}
.MCEvCarrusel-arrows > svg path {
  stroke: var(--catcolor);
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-arrows {
    display: none;
  }
}
.MCEvCarrusel-cta {
  color: #8f8f8f;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.05;
  font-size: 3.58vw;
  display: block;
  margin: 5vw 5vw 5vw auto;
  width: max-content;
  text-align: right;
  border-bottom: solid #8f8f8f 0.2vw;
  padding-bottom: 1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-cta {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-cta {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .MCEvCarrusel-cta {
    display: block;
  }
  .MCEvCarrusel-cta:hover {
    color: #003547;
    text-decoration: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-cta {
    margin: 0.8vw 0 0.8vw auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-cta {
    border-bottom: solid #8f8f8f 1px;
    padding-bottom: 4px;
    margin: 10px 0 10px auto;
  }
  .MCEvCarrusel-cta:hover {
    border-bottom-color: #003547;
  }
  .MCEvCarrusel-cta:hover::before {
    transform: rotate(-90deg);
  }
}
.MCEvCarrusel-cta::before {
  content: "";
  transition-duration: 0.5s;
  background: url(../assets/down_arrow_grey.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  margin-right: 2.82vw;
  height: 4.1vw;
}
@media screen and (min-width: 1100px) {
  .MCEvCarrusel-cta::before {
    padding-bottom: 4px;
    margin-right: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvCarrusel-cta::before {
    padding-bottom: 0.1vw;
    margin-right: 0.9vw;
    height: 1.3vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearch {
    padding-top: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearch {
    padding-top: 10px;
  }
}
.MCEvSearch-graphic {
  display: block;
  margin: 0 auto;
  width: 60vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearch-graphic {
    width: 25vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearch-graphic {
    width: 250px;
  }
}
.MCEvSearch-text {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  font-size: 5.12vw;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70vw;
  padding-bottom: 5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearch-text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearch-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearch-text {
    padding-bottom: 2vw;
    width: 20vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearch-text {
    padding-bottom: 20px;
    width: 400px;
  }
}

.MCEvSearching {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  max-height: 0;
  transition-duration: 0.5s;
  box-sizing: border-box;
  padding: 0 5vw;
}
@media screen and (min-width: 600px) {
  .MCEvSearching {
    height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching {
    padding: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching {
    padding: 0 0.9vw;
  }
}
.MCEvSearching.opened {
  padding: 2vw 5vw 10dvh;
  max-height: 200dvh;
}
@media screen and (min-width: 600px) {
  .MCEvSearching.opened {
    max-height: 100dvh;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching.opened {
    padding: 10px calc(50vw - 640px) 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching.opened {
    padding: 0.9vw 5vw 0.9vw;
  }
}
.MCEvSearching-container {
  height: 100%;
  overflow-x: visible;
  overflow-y: auto;
  padding-top: 3vw;
}
@media screen and (min-width: 600px) {
  .MCEvSearching-container {
    margin: 0 auto;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-container {
    width: 1000px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-container {
    width: 90vw;
    padding-top: 5vw;
  }
}
.MCEvSearching-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5vw;
}
@media screen and (min-width: 600px) {
  .MCEvSearching-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form {
    width: calc(100% - 5px);
    row-gap: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form {
    width: calc(100% - 0.5vw);
    row-gap: 1.5vw;
  }
}
.MCEvSearching-form-element {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  width: 71vw;
  padding: 2.5vw 7vw;
  border-radius: 50vw;
  box-shadow: 0 4px 6px 0px #8f8f8f;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element {
    width: 270px;
    padding: 10px 25px;
    transition-duration: 0.5s;
  }
  .MCEvSearching-form-element:hover {
    box-shadow: 0 4px 6px 0px #003547;
  }
  .MCEvSearching-form-element:hover:after {
    transform: translateY(3px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element {
    width: 25vw;
    padding: 0.8vw 2vw;
  }
}
.MCEvSearching-form-element.active {
  background-color: #003547;
}
.MCEvSearching-form-element.active::before {
  filter: grayscale(10) brightness(50);
}
.MCEvSearching-form-element.active:after {
  filter: grayscale(10) brightness(50);
}
.MCEvSearching-form-element.active > input[type=text], .MCEvSearching-form-element.active > input[type=date], .MCEvSearching-form-element.active > select, .MCEvSearching-form-element.active > span {
  color: #fff;
}
.MCEvSearching-form-element::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5.12vw;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: transparent;
  margin-right: 1vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element::before {
    margin-right: 4px;
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element::before {
    margin-right: 0.4vw;
    width: 1.3vw;
  }
}
.MCEvSearching-form-element:not(.search)::after {
  transition-duration: 0.5s;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4.1vw;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: transparent url("../assets/down_arrow_blue.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element:not(.search)::after {
    width: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element:not(.search)::after {
    width: 1.3vw;
  }
}
.MCEvSearching-form-element > input[type=text], .MCEvSearching-form-element > input[type=date], .MCEvSearching-form-element > select, .MCEvSearching-form-element > span {
  color: #003547;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element > input[type=text], .MCEvSearching-form-element > input[type=date], .MCEvSearching-form-element > select, .MCEvSearching-form-element > span {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element > input[type=text], .MCEvSearching-form-element > input[type=date], .MCEvSearching-form-element > select, .MCEvSearching-form-element > span {
    font-size: 16px;
  }
}
.MCEvSearching-form-element > input[type=text]:focus-visible, .MCEvSearching-form-element > input[type=date]:focus-visible, .MCEvSearching-form-element > select:focus-visible, .MCEvSearching-form-element > span:focus-visible {
  outline: none;
}
.MCEvSearching-form-element > input[type=text], .MCEvSearching-form-element > input[type=date], .MCEvSearching-form-element > select {
  width: max-content;
  border: none;
  background-color: transparent;
}
.MCEvSearching-form-element > input[type=text]::picker-icon, .MCEvSearching-form-element > input[type=date]::picker-icon, .MCEvSearching-form-element > select::picker-icon {
  display: none;
}
.MCEvSearching-form-element > select {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border-radius: 0;
  text-align: center;
  text-align-last: center;
}
.MCEvSearching-form-element > select::-webkit-inner-spin-button, .MCEvSearching-form-element > select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.MCEvSearching-form-element > input[type=text]::placeholder {
  color: #d9d9d9;
}
.MCEvSearching-form-element > input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; /* For WebKit browsers like Chrome, Edge, Safari */
}
.MCEvSearching-form-element > input[type=date] {
  /* For Firefox, you might need to adjust appearance or use a different approach */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard property */
}
.MCEvSearching-form-element > select, .MCEvSearching-form-element::picker(select) {
  appearance: none;
}
.MCEvSearching-form-element.search {
  box-shadow: inset 0 -4px 6px 0px #8f8f8f;
}
@media screen and (min-width: 600px) {
  .MCEvSearching-form-element.search {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element.search {
    width: calc(100% - 10px);
    padding: 6px 25px;
    margin: 0 auto 10px;
  }
  .MCEvSearching-form-element.search:hover {
    box-shadow: inset 0 -4px 6px 0px #003547;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element.search {
    width: calc(100% - 0.8vw);
    padding: 0.5vw 2vw;
    margin: 0 auto 0.8vw;
  }
}
.MCEvSearching-form-element.search > input {
  color: #003547;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  font-size: 5.12vw;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element.search > input {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element.search > input {
    font-size: 28px;
  }
}
.MCEvSearching-form-element.search::before {
  width: 6.15vw;
  background: transparent url("../assets/icon_search_blue.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-element.search::before {
    width: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-element.search::before {
    width: 2vw;
  }
}
.MCEvSearching-form-element.date::before {
  background: transparent url("../assets/icon_calendar_blue.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-form-element.public::before {
  background: transparent url("../assets/icon_smile_blue.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-form-element.cost::before {
  background: transparent url("../assets/icon_money_blue.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-form-element.categories::before {
  background: transparent url("../assets/icon_bars_blue.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-form-element.locations::before {
  background: transparent url("../assets/icon_location_blue.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-form-pets {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-start;
  margin-left: 8vw;
  margin-top: 1vw;
}
@media screen and (min-width: 600px) {
  .MCEvSearching-form-pets {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets {
    width: 270px;
    padding: 10px 25px;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets {
    width: 25vw;
    padding: 0.8vw 2vw;
  }
}
.MCEvSearching-form-pets > input {
  width: 5vw;
  height: 5vw;
  margin-right: 4.1vw;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: solid #003547 0.5vw;
  border-radius: 30%;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets > input {
    margin-right: 16px;
    border-width: 2px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets > input {
    margin-right: 1.3vw;
    border-width: 0.2vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.MCEvSearching-form-pets > input:checked {
  background-color: #003547;
  border-color: #003547;
}
.MCEvSearching-form-pets > input:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 4.1vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets > input:checked::after {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets > input:checked::after {
    font-size: 1.3vw;
  }
}
.MCEvSearching-form-pets > label {
  color: #003547;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  font-size: 5.12vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets > label {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets > label {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets > label {
    cursor: pointer;
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets > label {
    font-size: 1.3vw;
  }
}
.MCEvSearching-form-pets > label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: transparent url("../assets/icon_pet_blue.svg") center no-repeat;
  background-size: contain;
  margin-left: 3.58vw;
  width: 5.12vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-pets > label::after {
    margin-left: 14px;
    width: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-pets > label::after {
    margin-left: 1.1vw;
    width: 1.6vw;
  }
}
.MCEvSearching-form-submit {
  background-color: #fff;
  border: solid 0.6vw #003547;
  color: #003547;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  font-size: 5.12vw;
  width: max-content;
  padding: 2vw 7vw;
  border-radius: 50vw;
  display: block;
  margin: 5vw auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-submit {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-submit {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-form-submit {
    font-size: 16px;
    border-width: 2px;
    cursor: pointer;
    margin: 10px 5px 10px auto;
    padding: 4px 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-form-submit {
    font-size: 1.3vw;
    border-width: 0.2vw;
    margin: 0.8vw 0.5vw 0.8vw auto;
    padding: 0.4vw 1.5vw;
  }
}
.MCEvSearching-form-submit.active, .MCEvSearching-form-submit:hover {
  background-color: #003547;
  color: #fff;
  animation: beat 1.5s infinite;
}
.MCEvSearching-text {
  color: #003547;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.125;
  font-size: 4.1vw;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 4vw 0 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-text {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-text {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-text {
    padding: 0.8vw 0;
  }
}
.MCEvSearching-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2vw;
  row-gap: 2vw;
  padding: 2vw 0 4vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-days {
    column-gap: 30px;
    row-gap: 16px;
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-days {
    column-gap: 2.5vw;
    row-gap: 1.2vw;
    padding: 0.8vw 0 1.5vw;
  }
}
.MCEvSearching-days-element {
  color: #595959;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #abfc00;
  border-radius: 50vw;
  padding: 2vw 5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-days-element {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-days-element {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-days-element {
    transition-duration: 0.5s;
    padding: 10px 30px;
  }
  .MCEvSearching-days-element:hover {
    background-color: #abfc00;
    font-weight: 700;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-days-element {
    padding: 0.8vw 2.5vw;
  }
}
.MCEvSearching-fast {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 72vw;
  column-gap: 2vw;
  row-gap: 2vw;
  padding: 2vw 0 4vw;
}
@media screen and (min-width: 600px) {
  .MCEvSearching-fast {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-fast {
    column-gap: 16px;
    row-gap: 16px;
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-fast {
    column-gap: 1.4vw;
    row-gap: 1.4vw;
    padding: 1.5vw 0 0.8vw;
  }
}
.MCEvSearching-fast-element {
  background-color: transparent;
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  border: none;
  display: block;
  box-sizing: content-box;
  text-align: center;
  border-radius: 50vw;
  padding: 2.5vw;
  width: 30vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-fast-element {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-fast-element {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-fast-element {
    transition-duration: 0.5s;
    cursor: pointer;
    padding: 10px 25px;
    width: 150px;
  }
  .MCEvSearching-fast-element:hover {
    box-shadow: 0 4px 6px 0px #8f8f8f;
    font-weight: 700;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-fast-element {
    transition-duration: 0.5s;
    cursor: pointer;
    padding: 0.8vw 2vw;
    width: 14vw;
  }
}
.MCEvSearching-fast-element::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
  margin-right: 2.82vw;
  height: 5.12vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-fast-element::before {
    margin-right: 12px;
    height: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-fast-element::before {
    margin-right: 0.9vw;
    height: 1.6vw;
  }
}
.MCEvSearching-fast-element.couple {
  background-color: #005e54;
  color: #fff;
}
.MCEvSearching-fast-element.couple::before {
  background: transparent url("../assets/icon_couple_white.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-fast-element.family {
  background-color: #003547;
  color: #fff;
}
.MCEvSearching-fast-element.family::before {
  background: transparent url("../assets/icon_family_white.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-fast-element.free {
  background-color: #abfc00;
}
.MCEvSearching-fast-element.free::before {
  background: transparent url("../assets/icon_free_black.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-fast-element.near {
  background-color: #00eff7;
}
.MCEvSearching-fast-element.near::before {
  background: transparent url("../assets/icon_location_black.svg") center no-repeat;
  background-size: contain;
}
.MCEvSearching-close {
  position: absolute;
  border: none;
  background-color: #003547;
  border-radius: 50%;
  bottom: 2dvh;
  left: 45vw;
  width: 10vw;
  height: 10vw;
}
@media screen and (min-width: 1100px) {
  .MCEvSearching-close {
    bottom: calc(100% - 60px);
    left: calc(100% - 80px);
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition-duration: 0.5s;
  }
  .MCEvSearching-close:hover {
    filter: brightness(1.5);
    transform: rotate(90deg);
    box-shadow: 0 4px 6px 0px #8f8f8f;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEvSearching-close {
    bottom: calc(100% - 6vw);
    left: calc(100% - 5vw);
    width: 3vw;
    height: 3vw;
  }
}
.MCEvSearching-close > img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.MCEv404 {
  margin: 0 auto;
  padding-top: 10vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEv404 {
    padding-top: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEv404 {
    padding-top: 25px;
  }
}
.MCEv404-title {
  display: block;
  margin: 0 auto;
  width: 70vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEv404-title {
    width: 20vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEv404-title {
    width: 200px;
  }
}
.MCEv404-graphic {
  display: block;
  margin: 0 auto;
  width: 80vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEv404-graphic {
    width: 25vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEv404-graphic {
    width: 250px;
  }
}
.MCEv404-text {
  color: #595959;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1.22;
  font-size: 6.15vw;
  margin: 0 auto;
  text-align: center;
  margin: 5vw auto;
  width: 80vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEv404-text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCEv404-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCEv404-text {
    width: 40vw;
    margin: 5vw auto;
  }
}
@media screen and (min-width: 1100px) {
  .MCEv404-text {
    width: 500px;
    margin: 20px auto;
  }
}

.MCFooter {
  background-color: #003547;
  display: flex;
  flex-direction: column;
  width: 100vw;
  padding: 10vw 0 20vw;
  border-top-left-radius: 6vw;
  border-top-right-radius: 6vw;
}
@media screen and (min-width: 600px) {
  .MCFooter {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-radius: unset;
    justify-content: space-between;
    padding: 0;
  }
}
.MCFooter-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 85vw;
  margin: 0 auto;
  padding: 3vw 0;
}
@media screen and (min-width: 600px) {
  .MCFooter-menu {
    order: 1;
    margin: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-menu {
    padding: 3vw 0 2vw;
    width: 30vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-menu {
    padding: 36px 0 24px;
    width: 366px;
  }
}
@media screen and (min-width: 1280px) {
  .MCFooter-menu {
    width: 380px;
  }
}
.MCFooter-menu-element {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.142;
  font-size: 4.1vw;
  width: calc(50% - 4.2vw);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-menu-element {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-menu-element {
    font-size: 16px;
  }
}
.MCFooter-menu-element:nth-of-type(even) {
  padding: 2.5vw 0 1vw 2vw;
}
.MCFooter-menu-element:nth-of-type(odd) {
  padding: 2.5vw 2vw 1vw 0;
  border-right: solid #fff 0.1vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-menu-element {
    width: calc(50% - 1.2vw);
  }
  .MCFooter-menu-element:nth-of-type(even) {
    padding: 1.5vw 0 0.5vw 1vw;
  }
  .MCFooter-menu-element:nth-of-type(odd) {
    padding: 1.5vw 1vw 0.5vw 0;
    border-right: solid #fff 0.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-menu-element {
    width: calc(50% - 13px);
  }
  .MCFooter-menu-element:nth-of-type(even) {
    padding: 18px 0 6px 12px;
  }
  .MCFooter-menu-element:nth-of-type(odd) {
    padding: 18px 12px 6px 0;
    border-right: solid #fff 1px;
  }
}
.MCFooter-logo {
  padding: 3vw 5vw;
  width: 45vw;
  display: block;
  margin: 5vw auto 0;
  padding-bottom: 8vw;
}
@media screen and (min-width: 600px) {
  .MCFooter-logo {
    order: 0;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-logo {
    margin: 0 auto 0 5vw;
    width: 12vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-logo {
    margin: 0 auto 0 calc(50vw - 550px);
    width: 146px;
  }
}
@media screen and (min-width: 1280px) {
  .MCFooter-logo {
    margin: 0 auto 0 calc(50vw - 640px);
  }
}
.MCFooter-info {
  width: 100vw;
}
@media screen and (min-width: 600px) {
  .MCFooter-info {
    order: 3;
    background-color: #054a62;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info {
    width: 90vw;
    padding: 2.5vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info {
    width: 1100px;
    padding: 20px calc(50vw - 550px);
  }
}
@media screen and (min-width: 1280px) {
  .MCFooter-info {
    width: 1280px;
    padding: 20px calc(50vw - 640px);
  }
}
.MCFooter-info-made {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3vw 5vw;
}
@media screen and (max-width: 600px) {
  .MCFooter-info-made {
    background-color: #054a62;
  }
}
@media screen and (min-width: 600px) {
  .MCFooter-info-made {
    max-width: 50%;
    padding: 0;
  }
}
.MCFooter-info-made p {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
  padding-right: 2vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info-made p {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info-made p {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info-made p {
    padding-right: 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info-made p {
    padding-right: 12px;
  }
}
.MCFooter-info-made img {
  height: 4vw;
  object-fit: contain;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info-made img {
    height: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info-made img {
    height: 24px;
  }
}
.MCFooter-info-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7vw 5vw;
}
@media screen and (min-width: 600px) {
  .MCFooter-info-support {
    flex-direction: row;
    max-width: 50%;
    padding: 0;
  }
}
.MCFooter-info-support p {
  color: #fff;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.272;
  font-size: 3.58vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info-support p {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info-support p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .MCFooter-info-support p {
    padding-bottom: 1vw;
  }
}
.MCFooter-info-support img {
  width: 70vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-info-support img {
    width: 20vw;
    margin-left: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-info-support img {
    width: 240px;
    margin-left: 24px;
  }
}
.MCFooter-social {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  column-gap: 6.15vw;
  padding: 2.5vw 0;
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .MCFooter-social {
    background-color: #054a62;
  }
}
@media screen and (min-width: 600px) {
  .MCFooter-social {
    order: 2;
    flex-direction: column;
    width: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-social {
    margin: 0 5vw 0 3vw;
    row-gap: 1vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-social {
    margin: 0 calc(50vw - 550px) 0 36px;
    row-gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .MCFooter-social {
    margin: 0 calc(50vw - 640px) 0 36px;
  }
}
.MCFooter-social-icon img {
  width: 6vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .MCFooter-social-icon img {
    width: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .MCFooter-social-icon img {
    width: 24px;
  }
}
