body {
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 1.1px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

.section-anchor {
  scroll-margin-top: 6em;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@font-face {
  font-family: 'Grose';
  src: local('Abc'),
    url("/static/fonts/grose.727937c05467.ttf") format("truetype");
}

@font-face {
  font-family: 'Titillium';
  src: local('Abc'),
    url("/static/fonts/TitilliumWeb-Regular.57e937e4eef3.ttf") format("truetype");
}

/* ==== Messages ==== */

ul.messages {
  font-size: 0.8rem;
  list-style: none;
  padding: 0;
}

/* ==== Sign Up popup Verification ==== */

.signup-success-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 0 1em;
  box-sizing: border-box;
}

.signup-success-popup-content {
  background: white;
  padding: 3em;
  border-radius: 2px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.signup-success-popup-content h2 {
  margin-bottom: 10px;
}

.signup-success-popup-content p {
  margin-bottom: 20px;
}

.signup-success-popup-content button {
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  padding: 0.5em 2em;
  border: 1px solid #D7B9F6;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
  text-transform: uppercase;
}

.signup-success-popup-content button:hover {
  opacity: 0.8;
}

/* ----- Bike Grid ----- */

#bikeSelectionModal .modal-content .modal-body .success-message {
  color: #252525 !important;
  font-size: 0.8em !important;
  font-weight: bold !important;
  margin-top: 10px !important;
  text-align: center !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

#bikeSelectionModal .modal-content .modal-body {
  padding: 2em 1em !important;
}

#bikeSelectionModal .modal-content .modal-body .modal-footer {
  width: 100%!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

#bikeSelectionModal .modal-content .modal-body .bike-grid-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 1em !important;
  margin-bottom: 2em !important;
  
}

#bikeSelectionModal .modal-content .modal-body .bike-grid-instructor {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 1em 0 !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-grid-instructor p {
  margin: 0 !important;
  font-size: 0.8em !important;
  font-weight: 700 !important;
  color: #252525 !important;
  background-color: #D7B9F6 !important;
  padding: 0.5em !important;
  text-transform: uppercase !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-row {
  display: flex !important;
  justify-content: center !important;
  gap: 0.5em !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-option {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #f0f0f0 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  text-align: center !important;
  border: 1px solid #f0f0f0 !important;
  color: #252525 !important;
  user-select: none !important;
}

#bikeGridContainer.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#bikeSelectionModal .modal-content .modal-body .bike-option.available {
  color: #252525 !important;
  background-color: #F2F2F2 !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-option.occupied {
  color: #252525 !important;
  background-color: #999999 !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-option.selected {
  color: #252525 !important;
  background-color: #D7B9F6 !important;
  border-color: #D7B9F6 !important;
}

#bikeSelectionModal .modal-content .modal-body .bike-option.disabled {
  background-color: #999999 !important;
  cursor: not-allowed !important;
  color: #252525 !important;
  pointer-events: none !important;
}

#bikeSelectionModal .modal-content .modal-body #bikeGridContainer .bike-option.blocked {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* ----- Bike Legend ----- */

#bikeSelectionModal .modal-content .modal-body .bike-legend {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 1em !important;
}

#bikeSelectionModal .modal-content .modal-body .legend-item {
  font-size: 0.8em !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

#bikeSelectionModal .modal-content .modal-body .legend-circle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  display: inline-block !important;
}

#bikeSelectionModal .modal-content .modal-body .legend-circle.available {
  background-color: #f2f2f2 !important;
}

#bikeSelectionModal .modal-content .modal-body .legend-circle.occupied {
  background-color: #999999 !important;
  
}

#bikeSelectionModal .modal-content .modal-body .legend-circle.selected {
  background-color: #D7B9F6 !important;
  border: 2px solid #b295cf !important;
}

/* ----- Bike Selection Buttons ----- */

#bikeSelectionModal .modal-content .modal-body #confirmBikeSelectionBtn {
  background-color: #D7B9F6 !important;
  font-family: 'Titillium Web', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  letter-spacing: 0.4px !important;
  padding: 1em 4em !important;
  border: 1px solid #D7B9F6 !important;
  font-weight: 600 !important;
  color: #252525 !important;
  cursor: pointer !important;
  margin: 0 auto !important;
}

#bikeSelectionModal .modal-content .modal-body #confirmBikeSelectionBtn:disabled {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
  cursor: not-allowed !important;
  margin: 0 auto !important;
}




/* ----- Home: Instructors ----- */


#instructor-modal .modal-inner-container {
  display: flex;
}

#instructor-modal .instructor-card {
  cursor: default;
}

#instructor-modal .modal-inner-container .modal-info {
  width: 100%;
  text-align: left;
  padding: 1em;
  box-sizing: border-box;
}

#instructor-modal .modal-inner-container .modal-info h2 {
  width: 100%;
  text-align: left;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

#instructor-modal .modal-inner-container .modal-info p {
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}

#instructor-modal .modal-inner-container .modal-image {
  width: 100%;
}

#instructor-modal .modal-inner-container .instructor-card {
  height: 500px;
}


#instructor-modal .modal-inner-container .modal-image {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  position: relative;
  border-radius: 0px;
  background-color: #fff;
  padding: 15px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#instructor-modal .modal-inner-container .modal-image .instructor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}

#instructor-modal .instructors-characteristics-container {
  margin-top: 1em;
}

#instructor-modal .instructors-characteristics-container .popup-info strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
}

#instructor-modal .modal-inner-container .instructors-characteristics-container .popup-info {
  margin-bottom: 0.5em;
}

#instructor-modal .modal-inner-container .instructors-characteristics-container .popup-info .fa {
  color: #D7B9F6;
  font-size: 20px;
}

.popup-title-icon {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;

}

.popup-value {
  font-size: 0.8rem;
}

/* ----- END - NEW STRUCTURE ----- */


.user-list-table {
  width: 100%;
  background-color: #fff;
}

.user-list-table .reservations {
  width: 100%;
}

.user-list-table {
  width: 100%;
}


/* ----- PANEL ADMIN ----- */

#container>.main {
  padding: 3em 0em;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}

#content {
  padding: 0px;
}

.main.shifted>#nav-sidebar+.content {
  max-width: 100%;
}

