.orm-btn.orm-btn--large.orm-btn--searchbar {
  text-transform: capitalize;
}
#c28 {
  border-bottom: 4px solid #ff7420;
}

.orm-button__cta.inverted {
  color: #000 !important;
  text-align: center !important;
}

.orm-button__cta.large {
  width: 100% !important;
  text-align: center !important;
}

.orm-button__cta.inverted:hover,
.orm-button__cta.inverted:focus {
  color: #000 !important;
  border: 2px solid #000 !important;
}
.orm-headline__h1 {
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.frame-layout-1 .orm-headline__h1 {
  /* font-weight: 300 !important; */
  line-height: 1.2 !important;
}
#crentLocationMap {
  background-color: #ff7420;
}

#crentLocationMap .orm-row.no-gutter {
  border: 3px solid #000;
  border-radius: 23px;
}
.orm-background__image {
  background-size: initial !important;
  background-position: right bottom !important;
}

.frame-type-text p:last-child {
  margin-bottom: 0;
}
.orm-borderRadiusTBRL .frame-type-image {
  margin: 0 -1rem;
}

@media only screen and (max-width: 768px) {
  .orm-borderRadiusTBRL .frame-type-image {
    margin: 0 -1.5rem;
  }
}
.orm-borderRadiusTBRL .image-embed-item {
  border-radius: 1rem 1rem 0 0;
}

.orm-crentFooter {
  background: #000;
  color: #fff;
  border-top: 4px solid #ff7420;
}

.orm-crentFooter * {
  color: #fff;
}
.orm-crentFooter a,
.orm-crentFooter p a {
  color: #fff !important;
  text-decoration: underline;
}
.orm-crentFooter a:hover,
.orm-crentFooter p a:hover {
  color: #fff;
  text-decoration: none;
}

.frame-type-image.frame-layout-1 img {
  border-radius: 1rem;
}

.orm-background--cta1 {
  background-color: #fff !important;
}
@media only screen and (min-width: 769px) {
  .orm-mainheader {
    position: sticky;
    top: 0;
    background: white;
    z-index: 60000;
  }
}

.orm-btn--icon.orm-login-widget-btnlistener {
  background: #ff7420;
  border: 1px solid #ff7420;
}

.frame-type-form_formframework.frame-layout-2 .btn-primary {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000 !important;
}

.frame-type-form_formframework.frame-layout-2 .btn-primary:hover {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
}
.frame-type-form_formframework.frame-layout-2 .btn-primary:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.orm-slider__controll_arrows * {
  color: #ff7420;
}

.orm-slider__slide > .text-center {
  background-color: #ff7420;
  color: #000 !important;
  padding: 0 1rem 1rem;
  border-radius: 20px;
}

.orm-slider__slide .orm-slider__imagecontainer {
  margin: 0 -1rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.orm-slider__slide .orm-slider__imagecontainer img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.orm-caroffers__element {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.orm-caroffers__element {
  background-color: #ff7420;
  color: #000 !important;
  padding: 0;
  border-radius: 20px;
}

.orm-caroffers__element .orm-slider__image__container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  padding: 0 0 1rem 0 !important;
}

.orm-caroffers__element .orm-slider__image__container .orm-slider {
  padding-top: calc(9 / 16 * 100%) !important;
}
.orm-caroffers__element
  .orm-slider__image__container
  .orm-slider__inner
  > div
  > div {
  background-size: cover;
}

.orm-slider__slide .orm-btn.orm-btn--outline,
.orm-caroffers__element .orm-button__cta.outline {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000 !important;
}
.orm-slider__slide .orm-btn.orm-btn--outline:hover,
.orm-slider__slide .orm-btn.orm-btn--outline:focus,
.orm-caroffers__element .orm-button__cta.outline:hover,
.orm-caroffers__element .orm-button__cta.outline:focus {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
}

fieldset.form-group {
  border: 0 none;
  margin-bottom: 2rem;
  padding: 0;
}
fieldset.form-group legend {
  margin-bottom: 1rem;
}

.orm-btn.orm-login-widget-btnlistener {
  color: #fff !important;
}

.vl-calendar__availableplan {
  padding: 2rem !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100% !important;
  display: block;
  margin: 0;
  margin-top: 1rem;
  background: #fff;
}
.vl-calendar__availableplan .vl-calendar__arrow.disabled {
  opacity: 0 !important;
}

.orm-availabillity__legend {
  background: #fff;
  padding: 1rem 2rem !important;
  margin: 0 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: calc(100% - 4px);
}

/* 
.ulus-whatsapp {
  display: flex;
  position: fixed;
  right: -100%;
  top: 40%;
  background: #000;
  border-top: 2px solid #ff7420;
  border-left: 2px solid #ff7420;
  border-bottom: 2px solid #ff7420;

  font-size: 22px;
  width: 176px;
  height: 64px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  color: #ff7420 !important;
  text-decoration: none !important;
  animation-name: slide-in;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 5000;
}


@keyframes slide-full {
  from {
    right: -119px;
  }

  to {
    right: 0;
  }
}

.ulus-whatsapp .fab {
  color: #ff7420;
  line-height: 1;
  margin-right: 0.75rem;
  font-size: 32px;
}

.ulus-whatsapp:hover {
  right: -119px;
  background: #ff7420;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000 !important;
  animation-name: slide-full;
  animation-delay: 0s;
  animation-duration: 0.5s;
}

.ulus-whatsapp:hover .fab {
  color: #000;
} 

@media only screen and (max-width: 560px) {
  .ulus-whatsapp {
    top: auto;
    bottom: 0;
    border-bottom: 0 transparent;
  }
}
*/

.ulus-contactbox {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -121px;
  background: #000;
  border-top: 2px solid #ff7420;
  border-left: 2px solid #ff7420;
  color: #ff7420;
  padding: 1rem 1.5rem;
  font-weight: bold;
  text-align: center;

  transition: all 0.5s ease;
}

.ulus-contactbox:hover,
.ulus-contactbox:focus {
  right: 0;
}
.ulus-contactbox-headline {
  display: none;
}

.ulus-contactbox .orm-flex {
  gap: 1rem;
  justify-content: start;
  text-align: start;
  flex-direction: column;
}

.ulus-contactbox a {
  color: #ff7420 !important;
  text-decoration: none !important;
  font-size: 24px;
}

.ulus-contactbox a:hover {
  text-decoration: underline !important;
}

.orm-contact-type {
  margin-left: 1rem;
  font-size: 20px;
}

@media only screen and (max-width: 560px) {
  .ulus-contactbox {
    right: -100%;
    bottom: -100%;
    transform: translateY(0%);
    top: inherit;
    padding: 0.75rem 1rem;
    animation-name: slide-in-up;
    animation-duration: 0.75s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .ulus-contactbox-headline {
    color: #ff7420;
    font-weight: 800;
    margin-bottom: 0.5rem;
    user-select: none;
    display: block;
  }

  .ulus-contactbox .orm-flex {
    gap: 1rem;
    justify-content: space-between;
    flex-direction: row;
    justify-content: space-between;
  }

  .orm-contact-type {
    display: none;
  }
  .ulus-contactbox a {
    font-size: 20px;
  }
}

@keyframes slide-in-up {
  from {
    right: -100%;
    bottom: -100%;
  }

  to {
    right: 0%;
    bottom: 0;
  }
}

@keyframes slide-in {
  from {
    right: -100%;
  }

  to {
    right: -121px;
  }
}

.frame-type-text .table {
  margin-left: 0;
  margin-right: 0;
}

.frame-type-text .table th,
.frame-type-text .table td {
  padding-left: 16px;
  padding-right: 16px;
}
