/* CSS rules that could not be converted to Tailwind utility classes */
/* Review these rules and convert manually where possible */

.oxy-sticky-header .oxygen-show-in-sticky-only {
  display: none;
}

.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
  display: block;
}

.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}

.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
  display: none;
}

.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #fff;
  z-index: 2147483641;
}

.oxy-header.oxy-sticky-header-active > ._s-cfimeg.oxygen-show-in-sticky-only {
  display: block;
}

#treatments,
#about-us > .ct-section-inner-wrap {
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#testimonials > .ct-section-inner-wrap {
  padding-top: 100px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#testimonials {
  background-image: linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95)),url(/wp-content/uploads/2022/11/Background-Medicine-Symbol-min.png);
}

.oxel_reviewbox__image_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__image_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__image_wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
}

.oxel_reviewbox__details_wrapper__star_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper__star_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper__star_wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts),
.oxel_icon_button__container.oxy-easy-posts .oxy-posts,
.oxel_icon_button__container.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts),
.oxel_back_to_top_container.oxy-easy-posts .oxy-posts,
.oxel_back_to_top_container.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oxy-header.oxy-sticky-header-active > ._s-uaesw2.oxygen-show-in-sticky-only {
  display: block;
}

img:is([sizes=auto i],[sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.h-captcha[data-size="normal"] {
  width: 302px;
  height: 76px;
}

.h-captcha[data-size="compact"] {
  width: 158px;
  height: 138px;
}

.h-captcha[data-size="invisible"] {
  display: none;
}

.h-captcha iframe {
  z-index: 1;
}

.h-captcha::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svg) no-repeat;
  border: 1px solid #fff0;
  border-radius: 4px;
  box-sizing: border-box;
}

.h-captcha::after {
  content: "The hCaptcha loading is delayed until user interaction.";
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  color: #bf1722;
  opacity: 0;
}

.h-captcha:not(:has(iframe))::after {
  animation: hcap-msg-fade-in .3s ease forwards;
  animation-delay: 2s;
}

.h-captcha:has(iframe)::after {
  animation: none;
  opacity: 0;
}

.h-captcha[data-size="normal"]::before {
  width: 302px;
  height: 76px;
  background-position: 93.8% 28%;
}

.h-captcha[data-size="normal"]::after {
  width: 302px;
  height: 76px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  line-height: normal;
  padding: 0 75px 0 10px;
}

.h-captcha[data-size="compact"]::before {
  width: 158px;
  height: 138px;
  background-position: 49.9% 78.8%;
}

.h-captcha[data-size="compact"]::after {
  width: 158px;
  height: 138px;
  text-align: center;
  line-height: normal;
  padding: 24px 10px 10px 10px;
}

.h-captcha[data-theme="light"]::before,body.is-light-theme .h-captcha[data-theme="auto"]::before,.h-captcha[data-theme="auto"]::before {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
}

.h-captcha[data-theme="dark"]::before,body.is-dark-theme .h-captcha[data-theme="auto"]::before,html.wp-dark-mode-active .h-captcha[data-theme="auto"]::before,html.drdt-dark-mode .h-captcha[data-theme="auto"]::before {
  background-image: url(/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
  background-repeat: no-repeat;
  background-color: #333;
  border: 1px solid #f5f5f5;
}

.h-captcha[data-theme="custom"]::before {
  background-color: initial;
}

.h-captcha[data-size="invisible"]::before,.h-captcha[data-size="invisible"]::after {
  display: none;
}

.h-captcha iframe {
  position: relative;
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
  border-style: none;
}

span[data-name="hcap-cf7"] .h-captcha {
  margin-bottom: 0;
}

span[data-name="hcap-cf7"] ~ input[type="submit"],span[data-name="hcap-cf7"] ~ button[type="submit"] {
  margin-top: 2rem;
}

span[data-name="hcap-cf7"] ~ input[type="submit"] {
  margin-top: 1rem;
}

.h-captcha::after {
  content: "La carga del hCaptcha se retrasa hasta que el usuario interactúe.";
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  color: #bf1722;
  opacity: 0;
}

@container (max-width: 991px) {
  #about-us > .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #testimonials > .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@container (max-width: 1120px) {
  .oxy-header.oxy-sticky-header-active > ._s-cfimeg.oxygen-show-in-sticky-only {
    display: block;
  }
  
}

@media (min-width:1121px) {
  ._s-30ycc0.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  }
  ._s-30ycc0.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky {
    display: none;
  }
  ._s-30ycc0.oxy-header.oxy-header .oxygen-show-in-sticky-only {
    display: none;
  }
  ._s-p5fmkq.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  }
  ._s-p5fmkq.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky {
    display: none;
  }
  ._s-p5fmkq.oxy-header.oxy-header .oxygen-show-in-sticky-only {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ct-div-block,
			.oxy-post-content,
			.ct-text-block,
			.ct-headline,
			.oxy-rich-text,
			.ct-link-text {
    max-width: 100%;
  }
  body * {
    min-height: 1px;
  }
}

@container (max-width: 767px) {
  .oxel_reviewbox__details_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (prefers-color-scheme:dark) {
  .h-captcha[data-theme="auto"]::before {
    background-image: url(/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
    background-repeat: no-repeat;
    background-color: #333;
    border: 1px solid #f5f5f5;
  }
}

@container (max-width: 767px) {
  ._s-608sks {
    background-position: 50% 0% !important;
  }
  ._s-1q0axl {
    background-position: 40% 0% !important;
  }
  ._s-0qj8bm {
    background-position: 65% 0% !important;
  }
}

@container (max-width: 479px) {
  ._s-0qj8bm {
    background-position: 50% 0% !important;
  }
}

@container (max-width: 1120px) {
  ._s-cfimeg {
    background-image: none !important;
  }
  ._s-uaesw2 {
    background-image: none !important;
  }
}

