/* General */
body {
  font-family: 'HelveticaNeueLTStd-Md';
  background-color: #000000;
  color: #e0e3f2;
  padding: 0;
  margin: 0;
  backface-visibility: hidden;
}
img:not([src]) {
  visibility: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input:disabled,
textarea:disabled {
  background-color: #26b8b4;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-opacity: 1;
}

textarea, select, input, button { outline: none; }
p { margin: 0; }
ul { padding: 0; margin: 0; list-style-type: none; }

/* NotFound */
.notfound {
  color: #ffffff;
  height: 100vh;
  display: flex;
}
.notfound h1 {
  margin-top: 0;
}
.notfound h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.notfound span {
  color: #27beb7;
}
.notfound-container {
  text-align: center;
  margin: auto;
  width: 80%;
}

/* Loader */
/*.pace {
  background-color: rgba(0,0,0,0.85);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}*/
.pace .pace-progress {
  background-color: #27beb7;
}
.pace .pace-activity {
  border-top-color: #27beb7;
  border-left-color: #27beb7;
  display: none;
}

/* Dropdown */
.btn-dropdown {
  position: relative;
  cursor: pointer;
}
.btn-dropdown > span:first-of-type {
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-MdCn';
  color: #27beb7;
  border: 1px solid #27beb7;
  border-radius: 5px;
  padding: 3px 30px;
  padding-top: 9px;
  display: block;
}
.btn-dropdown--disabled span {
  color: #707070;
  border: 1px solid #707070;
}
.btn-dropdown.active span {
  background-color: #27beb7;
  color: #ffffff;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.btn-dropdown-content {
  position: absolute;
  width: 100%;
}
.btn-dropdown-content button,
.btn-dropdown-content a {
  font-family: 'HelveticaNeueLTStd-Cn';
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: visible;
}

.btn-dropdown-content > a,
.btn-dropdown-content > button,
.btn-dropdown-content a.lo,
.btn-dropdown-content a.item {
  background-color: #31514f;
}
.btn-dropdown-content > button:last-of-type:disabled:hover,
.btn-dropdown-content > button:last-of-type,
.btn-dropdown-content a:last-of-type,
.btn-dropdown-content a.last-item {
  background-color: #31514f;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-dropdown-content a.hi {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-dropdown-content > button:nth-of-type(odd):disabled:hover,
.btn-dropdown-content > button:nth-of-type(odd),
.btn-dropdown-content > a:nth-of-type(odd) {
  background-color: #27403f;
}

.btn-dropdown-content button:hover,
.btn-dropdown-content > a:hover {
  background-color: #a59165;
}

/* Page */
header {
  max-width: 600px;
}
.wit-page {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.page-title {
  background-color: #27beb7;
  font-family: 'HelveticaNeueLTStd-Bd';
  color: #000000;
  padding-top: 65px;
  position: relative;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
.page-title p {
  font-size: 32px;
  margin: auto;
  margin-top: 10px;
}

/* Modal */
.modal-wrapper {
  position: fixed;
  top: 0;
}
.modal {
  background-color: rgba(0,0,0,0.85);
  width: 100vw;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
}
.modal-template {
  border-bottom: 5px solid #26b8b4;
  background-color: #101010;
  padding: 20px;
  margin: auto;
}
.modal-template p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.modal-template p.alert-title {
  color: #a59165;
  font-size: 18px;
  text-transform: uppercase;
}
.modal-template div.alert-content {
  font-size: 14px;
}
.modal-template a {
  color: #26b8b4;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.modal-template img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.form-group {
  margin-bottom: 10px;
}

.form-group .input-group {
  position: relative;
}

.form-group label {
  position: absolute;
  left: 15px;
  top: 51%;
  font-size: 14px;
  transition: all ease .2s;
  color: #4c4c4f;
  cursor: text;
  z-index: 0;
}

.form-group.active label {
  top: 0;
  left: 5px;
  font-size: 12px;
}

.form-control {
  margin-top: 17px;
}

.invalid-feedback {
  color: #A50203;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
}

.react-datepicker-wrapper {
  display: block !important;
}

.form-group.datepicker-group label {
  z-index: 1;
}

.form-control,
.form-group input[type=file],
.form-group input[type=number],
.form-group input[type=text],
.modal-template input[type="text"] {
  font-family: 'HelveticaNeueLTStd-Md';
  font-size: 12px;
  background-color: #2c2c2c;
  color: #828290;
  width: 100%;
  padding: 10px 15px;
  padding-bottom: 8px;
  border: 0;
  border-radius: 25px;
}
button.btn,
.modal button.btn,
.modal-template button.modal-button {
  font-family: 'HelveticaNeueLTStd-MdCn';
  font-size: 18px;
  color: #26b8b4;
  width: 100%;
  border: 1px solid #26b8b4;
  border-radius: 25px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-top: 20px;
  background-color: transparent;
  cursor: pointer;
}
.modal button.btn:hover,
button.btn:hover {
  background-color: #26b8b4;
  color: #101010;
}
button.btn {
  text-transform: uppercase;
  transition: all ease .5s;
}

button.btn.success {
  background-color: #26b8b4;
  border-color: #26b8b4;
  color: white;
}
button.btn:disabled {
  color: gray;
  cursor: not-allowed;
}
button.btn.success:disabled {
  color: gray;
  background-color: transparent;
  border-color: gray;
}
.modal-template button.modal-button:hover {
  background-color: #26b8b4;
  color: #101010;
}
.modal-template .error-msg {
  font-size: 12px;
  color: #A50203;
  height: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
  display: block;
}


.cart-delivery-options {
  position: relative;
}

.cart-delivery-options .react-calendar {
  position: absolute;
  top: 100%;
  margin-top: 10px;
}

.cart-delivery-options .react-calendar,
.cart-delivery-options .react-calendar * {
  z-index: 10;
}

.cart-payment label .note {
  display: block;
  font-size: .9em;
  font-style: italic;
  font-weight: bold;
  margin-top: 5px;
}

.react-calendar__tile.react-calendar__tile--now.react-calendar__month-view__days__day {
  background-color: #344a49;
}

.react-calendar__tile:disabled,
.react-calendar__navigation button[disabled] {
  background-color: #333 !important;
}

/* Modal Calendar */
.modal-template .react-calendar {
  width: 100%;
  border: 1px solid #27beb7;
  display: none;
}
.modal-template .react-calendar.active {
  background-color: #000000;
  display: block;
  z-index: 1;
}
.modal-template .react-calendar__navigation button {
  color: #ffffff;
}
.modal-template .react-calendar__tile {
  color: #ffffff;
}
.modal-template .react-calendar__month-view__days__day--weekend {
  color: #27beb7;
}
.modal-template .react-calendar__tile:enabled:hover,
.modal-template .react-calendar__tile:enabled:focus,
.modal-template .react-calendar__tile--active {
  background-color: #27beb7;
  color: #ffffff;
}
.modal-template .react-calendar__navigation button:enabled:hover,
.modal-template .react-calendar__navigation button:enabled:focus {
  background-color: #27beb7;
  color: #ffffff;
}

/* Form layout */
.input-form-2col {
  display: flex;
  justify-content: space-between;
}
.input-form-2col .input-form-col {
  width: 48%;
}

/* Responsive */
@media screen and (max-width: 375px) {
  .page-title p {
    font-size: 26px;
  }
  .modal-template img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .page-title p {
    font-size: 22px;
  }
  .modal-template img {
    width: 100%;
  }
}


.page-title.standalone {
	padding-top: 0;
}

.block-links a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.block-links a:hover {
  text-decoration: underline;
}

header + .main-contents {
	padding-top: 65px;
}

.styled-content {
  color: #707070;
  padding: 0 20px;
}

.styled-content p:first-of-type {
  margin-top: 30px;
}

.styled-content hr {
  border: none;
  border-bottom: 3px solid #27beb7;
  margin-top: 25px;
}

.styled-content table {
	border: 1px solid #707070;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
}
.styled-content table tr {
	border-bottom: 1px solid #707070;
}
.styled-content table td {
	font-size: 12px;
	border-right: 1px solid #707070;
	word-wrap: break-word;
	padding: 5px;
}
.styled-content h4:first-child {
  margin-top: 0;
}
.styled-content ol {
  list-style-type: upper-roman;
}
.cart h4,
.styled-content h4,
h2 {
	font-family: 'HelveticaNeueLTStd-Cn';
	font-size: 22px;
	color: #a59165;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.cart h4 {
  font-weight: normal;
  margin: 0;
}
.cart input[type=text] {
  border: 1px solid #27beb7;
  background-color: transparent;
  width: 100%;
  padding: 6px 15px;
  border-radius: 5px;
  color: #27beb7;
}
.cart div + h4 {
  margin-top: 20px;
}
.styled-content p,
.styled-content img {
  margin-bottom: 20px;
}
.styled-content h6 {
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 18px;
	margin-bottom: 20px;
	color: #e0e3f2;
}
.styled-content ul {
	list-style-type: circle;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.styled-content li {
	margin-bottom: 10px;
}
.styled-content div.section {
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 16px;
	color: #707070;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 3px solid #27beb7;
}
.styled-content div.welcome {
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 16px;
	color: #e0e3f2;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 3px solid #27beb7;
}

a,
.styled-content a {
	color: #27beb7;
	cursor: pointer;
}

.form-check-wrapper {
  padding-left: 10px;
}

.form-check-wrapper label {
  display: flex;
}

.form-check label {
  margin-bottom: 5px;
}

.course-form-wrapper {
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 3px solid #27beb7;
}

.course-form-wrapper label span {
	padding-top: 5px;
}
.course-form-wrapper p,
.course-form-wrapper .input-label {
	margin-top: 40px;
	margin-bottom: 10px;
	display: block;
}

/* Form */
.course-form-container-inputs .error-msg,
.course-form-container .error-msg {
	font-size: 12px;
	color: #A50203;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	display: block;
}

.course-form-container-inputs p {
	font-size: 14px;
	color: #707070;
	margin-bottom: 10px;
}

.endorsement-page {
  padding-top: 30px;
}
.endorsement-page h4,
.course-form-container-inputs h4 {
	text-align: center;
}

.endorsement-page {
  width: 75%;
  margin: 0 auto;
  font-size: 14px;
}

.course-form-container-inputs button {
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 18px;
	color: #26b8b4;
	width: 100%;
	border: 1px solid #26b8b4;
	border-radius: 25px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: transparent;
	cursor: pointer;
}
.course-form-container-inputs button:hover {
	background-color: #26b8b4;
	color: #101010;
}

.course-form-container {
	width: 100%;
	margin: 0 auto;
}

.course-form-container p.label {
	font-size: 12px;
	color: #707070;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}

/* Birthday Calendar */
.course-form-wrapper .react-calendar {
	width: 100%;
	border: 1px solid #27beb7;
	display: none;
	margin-bottom: 30px;
}
.course-form-wrapper .react-calendar.active {
	background-color: #000000;
	display: block;
	z-index: 1;
}
.react-calendar__navigation button {
	color: #ffffff;
}
.react-calendar__navigation button[disabled] {
	background-color: transparent;
}
.react-calendar__tile {
	color: #ffffff;
}
.react-calendar__month-view__days__day--weekend {
	color: #27beb7;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus,
.react-calendar__tile--active,
.react-calendar__tile--hasActive {
	background-color: #27beb7;
	color: #ffffff;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
	background-color: #27beb7;
	color: #ffffff;
}

img.img-fluid,
.modal-content img {
  max-width: 100%;
  height: auto;
}


::placeholder {
  color: #4c4c4f;
}

.loader-wrapper {
  position: relative;
}
.loader-wrapper.loading::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.60);
}
.loader-wrapper > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
}

.cart-summary span.quantity {
  font-size: 90%;
  color: #707070;
  display: inline-block;
  margin-left: 5px;
}

/* Accordions */
.accordion {
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.accordion .accordion__item:after {
	border-bottom: 3px solid #27beb7;
	width: 60px;
	height: auto;
	padding-bottom: 10px;
	display: block;
	content: "";
}

.accordion .accordion__button {
	background-color: transparent;
	font-family: 'HelveticaNeueLTStd-Cn';
	color: #27beb7;
	width: auto;
	padding-left: 0;
	padding-bottom: 0;
	outline: none;
}
.accordion .accordion__button:hover {
	background-color: transparent;
}
.accordion .accordion__button:after {
	width: 10px;
	height: 10px;
	margin-left: 12px;
	border-right: 2px solid #27beb7;
	border-bottom: 2px solid #27beb7;
	display: inline-block;
	content: "";
	transform: rotate(-45deg);
}
.accordion .accordion__button[aria-expanded='true']::after,
.accordion .accordion__button[aria-selected='true']::after {
	transform: rotate(45deg);
}
.accordion .accordion__button:before {
	display: none;
}

.accordion .accordion__panel {
	padding-left: 0;
	padding-right: 0;
}
.accordion .accordion__panel ul li {
	font-size: 14px;
	color: #707070;
}

/* Button */
.accordion .asamblea-votes {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

/* Links */
.accordion a {
	color: #26b8b4;
	text-decoration: none;
}

/* Asamblea */
.asamblea-title {
	font-family: 'HelveticaNeueLTStd-Cn';
    font-size: 20px;
	color: #a59165;
	padding-left: 20px;
	padding-right: 20px;
}
.asamblea-empty_message {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.asamblea-date {
	font-size: 14px;
	color: #ffffff;
}
.asamblea-description {
	font-size: 14px;
}
.asamblea-vote {
	color: #a59165;
	margin-bottom: 10px;
}

.orders-history .order-wrapper  + .order-wrapper {
  margin-top: 20px;
}

.orders-history .order span {
  display: inline-block;
}

.order-wrapper .actions {
  display: flex;
  flex-direction: column;
}

.order-wrapper .actions > .btn + .btn {
  margin-top: 15px;
}

.order-wrapper .btn {
  margin: 0;
  flex: 1;
}

@media (min-width: 460px) {
  .order-wrapper .actions {
    flex-direction: row;
  }
  .order-wrapper .actions > .btn + .btn {
    margin-top: 0;
    margin-left: 25px;
  }
}

.orders-history .details span + span::before,
.orders-history .order span + span::before {
  content: "-";
  margin: 0 5px;
  color: #fafafa;
}

.orders-history span.price {
  color: #26b8b4;
}

.orders-history .details {
  margin-bottom: 15px;
}

.orders-history .details li {
  margin-top: 5px;
}