#content>h1 {
  color: #252525;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

#changelist {
  margin-top: 2em;
}

.object-tools a:link,
.object-tools a:visited {
  background-image: none;
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding: 1em 4em;
  border: 1px solid #D7B9F6;
  border-radius: 0;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
}

.object-tools a:link:hover,
.object-tools a:hover {
  opacity: 0.8;
  border-color: #000;
}

#changelist .actions,
#changelist-form>div.actions>label>select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  border-color: #252525;
  color: #252525;
}

#changelist .actions label {
  font-size: 18px;
}

#changelist .actions,
#changelist-form>div.actions>label>select {
  border: none;
}

#changelist .actions .button {
  text-transform: uppercase;
  color: #252525;
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding: 1em 2em;
  border: 1px solid #D7B9F6;
  border-radius: 0;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
  margin: 0;
  height: 100%;
}

#changelist table td,
th {
  background-color: #fff;
}

.field-display_subscriptions.subscription {
  display: flex;
  width: 100%;
}

.column-left {
  text-align: left;
  width: 100%;
}

.column-right {
  text-align: right;
  width: 100%;
}

.field-display_subscriptions.subscription p {
  color: #252525;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.field-display_subscriptions.subscription button {

  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding: 0.5em 1em;
  border-radius: 0px;
  border: 1px solid;
}

.field-display_subscriptions.subscription button.deactivate {
  background-color: #252525;
  color: #D7B9F6;
  border-color: #252525;
}

.field-display_subscriptions.subscription button.activate {
  background-color: #D7B9F6;
  color: #252525;
  border-color: #D7B9F6;
}

/* Admin: Paginator*/

#changelist .results+.paginator,
.paginator .this-page {
  border: none;
  color: #252525;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-style: italic;
  font-weight: 300;
  background-color: #fff;
}

.paginator a:visited {
  background-color: #fff;
  color: #D7B9F6;
}

/* Admin: Navigation Sidebar */

.sticky .toggle-nav-sidebar {
  position: fixed;
}

#nav-sidebar {
  border: none;
}

.toggle-nav-sidebar,
#nav-filter,
.module caption,
#nav-sidebar .module td {
  display: none;
}

#nav-sidebar .module td {
  background-color: #fff;
}

#nav-sidebar .module th,
#nav-sidebar .module caption {
  padding: 0;
  border: none;
}

#nav-sidebar>div>table>tbody {
  width: 100%;
  display: flex;
  gap: 2em;
}

#nav-sidebar>div>table>tbody>tr.model-class.current-model>th>a {
  text-decoration: none !important;
}

/* Admin: Table Header */

#result_list>thead {
  background-color: #ff5c40;
}

#result_list>thead>tr {
  background-color: #ff5c40;
}

table thead th .text span {
  font-family: 'Titillium Web', sans-serif;
  padding: 1em 0;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  padding: 0.5em;
  font-weight: 500;
}

#result_list>thead>tr>th {
  padding: 0em;
}

thead th {
  border: none;
  background-color: #fff;
}

#changelist table td,
th {
  color: #252525;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #252525;
}

/*
a:link, a:visited {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color:#252525;
}
*/
/* Admin: Change Page*/
#content-start #content>h2 {
  display: none;
}

.form-row {
  padding: 1em 0em;
  border: none;
}

.aligned label {
  width: 100%;
  display: flex;
}

.aligned label {
  color: #252525;
  font-weight: 400;
  font-size: 16px;
}

.form-row input[type=text],
.form-row input[type=password],
.form-row input[type=email],
.form-row input[type=url],
.form-row input[type=tel],
.form-row input[type=number],
.form-row textarea,
.form-row select,
.form-row .vTextField {
  width: 100%;
  border: none;
  font-size: 16px !important;
  font-weight: 400;
  color: #252525;
  font-family: "Titillium Web", sans-serif;
  border-radius: 0;
  border-bottom: 1px solid #252525;
  outline: none;
  margin: 0 !important;
  background-color: #fff !important;
}

select+.related-widget-wrapper-link,
.related-widget-wrapper-link+.related-widget-wrapper-link {
  display: none;
}

.datetimeshortcuts,
form .aligned p.help:last-child,
form .aligned div.help:last-child {
  display: none;
}

.related-widget-wrapper {
  width: 100%;
}

.submit-row {
  background-color: #fff;
  border: none;
  padding: 0 !important;
  gap: 1em;
  margin: 0;
  border-radius: 0 !important;
}

.submit-row a.deletelink {
  margin-left: 0;
}

.submit-row input.default,
.submit-row a.deletelink {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #252525;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}

.submit-row input.default {
  height: 70px;
  padding: 1em 4em;
  background-color: #D7B9F6;
  border: 1px solid #D7B9F6;
}

.submit-row input.default:hover {
  background-color: #D7B9F6;
  border-color: #252525;
  opacity: 0.8;
}

.submit-row a.deletelink {
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 4em !important;
  background-color: #fff;
  border: 1px solid #252525;
}

.submit-row a.deletelink:hover {
  background-color: #fff;
  border-color: #252525;
  opacity: 0.8;
}


/* ----- FIN ADMIN ----- */


/* ::::::: Font Styles ::::::: */

a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  font-family: "Grose";
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  font-family: "Grose";
  font-size: 37px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-family: "Grose";
  font-size: 29px;
  font-weight: 700;
  margin: 0;
}

h4 {
  font-size: 24px;
  color: #252525;

}

h5 {
  font-size: 19px;
  color: #252525;
}

p {
  font-size: 19px;

}

h2.page-title {
  color: #252525;
  text-align: center;
}

h2.page-subtitle {
  color: #252525;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2.popup-title {
  color: #252525;
  text-align: center;
}

h2.popup-subtitle {
  color: #252525;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* === BUTTONS ===  */
.button {
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  padding: 1em 4em;
  border: 1px solid #D7B9F6;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
}

.button:hover {
  opacity: 0.8;
  border-color: #252525;
}

.button.secondary {
  background-color: #fff;
  border: 1px solid #252525;
  color: 252525;
}

.confirmation-buttons {
  display: flex;
  flex-direction: column;
}

#activateSubscriptionModal .modal-body p {
  padding: 1em;
}

