/*fonts kontraola*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Regular"), url("./font/montserrat/Montserrat-Regular.woff") format('woff');
}

@font-face {
  font-family: "Montserrat Bold";
  font-style: bold;
  font-weight: bold;
  src: local("Montserrat Bold"), url("./font/montserrat/Montserrat-Bold.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat Medium";
  font-style: medium;
  font-weight: medium;
  src: local("Nunito Medium"), url("./font/montserrat/Montserrat-Medium.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat Semibold";
  font-style: bolder;
  font-weight: 700;
  src: local("Nunito Semibold"), url("./font/montserrat/Montserrat-SemiBold.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat Extrabold";
  font-style: Extrabold;
  font-weight: 900;
  src: local("Nunito Extrabold"), url("./font/montserrat/Montserrat-ExtraBold.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat Light";
  font-style: light;
  font-weight: 300;
  src: local("Montserrat Light"), url("./font/montserrat/Montserrat-Light.woff") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("./font/open-sans/OpenSans-Regular.woff") format("truetype");
}

@font-face {
  font-family: "OpenSans Bold";
  font-style: Bold;
  font-weight: Bold;
  src: local("OpenSans Bold"), url("./font/open-sans/OpenSans-Bold.woff") format("truetype");
}

@font-face {
  font-family: "OpenSans SemiBold";
  font-style: SemiBold;
  font-weight: SemiBold;
  src: local("OpenSans SemiBold"), url("./font/open-sans/OpenSans-SemiBold.woff") format("truetype");
}

@font-face {
  font-family: "OpenSans Medium";
  font-style: Medium;
  font-weight: Medium;
  src: local("OpenSans Medium"), url("./font/open-sans/OpenSans-Medium.woff") format("truetype");
}

@font-face {
  font-family: "OpenSans light";
  font-style: Light;
  font-weight: Light;
  src: local("OpenSans light"), url("./font/open-sans/OpenSans-Light.woff") format("truetype");
}


.event-card {
  z-index: 1 !important;
}
.sticky-top {
  padding-top: 140px !important;
  z-index: 2 !important;
}

.week-navigator {
  z-index: 3;
  position: fixed;
  top: 65px;
  width: 100%;
}

body, html {
  height:100%;
}

.noScroll {
  overflow: hidden!important;
}

.siScroll {
  overflow: auto!important;
}

.margin-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* style color emitus*/

.white {
  color: #fff;
}

.black {
  color: #000 !important;
}

.orange {
  color: #F29713;
}

.gray-ultra-light {
  color: #ffffffa6;
}

.gray-light {
  color: #727272;
}

.gray-medium {
  color: #3C3C3C;
}

.dark-red {
  color: #FE5E33;
}

.gray-dark {
  color: #393939;
}

.blue {
  color: #2CB9B0;
}


/* input global css */

html {
  scroll-behavior: smooth;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  background-color: rgb(223, 223, 223 / 0%);
  z-index: 2;
}


#form-booking-desktop .label {
  font-size: 11px !important;
  color: #1a1919;
}

#form-booking-desktop label {
  font-size: 11px !important;
  color: #1a1919;
}

#form-booking-desktop .input {
  border: none !important;
  box-shadow: none !important;
  font-family: "OpenSans" !important;
  font-size: 15px;
  color: #393939;
}

.label {
  font-size: 11px !important;
  font-family: "OpenSans" !important;
  letter-spacing: 0.1px;
  font-weight: 300;
}

label {
  font-size: 11px !important;
  letter-spacing: 0.1px;
  font-weight: 300;
  font-family: "OpenSans" !important;
}

input::placeholder {
  font-family: "OpenSans" !important;
  font-size: 14px !important;
}

textarea {
  font-family: "OpenSans" !important;
  font-size: 15px !important;
  border-color: #dbdbdb !important;
}

.field.has-addons .control:first-child:not(:only-child) .input {
  background-color: #fff;
}

.input::placeholder {
  font-size: 14px !important;
}

.is-primary.input {
  border-color: #F29713 !important;
  border: 1px solid;
}

.help.is-primary {
  color: #F29713 !important;
}

select {
  font-family: "OpenSans" !important;
  border-radius: 2px !important;
}

.select select::placeholder {
  font-family: "OpenSans" !important;
  font-size: 14px !important;
}

