:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

* {
  font-family: "Nunito", sans-serif;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

.container-adjust {
  height: 100%;
}
@media (min-width: 550px) {
  .container-adjust {
    min-width: 375px;
    max-width: 550px;
    margin: 0 auto;
  }
}

.center-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 15px;
}

.slick-slider {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.page-container {
  height: 100vh;
  min-height: 750px;
  width: 100%;
  padding: 0 16px;
}
.page-dashboard-reservar {
  padding: 0;
  min-height: 100vh;
}
@media (min-width: 320px) {
  .page-dashboard-reservar {
    min-height: 660px;
  }
}
.page-my-bookings {
  padding: 0;
  min-height: 100vh;
}

.welcome-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.welcome-container .background-welcome {
  max-width: 100%;
  background-image: url(/wp-content/uploads/2021/11/ic_welcome_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.welcome-dialog {
  background: #dfe6ec;
  border-radius: 50px 50px 0 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-family: "Nunito", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
}
.welcome-dialog:before {
  content: "";
  background: #bedaff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.welcome-dialog-picture img {
  height: 55px;
}
.welcome-dialog-title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #004F86;
  font-weight: 700;
  padding: 0 6rem;
}

.btn {
  cursor: pointer;
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem 0;
}
.btn-group__center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.btn-back img, .btn-go img {
  width: 35px;
}
.btn-back img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.btn .text {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #004F86;
}
.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.page-dashboard, .page-welcome {
  padding: 0;
}
.page-projects .logo-picture {
  padding: 16px;
  text-align: center;
  margin-bottom: 16 px;
  position: relative;
}
.page-projects .logo-picture img {
  height: 100px;
}
.page-projects .help-text {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #004F86;
  padding: 1 rem 16 px;
  position: relative;
}
.page-projects .projects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 16px;
}
.page-projects .projects-items input {
  display: none;
}
.page-projects .projects input:checked + .projects-item-container {
  -webkit-box-shadow: 0px 0px 0px 5px #fdc300, 0px 0px 10px 5px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 0px 5px #fdc300, 0px 0px 10px 5px rgba(0, 0, 0, 0.32);
}
.page-projects .projects-item-container {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-projects .projects-item-picture {
  height: 120px;
  overflow: hidden;
}
.page-projects .projects-item-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.page-projects .projects-item-title {
  background: #004F86;
  padding: 6px 0;
}
.page-projects .projects-item-title h4 {
  margin: 0;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.page-projects .btn-go {
  text-align: center;
  padding: 2rem 0;
}
.page-projects .btn-go img {
  width: 75px;
}
.page-login .logo-picture img {
  height: 100px;
}
.page-login .help-text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #004F86;
  padding: 1rem 0;
}
.page-login .form-row {
  margin: 0 0 16px;
  position: relative;
}
.page-login .form-row .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
.page-login .form form {
  width: 80%;
  margin: 1rem auto 0;
}
.page-login .form form .input-text, .page-login .form form .input-password {
  height: 52px;
  padding: 5px 15px 5px 70px;
  width: 100%;
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.page-login .form form .input-text::-webkit-input-placeholder, .page-login .form form .input-password::-webkit-input-placeholder {
  color: #004F86;
}
.page-login .form form .input-text::-moz-placeholder, .page-login .form form .input-password::-moz-placeholder {
  color: #004F86;
}
.page-login .form form .input-text:-ms-input-placeholder, .page-login .form form .input-password:-ms-input-placeholder {
  color: #004F86;
}
.page-login .form form .input-text::-ms-input-placeholder, .page-login .form form .input-password::-ms-input-placeholder {
  color: #004F86;
}
.page-login .form form .input-text::placeholder, .page-login .form form .input-password::placeholder {
  color: #004F86;
}
.page-login .form form .input-text.error, .page-login .form form .input-password.error {
  border-color: red;
}
.page-login .form form .input-text.error::-webkit-input-placeholder, .page-login .form form .input-password.error::-webkit-input-placeholder {
  color: red;
}
.page-login .form form .input-text.error::-moz-placeholder, .page-login .form form .input-password.error::-moz-placeholder {
  color: red;
}
.page-login .form form .input-text.error:-ms-input-placeholder, .page-login .form form .input-password.error:-ms-input-placeholder {
  color: red;
}
.page-login .form form .input-text.error::-ms-input-placeholder, .page-login .form form .input-password.error::-ms-input-placeholder {
  color: red;
}
.page-login .form form .input-text.error::placeholder, .page-login .form form .input-password.error::placeholder {
  color: red;
}
.page-login .form form button[type=submit] {
  background: #FDC300;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
  min-width: 200px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.page-login .register {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #004F86;
  width: 80%;
  border-top: 1.5px solid #DFE6EC;
  padding-top: 16px;
}
.page-login .register strong {
  font-weight: 800;
}

.modal-register .modal-dialog {
  background: transparent;
}
.modal-register .modal-content {
  background: var(--white);
  border-radius: 15px;
  color: #004F86;
  padding: 1rem 1rem 0;
}
.modal-register .modal-content h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.modal-register .modal-content p {
  font-size: 14px;
  line-height: 20px;
}
.modal-register .modal-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  gap: 15px;
}
.modal-register .modal-content ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #004F86;
  text-decoration: none;
  font-size: 14px;
}
.modal-register .modal-content .picture-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-register .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 0;
}
.modal-register .modal-header .close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
}

.dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard-top {
  background: #004F86;
  color: white;
  padding: 3rem 1.3rem 1.5rem;
}
.dashboard-top .name {
  margin-bottom: 1rem;
}
.dashboard-top .name h4 {
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DFE6EC;
  margin: 0;
  text-transform: uppercase;
}
.dashboard-top .number-dep {
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DFE6EC;
  font-weight: 600;
  margin-bottom: 1rem;
}
.dashboard-top .count-bookings {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DFE6EC;
}
.dashboard-bottom {
  padding: 3rem 16px;
  position: relative;
  background: white;
  border-radius: 50px 50px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-bottom:before {
  content: "";
  background: #004F86;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.dashboard-bottom h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #004F86;
  margin: 0 0 2rem;
}
.dashboard-bottom .areas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 80%;
  margin: 3rem auto;
}
.dashboard-bottom .areas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-bottom .areas-item-container {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard-bottom .areas-item-picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-bottom .areas-item-picture img {
  height: 60px;
}
.dashboard-bottom .areas-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background: #004F86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 12px;
  line-height: 28px;
}
.dashboard-bottom .areas-item-title h4 {
  margin: 0;
  font-weight: normal;
}
.dashboard-bottom .areas-label {
  width: 100%;
  border: 2px solid #004F86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  text-decoration: none;
}
.dashboard-reservar-container .areas__alter {
  width: 95%;
  margin: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-reservar-container .areas__alter .areas-item {
  margin-bottom: 20px;
}
.dashboard-reservar-container .areas__alter .areas-item-container {
  width: 120px;
  height: 120px;
  background: #004F86;
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 320px) {
  .dashboard-reservar-container .areas__alter .areas-item-container {
    width: 100px;
    height: 100px;
  }
}
.dashboard-reservar-container .areas__alter .areas-item input:checked + .areas-item-container {
  -webkit-box-shadow: inset 0 0 0 2px #004f86;
          box-shadow: inset 0 0 0 2px #004f86;
  background: #FDC300;
  color: #004F86;
}
.dashboard-reservar-container .areas__alter .areas-item input:checked + .areas-item-container svg * {
  fill: #004F86;
}
.dashboard-reservar-container .areas__alter .areas-item-title h4 {
  margin: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.dashboard-reservar-container .areas__alter .areas-label input {
  display: none;
}
.dashboard-reservar-container .areas__alter .areas-label svg {
  height: 59px;
}
.dashboard-reservar-container .calendar-picker {
  background: #DFE6EC;
  padding: 5px 0rem;
}
.dashboard-reservar-container .calendar-picker-title {
  margin: 0;
  color: #004F86;
  font-size: 14px;
  background: #DFE6EC;
  padding: 8px 16px;
}
.dashboard-reservar-container .calendar-picker-title h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}
.dashboard-reservar-container .calendar-picker-slider {
  height: 70px;
  background: #fff;
}
.dashboard-reservar-container .coupons-count {
  background: #DFE6EC;
  padding: 10px 16px;
}
.dashboard-reservar-container .coupons-count .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard-reservar-container .coupons-count .select .label {
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #004B86;
}
.dashboard-reservar-container .coupons-count .select select {
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  border: none;
  padding: 5px;
  color: #004B86;
}
.dashboard-reservar-container .hours {
  padding: 1rem;
  padding: 1rem;
  min-height: 200px;
  height: calc(100vh - 520px);
  overflow-y: scroll;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard-reservar-container .hours {
    height: calc(100vh - 520px);
  }
}
@media (max-width: 320px) {
  .dashboard-reservar-container .hours {
    max-height: calc(100vh - 420px);
  }
}
.dashboard-reservar-container .hours-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dashboard-reservar-container .hours-item-container {
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 0 0px #004f86;
          box-shadow: 0 3px 0 0px #004f86;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.dashboard-reservar-container .hours-item input:checked + .hours-item-container {
  background: #FDC300;
}
.dashboard-reservar-container .hours-item-time {
  line-height: 28px;
  color: #004B86;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.dashboard-reservar-container .hours-item-coupon-count {
  color: #004f86;
  text-align: center;
  line-height: 28px;
}
.dashboard-reservar-container .hours-item__available .hours-item-coupon-count {
  color: #1D9609;
}
.dashboard-reservar-container .hours-item__noavailable .hours-item-coupon-count {
  color: #FF0000;
}
.dashboard-reservar-container .hours-label input {
  display: none;
}
.dashboard-reservar-container .finish-booking {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}
.dashboard-reservar-container .finish-booking:before {
  content: "";
  position: absolute;
  background: #DFE6EC;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: -1;
}
.dashboard-reservar-container .finish-booking h4 {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #004F86;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
}
.dashboard-reservar-container .finish-booking .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.dashboard-reservar-container .finish-booking .picture-register {
  width: 80%;
  background: white;
  margin: 2rem auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.dashboard-reservar-container .confirm-booking {
  background: #DFE6EC;
  padding: 1 rem;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-reservar-container .confirm-booking .area-zonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  color: #004B86;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.dashboard-reservar-container .confirm-booking .area-zonal svg {
  height: 42px;
}
.dashboard-reservar-container .confirm-booking .date-bocking {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #004F86;
  text-transform: uppercase;
}
.dashboard-reservar-container .confirm-booking .hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  font-size: 14px;
  line-height: 28px;
  color: #004B86;
}
.dashboard-reservar-container .confirm-booking .hour span {
  background: white;
  padding: 5px 1rem;
  border-radius: 5px;
  border-bottom: 3px solid;
}
.dashboard-reservar-container .confirm-booking .count-coupon {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #004F86;
  margin: 5px 0;
}
.dashboard-reservar-container .confirm-booking .notification .label {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #004F86;
}
.dashboard-reservar-container .confirm-booking .notification input {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: white;
  padding: 9px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  border-radius: 5px;
}

.nav-bar {
  position: fixed;
  bottom: 0;
  background: #DFE6EC;
  left: 0;
  right: 0;
  border-radius: 20px 20px 0px 0px;
  padding: 16px;
}
.nav-bar a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #004F86;
  font-size: 10px;
}
.nav-bar .nav-booking {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  bottom: 100%;
  width: 75px;
  height: 75px;
}
.nav-bar .nav-booking:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #FDC300;
  top: 0;
  border-radius: 50%;
}
.nav-bar .nav-booking:after {
  content: "+";
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-52%);
          transform: translateX(-50%) translateY(-52%);
  left: 50%;
  top: 0;
  color: #004B86;
  font-size: 64px;
  line-height: 0px;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-bar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.nav-bar-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-bar-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.nav-bar-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #004F86;
  font-size: 10px;
}
.nav-bar-link span.empty {
  display: block;
  height: 25px;
}
.nav-bar-link img {
  height: 25px;
}