#activateSubscriptionModal a {
  text-decoration: underline;
}

.confirmation-checkbox {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}

.js-payment-checkout,
.subscriptionActivate {
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 0.5em 1em;
  border: 1px solid #D7B9F6;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
}

.js-payment-checkout {
  width: fit-content;
  margin: 0 auto;
}

.js-payment-checkout:disabled {
  cursor: not-allowed;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.js-payment-checkout:hover,
.subscriptionActivate:hover {
  opacity: 0.8;
  border-color: #252525;
}

/* === MAIN STRUCTURE ===  */

.main-section {
  box-sizing: border-box;
  margin-top: 5em;
  margin-bottom: 5em;
  width: 100%;
}

.container {
  width: 100%;
}

#reservationModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.show {
  display: block !important;
}

#confirmReservationBtn,
#joinWaitlistBtn,
#selectBikeBtn {
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.4px;
  padding: 1em 4em;
  border: 1px solid #D7B9F6;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
}




#confirmReservationContainer {
  text-align: center;
}

#confirmSubscriptionBtn {
  background-color: #D7B9F6;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.4px;
  padding: 1em 4em;
  border: 1px solid #D7B9F6;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
}

#confirmSubscriptionContainer {
  text-align: center;
}


/* ::::: MODAL POP-UP ::::::  */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  width: 50%;
}

.hide {
  display: none;
}

.modal.show {
  display: block;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #252525;
  padding: 0.8em 1.2em;
}

.modal-body {
  padding: 3em 1.5em;
  text-align: center;
}

.modal-body #confirmActionBtn,
.modal-body #confirmRemoveWaitlistyEntryBtn {
  margin: 0 auto;
}

.modal-body h2 {
  line-height: 1.2em;
  font-size: 36px;
  color: #252525;
  font-weight: 400;
  margin: 0em;
}

.modal-body .page-title {
  max-width: 100%;
  margin: 0 auto;
}

.modal-body p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 80%;
  margin: 0 auto;
}

.modal-body #subscriptionInfoModalMessage p {
  padding-top: 0em;
  padding-bottom: 0em;
  max-width: 100%;
}

.subscription-info {
  margin: 1em 0;
}

.info-button {
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  padding: 0;
  border: none;
  font-weight: 300;
  color: #252525;
  cursor: pointer;
  text-align: left;
  margin: 0.3em;
  letter-spacing: 1.1px;
}

.info-button:hover {
  text-decoration: underline;
}

.close:hover,
.close:focus {
  opacity: 0.5;
  cursor: pointer;
}


/* === TOP-BAR ===  */
.top-bar {
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  list-style: none;
  color: #252525;
  background-color: #fff;
}

.top-bar .content {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.top-bar.links.right {
  justify-content: flex-end;
  gap: 2em;
}

.top-bar>div:nth-child(3) {
  display: none;
}

.top-bar.links.left {
  gap: 3em;
}

.top-bar .links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar .links li {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.top-bar .links li a {
  font-weight: 400;
  color: #252525;
}

.boxed-link {
  border: 1px solid #000;
  padding: 0.5em 1em;
}

/* === NAV-BAR ===  */
#nav-links-dropdown {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
}

.nav-links-dropdown.icon {
  display: none;
}

.nav-bar.col.links>ul {
  display: none;
}

#nav-links-dropdown ul {
  display: flex;
  gap: 2.5em;
  padding: 0.5em 1em;
  list-style: none;
  margin: 0;
}

#nav-links-dropdown ul li a {
  text-decoration: none;
  color: #fff;
}

.nav-bar.links.mobile {
  display: flex;
  flex-direction: row;

  justify-content: flex-end;
  align-items: center;
  gap: 0.8em;
}

.mobile-link {
  display: flex;
}

.nav-bar {
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  list-style: none;
  color: #252525;
  background: rgb(0, 0, 0, 0);
  transition: opacity 0.3s ease;
}

#hamburger-icon {
  font-size: 15px;
  color: #fff;
  display: none;
}

.nav-bar .logo {
  width: 190px;
}

.nav-bar .logo img {
  width: 100%;
}

.nav-bar.col.logo {
  width: 15%;
}

.nav-bar.col.links {
  width: 75%;
}

.nav-bar.col.social {
  width: 10%;
}

.nav-bar .content {
  box-sizing: border-box;
  width: 90%;
  border-bottom: 1px solid #252525;
  margin: 0 auto;
}

.nav-bar .links {
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2em;
}

.nav-bar .links li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.nav-bar .social-media {
  padding-left: 0px;
  gap: 0.8em;
  justify-content: flex-end;
}

/* === HEADER ===  */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

/* ::::: Buttons ::::::  */
.contact-form .button {
  padding-left: 3em;
  padding-right: 3em;
}

.hero-text .button {
  border: 1px solid #fff;
  background: rgb(0, 0, 0, 0);
  color: #fff;
  font-weight: 400;
  padding-left: 3em;
  padding-right: 3em;
}

.page-cta .page-title {
  line-height: 1.2;
  margin-bottom: 2em;
}

/* ::::: HERO  ::::: */

.hero {
  background-color: #252525;
  min-height: 60vh;
  color: #fff;
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
}

.hero-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 220px;
  margin-bottom: 0.2em;
}

/* === TRAINING PACKAGES ===  */

.packs {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.packs .page-subtitle {
  margin-left: 1.4em;
}

.pack-title h1 {
  color: #fff;
  font-size: 180px;
}

#btnShowCyclePacks,
#btnShowPilatesPacks {
  transition: transform .7s ease-in-out;
  cursor: pointer;
}

#btnShowCyclePacks:hover,
#btnShowPilatesPacks:hover {
  transform: rotate(180deg);
}

.pack-title-content {
  position: relative;
  display: inline-block;
}

#btnShowCyclePacks {
  width: 90px;
}

#btnShowCyclePacks {
  position: absolute;
  top: 150px;
  right: -10px;
}

#btnShowPilatesPacks {
  width: 90px;
}

#btnShowPilatesPacks {
  position: absolute;
  top: 150px;
  left: 140px;
}

div#cyclePacksDiv {
  width: 90%;
  margin: 0 auto;
  padding: 4em 0 1em 0;
}

