@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.event-list {
  padding-bottom: 76px; }
  .event-list .event {
    width: 435px;
    position: absolute;
    right: 0;
    z-index: 9; }
    .event-list .event .event-content {
      width: 435px;
      padding: 40px 50px;
      background: #FFFFFF;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      bottom: 0; }
      .event-list .event .event-content p.title {
        font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 19px;
        text-transform: uppercase; }
      .event-list .event .event-content p.time {
        display: flex;
        align-items: center;
        font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px;
        text-transform: uppercase; }
        .event-list .event .event-content p.time:before {
          content: url(../images/icons/clock-18.svg);
          margin-right: 12px; }
      .event-list .event .event-content p.date {
        font-family: 'rocablack';
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
        margin-top: 30px; }
      .event-list .event .event-content p.ubicacion {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 15px;
        text-transform: uppercase; }
        .event-list .event .event-content p.ubicacion:before {
          content: url(../images/icons/location18.svg);
          margin-right: 10px; }
      .event-list .event .event-content .content-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px; }
        .event-list .event .event-content .content-title p {
          margin-bottom: 0; }
    .event-list .event .content-button {
      width: 435px;
      position: absolute;
      bottom: -76px;
      padding: 0; }
      .event-list .event .content-button.green p {
        background: #79d686; }
      .event-list .event .content-button.black p {
        background: #000000; }
      .event-list .event .content-button.gray p {
        background: #D5D5D5; }
      .event-list .event .content-button p {
        font-family: 'Roboto-Bold', Helvetica, Arial, sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        color: #FFFFFF;
        padding: 29px; }
        .event-list .event .content-button p.link {
          padding: 0; }
          .event-list .event .content-button p.link:hover {
            opacity: 0.8;
            transition: opacity 0.1s ease-in; }
          .event-list .event .content-button p.link a {
            color: #FFFFFF;
            display: block;
            padding: 29px; }

@media (max-width: 767px) {
  .event-list .event {
    width: 100%;
    position: relative;
    top: -80px; }
    .event-list .event .event-content {
      width: 100%;
      position: static;
      padding: 40px 30px; }
      .event-list .event .event-content p.time:before {
        margin-right: 5px; }
    .event-list .event .content-button {
      width: 100%;
      position: static; }
  .rs-event-list .evento-wrap .row {
    gap: 40px 0; } }

/** restyle **/
.rs-event-info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .5rem;
  margin: 1rem 0; }

.row-evento-wrap {
  gap: 16px 0px; }

.rs-event-info--detail {
  gap: 16px; }
  @media (min-width: 1912px) {
    .rs-event-info--detail {
      gap: 32px; } }
  @media (min-width: 1180px) and (max-width: 1911.98px) {
    .rs-event-info--detail {
      gap: 32px; } }
  @media (min-width: 768px) and (max-width: 1179.98px) {
    .rs-event-info--detail {
      gap: 32px; } }

.rs-event-list-title .rs-event-list-title-h2 {
  color: #141414;
  font-family: 'SuisseIntl-Regular';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (min-width: 1180px) {
    .rs-event-list-title .rs-event-list-title-h2 {
      font-family: 'SuisseIntl-Regular';
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1911.98px) {
    .rs-event-list-title .rs-event-list-title-h2 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 1179.98px) {
    .rs-event-list-title .rs-event-list-title-h2 {
      text-align: center; } }

.rs-event-info-date {
  display: flex;
  padding: 8px;
  width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.rs-event-info-place {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.rs-event-info-place-location {
  color: #968F82;
  font-family: 'SuisseIntl-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.rs-event-info-place-title {
  color: #141414;
  font-family: 'SuisseIntl-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px; }

.rs-event-info-place-desc {
  color: #6D6D6D;
  font-family: 'SuisseIntl-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.c-d-flex {
  display: flex;
  align-items: center;
  gap: .5rem;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  align-self: stretch; }

.rs-event-info-data {
  display: flex;
  flex-direction: column; }

div[class^="rs-event-info-data-"] {
  font-size: 14px; }

.font-24 {
  font-size: 24px !important; }

.mb-40 {
  margin-bottom: 40px; }

.rs-event-info-date-day {
  color: #141414;
  text-align: center;
  font-family: 'SuisseIntl-Medium';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.rs-event-info-date-month {
  color: #141414;
  font-family: 'SuisseIntl-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.btn-load-more {
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #141414;
  font-family: 'SuisseIntl-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.rs-box-shadow-none {
  box-shadow: none !important; }