.menu-dynamic a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
.menu-dynamic a img {
  height: 25px;
}
.menu-dynamic .current-menu-item a:after,
.menu-dynamic .current-page-ancestor a:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 60px;
  z-index: -2;
  border-radius: 10px;
}

.title-booking {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #004F86;
  padding: 1.5rem 1rem 1.5rem;
  margin-top: 0;
}
.title-top {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title-top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
  padding-right: 1rem;
}
.title-top.alter {
  margin-top: 1rem;
}
.title-top.alter .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-top.alter .title-booking {
  padding: 0 1rem;
}
.title-top.alter .right {
  margin-top: 0;
}
.title-top .title-booking {
  padding: 2rem 1rem 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.title-top .count-bookings {
  padding: 0.5rem 1rem 0.5rem;
  font-size: 14px;
  line-height: 28px;
  color: #004B86;
}
.title-top .go-booking {
  width: 75px;
  height: 75px;
  background: #FDC300;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
}
.title-top .go-booking:after {
  content: "+";
  color: #004B86;
  font-size: 64px;
  line-height: 0px;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sw-theme-dots > .tab-content > .tab-pane {
  padding: 10px 0;
}
.sw-theme-dots > .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.sw-theme-dots > .nav .nav-link {
  position: relative;
  margin-bottom: 40px;
  margin-top: auto;
  font-size: 12px !important;
  color: #004B86 !important;
}
.sw-theme-dots > .nav .nav-link:before {
  bottom: -32px;
  top: auto;
  width: 25px;
  height: 25px;
  border: none;
  background: transparent;
  color: #428bca;
  text-decoration: none;
  z-index: 98;
}
.sw-theme-dots > .nav .nav-link:after {
  bottom: -28px;
  top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 5px #fdc300;
          box-shadow: 0 0 0 5px #fdc300;
}
.sw-theme-dots > .nav .nav-link.inactive:after, .sw-theme-dots > .nav .nav-link.active:after {
  background-color: #fff !important;
}
.sw-theme-dots > .nav .nav-link.active {
  font-size: 12px !important;
  color: #004B86 !important;
  font-weight: 800 !important;
}
.sw-theme-dots > .nav:before {
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #004F86;
  border-radius: 3px;
  z-index: 1;
  top: auto;
}

.my-bookings-container .calendar-picker {
  background: #DFE6EC;
  padding: 0px 0rem;
}
.my-bookings-container .calendar-picker-title {
  margin: 0;
  color: #004F86;
  font-size: 14px;
  background: #DFE6EC;
  padding: 8px 16px;
}
.my-bookings-container .calendar-picker-title h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
}
.my-bookings-container .calendar-picker-slider {
  height: 70px;
  background: white;
}

.list-bookings-user {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: 200px;
  height: calc(100vh - 290px);
  overflow-y: scroll;
  position: relative;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .list-bookings-user {
    height: calc(100vh - 520px);
  }
}
.list-bookings-user.max {
  height: calc(100vh - 190px);
}
.list-bookings-user-item {
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 0 0px #004f86;
          box-shadow: 0 3px 0 0px #004f86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.list-bookings-user-item-picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-bookings-user-item-picture svg {
  width: 50px;
  height: 50px;
  background: #004B86;
  border-radius: 50%;
  padding: 8px;
}
.list-bookings-user-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  line-height: 22px;
  color: #004B86;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.list-bookings-user-item-delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.list-bookings-user-item-delete .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-bookings-user-item-delete .text {
  color: #FF0000;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 11px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-users {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: calc(100vh - 301px);
  overflow-y: scroll;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .list-users {
    height: calc(100vh - 520px);
  }
}
.list-users.max {
  height: calc(100vh - 190px);
}
.list-users-item {
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 0 0px #004f86;
          box-shadow: 0 3px 0 0px #004f86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-users-item-picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-users-item-picture svg {
  width: 50px;
  height: 50px;
  background: #004B86;
  border-radius: 50%;
  padding: 8px;
}
.list-users-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  line-height: 22px;
  color: #004B86;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-users-item-delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  cursor: pointer;
}
.list-users-item-delete .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-users-item-delete .text {
  color: #FF0000;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 11px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#calendar-horizontal .date-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#calendar-horizontal .date-calendar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
#calendar-horizontal .date-calendar-container .day {
  color: #004B86;
  font-size: 24px;
}
#calendar-horizontal .date-calendar-container .day-name {
  color: #C4C4C4;
  font-size: 14px;
  text-transform: capitalize;
}
#calendar-horizontal .date-calendar-container.disabled .day {
  color: #e1e1e1;
  font-size: 24px;
}
#calendar-horizontal .date-calendar-container.disabled .day-name {
  color: #e1e1e1;
  font-size: 14px;
  text-transform: capitalize;
}
#calendar-horizontal .date-calendar-container.today {
  background: rgba(253, 195, 0, 0.37);
}
#calendar-horizontal .date-calendar-container.selected {
  background: #004B86;
}
#calendar-horizontal .date-calendar-container.selected .day {
  color: #fff;
  font-size: 24px;
}
#calendar-horizontal .date-calendar-container.selected .day-name {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.form-acf-custom .acf-input-wrap input {
  height: 52px;
  padding: 10px;
  width: 100%;
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.form-acf-custom .selection .select2-selection {
  height: 52px;
  padding: 10px;
  width: 100%;
  border: 1px solid #004F86;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.form-acf-custom .acf-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-acf-custom .acf-form-submit input[type=submit] {
  background: #FDC300;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
  min-width: 200px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.form-acf-custom .acf-form-submit .acf-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-dropdown {
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}

#tag-success {
  background: #8aff9e;
  padding: 17px 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 1rem;
  color: #218f2a;
}
#tag-success p {
  border: 0;
  padding: 0;
  margin: 0;
}

.loader-spiner {
  position: absolute;
  inset: 0;
  background: #ffffffa8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.loader-spiner.show {
  opacity: 1;
  visibility: visible;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #FDC300;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ccc;
  border-radius: 3rem;
  padding: 3px 16px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.tags .tag.pendient {
  background: #fdc300;
}
.tags .tag.success {
  color: #fdc300;
  background: #004b86;
}

.list-bookings-user-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.list-bookings-user-item-actions .action-conserje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  background: #ccc;
  border-radius: 3rem;
  font-weight: 600;
}
.list-bookings-user-item-actions .action-conserje.aprobar-reserva {
  background: #fdc300;
  color: #004b86;
}
.list-bookings-user-item-actions .action-conserje.cancelar-reserva {
  background: red;
  color: white;
}