div#pilatesPacksDiv {
  width: 90%;
  margin: 0 auto;
  padding: 4em 0 1em 0;
}

.cycle-container {
  box-sizing: border-box;
  padding: 4em 0em;
  background-color: #252525;
  /*background-image: url("../images/Hundred_ClasesCycle_Ecuador_Samborondon.6d5c91acec35.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.pilates-container {
  box-sizing: border-box;
  padding: 4em 0em;
  /*background-image: url("../images/Hundred_ClasesPilates_Ecuador_Samborondon.a3b450a27e4e.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.cycle.section {
  box-sizing: border-box;
  padding: 0em;
  background-color: #252525;

}

#cyclePacksDiv>h2 {
  color: #fff;
}

#pilatesPacksDiv>h2 {
  color: #252525;
}

.pilates.section {
  box-sizing: border-box;
  padding: 0em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), #D7B9F6);
  margin-bottom: 3em;
}

#pilatesPacksDiv .training-pack-box {
  border-color: #252525;
}

.pilates.section .training-pack-box h3,
.pilates.section .training-pack-box p {
  color: #252525;
}

.pilates.section .pack-btn:hover {
  background-color: #252525;
}

.pilates.section .pack-btn:hover,
.pilates.section .pack-btn.icon:hover {
  color: #fff;
}

.training-packs-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 3em 0em;
  gap: 0.5em;
}

.training-pack-box {
  border: 1px solid #fff;
  padding-top: 2.2em;
  width: 25%;
  box-sizing: border-box;
}

.training-pack-box-inside {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.training-pack-box h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 0.8em 0em 0.1em 0em;
  color: #D7B9F6;
}

.training-pack-box p {
  color: #fff;
  margin: 0em;
}

.pack-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.pack-classes {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 1em;
}

.pack-price {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 0.7em;
}

.pack-btn {
  margin-right: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5em;
  box-sizing: border-box;
}

.pack-btn:hover {
  background-color: #D7B9F6;
}

.pack-btn.text {
  width: 85%;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.pack-btn.icon {
  z-index: 1;
  margin: 0;
  width: 25px;
  justify-content: flex-end;
}

/* === HERO GRADIENT ==== */





/* === NEW CALENDAR ==== */

.calendar-switch.container {
  z-index: 5;
  margin-top: 1.6em;
  margin-left: 2em;
  width: 100%;
  display: flex;
}

.main-calendar-body {
  width: 100%;
  padding: 6em 3em;
  border: 1px solid #252525;
  margin: -0.2em 0.2em;
}

a.calendar-switch.text,
h3.calendar-switch.text {
  font-family: "Grose";
  color: #d9d9d9;
  display: inline-block;
  font-size: 45px;
  font-weight: 400;
}

.calendar-switch.container span {
  margin: 0em 2.3em;
}

#btnCalendarCycle:hover {
  cursor: pointer;
  color: #252525;
}

#btnCalendarPilates:hover {
  cursor: pointer;
  color: #D7B9F6;
}

.calendar-subtitle {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.calendar-event-capacity {
  margin-top: 1em;
  font-size: 13px;

}

.main-calendar-section {
  margin: 1em 5em;
}

.main-calendar-intro {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 2em;
  margin-left: 2em;
}

.main-calendar-section {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main-calendar-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.main-calendar-switch.container {
  margin-left: 2em;
  display: flex;
}

.main-calendar-switch.container span {
  margin: 0em 2.3em;
}

a.main-calendar-switch.text,
h3.main-calendar-switch.text {
  font-family: "Grose";
  color: #d9d9d9;
  display: inline-block;
  font-size: 45px;
  font-weight: 400;
}


.main-calendar-header-day {
  flex: 1;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 10px;
}

.main-calendar-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;

}

.main-calendar-column {
  flex: 1;
  margin: 0.2em;
  padding: 0;
}

.calendar-event {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #252525;
  padding: 0.4em;
  margin-bottom: 0.4em;
}

.calendar-event-content {
  width: 100%;
  display: flex;
  gap: 0.3em;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
  padding: 1.5em 0;
  justify-content: center;
  margin: 0;
  height: 100%;
}

.calendar-event-content.cycle.not-available {
  background-color: #252525;
  color: #fff;
}

.calendar-event-content.pilates.not-available {
  background-color: #D7B9F6;
}

.calendar-event-content p {
  width: 100%;
  margin: 0.2em 0em;
  font-weight: 400;
  line-height: 1;
}

.calendar-event-content .calendar-event-title {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.2;
  margin-top: 0.8em;
  height: 3em;
}

.calendar-event-title {
  font-size: 20px;
}

.calendar-event-instructor {
  text-transform: uppercase;
  font-size: 13px;
}

.calendar-event-content:hover {
  background-color: #D7B9F6;
}

.calendar-event-content.cycle:hover {
  color: #fff;
  background-color: #252525;
}

.calendar-event-content p {
  padding: 0;
  margin: 0;
}

.calendar-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2em;
  gap: 0.5em;
}

#prev-week,
#next-week {
  cursor: pointer;
  color: #fff;
  background-color: #252525;
  border: 1px solid #252525;
  border-radius: 0px;
  padding: 0.9em;
}

#prev-week:disabled,
#next-week:disabled,
#today:disabled,
#today:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}

#today {
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #252525;
  border: 1px solid #252525;
  border-radius: 0px;
  letter-spacing: 2px;
  padding: 0.5em;
}

#prev-week:hover,
#next-week:hover {
  opacity: 0.9;
}

.main-calendar-column-header {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  height: 2.6em;
  background-color: #252525;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.4em 0;
}

.main-calendar-switch.container {
  margin-left: 0;
}

a.main-calendar-switch.text,
h3.main-calendar-switch.text {
  display: inline-block;
  font-size: 45px;
}

.main-calendar-switch.container span {
  margin: 0em 2.3em;
}


/* === INSTRUCTORES ==== */

.instructor-card {
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.instructor-1 {
  animation-delay: 0.5s;
}

.instructor-2 {
  animation-delay: 1s;
}

.instructor-3 {
  animation-delay: 1.5s;
}

.instructors-section {
  box-sizing: border-box;
  width: 100%;
  gap: 1em;
  padding: 3em 5em;
  display: flex;
}

.instructors-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem;
  gap: 4rem;
}

