* {
  margin: 0;
  padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  /* scroll-padding-top: 100px;  */
}
input {
  -webkit-appearance: none;
  appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.grid-wrapper {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-gap: 24px;
}

/* Basic styles */
.bg-white {
  background-color: #ffffff;
}
.bg-light-grey {
  background-color: #fafafa;
}

.wrapper-container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1280px;
  width: 100%;
}
.pink-border {
  border-top: 8px solid #e21776;
}
.wrapper-inner.menu-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 24px;
}
.menu-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}
.menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.search-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}
.search-input-inner-wrapper {
  max-height: 44px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.search-input-bar {
  width: 100%;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  height: auto;
  min-height: 40px;
  padding-left: 16px;
  position: relative;
  border: 2px solid #f1f1f1;;
}
input::placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  font-size: 0.9rem;
}
.search-button {
  width: 56px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0 solid transparent;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
}
.search-button:hover {
  background-color: #e21776;
  cursor: pointer;
}
.search-button:hover .search-icon path {
  fill: #ffffff !important;
}
.search-icon {
  width: 24px;
  height: 24px;
  fill: #8f8f8f; 
}
.search-icon path {
  fill: #8f8f8f; 
}
.search-input-bar:focus-within {
  border: 2px solid #e21776;
}
.search-input-inner-wrapper:focus-within .search-icon path {
  fill: #e21776;
}
.menu-container a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
}
.menu-list-item {
  padding: 8px 16px;
  border-radius: 4px;
  color: #1c1c1c;
}
.menu-list-item:hover {
  text-decoration: underline;
}
.menu-list-item:hover.link-highlight {
  background-color: #e21776;
  text-decoration: none;
}

/* Title Film */
.title-film {
  letter-spacing: 0.5rem;
  margin-bottom: 24px;
}
.inner-wrapper-flex {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.inner-wrapper-flex.contact-wrapper-gap {
  gap: 24px;
}
.btn-width {
  width: fit-content;
}
/* Swiper Slider*/
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
  list-style: none;
  padding: 0;
      padding-bottom: 0px;
  z-index: 1;
  display: block;
  padding-bottom: 24px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-wrapper-position {
  position: relative;
}
/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.swiper-button-next {
  right: -16px;
}
.swiper-button-prev {
  left: -16px;
}
.swiper-button-next svg, .swiper-button-prev svg {
  object-fit: contain;
  transform-origin: center;
  width: 20px;
  height: 20px;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: '';
}
.swiper-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-scrollbar {
  background: #d6d6d6;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,#e21776);
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.film-box-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.film-box-text-wrapper {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 16px;
  min-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.film-box-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.film-box-image-wrapper {
  overflow: hidden;
  max-height: 356px;
}
.film-box-image {
  width: 100%;
  height: 356px;
  object-fit: cover;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.button-arrow-wrapper-next {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #e21776;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
  -moz-box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
  box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
}
.button-arrow-wrapper-prev {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #e21776;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  -webkit-box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
  -moz-box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
  box-shadow: 0px 0px 16px 8px rgba(28,28,28,0.3);
}
.swiper-button-wrapper-next {
  position: absolute;
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -16px;
}
.tomaticket-banner-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.title-margin-top {
  margin-top: 56px;
}

.artist-image-header {
  min-height: 50vh;
  max-height: 50vh;
  background-image: url(https://static.tomaticket.es/img/landing-embajadores/img/4530887.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.artist-overlay {
  background-color: rgba(0,0,0,.2);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  background-color: rgba(0,0,0,0.5);
}
.title-inner-wrapper-width {
  max-width: 875px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}

.subtitle-inner-wrapper-width {
  max-width: 875px;
}
.title-style {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.2em;
}
.wrapper-artist-image {
  position: relative;
}
.wrapper-hero {
  position: relative;
}
.wrapper-menu-not-absolute {
  width: 100%;
}
.wrapper-menu-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  background: linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
}
.bg-black {
  background-color: #000000;
}
.title-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.header-subtitle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.375rem;
  line-height: 1.25em;
}
.benefit-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px; 
  position: relative;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  gap: 48px;
  position: relative;
}
.contact-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.contact-text-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.big-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.bigger {
  font-size: 1.6rem;
}
.title-wrapper-inner.contact-title-block {
  gap: 8px;
}
.white-text {
  color: #ffffff;
}
.bg-accent {
  background-color: #e21776;
}
.little-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.benefit-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.text-center {
  text-align: center;
}
.benefit-column-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  gap: 48px;
}
.benefit-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.smaller {
  max-width: 1080px;
}
.list-wrapper-item {
  position: relative;
  background-color: transparent;
  padding: 1.5rem;
  border-radius: 100%;
}
.list-item-border {
  border: 4px solid #ffffff;
}
.list-wrapper-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.contact-list-wrapper-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.list-item-min-height {
  height: 156px;
  min-height: 156px;
}
.showcase-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.bg-showcase {
  position: relative;
  background-image: url(https://static.tomaticket.es/img/landing-promotores/hero.jpg);
  padding: 4rem 0;
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
  background-position: center;
}
.overlay-showcase {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
.showcase-front {
  position: relative;
  z-index: 3;
}
.showcase-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.showcase-button {
  font-size: 1.2rem;
  line-height: 1em;
  color: #ffffff;
  
}
.btn-showcase {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #e21776;
  border: 1px solid #e21776;
  padding: 16px 24px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 0.8em;
  text-decoration: none;
  text-align: center;
}
.btn-showcase:hover {
  background-color: #B91869;
}
.app-links-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.menu-list-item.link-highlight {
  color: #ffffff;
}
.link-highlight {
  background-color: #e21776;
}
.link-highlight:hover {
  background-color: #B91869;
}
.btn-wrapper-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.flex-end {
  justify-content: flex-end;
}
.btn-showcase-line {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 16px 24px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 0.8em;
  border: 1px solid #e21776;
  text-decoration: none;
}
.btn-showcase-line:hover {
  background-color:#B91869;
}

.list-dotted-line {
  position: relative;
}
/* .list-dotted-line::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 14rem;
  width: 100%;
  height: .0625rem;
  border-top: .25rem dotted #fefefe;
  z-index: 0;
}
.list-dotted-line2 {
  position: relative;
}
.list-dotted-line2::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 14rem;
  width: 100%;
  height: .0625rem;
  border-top: .25rem dotted #fefefe;
  z-index: 0;
} */
.verified-icon-img {
  position: absolute;
  position: absolute;
  right: -12px;
  top: 0;
}
.subheader-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.25em;
}
.counterup-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 6rem;
  line-height: 0.7em;
}
.custom-line {
  width: 4vw;
  border: 1px solid #fff;
}
.link-custom {
  text-decoration: underline;
}
.link-custom:hover {
  color: #000000;
}
.footer-menu-wrapper {
  display: grid;
  grid-gap: 64px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  padding: 2rem 0;
}
.footer-menu-inner-wrapper-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  padding: 1rem;
}
.footer-menu-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  margin-bottom: 8px;
}
.footer-menu-texts {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1em;
  margin: 0;
}