select::placeholder {
  font-family: "OpenSans" !important;
  font-size: 14px !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border: 2px solid #393939;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
}

input:focus-visible {
  outline: none !important;
}

select:focus-visible {
  outline: none !important;
}

.b-checkbox.checkbox input[type=checkbox] + .check {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #AEAEAE !important ;

}

.b-radio.radio input[type=radio] + .check {
  border: 1px solid #d2d2d2 !important;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  width: 17px !important;
  height: 17px !important;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: #F29713 !important;
  border: 1px solid #F29713 !important;
}


/* Text global css */

.montserrat {
  font-family: "Montserrat";
}

.montserrat-bold {
  font-family: "Montserrat Bold";
}

.montserrat-extrabold {
  font-family: "Montserrat Extrabold"
}

.montserrat-medium {
  font-family: "Montserrat Medium"
}

.montserrat-semibold {
  font-family: "Montserrat SemiBold"
}

.opensans {
  font-family: "OpenSans";
}

.OpenSans-Bold {
  font-family: "OpenSans Bold"
}

.OpenSans-medium {
  font-family: "OpenSans Medium"
}

.OpenSans-SemiBold {
  font-family: "OpenSans SemiBold"
}

.text-tranformation-capitalize {
  text-transform: capitalize;
}

.text-tranformation-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.decoration-line-through {
  text-decoration:line-through;
}

.title-big-regular {
  font-size: 31px;
  line-height: 39px;
  /*margin-bottom: 5px;*/
}

.title-big-main {
  font-size: 60px;
  line-height: 67px;
}

.title-medium-big-main {
  font-size: 35px;
  line-height: 40px;
}

.subtitle-big-medium-main {
  font-size: 20px;
  text-transform: capitalize;
}

.is-mini-small-text {
  font-size: 12.5px;
}

.is-size-small-text {
  font-size: 13px;
}

.is-size-text-normal {
  font-size: 14px;
}

.is-size-extra-text {
  font-size: 15px;
}

.is-size-medium-text {
  font-size: 17px;
}

.is-size-medium-big-text {
  font-size: 20px;
}

.is-size-medium-extra-big-text {
  font-size: 25px;
}

.is-size-big-text {
  font-size: 45px;
}

.paragraph-content {
  font-family: "OpenSans";
  line-height: 36px;
  font-size: 16px;
}

.paragraph-advertising {
  font-family: "OpenSans";
  line-height: 22px;
  font-size: 12.5px;
}

.overflow-ellipsis-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* buttons*/

.button-primary-black-small {
  width: 114px;
  height: 46px;
  background: #000;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-primary-black-small:hover, .button-primary-black-small:focus, .button-primary-black-small:active {
  background: #f7a62c !important;
  transform: scale(1.04);
  color: #ffff;
}

.button-primary-orange-small {
  width: 114px;
  height: 46px;
  background: #F29713;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat Semibold";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-primary-orange-small-disabled {
  width: 114px;
  height: 46px;
  background: #ffc46c;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat Semibold";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-primary-orange-small:hover, .button-primary-orange-small:focus, .button-primary-orange-small:active {
  background: #ffa929;
  transform: scale(1.04);
  color: #fff;
}


.button-stroke-orange {
  width: 150px;
  height: 38px;
  background: none;
  border: 1px solid #F29713;
  border-radius: 7px;
  font-family: "Montserrat Semibold";
  font-size: 12px;
  color: #f6ae42;
  transition: all 0.1s ease-in-out 0s;
}

.button-stroke-orange:focus, .button-stroke-orange:hover, .button-stroke-orange:active {
  background: rgba(246, 174, 66, 0.2);
  transform: scale(1.04);
  border: none;
  color: #f6ae42;
}

.button-secundary-stroke {
  width: 114px;
  height: 46px;
  background: none;
  border: 1px solid #fff;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #fff;
  transition: all 0.1s ease-in-out 0s;
}


.button-secundary-stroke:focus, .button-secundary-stroke:hover, .button-secundary-stroke:active {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.04);
  color: #000;
}

.button-medium-stroke {
  width: 143px;
  height: 46px;
  background: none;
  border: 1px solid #BBBBBB;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #000;
  transition: all 0.1s ease-in-out 0s;
}