.instructor-card {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  position: relative;
  border-radius: 0px;
  background-color: #fff;
  padding: 15px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.instructor-card.no-image {
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}

.instructor-card .instructor-name {
  position: absolute;
  bottom: 2px;
  color: #fff;
  text-align: center;
}

.instructor-card .instructor-name h4 {
  color: #fff;
}


/* === TERMS ===  */

.terms-payment {
  background-color: #f2f2f2;
  padding: 2em;
  border-radius: 1px;
}

.terms-payment h4 {
  margin: 0;
}

/* ==== HOME CONTACT FORM === */

.form-field {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3em;
}

.contact-form {
  padding: 1em 0.5em 0 0.5em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.contact-form-row {
  display: flex;
  gap: 5em;
}

.contact-form-col {
  flex: 1;
}

/* === LOGIN PAGE ===  */

/* ocultar las flechas en el campo número */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.user-container {
  padding: 15em 0em 5em;
  width: 90%;
  margin: 0 auto;
}

.user-container h2 {
  margin-bottom: 5em;
}

.form-error,
div.form-error>ul>li {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}


.user-form.signin {
  display: flex;
  width: 100%;
  gap: 5em;
}

.user-form-col {
  width: 50%;
  display: inline-block;
}



.form-input {
  outline: none;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 1.1px;
  height: 50px;
  width: 100%;
  margin-bottom: 1em;
  border: none;
  border-bottom: 1px solid #252525;
}

input.form-input,
select.form-input {
  width: 100% !important;
  color: #252525 !important;
  border-radius: 0px;
  padding: 0em 1em;
}

label.form-input {
  width: 100% !important;
}

select.form-input {
  width: 100% !important;
  background-color: #fff !important;
}

.form-input:-internal-autofill-selected {
  background-color: #fff !important;
}

.user-container-buttons {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
  width: 100%;
}

.user-signin-btn {
  text-align: center;
}

.user-container-buttons p {
  font-size: 16px;
  margin-top: 2em;
  font-weight: 400;
}

a.reset-password {
  font-size: 16px;
  font-weight: 600;
}


/* === MI CUENTA ===  */

.account-data {
  width: 100%;
  padding: 0;
  margin: 2em 0 2em 0;
}

.accordion__item__content {
  display: none;
}

.user-container .account-data p {
  color: #252525;
}

.accordion__item.active .accordion__item__content {
  display: block;
}

.accordion__item {
  margin-bottom: 10px
}

.accordion__item__header {
  border-bottom: 1px solid #252525;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.account-data.welcome {
  font-size: 21px;
  font-weight: 600;
}

.accordion__item__header p {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.accordion__item__content p {
  font-size: 18px;
  font-weight: 400;
  margin: 0.3em;
}

.accordion__item__content {
  overflow-y: hidden;
  padding: 1em;
  display: none;
}

.accordion__item__content p {
  font-weight: 300;
  font-size: 16px;
}

.accordion__item__content.subscriptions {
  padding: 0;
}

.accordion__item__content.classes {
  padding: 1em;
}

.admin-classes-table th {
  padding: 0.5em;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

.accordion__item__content.classes .admin-classes-table td {
  padding: 1em;
}

.accordion__item__content.classes .admin-classes-table {
  padding: 0em;
  width: 100%;
}

.accordion__item__content.subscriptions .admin-classes-table .actions {
  display: flex;
  align-items: center;
  padding: 0;
  height: 4.5em;
}

.accordion__item__content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1em;
}

.pack-data-container {
  margin: 3em 0;
}

.accordion__item__content .pack-data {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.accordion__item__content .pack-data .title {
  display: inline-block;
}

.accordion__item__content .pack-data .status {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  padding: 0.1em 1em;
}

.pack-data.status.active {
  background-color: #D7B9F6;
}

.pack-data.status.inactive {
  background-color: #D9D9D9;

}

.accordion__item__content .pack-data .status .col {
  padding: 0;
  display: inline-block;
}

p.pack-data.status.col.text {
  margin-left: 0.6em;
}


.accordion__item__content .pack-data .status p {
  font-size: 16px;
}

.accordion__item__content .pack-data .classes-count {
  font-style: italic;
  color: #5C5C5C;
  margin-top: 0.5em;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}

.accordion__item__content .pack-data .button {
  padding: 0.5em 2em;
  font-size: 16px;
}

.user-list-table-date-column {
  display: flex;
  gap: 1em;
  align-items: center;
}

.user-list-table {
  width: 100%;
}

.user-list-table th {
  text-align: left;
  background-color: #fff;
  color: #fff;
  margin: 0;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
}

.user-list-table td {
  font-weight: 300;
  padding: 0.5em;
  border-bottom: 1px solid #252525;
}

.user-list-table-icon {
  cursor: pointer;
}

.user-list-table tr {
  align-items: center;
}

/* === ABOUT SECTION ===  */

.about {
  box-sizing: border-box;
  width: 100%;
  gap: 1em;
  padding: 3em 5em;
  display: flex;
}

.about.col {

  padding: 0;
  display: inline-block;
}

.about.col.left img {
  width: 90%;
}

/*
.about.col.right {
    background-image: url("/static/images/HundredAboutBackgroundShapes.e91736221daa.png");
    background-size:auto;
    background-repeat: no-repeat;
    background-position: bottom right;
}*/

.about.col.right img {
  width: 40%;
}

.about-logo {
  margin: 3em 0em;
}

h3.about-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.about p {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 2em;
}

/* === MEET US SECTION ===  */

.meet-us {
  background-color: #E9E9E9;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  gap: 1em;
  margin-top: 5em;
  margin-right: 5em;
}

.meet-us.col {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
}

.meet-us img {
  max-width: 100%;
}

body>section>div.meet-us>div.meet-us.col.left>h2 {
  margin-bottom: 1em;
}

p.coach-name {
  font-family: "Grose";
  color: #d9d9d9;
  display: inline-block;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.meet-us.col.left {
  padding: 0;
  background-image: url("/static/images/HundredAboutLogoBackground.8b8a36337e04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-left: 5em;
}

.meet-us.col.mid {
  display: block;
  padding: 0;
  margin-bottom: 6em;
  margin-right: 0em;
}

.meet-us.col.mid .coach-details {
  border-bottom: 15px solid #252525;
}

.meet-us.col.right .coach-details {
  border-bottom: 15px solid #D7B9F6;
}

.coach-details {
  padding: 0.7em;
}

.meet-us.col.mid h3,
.meet-us.col.right h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0.8em 0 0 0;
  line-height: 1;
}

.meet-us.col.mid p,
.meet-us.col.right p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 1em;
}

.meet-us.col.right {
  display: block;
  padding: 0;
}

/* === PHRASE SECTION ===  */

.phrase {
  padding: 2em 0;
  height: 200px;
  background: linear-gradient(0, #D7B9F6 0%, rgba(215, 185, 246, 0.6) 100%);
}

.phrase-title {
  height: 100%;
  display: flex;
  align-items: center;
}

.phrase-title h2 {
  font-weight: 400;
  font-size: 32px;
  max-width: 83%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

/* === CONTACT SECTION ===  */

.contact {
  max-width: 90%;
  margin: 0 auto;
  padding: 5em 0;
}

.user-form.contact {
  display: flex;
  width: 100%;
  gap: 5em;
  margin: 0;
  padding: 0;
}

.user-form.contact.user-form-col {
  width: 100%;
}

.user-form.contact.user-form-col.form-field {
  width: 100%;
}



/* === FOOTER ===  */
.footer {
  width: 100%;
  list-style: none;
  background-color: #252525;
}

.footer.col.social>a.footer-developer {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

a.footer-developer-responsive {
  display: none;
}

.footer.content {
  background-image: url("/static/images/HundredFooterLogoBackground.528813d07707.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  padding: 4em 4.5em;
  width: 100%;
  box-sizing: border-box;
}

.footer.col {
  width: 33.33%;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #D7B9F6;
}

.footer.links {
  padding-left: 0;
  margin-top: 2.2em;
}

.footer.links li {
  padding-left: 0;
  margin-bottom: 1.1em;
}

.footer.col.social li {
  display: flex;
  gap: 0.5em;
}

.footer.email {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.footer.phone {
  font-size: 21px;
  font-weight: 400;
}

body>footer>div>div.footer.col.social>p:nth-child(5) {
  margin-top: 2.5em;
}

.footer .social-media {
  display: flex;
  justify-content: flex-start;
  gap: 0.7em;
  padding-left: 0px;
}

.footer a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer.logo {
  width: 250px;
  padding-bottom: 1.3em;
}

.footer.col.left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: rgb(0, 0, 0, 0);
}

.footer.col.left img {
  width: 130px;
  margin-bottom: 1.8em;
}

/* <--------------- RESPONSIVE ---------------> */


@media screen and (max-width:1200px) {

  .signup-success-popup-content {
    padding: 1.5em 1em;
  }

  .signup-success-popup-content button {
    font-size: 0.8rem;
    padding: 0.5em 2em;
  }
}

@media screen and (max-width: 600px) {

  body {
    letter-spacing: 0.6px;
  }

  /* ::::::: Font Styles ::::::: */

  a {
    color: #000;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
  }

  a:hover {
    color: #000;
    text-decoration: none;
  }

  h1 {
    font-family: "Grose";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
  }

  h2 {
    font-family: "Grose";
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }

  h3 {
    font-family: "Grose";
    font-size: 16px;
    font-weight: 700;
    margin: 0;
  }

  h4 {
    font-size: 14px;
    color: #252525;

  }

  h5 {
    font-size: 12px;
    color: #252525;
  }

  p {
    font-size: 12px;

  }

  h2.page-subtitle {
    font-size: 14px;
  }

  h2.popup-title {
    font-size: 18px;
  }

  h2.popup-subtitle {
    font-size: 14px;
  }

  /* === BUTTONS ===  */

  .button {
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 0.5em 2em;
  }

  .main-section {
    margin-top: 2em;
  }

  #confirmReservationBtn,
  #confirmSubscriptionBtn,
  #joinWaitlistBtn,
  #confirmBikeSelectionBtn,
  #selectBikeBtn {
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 0.8em 3.2em;
  }

  .confirmation-checkbox {
    font-size: 11px;
  }

  .modal-body {
    padding: 0.5em 0;
  }

  #instructor-modal .modal-inner-container {
    flex-direction: column;
  }

  #instructor-modal-info #instructor-description p {
    width: 100%;
  }

  #instructor-modal .modal-inner-container .modal-info h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  #instructor-modal .modal-inner-container .modal-info {
    background-color: #f2f2f2;
    padding: 2rem 1rem;
  }

  /* === MODAL ===  */

  .modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    width: 90%;
  }

  .modal-body .page-title {
    max-width: 100%;
    font-size: 14px;
  }

  .modal-body p {
    max-width: 80%;
    font-size: 12px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .modal-body #subscriptionInfoModalMessage p {
    max-width: 100%;
    font-size: 12px;
    padding-top: 1em;
    padding-bottom: 0.5em;
  }

  .info-button {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin: 0em;
  }

  #actionModal>div>div.modal-header>div>img {
    width: 25px;
  }

  .modal-header {
    padding: 0.8em 1em;
  }

  .modal-header>div img {
    max-width: 25px;
  }


  /* === NAV-BAR ===  */

  #nav-links-dropdown {
    display: none;
  }

  .nav-links-dropdown.icon {
    display: flex;
    font-weight: 400;
    color: #252525;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 2;
  }

  .nav-links-dropdown.icon img {
    fill: #fff;
  }

  .nav-bar.responsive #nav-links-dropdown {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    background-color: #252525;
    display: flex;
    justify-content: flex-start;
    border: none;
    border-bottom: 0.5px solid #f2f2f2;
  }

  .nav-bar.col.links>ul {
    display: flex;
  }

  #nav-links-dropdown ul {
    display: block;
  }

  #nav-links-dropdown ul li {
    text-align: left;
    gap: 0.5em;
  }

  #hamburger-icon {
    margin: initial;
    display: block;
  }

  .nav-bar.responsive .navbar-links {
    width: 100%;
    margin: 0 auto;
  }

  .nav-bar.responsive {
    background-color: #252525;
  }

  .nav-bar.responsive .navbar-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 100%;
    margin-top: 10em;
    background-color: #181818;
    border-bottom: 0.2em solid #212121;
  }

  .nav-bar.responsive a.icon {
    margin-top: 1em;
    margin-right: 1.15em;
  }

  body>header>div.top-bar>div>div:nth-child(1)>ul>li:nth-child(1) {
    display: none;
  }

  #Navbar>div>div.nav-bar.col.social {
    display: none;
  }

  .nav-bar .social-media {
    display: none;
  }

  .nav-bar.col.links>ul>li>a.icon {
    display: block;
    color: #fff;
  }

  .nav-bar .links {
    gap: 0em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
  }

  .nav-bar {
    height: 50px;
  }

  .nav-bar .logo {
    width: 190px;
  }

  .nav-bar.col.logo {
    width: 30%;
  }

  .nav-bar.col.links {
    width: 70%;
  }

  .nav-bar.col.social {
    width: 10%;
  }

  .nav-bar .links li a {
    font-size: 12px;
  }

  .nav-bar .social-media {
    gap: 0.3em;
    justify-content: flex-end;
  }

  .nav-bar .social-media li img {
    width: 20px;
  }

  /* === TOP-BAR ===  */
  .top-bar {
    height: 40px;
  }

  .top-bar.links.right {
    display: none;
  }

  body>header>div.top-bar>div>div:nth-child(1) {
    width: 80%;
  }

  body>header>div.top-bar>div>div:nth-child(3) {
    width: 20%;
  }

  .top-bar>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    gap: 2em;
  }

  .top-bar.links.social li:last-child {
    gap: 0;
  }

  ul.top-bar.links.social {
    gap: 0.2em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  body>header>div.top-bar>div>div:nth-child(2) {
    display: none;

  }

  #nav-links-dropdown>ul>li:nth-child(7) {
    margin-bottom: 0.5em;
  }

  .top-bar.links.social li img {
    width: 18px;
  }

  .top-bar .links li img {
    width: 12px;
  }

  .top-bar.links.left {
    gap: 0.5em;
  }

  .top-bar .links li {
    gap: 0.3em;
  }

  .boxed-link {
    border: 1px solid #000;
    padding: 0.5em 1em;
  }

  /* ::::: Buttons ::::::  */
  .contact-form .button {
    padding: 0.5em 2em;
  }

  .hero-text .button {
    border: 1px solid #fff;
    background: rgb(0, 0, 0, 0);
    color: #fff;
    font-weight: 400;
    padding-left: 3em;
    padding-right: 3em;
  }

  .page-cta .page-title {
    line-height: 1.2;
    margin-bottom: 2em;
  }


  /* ::::: Hero  ::::: */

  .cycle-container {
    padding: 0em;
  }

  .pilates-container {
    padding: 0em;
  }

  .hero-text h1 {
    font-size: 20px;
    margin-bottom: 0.2em;
  }

  /* ::::: Calendar  ::::: */

  .calendar .container .page-subtitle {
    margin-left: 0;
  }

  .calendar-switch.container {
    margin-bottom: 1.5em;
    margin-top: 1em;
    margin-left: 0em;
  }

  a.calendar-switch.text,
  h3.calendar-switch.text {
    display: inline-block;
    font-size: 20px;
  }

  .calendar-switch.container span {
    margin: 0em 1em;
  }

  /* === TRAINING PACKAGES ===  */

  .packs .page-subtitle {
    margin-left: 1.4em;
  }

  .pack-title h1 {
    font-size: 32px;
  }

  #btnShowCyclePacks,
  #btnShowPilatesPacks {
    max-width: 3em;
  }

  #btnShowCyclePacks {
    width: 40px;
  }

  #btnShowCyclePacks {
    position: absolute;
    top: 79px;
    right: -12px;
  }

  #btnShowPilatesPacks {
    width: 40px;
  }

  #btnShowPilatesPacks {
    position: absolute;
    top: 78px;
    left: 8px;
  }

  .pack-title-content {
    padding: 6em 0em;
  }

  .training-packs-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 2em 0em;
  }

  .training-pack-box {
    padding-top: 2.2em;
    width: 100%;
  }

  .training-pack-box-inside {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .training-pack-box h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0.8em 0em 0.1em 0em;
    color: #D7B9F6;
  }

  .training-pack-box p {
    color: #fff;
    margin: 0em;
  }

  .pack-title {
    font-size: 12px;
    font-weight: 400;
  }

  .pack-classes {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1em;
  }

  .pack-price {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 0.7em;
  }

  .pack-btn {
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5em;
    box-sizing: border-box;
  }

  .pack-btn:hover {
    background-color: #D7B9F6;
  }

  .pack-btn.text {
    width: 85%;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 700;
  }

  .pack-btn.icon {
    z-index: 1;
    margin: 0;
    width: 22px;
    justify-content: flex-end;
  }

  /* --- CLASS RESERVATION POP UP - BIKE GRID --- */

  #bikeSelectionModal .modal-content .modal-body #confirmBikeSelectionBtn {
    font-size: 0.8rem !important;
  }

  #bikeSelectionModal .modal-body .page-title {
    font-size: 16px;
  }

  .modal-body .bike-legend {
    margin-top: 1.2em;
  }

  .modal-body .legend-circle {
    height: 15px;
    width: 15px;
  }

  .modal-body .bike-grid-instructor p {
    font-size: 0.7em;
  }

  .modal-body .bike-option {
    height: 30px;
    width: 30px;
  }


  /* --- NEW CALENDAR --- */
  .calendar-subtitle {
    font-size: 14px;
    margin-bottom: 0.8em;
    margin-left: 1.2em;
  }

  .main-calendar-section {
    margin: 1em;
  }

  .main-calendar-body {
    padding: 3em;
    margin: -0.1em 0.1em;
  }

  .main-calendar-column-header {
    font-size: 10px;
    margin: 0 0 0.4em 0;
  }

  .main-calendar-column {
    margin: 0.1em;
  }

  .calendar-event {
    margin-bottom: 0.2em;
    padding: 0.2em;
  }

  .calendar-event-content .calendar-event-title {
    height: 3.5em;
  }

  .calendar-event-content {
    gap: 0.4em;
    padding: 0.5em 0;
  }

  h3.calendar-event-hour {
    font-size: 10px;
  }

  p.calendar-event-instructor {
    font-size: 8px;
  }

  p.calendar-event-capacity {
    font-size: 7px;
  }

  p.calendar-event-title {
    font-size: 8px;
  }

  #today {
    height: 2.6em;
    font-size: 10px;
  }

  #prev-week,
  #next-week {
    padding: 0.48em;
  }

  .main-calendar-switch.container {
    margin-bottom: 1em;
  }

  a.main-calendar-switch.text,
  h3.main-calendar-switch.text {
    font-size: 20px;
    font-weight: 400;
  }

  .main-calendar-switch.container span {
    margin: 0 1em;
  }

  .main-calendar-intro {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0.5em;
    align-items: end;
    padding: 0 0.5em 0 0.5em;
  }

  .calendar-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.2em;
    margin: 0;
  }

  #prev-week>div>img,
  #next-week>div>img {
    width: 70%;
  }

  /* === ABOUT ===  */

  .about {
    flex-direction: column;
    gap: 0;
    padding: 1em 1em;
  }

  .about.col.left img {
    width: 100%;
  }

  .about.col.right img {
    width: 50%;
  }

  .about-logo {
    margin: 1em 0em;
  }

  h3.about-title {
    font-size: 20px;
  }

  .about p {
    font-size: 12px;
  }

  .about.col.right {
    margin-top: 1em;
  }

  /* === INSTRUCTORS ===  */


  .instructors-section {
    padding: 0;
  }


  .instructor-card {
    height: 200px;
  }

  .instructors-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
    width: calc(100% - 2rem);
  }


  /* === MEET US ===  */

  .meet-us {
    flex-direction: column;
    margin: 0em;
    gap: 0;
    padding: 2em 1em;
  }

  .meet-us.col {
    width: 100%;
  }

  .meet-us.col.mid {
    margin: 0;
    padding-bottom: 2em;
  }

  .meet-us.col.left {
    background-image: none;
    padding-left: 0px;
    padding-bottom: 1.5em;
  }

  .meet-us.col.mid,
  .meet-us.col.right {
    display: block;

  }

  .meet-us.col.mid h3,
  .meet-us.col.right h3 {
    margin: 0;
    font-size: 20px;
  }

  .meet-us.col.mid p,
  .meet-us.col.right p {
    padding: 0;
    font-size: 14px;
  }

  p.coach-name {
    font-size: 20px;
  }

  .coach-details {
    padding: 1em 0.5em;
  }

  .phrase {
    max-height: 20px;
    height: 100%;
  }

  /* === PHRASE ===  */

  .phrase-title h2 {
    font-size: 12px;
  }

  /* === CONTACT ===  */

  .contact-form-row {
    gap: 2em;
  }

  .contact-form {
    padding: 0;
  }


  .contact {
    padding: 3em 0;
  }

  .user-form.contact {
    gap: 1em;
  }

  .form-error p,
  div.form-error>ul>li {
    font-size: 12px;
  }

  .form-field {
    width: 100% !important;
    font-size: 12px;
    margin-bottom: 1.5em;
  }

  input.form-input,
  select.form-input {
    width: 100% !important;
    color: #252525 !important;
  }

  label.form-input {
    width: 100% !important;
  }

  select.form-input {
    width: 100% !important;
    background-color: #fff !important;
  }

  .form-input {
    height: 40px;
    font-size: 12px;
  }

  /* === LOGIN PAGE ===  */

  .user-container {
    padding: 8em 0 0 0;
  }

  .user-container .account-data {
    padding: 0em 0 0 0;
  }

  .user-form.signin {
    gap: 1.5em;
  }

  .user-container-buttons p {
    font-size: 12px;
  }

  .user-container h2 {
    margin-bottom: 3em;
  }

  a.reset-password {
    font-size: 12px;
  }


  /* === MI CUENTA ===  */

  .pack-data-container {
    margin: 1em 0;
  }

  .account-data.welcome {
    font-size: 16px;
  }

  .accordion__item__header p {
    font-size: 14px;
  }

  .accordion__item__content p {
    font-size: 12px;
    margin: 0;
  }

  .accordion__item__content .pack-data .title {
    margin-right: 1em;
  }

  .accordion__item__content {
    padding: 1em 0.5em;
  }

  .accordion__item__content h3 {
    font-size: 16px;
  }

  .accordion__item__content .pack-data {
    margin: 0.5em 0;
  }

  .accordion__item__content .pack-data .classes-count {
    font-size: 12px;
  }


  .accordion__item__content .pack-data .status p {
    font-size: 12px;
  }

  .pack-data.status.active>img {
    width: 6px;
  }

  .accordion__item__content .pack-data .status {
    padding: 0.1em 0.6em;
  }

  .user-list-table th {
    font-size: 12px;
  }

  .user-list-table td {
    font-size: 12px;
  }

  .user-list-table .button {
    padding: 0.5em 1em;
  }

  .user-container-buttons {
    gap: 1.4em;
  }

  div.user-container-buttons .button {
    border-radius: 1px !important;
    padding: 0.8em 3.2em;
  }

  .js-payment-checkout,
  .subscriptionActivate {
    font-size: 12px;
  }

  /* === FOOTER ===  */

  .footer.content {
    background-image: none;
    padding: 2em 1em;
    flex-direction: column;
  }

  .footer.col.social>a.footer-developer {
    display: none;
  }

  a.footer-developer-responsive {
    display: block;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }


  .footer.col {
    width: 100%;
  }

  .footer.links {
    margin: 0;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer.links li {
    margin-bottom: 0.3em;
  }

  .footer.col.social li {
    gap: 0.3em;
  }

  .footer.email {
    font-size: 16px;
    margin-bottom: 0.5em;
  }

  .footer.phone {
    font-size: 14px;
  }

  body>footer>div>div.footer.col.social>p:nth-child(5) {
    margin-top: 1.5em;
  }

  .footer a {
    font-size: 12px;
  }

  .footer.logo {
    width: 150px;
  }

  .footer.col.left img {
    width: 18%;
    margin-bottom: 2.5em;
  }

  .footer.col.left {
    margin-top: -90px;
  }

}