.footer-copy-wrapper {
  display: grid;
  grid-gap: 64px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.footer-copy-inner-wrapper-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}
.social-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer-wrapper-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-link {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1em;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-copy-flex-end {
  justify-content: flex-end;
}
.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.benefit-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-link-mail {
  color:#ffffff;
  text-decoration: none;
}
.contact-link-mail:hover {
  color:#ffffff;
  text-decoration: underline;
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 110px;
  overflow-x: hidden;
  background-color: #e21776;
  padding-top: 16px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 35s linear infinite;
  font-family: "Roboto";
  color: #ffffff;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.content{
    font-size: 4rem;
}

.benefit-list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.contact-list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.medium-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2em;
} 
.light-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.accent-color {
  color:#e21776;
}
.inner-wrapper-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
.wrapper-inner-grid-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr; 
  height: 100%;
  justify-content: center;
  align-items: center;
}
.wrapper-full-height {
  height: 100%;
}
.generic-image-header {
  min-height: 30vh;
  max-height: 30vh;
  background-image: url(../img/banner-abstract.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.generic-overlay {
  background-color: rgba(0,0,0,.2);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  background-color: rgba(0,0,0,0.5);
}

/* Formulario */
.text {
  height: 60%;
  width: 60%;
  border-radius: 10px;
  background: #017366;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 0;
}

.text p {
  color:#fff;
  font-size: 14px;
  padding: 10% 70% 30% 5%;
  padding-right: 70%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select#profissao,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  right: 10px;
  top:10px;
  background: #FFFFFF;
  padding: 25px;
  margin:0;
  border-radius: 4px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1C1C1C;
}

#contact h4 {
  margin: 0px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact select#profissao {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #88888C;
  background-color: #F5FBF8;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact select#profissao:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  border: 1px solid #c1c1c1;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #9B1152;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
}

#contact button[type="submit"]:hover {
  background: #e21776;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.fieldset-fecha-evento {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.fieldset-fecha-evento input {
  border: 1px solid #c1c1c1;
  padding: 4px;
}
.thanks-wrapper {
  padding:20px;
  background-color: #ffffff;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.space-top-bottom {
  padding: 2rem 0;
}
.event-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  gap: 16px;
  position: relative;
}
.event-box {
  border-radius: 8px;
  border: #e21776 2px solid;
  display: block;
  padding: 0px;
  overflow: hidden;
  height: 100%;
}
.
.event-image {
  width: 100%;
}
.event-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 5px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: #1c1c1c;
}
.event-place {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2em;
  padding-left: 5px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
}
.event-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.info-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2em;
  margin: 18px;
  color: #e21776; 
}
.info-date-box {
  display: block;
  gap: 5px;
  background-color: #e21776;
  border-radius: 18px 0 17px 0;
  text-align: center;
  padding: 0px 5px 0px 5px;
}
.info-date-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.2em;
  padding: 5px;
}
.info-date-number {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  padding: 0 10px 10px 10px;
}
.event-image {
  width: 100%;
  height: auto;
}
.link-groups {
  text-decoration: none;
}
.link-groups:hover .info-text {
  text-decoration: underline;
}

input[type="date"]{
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #88888C;
  background-color: #F5FBF8;
}

#contact input[type="number"]{
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #88888C;
  background-color: #F5FBF8;
}