.button-medium-stroke:focus, .button-medium-stroke:hover, .button-medium-stroke:active {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.04);
  color: #000;
}

.button-medium-stroke-black {
  width: 143px;
  height: 46px;
  background: none;
  border: 1px solid #000;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #000;
  transition: all 0.1s ease-in-out 0s;
}


.button-medium-stroke-black:focus, .button-medium-stroke-black:hover, .button-medium-stroke-black:active {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.04);
  color: #000;
}

.button-medium-stroke-gray {
  width: 143px;
  height: 46px;
  background: none;
  border: 1px solid #A4A4A4;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #959494;
  transition: all 0.1s ease-in-out 0s;
}


.button-medium-stroke-gray:focus, .button-medium-stroke-gray:hover, .button-medium-stroke-gray:active {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.04);
  color: #787878;
}


.button-primary-extra-medium {
  width: 145px;
  height: 47px;
  background: #F29713;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}



.button-primary-extra-medium:hover, .button-primary-big:active, .button-primary-big:focus {
  background: #f7a62c !important;
  transform: scale(1.04);
  color: #ffff;
}

.button-black-extra-big {
  width: 280px;
  height: 47px;
  background:#000000 ;
  border: none;
  border-radius: 5px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-black-extra-big:hover, .button-black-extra-big:active, .button-black-extra-big:focus {
  background: rgb(32, 32, 32);
  transform: scale(1.04);
  color: #fff;
}

.button-primary-extra-big {
  width: 280px;
  height: 47px;
  background:#F29713 ;
  border: none;
  border-radius: 5px;
  font-family: "Montserrat Bold";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-primary-extra-big:hover, .button-primary-extra-big:active, .button-primary-extra-big:focus {
  background: #f7a62c;
  transform: scale(1.04);
  color: #fff;
}

.button-white-extra-big {
  width: 280px;
  height: 47px;
  background:rgba(255, 255, 255, 0.5) ;
  border: none;
  border-radius: 5px;
  font-family: "Montserrat Bold";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-white-extra-big:hover, .button-white-extra-big:active, .button-white-extra-big:focus {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.04);
  color: #000;
}


.button-primary-medium {
  width: 170px;
  height: 44px;
  background-color: #F29713 !important;
  font-family: "Montserrat Medium";
  font-size: 13px;
  border: none;
  border-radius: 7px;
  color: #fff;
}

.button-primary-medium:hover, .button-primary-medium:active, .button-primary-medium:focus {
  background: #f5ac3d;
  color: #fff;
  transform: scale(1.04);
  transition: all .2s ease-in-out 0s;
}

.button.is-primary {
  color: #000;
  background-color: rgb(219, 219, 219) !important;
  border-radius: 1px !important;
}

.button-disabled {
  width: 145px;
  height: 47px;
  background: #d0d0d0;
  border: none;
  border-radius: 7px;
  font-family: "Montserrat Medium";
  font-size: 13px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

/**/

.button-primary-big {
  width: 215px;
  height: 44px;
  background: linear-gradient(92.24deg, #6e3dea, #9a55f2);
  border: none;
  border-radius: 18px;
  font-family: "Basier Circle";
  font-weight: 500;
  font-size: 14px;
  color: #ffff;
  transition: all 0.1s ease-in-out 0s;
}

.button-primary-big:hover, .button-primary-big:active, .button-primary-big:focus {
  -webkit-box-shadow: 1px 2px 11px 5px rgba(110,61,234,0.12) !important;
  box-shadow: 1px 2px 11px 5px rgba(110,61,234,0.12) !important;
  background: linear-gradient(92.24deg, #5512FF, #7D17FE);
  transform: scale(1.04);
  color: #fff;
}


.button-primary-mini {
  width: 80px;
  height: 44px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border: none;
  border-radius: 18px;
  background: #0dc366;
}

.button-primary-mini:hover, .button-primary-mini:active, .button-primary-mini:focus{
  -webkit-box-shadow: 1px 2px 11px 5px rgba(110,61,234,0.12) !important; 
  box-shadow: 1px 2px 11px 5px rgba(110,61,234,0.12) !important;
  background: #0e9750;
  transform: scale(1.04);
  color: #fff !important;
}


.button-primary-extra-mini {
  width: 130px;
  height: 38px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(92.24deg, #6e3dea, #9a55f2);
}

.button-primary-extra-mini:hover, .button-primary-extra-mini:active, .button-primary-extra-mini:focus {
  box-shadow: 1px 2px 11px 5px rgba(110,61,234,0.12) !important;
  background: linear-gradient(92.24deg, #5512FF, #7D17FE);
  transform: scale(1.04);
  color: #fff !important;
}

.button-border-small {
  width: 120px;
  height: 38px;
  font-family: "Basier Circle Regular";
  font-size: 14px !important;
  border: 1px solid #ffff;
  border-radius: 14px;
  background-color: rgba(13, 18, 57, 0.23);
}


.button-secundary-mini {
  width: 90px;
  height: 44px;
  background-color: #e6e7fd;
  font-family: "Basier Circle Medium";
  font-size: 14px;
  border: none;
  border-radius: 18px;
  color: #6e3dea;
}

.button-secundary-mini:hover , .button-secundary-mini:active, .button-secundary-mini:focus {
  /*box-shadow: 1px 2px 11px 5px rgba(110,61,234,.12)!important;*/
  background: #f6f8ff;
  color: #9576e2;
  transition: all .2s ease-in-out 0s;
}

.button-secundary-small {
  width: 120px;
  height: 44px;
  background-color: #e6e7fd;
  font-size: 14px;
  border: none;
  border-radius: 18px;
  color: #303030;
}

.button-secundary-small:hover, .button-secundary-small:active, .button-secundary-small:focus {
  /*box-shadow: 1px 2px 11px 5px rgba(110,61,234,.12)!important;*/
  background: #f6f8ff;
  color: #9576e2;
  transition: all .2s ease-in-out 0s;
}




.button-extra-small {
  width: 81px;
  height: 33px;
  background-color: #e6e7fd;
  border: none;
  border-radius: 12px;
  font-size: 12.5px;
  color: #6e3dea;
}

.button-extra-small:focus, .button-extra-small:hover, .button-extra-small:active {
  background: #f6f8ff;
  color: #9576e2;
  transition: all .2s ease-in-out 0s;
}

.button-secundary-mini {
  width: 85px;
  height: 44px;
  background-color: #e6e7fd;
  font-family: "Basier Circle";
  font-weight: 500;
  font-size: 14px;
  border: none;
  border-radius: 18px;
  color: #6e3dea;
}

.button-secundary-mini:active, .button-secundary-mini:hover, .button-secundary-mini:focus {
  background: #f6f8ff;
  color: #9576e2;
  transition: all .2s ease-in-out 0s;
}

.copy-button {
  height: 45px !important;
  color: #999999 !important;
  background-color: #d4d4d4  !important;
}

.is-light {
  background-color: #d4d4d4  !important;
}

/* css calendar buefy*/

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
  background-color: #F29713 !important;
  border: none !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #000 !important;
  z-index: 3;
}


/* FAQ */

.card {
  box-shadow: none;
  border-bottom: 1px solid #D0D0D0;
  border-radius: 0px;
  background-color: transparent !important;
}

.card-header {
  box-shadow: none;
  font-family: "Montserrat Bold";
}



.card-content:last-child {
  padding-top: 52px;
  padding-bottom: 42px;
  font-family: "OpenSans";
  color: #393939;
  max-width: 750px;
  line-height: 35px;
  font-size: 15px;
}

.card-header-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.w3-animate-bottom {
  position:relative;
  animation:animatebottom 0.4s
}

@keyframes animatebottom {
  from {
    bottom:-300px;
    opacity:0
  } to { 
    bottom:0;
    opacity:1
  }
}

#filter-menu-bg {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  position: fixed;
}

/* Celphone */
.vue-tel-input {
  height: 40px !important;
  border: 1px solid #dbdbdb !important;
}

/* NavBar 
.select.is-empty select {
  min-width: 220px !important;
} */

/* Sidebar Booking Selections */
.bookingSelection {
  background-color: #f9d297 !important;
  color: #fff !important;
}

.bookingSelection p {
  color: #393939 !important;
}

.bookingSelection span {
  color: #393939 !important;
}

.upload .upload-draggable {
  padding: 15px !important;
}


#edit_avatar .upload .upload-draggable .section {
  border-color: #F29713;
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: #000 !important;
    padding-bottom: 0px !important; 
  }
}

