*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: +0.01em;
}

p,
li {
  line-height: 1.5;
}

div {
  padding: 0;
  margin: 0;
}

.cursi {
  font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", "Zapfino",
    cursive;
  font-style: italic;
  font-weight: 800 !important;
}

:root,
.wibox-card {
  --black: #000;
  --white: #fff;
  --pink: #ff1585;
  --green: #36daa9;
  --yellow: #ffd600;
  --whatsapp-bg: #25d366;
  --primary-color: #099;
  --primary-color-links: #099;
  --primary-bg: #0991;
  --bg0: var(--white);
  --bg1: #fefefe;
  --bg2: #f2f2f2;
  --bg3: #e2e8f0;
  --bg-overlay: #fffa;
  --hover-bg: #00999911;
  --hover-bg2: #99999911;
  --title1: var(--text1);
  --title2: var(--text1);
  --text0: #2d2d2d;
  --text1: #3d4147;
  --text2: #666;
  --title: var(--text0);
  --text-alt1: var(--white);
  --danger: #c0392b;
  --rimcdark: #077;
  --rimblue: var(--darkgradient);
  --rimbluegrey: #99aabb;
  --rimbluetext: #164269;
  --rimmagenta: #aa1155;
  --selection-color: #dd7700;
  --selection-bg: #fefaf6;
  --disabled-color: #bbb;
  --darkgradient: linear-gradient(
    141deg,
    rgba(0, 153, 153, 1),
    rgba(0, 153, 153, 0.9),
    rgba(6, 117, 185, 0.9)
  );
  --darkpage-txt: #ffffff;
  --darkbg: #159957;
  --rimgreenbg: #eeffff;
  --rimbluebg: #aaeeff;
  --rimgreybg: #eeeeee;
  --rimgrey-txt: #666666;
  --rimgreylight-txt: #eeeeee;
  --default-border: 10px;
  --border-color: rgba(0, 0, 0, 0.15);
  --border-color-2: #ccc;
  --line-sep-color: var(--border-color);
  --lpad: 1rem;
  --pad: 0.5rem;
  --vpad: 1rem 0rem;
  --bpad: 0rem 0rem 1rem 0rem;
  --margin: 0.5rem;
  --lmargin: calc(var(--margin) * 2);
  --xlmargin: calc(var(--lmargin) * 2);
  --cellpad: 0.5rem 1rem;
  --primary-btn: var(--darkgradient);
  --normal-btn: var(--text0);
  --secondary-btn: transparent;
  --secondary-btn-color: var(--title);
  --secondary-btn-hover: var(--hover-bg);
  word-wrap: break-word;
}

@media only screen and (max-width: 900px) {
  :root {
    --lpad: 0.5rem;
    --pad: 0.3rem;
    --cellpad: 0.5rem 1rem;
    --margin: 0.25rem;
    --lmargin: calc(var(--margin) * 2);
    --xlmargin: calc(var(--lmargin) * 2);
  }
}

img {
  object-fit: cover;
}
.white {
  color: var(--white) !important;
}
.green {
  color: var(--primary-color);
}

.pink {
  color: var(--pink);
} /*
.green {
  color: var(--green);
}*/
.yellow {
  color: var(--yellow);
}

.darkarea,
.gradient-background {
  --hover-bg: #ffffff33;
  --line-sep-color: white;
  --text1: #fefefe;
  --primary-color: white;
  --primary-color-links: var(--primary-color);
  --title: var(--primary-color);
  --title1: var(--primary-color);
  --title2: #eee;
  --bg-overlay: #fffe;
  --border-color: #fefefe;
  --bg3: #232323;
  --rimcdark: #fefefe;
}

.text-dark {
  color: var(--text0);
}

.lgarea {
  background-image: linear-gradient(
    108.1deg,
    rgba(167, 220, 225, 1) 11.2%,
    rgba(217, 239, 242, 1) 88.9%
  );
  --line-sep-color: #666;
}

p > a,
li > a {
  color: var(--primary-color-links);
}

.lgarea a {
  color: var(--text1);
}

.lgarea a:hover {
  background-color: #00000011;
}

html {
  box-sizing: border-box;
  font-size: 18px;
  min-height: -webkit-fill-available;
  background-color: var(--bgmain);
}

body {
  padding: 0;
  margin: 0;

  background-color: var(--bg1);
  color: var(--text1);

  min-height: 100vh;
  min-height: -webkit-fill-available;
  
  /* Prevent horizontal overflow */
  max-width: 100vw;
  overflow-x: hidden;
}

iframe {
  display: block;
  margin: auto;
}

a,
button {
}

a,
button {
  //color: var(--primary-color);

  color: inherit;

  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.entry-content a:not(.btn):not(.button):not(.efb) {
  color: var(--primary-color-links);
}

button {
  background: var(--bg0);
  font-size: 1rem;
}

a:hover {
  opacity: 0.8;
}

div,
h1,
h2,
h3,
h4,
p {
  color: var(--text1);
}

.darkarea i {
  color: var(--text1);
}

h3,
h4,
h5 {
  color: var(--title2);
}

html,
body,
textarea,
input[type="date"],
button,
select {
  font-family: Inter var, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}

/* Ensure inputs don't cause overflow */
input[type="text"], textarea {
  max-width: 100%;
  box-sizing: border-box;
}

/* Responsive content areas */
.p-4, .content-area {
  max-width: 100%;
  box-sizing: border-box;
}

body,
textarea {
  color: var(--text1);
}

.riot-root {
  font-size: 12pt;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .riot-root {
    font-size: 8pt;
  }
}

.big2,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title);
  text-rendering: optimizeLegibility;
  margin: 0.5rem 0;
  font-display: swap;
}

.big3 {
  font-size: 1.5rem;
  display: block;
}

.entry-content .big2,
.entry-content h2 {
  font-weight: 700;
}

.logotxt {
  color: var(--text-alt1);
  font-size: 2rem;
  letter-spacing: -1px;
  pointer-events: none;
  line-height: 100%;
}

h1 {
  font-size: 3rem;
}

.big2,
.title,
h2 {
  font-size: 2rem;
}

.brand-logo,
h3 {
  font-size: 1.25rem;
}

.efisio_cell h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}

.big,
.big4 {
  font-size: 1.2rem;
}

.fs1 {
  font-size: 1rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 3rem;
}

.fs4 {
  font-size: 4rem;
}

.fs5 {
  font-size: 5rem;
}

.fs6 {
  font-size: 6rem;
}

.primary {
  color: var(--rimcdark);
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.alttitle {
  /*font-family: "Montserrat";*/
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
  .big2,
  .title,
  h2 {
    font-size: 1.6rem;
  }

  .brand-logo,
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .big {
    font-size: 1.2rem;
  }
}

.entry-content {
  h2 {
    color: var(--rimcdark);
  }
}

.small,
.entry-content div.small {
  font-size: 0.9rem;
}

p.small {
  margin: 0.2rem 0;
}

hr {
  border: none;
  border-top: 1px solid var(--line-sep-color);
  height: 0;
  margin: 2rem 0;
  clear: both;
}

small,
.mini {
  font-size: 0.8rem;
}

.div_admin_page {
  display: flex;
  flex-direction: column;

  align-items: stretch;
  min-height: 100vh;
  
  /* Prevent horizontal overflow */
  max-width: 100vw;
  overflow-x: hidden;
}
.div_admin_page_wrapper {
  flex: 1 1 auto;
  
  /* Prevent horizontal overflow */
  max-width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 900px) {
  .div_admin_page {
    flex-direction: row;
  }
}

p {
  margin: 1rem 0;
}

.product_description,
.product_hero,
.entry-content,
.content {
  ul {
    list-style: none;
    /* Remove default bullet points */
    padding: 0;

    li {
      position: relative;
      padding-left: 30px;
      /* Space for the icon */
      /* margin: 10px 0; */
    }

    li::before {
      content: "";
      position: absolute;
      top: 5%;
      left: 0;
      margin-top: 0px;

      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"%2F%3E%3C%2Fsvg%3E');
      background-size: 24px 24px;
      /* Ensure the SVG icon fits the size */
      filter: brightness(0) saturate(100%) invert(48%) sepia(31%)
        saturate(3705%) hue-rotate(145deg) brightness(75%) contrast(120%);

      background-repeat: no-repeat;
    }
  }
}

ul.starred {
  list-style: none;
  /* Remove default bullet points */
  padding: 0;

  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;

  li {
    position: relative;
    padding-left: 30px;
    /* Space for the icon */
    /* margin: 10px 0; */
  }

  li::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    margin-top: 0px;

    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z"%2F%3E%3C%2Fsvg%3E');
    background-size: 24px 24px;
    /* Ensure the SVG icon fits the size */
    filter: brightness(0) saturate(100%) invert(48%) sepia(31%) saturate(3705%)
      hue-rotate(145deg) brightness(75%) contrast(120%);

    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) {
  /* Add styles for screens with a maximum width of 1024px */
  ul.starred {
    grid-template-columns: 1fr;
  }
}

.optionlist {
  li::before {
    content: none !important;
    background: none !important;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.gradient-background {
  
  background: linear-gradient(300deg, #36daa9, #099, #0984e3);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0px;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}

.p-8 {
  padding: 2rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-96 {
  width: 24rem !important;
}
.w-120 {
  width: 30rem !important;
}
.w-1_3 {
  width: 33.333333% !important;
}
.w-full {
  width: 100% !important;
}
.max-w-xl {
  max-width: 36rem !important;
}

.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-mb-8 {
  margin-bottom: -2rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mt-20 {
  margin-top: 5rem;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-20 {
  height: 5rem !important;
}

.h-28 {
  height: 7rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-120 {
  height: 30rem !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}
img,
video {
  max-width: 100%;
  height: auto;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-between {
  justify-content: space-between !important;
}
.items-center {
  align-items: center !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.align-center {
  align-items: center;
}
.content-center {
  align-content: center;
}
.justify-center {
  justify-content: center;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important;
}

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

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
}
.text-5xl {
  font-size: 3rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-lg,
.text-l {
  font-size: 1.125rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-nowrap {
  white-space: nowrap;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.bg-yellow-100 {
  
  background-color: rgba(250, 204, 21, 0.5) !important;
}

.bg-cyan-100 {
  background-color: rgb(207 250 254);
}

.bg-cyan-200 {
  background-color: rgb(165 243 252);
}

.bg-cyan-300 {
  background-color: rgb(103 232 249);
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}

.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration: underline;
}

.aspect-video {
  aspect-ratio: 16/9;
}
.aspect-vertical {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.menu a,
.nav-wrapper a,
.indice a {
  border-bottom: 0px;
}

.wp-caption {
  font-size: 0.9rem;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 640px) {
  .wp-caption {
    padding: 1rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .wp-caption {
    padding: 1rem;
  }
}

@media only screen and (max-width: 639px) {
  .wp-caption {
    padding: 0.5rem 0;
  }
}

.wp-caption .wp-caption-text {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.comments-area,
body {
  overflow-x: hidden;
}

.comments-area * {
  max-width: 100%;
}

.comments-area img {
  max-width: 100%;
  height: auto;
}

.logolink {
  height: 100%;
  margin-left: 1rem;
}

table {
  margin: 0 auto;
}

div.content {
  padding: 0;
}

.inigallery .item {
  min-height: 300px;
  width: 100%;
}

.rpad {
  padding-right: 0.5rem;
}

.lpad {
  padding-left: 0.5rem;
}

.hpad {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.spad {
  padding: 0.5rem;
}

.xspad {
  padding: 0.25rem;
}

.pad-xl {
  padding: 3rem !important;
}

@media only screen and (min-width: 640px) {
  .cita,
  .padded-full,
  .pad,
  .texto,
  .texto-sombra {
    padding: 1rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .cita,
  .padded-full,
  .pad,
  .texto,
  .texto-sombra {
    padding: 1rem !important;
  }
}

@media only screen and (max-width: 1023px) {
  .pad-xl {
    padding: 1rem !important;
  }
  .cita,
  .padded-full,
  .pad,
  .texto,
  .texto-sombra {
    padding: 0.5rem !important;
  }
}

.text-block h3 {
  padding: 35px 0 30px;
}

@media only screen and (min-width: 640px) {
  .text-block {
    padding: 35px 30px 30px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .text-block {
    padding: 35px 5px !important;
  }
}

@media only screen and (max-width: 639px) {
  .text-block {
    padding: 35px 5px !important;
  }
}

.gallery-cell {
  width: 100%;
  min-height: 500px;
}

.flickity-viewport {
  margin-bottom: -10px;
}

#sidebar {
  background-color: #eee !important;
  padding: 35px 0 25px;
}

.efb_s,
.efb_s a,
.efb_s div,
.efb_s h1,
.efb_s h2,
.efb_s h3,
.efb_s h4,
.efb_s i,
.efb_s p {
  color: #fff;
}

.darkarea a:hover,
.efb_s a:hover {
  brightness: 0.7;
}

.bg_tdark {
  background: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.bg_tcdark {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.bg_greenblue,
.darkarea,
.efb_s {
  background: linear-gradient(
    141deg,
    rgba(0, 153, 153, 0.8),
    rgba(6, 117, 185, 0.8)
  );
}

.bg_dark,
.darkarea {
  background-color: var(--primary-color) !important;
}

.darkarea a {
  text-decoration: none;
}

.darkarea a:hover {
  color: #fff;
}

.darkarea .btn-danger a,
.darkarea .btn-secondary a,
.darkarea .btn-warning a,
.darkarea .btn a {
  color: #333;
}

.darkarea .menu > li {
  display: inline-block;
  padding: 0 15px;
}

.darkarea .cita,
.darkarea .sombra,
.darkarea .texto-sombra {
  background-color: #066 !important;
}

.features {
  margin-top: 45px;
  margin-bottom: 45px;
}

.cita,
.sombra,
.texto-sombra {
  background-color: var(--bg2) !important;
}

.sombra-green {
  background-color: #c7f9cc !important;
}

.bg-grey .sombralight {
  background-image: linear-gradient(
    108.1deg,
    rgba(167, 220, 225, 1) 11.2%,
    rgba(217, 239, 242, 1) 88.9%
  );
}

.lightbluearea {
  background-color: #9ab !important;
}

.lightbluearea a,
.lightbluearea div,
.lightbluearea h1,
.lightbluearea h2,
.lightbluearea h3,
.lightbluearea h4,
.lightbluearea i,
.lightbluearea p {
  color: #0675b9;
}

.cita {
  color: #666;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-center,
.texto-sombra,
.has-text-align-center {
  text-align: center !important;
}

.texto-sombra {
  color: #666;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.darksh {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
}

.darksh a {
  color: #ddd;
}

.darksh a,
.darksh a:hover {
  transition: color 0.5s ease-in-out;
}

.darksh a:hover {
  color: #fff;
}

.floatingdialog {
  position: fixed;
  margin: 0 10px;
  z-index: 99999;
  bottom: 0;
  right: 0;
}

.dialog {
  display: none;
  position: fixed;
  margin: 0 10px;
  z-index: 99999;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 100%;
  background: #00000033;

  justify-content: center;
  align-items: center;
}

.dialog-body {
  background: var(--bg0);
  padding: 1rem;
}

@media only screen and (max-width: 1023px) {
  .dialog-body {
  }
}

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

#bbpress-forums li {
  list-style-type: none !important;
}

.bulletlist {
  text-align: left;
}

.payment_methods li,
ul.plainlist li {
  list-style: none;
}

ul.inline li {
  display: inline-block;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
.right {
  float: right;
}

.alignleft,
.left {
  float: left;
}

.aligncenter,
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.vpad,
.vspace-med {
  padding: 2rem 0;
}

@media only screen and (max-width: 1023px) {
  .vpad,
  .vspace-med {
    padding: 1rem 0;
  }

  .mobile-light {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.vpad-big,
.py-3,
.vspace {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.separator,
.vspace-med-sep {
  margin: 2rem 0;
  border-bottom: 2px dotted #999;
}

.topspace {
  margin-top: 50px;
}

@media only screen and (min-width: 640px) {
  .topspace {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .topspace {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 320px) {
  .topspace {
    margin-top: 10px;
  }
}

.padded_1 {
  margin: 1rem;
}

.btn,
.btn-danger,
.btn-secondary,
.btn-warning,
.nowrap {
  white-space: nowrap;
}

.small-nw {
  white-space: nowrap;
  font-size: 0.9rem;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 640px) {
  .btn,
  .btn-danger,
  .btn-secondary,
  .btn-warning,
  .nowrap {
    white-space: normal;
  }
}

table tr td {
  width: auto;
}

table.efisio-cart-totals tbody tr th {
  padding-left: 20px;
  width: 100%;
}

.post-header-bg {
  max-height: 60vh;
}

.entry-meta {
  padding: 1rem;
}

.imgcaption-middle {
  top: 50%;
  transform: translateY(-50%);
}

.imgcaption-bottom,
.imgcaption-middle {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.imgcaption-bottom {
  bottom: 10px;
}

.hidden {
  display: none !important;
}

button {
  border: 0;
  cursor: pointer;
}

.btn,
.button,
button,
input[type="button"],
input[type="submit"] {
  background: var(--normal-btn);
  color: var(--text-alt1);
}

/*
.sombra > * {
  .btn,
  .button,
  button,
  input[type="button"],
  input[type="submit"] {
    background: var(--text1);
    color: var(--text-alt1);
  }
}*/

button.primary,
.btn.primary,
.mainoption.primary {
  background: var(--primary-btn);
  color: var(--text-alt1) !important;
}

button.cta,
.btn.cta,
.mainoption.cta {
  background: var(--rimblue);
  color: var(--text-alt1) !important;
}

.btn-danger {
  background: var(--danger);
  color: var(--text-alt1);
}

.btn,
.button,
.btn-danger,
.btn-secondary,
.btn-warning,
button,
input[type="button"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.75rem 2rem;
  margin: 0.5rem 0.25rem;
  min-height: 46px;
  border-radius: 0.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 130%;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: relative;
  border: 0px;
  white-space: normal;
}

.btn.flat,
button.flat,
input[type="button"].flat,
input[type="submit"].flat {
  border: 0px;
  background: transparent;
  color: var(--secondary-btn-color) !important;
}

.btn.flat:hover,
button.flat:hover,
input[type="button"].flat:hover,
input[type="submit"].flat:hover {
  background: #ddd;
  opacity: 0.8;
  brightness: 1.2;
}

@media only screen and (max-width: 640px) {
  .btn,
  .button,
  .btn-danger,
  .btn-secondary,
  .btn-warning,
  input[type="button"],
  input[type="submit"] {
    padding: 0.75rem 1rem;
    margin: 0.25rem;
  }
}

.btn.thin,
.button.thin {
  min-height: 30px;
  font-size: 1rem;
  margin: 0;
  padding: 0rem 1rem;
}

.button.alt {
  min-width: 50%;
  text-align: center;
  float: center;
}

.btn-danger:hover,
.btn-secondary:hover,
.btn-warning:hover,
.btn:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
  brightness: 1.2;
}

.btn-danger:after,
.btn-danger:before,
.btn-secondary:after,
.btn-secondary:before,
.btn-warning:after,
.btn-warning:before,
.btn:after,
.button.alt:after,
.btn:before,
.checkout-button:after,
.checkout-button:before,
input[type="button"]:after,
input[type="button"]:before,
input[type="submit"]:after,
input[type="submit"]:before {
  flex: 1 1 auto;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  content: "";

  font-size: 2rem;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

.btn-danger:before,
.btn-secondary:before,
.btn-warning:before,
.btn:before,
input[type="button"]:before,
input[type="submit"]:before {
  text-align: left;
}

.btn-danger:after,
.btn-secondary:after,
.btn-warning:after,
.btn:after,
.button.alt:after,
input[type="button"]:after,
input[type="submit"]:after {
  text-align: right;
}

button.noicon:after,
.btn.noicon:after,
.button.noicon:after {
  content: "";
}

.btn-grey.btn-danger,
.btn-grey.btn-secondary,
.btn-grey.btn-warning,
.btn.btn-grey,
button.secondary,
.btn.secondary,
.secondary.btn-danger,
.secondary.btn-secondary,
.secondary.btn-warning,
input[type="button"].btn-grey,
input[type="button"].secondary,
input[type="submit"].btn-grey,
input[type="submit"].secondary {
  background: var(--secondary-btn);
  color: var(--secondary-btn-color) !important;
  border: 1px solid var(--secondary-btn-color);
}

.btn-grey.btn-danger a,
.btn-grey.btn-secondary a,
.btn-grey.btn-warning a,
.btn.btn-grey a,
.btn.secondary a,
.secondary.btn-danger a,
.secondary.btn-secondary a,
.secondary.btn-warning a,
input[type="button"].btn-grey a,
input[type="button"].secondary a,
input[type="submit"].btn-grey a,
input[type="submit"].secondary a {
  color: var(--secondary-btn-color);
}

.btn-grey.btn-danger:hover,
.btn-grey.btn-secondary:hover,
.btn-grey.btn-warning:hover,
.btn.btn-grey:hover,
.btn.secondary:hover,
.secondary.btn-danger:hover,
.secondary.btn-secondary:hover,
.secondary.btn-warning:hover,
button.secondary:hover,
input[type="button"].btn-grey:hover,
input[type="button"].secondary:hover,
input[type="submit"].btn-grey:hover,
input[type="submit"].secondary:hover {
  background: #c8c8c8;
}

.btn.outline,
.outline.btn-danger,
.outline.btn-secondary,
.outline.btn-warning,
input[type="button"].outline,
input[type="submit"].outline {
  background: #00000011;
  border: 1px solid var(--normal-btn);
  color: var(--normal-btn);
}

.btn.outline:hover,
.outline.btn-danger:hover,
.outline.btn-secondary:hover,
.outline.btn-warning:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover {
  transform: scale(1.1) brightness(1.2);
  background: #ffffff66;
}

.btn.menubtn,
.menubtn.btn-danger,
.menubtn.btn-secondary,
.menubtn.btn-warning,
input[type="button"].menubtn,
input[type="submit"].menubtn {
  font-size: 1.5rem;
  border-width: 0;
  background: transparent;
  color: #333;
  padding: 0 0.2rem;
  margin: 0.2rem;
}

.btn.menubtn:hover,
.menubtn.btn-danger:hover,
.menubtn.btn-secondary:hover,
.menubtn.btn-warning:hover,
input[type="button"].menubtn:hover,
input[type="submit"].menubtn:hover {
  background: #ddd;
}

.btn.small,
.small.btn-danger,
.small.btn-secondary,
.small.btn-warning,
input[type="button"].small,
input[type="submit"].small {
  padding: 0.3rem 0.5rem;
  margin-top: 0.2rem;
}

.btn.whatsapp,
.whatsapp.btn-danger,
.whatsapp.btn-secondary,
.whatsapp.btn-warning,
input[type="button"].whatsapp,
input[type="submit"].whatsapp {
  border: 0 solid #34af23;
  padding: 0.1rem 0.5rem;
  font-size: 1.5rem;
  background: #34af23;
}

.btn.whatsapp:hover,
.whatsapp.btn-danger:hover,
.whatsapp.btn-secondary:hover,
.whatsapp.btn-warning:hover,
input[type="button"].whatsapp:hover,
input[type="submit"].whatsapp:hover {
  background: #216f16;
}

.btn.inline + .btn.inline,
.btn.inline + .inline.btn-danger,
.btn.inline + .inline.btn-secondary,
.btn.inline + .inline.btn-warning,
.inline.btn-danger + .btn.inline,
.inline.btn-danger + .inline.btn-danger,
.inline.btn-danger + .inline.btn-secondary,
.inline.btn-danger + .inline.btn-warning,
.inline.btn-secondary + .btn.inline,
.inline.btn-secondary + .inline.btn-danger,
.inline.btn-secondary + .inline.btn-secondary,
.inline.btn-secondary + .inline.btn-warning,
.inline.btn-warning + .btn.inline,
.inline.btn-warning + .inline.btn-danger,
.inline.btn-warning + .inline.btn-secondary,
.inline.btn-warning + .inline.btn-warning {
  margin-left: 0.5rem;
}

.btn.whatsapp:before {
  content: "\F05A3";
}

.arrow:after,
.next:after {
  content: "→";
  margin-left: 0.5rem;
}

.arrow:hover:after,
.next:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.refresh:after {
  content: "↺";
}

.refresh:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.btn.icon {
  padding: var(--spad);
}

.back:before {
  content: "←";
  line-height: 0;
  margin-right: 1rem;
}

.back:after {
  content: "";
}

.next:before {
  content: "";
}

.fit-parent,
.fit {
  width: 100%;
}

.efb {
  background-color: hsla(0, 0%, 100%, 0);
  color: var(--primary-color-links);
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 1rem 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--primary-color-links);
}

.efb_sb {
  background-color: #9ab;
  color: #164269;
  padding: 1rem;
}

.efb_sb,
.efb_sg {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 4px 2px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border: 0;
}

.efb_sg {
  background-color: #eee;
  color: #666;
  padding: 0.8rem 1rem;
}

.border {
  border: 1px solid var(--border-color);
}

.rounded {
  border-radius: 0.5rem;
}

.efb_s {
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: 0 solid #fff;
}

.efb_o,
.efb_w {
  color: #fff;
  border: 2px solid #fff;
}

.efb_m {
  color: #fff;
  background-color: #db4437;
  border: 2px solid #db4437;
}

.efb_m:hover {
  background-color: rgba(219, 68, 55, 0.8) !important;
}

.efb.dark {
  color: #fff;
  background-color: var(--primary-color);
}

.efb.dark:hover {
  background-color: #009999aa !important;
}

.ml {
  margin-left: 1rem;
}

.mr {
  margin-right: 0.5rem;
}

.efb:hover {
  brightness: 0.7;
}

.efb:hover a {
  color: #fff;
}

.efb_fb {
  color: #3b5998;
  border: 2px solid #3b5998;
}

.card-box,
.selector-box {
  color: #888;
  border-bottom: 1px solid #bababa;
  margin: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
}

.card-box > *,
.selector-box > * {
  padding: 0.5rem;
}

.card-box > .box-divider,
.selector-box > .box-divider {
  border-bottom: 1px solid #efefef;
}

.card-box .card-box-title,
.selector-box .card-box-title {
  background-color: #fff;
  color: var(--primary-color);
  padding: 1rem 1rem 0.8rem;
}

.card-box > .card-box-desc,
.selector-box > .card-box-desc {
  font-size: 1rem;
}

.card-box + .card-box,
.card-box + .selector-box,
.selector-box + .card-box,
.selector-box + .selector-box {
  margin-top: 1rem;
}

.loading {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.loader,
.loading::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
  margin-right: 3rem;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}

.efloading {
  z-index: 999999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  bottom: 0;
  right: 0;
}

.efloading,
.efloading:before {
  position: fixed;
  top: 0;
  left: 0;
}

.efloading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.efloading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.efloading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1.5s infinite linear;
  -moz-animation: spinner 1.5s infinite linear;
  -ms-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  animation: spinner 1.5s infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: hsla(0, 0%, 78%, 0.75) 1.5em 0 0 0,
    hsla(0, 0%, 78%, 0.75) 1.1em 1.1em 0 0, hsla(0, 0%, 78%, 0.75) 0 1.5em 0 0,
    hsla(0, 0%, 78%, 0.75) -1.1em 1.1em 0 0, hsla(0, 0%, 78%, 0.5) -1.5em 0 0 0,
    hsla(0, 0%, 78%, 0.5) -1.1em -1.1em 0 0, hsla(0, 0%, 78%, 0.75) 0 -1.5em 0 0,
    hsla(0, 0%, 78%, 0.75) 1.1em -1.1em 0 0;
  box-shadow: 1.5em 0 0 0 hsla(0, 0%, 78%, 0.75),
    1.1em 1.1em 0 0 hsla(0, 0%, 78%, 0.75), 0 1.5em 0 0 hsla(0, 0%, 78%, 0.75),
    -1.1em 1.1em 0 0 hsla(0, 0%, 78%, 0.75), -1.5em 0 0 0 hsla(0, 0%, 78%, 0.75),
    -1.1em -1.1em 0 0 hsla(0, 0%, 78%, 0.75),
    0 -1.5em 0 0 hsla(0, 0%, 78%, 0.75), 1.1em -1.1em 0 0 hsla(0, 0%, 78%, 0.75);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.drawer {
  position: relative;
  width: 100%;
  max-height: 0;
  background: #3e4144;
  box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  overflow: hidden;
  transition-duration: 0.3s;
}

.drawer.active {
  height: auto;
  max-height: 800px;
  transition-duration: 0.5s;
}
/*
.popup2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999999999;
}

.popup2 .content {
  background: var(--bg0);
}
*/
.popup2 {
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  overflow-y: auto;
}

.popup2.active {
  max-width: 100%;
  max-height: 100vh;
  background: var(--bg0);
  position: absolute;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  z-index: 999999999;
}

.popup,
.popup > .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;

  background: var(--bg0);

  max-height: 100vh;
  overflow-y: auto;
}

.vpanel.active {
  min-width: 50vw;
  max-width: 50vw;
  width: auto;
  transition: all 0.2s ease;
}

.vpanel {
  top: 0px;
  width: 0vw;

  max-width: 0vw;
  right: 0px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;

  transition: all 0.2s ease;

  padding: 0rem;

  position: fixed;

  z-index: 5000;

  background-color: var(--bg1);

  border-left: 1px solid #666;
  height: 100vh;
}

@media (max-width: 1000px) {
  .vpanel {
    max-width: 100%;
    width: 100%;
    bottom: 0px;

    height: 0vh;
    max-height: 0vh;

    border-top: 1px solid #333;
  }

  .vpanel.active {
    max-height: 100vh;
    height: 100vh;
    max-height: -webkit-fill-available;
    height: -webkit-fill-available;
    width: 100%;
    max-width: 100%;
  }
}

.popup.active {
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: visible;
  opacity: 1;
}

.bottom_notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  background: transparent;
  padding: 1rem;
  text-align: center;
  display: flex;
  visibility: hidden;
  justify-content: center;
}

.bottom_notification > .content {
  background: var(--bg0);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.modal > .content {
  position: relative;
  flex: 0 1 auto;
  align-self: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  min-width: 36rem;
  min-height: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  z-index: 2;
  overflow: auto;

  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s;
}

@media only screen and (max-width: 1024px) {
  .modal > .content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 1rem;
  }
}

*[toggle-modal],
.close_panel,
.close_modal {
  user-select: none;
  cursor: pointer;
}

.close_panel,
.close_modal {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  padding: 1rem;
  font-weight: 800;
}

.modal > .content > .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}

.modal,
.modal > .content {
  visibility: hidden;
  opacity: 0;
}

.bottom_notification.active {
  visibility: visible;
  opacity: 1;
}
.modal.active,
.modal.active > .content {
  visibility: visible;
  opacity: 1;
}

.modal.active > .content {
  opacity: 1;
  transform: scale(1);
}

.input-field {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.input-field + .input-field {
  margin-top: 1rem;
}

.input-field-inline {
  position: relative;
  margin: 0 0.5rem;
}

label {
  display: inline-flex;
  align-items: center;
  color: var(--text1);
  text-align: left;
  font-size: 1rem;
}

fieldset {
  border: 0px;
}

select,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  padding: 0.85rem;

  background-color: var(--bg0);
  color: var(--text0);

  border: 1px solid var(--border-color);
  background-color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;

  max-width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
  transform: scale(1.75);
  margin: 0.5rem;
}

select {
  appearance: none;
}

select:focus {
  border: 1px solid var(--selection-color);
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

.form input[type="email"],
.form input[type="number"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="text"],
.form textarea {
  width: 100%;
}

.wide {
  width: 500px;
  max-width: 100%;
}

.narrow {
  width: 100px;
}

.xnarrow {
  width: 50px;
}

input[type="email"]:disabled,
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

input[type="email"]:focus:not([disabled]):not([readonly]),
input[type="number"]:focus:not([disabled]):not([readonly]),
input[type="password"]:focus:not([disabled]):not([readonly]),
input[type="tel"]:focus:not([disabled]):not([readonly]),
input[type="text"]:focus:not([disabled]):not([readonly]),
textarea:focus:not([disabled]):not([readonly]) {
  border-color: #58b2fa;
}

textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

li.field {
  margin: 0.5rem 0;
}

li.field label {
  margin-right: 0.5rem;
  min-width: 60px;
}

.tabs {
  display: block;
}

.tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tab-nav > li,
.tab-nav > li > li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0.5rem 0 0;
  cursor: default;
  top: 1px;
  box-shadow: 0 1px 0 #fff;
}

.tab-nav > li > li > a {
  display: block;
  width: auto;
  padding: 0 ms(0);
  margin: 0;
  color: #333;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0;
  text-shadow: 0 1px 1px #fff;
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px;
}

.tab-nav > li > li > a:hover {
  text-decoration: none;
  background: #f5f5f5;
}

.tab-nav > li > li > a:active {
  background: #ededed;
}

.tab-nav > li > li.active > a {
  height: 43px;
  line-height: 41px;
  background: #fff;
  cursor: default;
}

.tab-nav > li:last-child,
.tab-nav > li > li:last-child {
  margin-right: 0;
}

.tab-nav > li > a {
  display: block;
  width: auto;
  padding: 0 ms(0);
  margin: 0;
  color: #333;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0;
  text-shadow: 0 1px 1px #fff;
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px;
}

.tab-nav > li > a:hover {
  text-decoration: none;
  background: #f5f5f5;
}

.tab-nav > li > a:active {
  background: #ededed;
}

.tab-nav > li.active > a {
  height: 43px;
  line-height: 41px;
  background: #fff;
}

.tabs.pill .tab-nav {
  width: 100%;
  display: table;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.tabs.pill .tab-nav > li {
  display: table-cell;
  margin: 0;
  margin-left: -4px;
  text-align: center;
  top: 0;
}

.tabs.pill .tab-nav > li:first-child {
  margin-left: 0;
}

.tabs.pill .tab-nav > li > a {
  border: none;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  line-height: 40px;
}

.tabs.pill .tab-nav > li:last-child > a {
  border-right: none;
}

.tab-content {
  display: none;
  padding: 20px 10px;
}

.tab-content.active {
  display: block;
}

.tabs.vertical .tab-nav {
  border: none;
}

.tabs.vertical .tab-nav > li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}

.tabs.vertical .tab-nav > li.active {
  position: relative;
  z-index: 99;
}

.tabs.vertical .tab-nav > li.active > a {
  border-right: 1px solid #fff;
}

.tabs.vertical .tab-nav > li > a {
  border: 1px solid #e5e5e5;
  border-radius: 4px 0 0 4px;
}

.tabs.vertical .tab-content {
  padding: 10px 0 30px 20px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}

.selector-box + .selector-box {
  margin-top: 1rem;
}

.selector-box .selector-option,
.selector-option-hours {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 100px;
  min-height: 50px;
  border-radius: var(--default-border);
  background-color: var(--bg1);
  border: 1px solid #bababa;
  color: var(--text1);
  padding: var(--pad);
  cursor: pointer;
  margin-bottom: var(--margin);
  margin-right: var(--margin);
  transition: all 0.2s ease-in-out;
}

.selector-box .selector-option > * {
  flex: 1;
}

.selector-box .selector-option:after {
  flex: 0;
  text-align: right;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text1);
}

.selector-box .selector-option:hover {
  border: 1px solid var(--selection-color);
  background-color: var(--selection-bg);
}

.selector-box .selector-option.selected {
  transition: all 0.2s ease-in-out;
  border: 5px solid var(--selection-color) !important;
}

.selector-box .selector-option.green {
  background-color: #66bb6a;
}

.selector-box-title {
  font-size: 1.2rem;
  padding-bottom: 0.1rem;
  padding-top: var(--pad);
}

h3.selector-box-title {
  margin: 0;
}

.selector-box .selector-box-value {
  cursor: pointer;
  padding-top: 0.1rem;
}

.selector-box .selector-box-changelink {
  color: var(--primary-color);
  font-size: 0.8rem;
  float: right;
  padding: 0.2rem;
  cursor: pointer;
}

.selector-box .selector-box-desc {
  font-size: 1rem;
  display: flex;
  padding: 0.5rem 0.2rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

table {
  width: 100%;
}

table th {
  background-color: #ddd;
  font-size: 1.1rem;
  padding: 0.5rem;
}

table tr.alternate {
  background-color: #dedede;
}

table td {
  padding: 0.5rem;
}

@media print {
  table td {
    padding: 0.1rem;
  }
}

.page {
  display: block;
  min-height: 90vh;
}

.page.dark-page {
  color: #fff;
  background-color: #159957;
  background: linear-gradient(
    141deg,
    rgba(0, 153, 153, 0.8),
    rgba(6, 117, 185, 0.8)
  );
}

.badge,
.badge-accent {
  padding: 0.25rem;
  border-radius: 1rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.info-panel {
  background-color: #dedede;
  padding: 1rem;
  margin-bottom: 1rem;
}


.label-pill {
  padding: 0.3rem 1rem;
  border-radius: 7px;
}

.badge {
  color: #fff;
  background-color: #006400;
}

.badge-accent {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: fuchsia;
}

.danger {
  color: #fff;
  background-color: red;
}

.danger:before {
  padding-right: 1rem;
}

.warning {
  color: #fff;
  background-color: #ff8c00;
}

.label-pill {
  color: #fff;
  background-color: blue;
}

.warning:before {
  padding-right: 1rem;
}

.success {
  color: #fff;
  background-color: #4caf50;
}

.info {
  color: #fff;
  background-color: #2196f3;
}

.success:before {
  padding-right: 1rem;
}

.magenta {
  color: #fff;
  background-color: #ff00ff !important;
}

.orangebg {
  color: #fff;
  background-color: #ff8c00 !important; /* Darker orange */
}

.alert {
  border-radius: 2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.post_info_line {
  font-size: 0.8rem;
}

.post_info_line i {
  margin: 0 0.2rem;
}

.slides {
  max-height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.slide {
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  scroll-snap-align: start;
}

.eflex_cell .cat-title {
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  font-size: 0.8rem;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.efisio_cell .cat-title,
.eflex_cell .cat-title {
  text-transform: uppercase;
}

.efisio_cell {
  margin: 0.5rem 0;
}

.efisio_cell p {
  color: #666;
  margin: 0.3rem 0;
}

.efisio_cell .post_info_line,
.efisio_cell .post_info_line a {
  color: #666;
}

.efisio_cell .post_info_line a:hover {
  color: #888;
}

.crp_related ul {
  padding: 0;
  margin: 0;
}

.crp_related ul li {
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 33%;
  box-sizing: border-box;
  padding: 0.5rem;
  vertical-align: top;
}

.crp_related ul li a img {
  display: block;
  width: 100%;
  max-height: 160px;
}

.crp_related ul li a span {
  text-align: center;
  display: block;
  padding: 0.5rem 0;
}

.comments-area .comments-title {
  text-align: center;
}

.comments-area .comment-list .comment {
  display: block;
  border-bottom: 1px solid #aaa;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.comments-area .comment-list .comment .comment-metadata,
.comments-area .comment-list .comment .reply {
  font-size: 0.8rem;
}

.comments-area .comment-list .comment .comment-author {
  font-size: 1.1rem;
}

.comments-area .comment-list .comment .comment-author avatar,
.comments-area .comment-list .comment .comment-author img {
  float: left;
  padding: 0 0.5rem 0.5rem 0;
}

.comments-area .comment-list .comment .reply {
  text-align: right;
  padding: 0.5rem;
}

.brand-logo {
  color: var(--primary-color);
  text-rendering: optimizeLegibility;
  display: inline-flex;
  align-items: center;
}

.circle {
  border: 3px solid;
  border-radius: 50%;
  min-width: 20px;
  width: 20px;
}

.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* This makes it circular */
  width: 50px;
  height: 50px;
}

.icon-circle-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* This makes it circular */
  width: 2rem;
  height: 2rem;
}

.white-text,
.white-text a,
.white-text a:hover,
.white-text a:visited,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
  color: #fff;
}

div,
section {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item {
  float: left;
}

.item-reversed {
  float: right;
}

.item,
.item-reversed,
.item_1,
.item_2,
.item_4,
.item_6,
.item_8,
.item_12 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.item-spaced {
  padding-right: 40px;
}

.item-spaced + .item-spaced {
  padding-left: 40px;
}

.item-spaced:last-of-type {
  padding-right: 0;
}

.width-1 {
  width: 100%;
}

.width-1-4 {
  width: 25%;
}

.width-1-3 {
  width: 33.3333333333333%;
}

.width-1-2 {
  width: 50%;
}

.width-3-8 {
  width: 37.5%;
}

.width-5-8 {
  width: 62.5%;
}

.width-2-3 {
  width: 66.6666666666667%;
}

@media only screen and (min-width: 640px) {
  .width-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .width-3 {
    width: 30%;
  }
}

@media only screen and (max-width: 639px) {
  .width-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .width-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .width-7 {
    width: 70%;
  }
}

@media only screen and (max-width: 639px) {
  .width-7 {
    width: 100%;
  }
}

.height-1-3 {
  height: 33.3333333333333%;
}

.height-2-3 {
  height: 66.6666666666667%;
}

.height-1-2 {
  height: 50%;
}

.height-1 {
  height: 100%;
}

.item_1 {
  width: 100%;
  height: 100vh;
}

@media (orientation: portrait) {
  .item_foto,
  .item_foto_vertical {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .item_2 {
    width: 100%;
    height: 40vh;
  }

  .item_4 {
    width: 100%;
    height: 35vh;
  }

  .item_6,
  .item_12 {
    width: 50%;
    height: 30vh;
  }
}

@media only screen and (orientation: portrait) and (min-width: 640px) {
  .item_12 {
    width: 33.3333333333333%;
    height: 20vh;
  }
}

@media (orientation: landscape) {
  .item_foto {
    background-size: cover;
  }

  .item_foto,
  .item_foto_vertical {
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .item_foto_vertical {
    background-size: auto 120%;
  }

  .item_2 {
    width: 50%;
    height: 90vh;
  }

  .item_4 {
    width: 50%;
    height: 50vh;
  }

  .item_6 {
    width: 33.3333333333333%;
    height: 30vh;
  }

  .item_12 {
    width: 25%;
    height: 30vh;
  }
}

.eflex_row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.eflex_row .eflex_row_img_left,
.eflex_row .eflex_row_img_right,
.eflex_row .eflex_row_text {
  aspect-ratio: 1;
  flex: 0 1 auto;
  align-self: stretch;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 640px) {
  .eflex_row .eflex_row_img_left,
  .eflex_row .eflex_row_img_right,
  .eflex_row .eflex_row_text {
    width: 50%;
    min-height: 600px;
  }
}

@media only screen and (max-width: 639px) {
  .eflex_row .eflex_row_img_left,
  .eflex_row .eflex_row_img_right,
  .eflex_row .eflex_row_text {
    width: 100%;
    min-height: 50vh;
  }
}

.eflex_row .eflex_row_text > * {
  padding: 1rem 2rem;
}

.eflex_row .eflex_row_text .left {
  text-align: left;
}

@media only screen and (min-width: 640px) {
  .eflex_row_img_right {
    order: 99;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .eflex_row_img_right {
    order: 99;
  }
}

@media only screen and (max-width: 639px) {
  .eflex_row_img_right {
    order: -1;
  }
}

.eflex_row .eflex_row_img_left {
  order: -1;
}

@media only screen and (min-width: 640px) {
  .eflex_cell {
    min-height: 300px;
  }
}

@media only screen and (max-width: 639px) {
  .eflex_cell {
    min-height: 200px;
  }
}

.eflex_cell > * {
  flex: 0 1 auto;
  width: 100%;
  align-self: center;
  padding: 1rem;
}

.eflex_cell .cell_caption_footer {
  text-shadow: 2px 2px 10px #000;
  line-height: normal;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.eflex_cell .cell_caption_footer > * {
  align-self: center;
}

.product_row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0 0.5rem;
  border-bottom: 1px solid #555;
}

.product_row > * {
  flex: 0 1 auto;
  align-self: center;
}

.product_row > div.pname {
  flex: 1 1 auto;
}

.veflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eflexbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.eflexbar > * {
  flex: 0 1 auto;
  align-self: center;
}

.grow {
  flex: 1 1 auto !important;
}

.grid240 {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.grid350 {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1rem;
}

@media only screen and (max-width: 640px) {
  .grid240,
  .grid350 {
    width: 100%;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 1rem;
  }
}

.gap {
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .gap {
    gap: 1rem;
  }
}

.eflex,
.eflex1,
.eflex2,
.eflex3,
.eflex4,
.eflex4-2,
.eflex_cell,
.izeflex,
.zeflex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.eflex1.left,
.eflex2.left,
.eflex3.left,
.eflex.left,
.eflex_cell.left,
.input-field-inline,
.izeflex.left,
.left.input-field,
.zeflex.left {
  justify-content: flex-start;
  float: none;
}

.eflex1.right,
.eflex2.right,
.eflex3.right,
.eflex.right,
.eflex_cell.right,
.izeflex.right,
.right.input-field,
.zeflex.right {
  justify-content: flex-end;
}

.eflex1 > *,
.eflex2 > *,
.eflex3 > *,
.eflex4 > *,
.eflex4-2 > *,
.eflex > *,
.eflex_cell > *,
.input-field > *,
.izeflex > *,
.zeflex > * {
  flex: 0 1 auto;
  align-self: stretch;
}

.eflex.fit > * {
  flex: 1 1 auto;
}

.eflex1.top,
.eflex2.top,
.eflex3.top,
.eflex.top,
.eflex_cell.top,
.izeflex.top,
.top.input-field,
.zeflex.top {
  align-items: stretch;
}

.eflex1.top > *,
.eflex2.top > *,
.eflex3.top > *,
.eflex.top > *,
.eflex_cell.top > *,
.izeflex.top > *,
.top.input-field > *,
.zeflex.top > * {
  align-self: flex-start;
}

.eflex1 > li,
.eflex2 > li,
.eflex3 > li,
.eflex > li,
.eflex_cell > li,
.input-field > li,
.izeflex > li,
.zeflex > li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0;
}

.center.input-field > *,
.eflex1.center > *,
.eflex2.center > *,
.eflex3.center > *,
.eflex.center > *,
.eflex_cell.center > *,
.izeflex.center > *,
.zeflex.center > * {
  align-self: center;
}

.eflex1.lt,
.eflex2.lt,
.eflex3.lt,
.eflex.lt,
.eflex_cell.lt,
.izeflex.lt,
.lt.input-field,
.zeflex.lt {
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.eflex1.lt > *,
.eflex2.lt > *,
.eflex3.lt > *,
.eflex.lt > *,
.eflex_cell.lt > *,
.izeflex.lt > *,
.lt.input-field > *,
.zeflex.lt > * {
  align-self: flex-start;
}

.eflex1.lc,
.eflex2.lc,
.eflex3.lc,
.eflex.lc,
.eflex_cell.lc,
.izeflex.lc,
.lc.input-field,
.zeflex.lc {
  justify-content: flex-start;
}

.eflex1.lc > *,
.eflex2.lc > *,
.eflex3.lc > *,
.eflex.lc > *,
.eflex_cell.lc > *,
.izeflex.lc > *,
.lc.input-field > *,
.zeflex.lc > * {
  align-self: center;
}

.ct.input-field,
.eflex1.ct,
.eflex2.ct,
.eflex3.ct,
.eflex.ct,
.eflex_cell.ct,
.izeflex.ct,
.zeflex.ct {
  justify-content: center;
}

.ct.input-field > *,
.eflex1.ct > *,
.eflex2.ct > *,
.eflex3.ct > *,
.eflex.ct > *,
.eflex_cell.ct > *,
.izeflex.ct > *,
.zeflex.ct > * {
  align-self: flex-start;
}

.eflex1.rt,
.eflex2.rt,
.eflex3.rt,
.eflex.rt,
.eflex_cell.rt,
.izeflex.rt,
.rt.input-field,
.zeflex.rt {
  justify-content: right;
}

.eflex1.rt > *,
.eflex2.rt > *,
.eflex3.rt > *,
.eflex.rt > *,
.eflex_cell.rt > *,
.izeflex.rt > *,
.rt.input-field > *,
.zeflex.rt > * {
  align-self: flex-start;
}

.eflex1.no-pad > *,
.eflex2.no-pad > *,
.eflex3.no-pad > *,
.eflex.no-pad > *,
.eflex_cell.no-pad > *,
.izeflex.no-pad > *,
.no-pad.input-field > *,
.zeflex.no-pad > * {
  padding: 0;
}

.eflex1.pad > *,
.eflex2.pad > *,
.eflex3.pad > *,
.eflex4.pad > *,
.eflex4-2.pad > *,
.eflex.pad > *,
.eflex_cell.pad > *,
.izeflex.pad > *,
.pad.input-field > *,
.zeflex.pad > * {
  padding: var(--pad);
}

.eflex1.mar > *,
.eflex2.mar > *,
.eflex3.mar > *,
.eflex4.mar > *,
.eflex4-2.mar > *,
.eflex.mar > *,
.eflex_cell.mar > *,
.izeflex.mar > *,
.mar.input-field > *,
.zeflex.mar > * {
  margin: var(--margin);
}

.izeflex {
  display: inline-flex;
}

.eflex_cell > * {
  padding: 0.5rem;
}

.eflex4 > *,
.eflex4-2 > * {
  width: 25%;
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
  .eflex4 > *,
  .eflex4-2 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 640px) {
  .eflex3 > *,
  .eflexi {
    width: 33.33%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .eflex3 > *,
  .eflexi {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .eflex4 > * {
    width: 100%;
  }

  .eflex4-2 > * {
    width: 50%;
  }

  .eflex3 > *,
  .eflexi {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .eflex2 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .eflex2 > * {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .eflex2 > * {
    width: 100%;
  }
}

.eflex1 > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .hide-on-med-and-down,
  .hide-on-small-and-down,
  .hide-on-small-only,
  .hidephones,
  .hm {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-on-med-and-up,
  .hidedesktop {
    display: none !important;
  }
}

.owl-carousel,
.scrollh,
.scrollhfit {
  display: flex;
  overflow-x: auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  scroll-snap-type: both mandatory;
  transition: all 0.3s;
  scroll-behavior: smooth;
}

.scrollhfit.center {
  justify-content: center;
}

.owl-carousel::-webkit-scrollbar,
.scrollh::-webkit-scrollbar,
.scrollhfit::-webkit-scrollbar {
  display: none;
}

.owl-carousel > *,
.scrollh > * {
  min-width: 250px;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
}

.scrollv200 {
  max-height: 200px;
  overflow-y: scroll;
}

.scrollmob {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

@media only screen and (max-width: 1024px) {
  .scrollmob {
    display: flex;
    overflow-x: auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    scroll-snap-type: both mandatory;
  }

  .scrollmob::-webkit-scrollbar {
    display: none;
  }

  .scrollmob > * {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .scrollmob85 > * {
    min-width: 85vw;
    margin: var(--xlmargin);
  }
}

.mnw250 {
  min-width: 250px;
}

.mw30p {
  max-width: 30%;
}

@media only screen and (max-width: 639px) {
  .mw30p {
    max-width: 100%;
  }
}

.w400 {
  width: 400px;
}

.mw400 {
  max-width: 400px !important;
}

.mw600 {
  max-width: 600px;
}

@media only screen and (max-width: 600px) {
  .mw600 {
    max-width: 100%;
  }
}

.mw900 {
  max-width: 900px;
}

@media only screen and (max-width: 900px) {
  .mw900 {
    max-width: 100%;
  }
}

.m1200,
.mw400,
.mw600,
.mw900,
.mw1200 {
  margin-left: auto;
  margin-right: auto;
}

.m1200,
.mw1200 {
  max-width: 1200px;
}

.mh90 {
  min-height: 90vh;
}

.m1 > * {
  margin: 0.5rem;
}

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

.text-block,
article {
  padding: 0.5rem;
}

.single-post {
  .entry-content {
    p,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul {
      padding: 0 1rem;
    }
  }
}

#content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  #content-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
}

.rank_math_locations-template-default #content-wrapper {
  max-width: 100%;
}

.rank_math_locations-template-default .entry-content {
  max-width: 100%;
}

.entry-content {
  padding: 0rem;
  max-width: 100%;
  margin-bottom: 120px;
}

.single-post .entry-content {
  max-width: 70%;
  margin-bottom: 120px;
}

.page-template-default .entry-content {
  padding: 1rem;
}

@media only screen and (max-width: 1024px) {
  .single-post .entry-content {
    max-width: 100%;
  }
}

.entry-header {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 1rem;
  align-content: center;
}

.entry-header h1.posttitle {
  font-size: 4rem;
  line-height: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.entry-header-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  overflow: hidden;
  max-width: 900px;
  p {
    margin: 0.25rem 0;
  }
}

.entry-header-image {
  height: 500px !important;
  max-height: 500px !important;
  overflow: hidden;
  padding: 1rem;
  border-radius: 2rem;
}

@media only screen and (max-width: 1024px) {
  .entry-header h1.posttitle {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .entry-header-titles {
    padding: 1rem 1rem;
    max-width: 100%;
  }
}

.main-content {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin-bottom: 5rem; /* Para dejar hueco para la bottom bar */
}

.page-content {
  max-width: 800px;
  margin: auto;
  padding: 1rem;
}

.page-template-page-funnel .entry-content,
.wpseo_locations-template-default .entry-content,
.entry-content-root-page,
.entry-content-parent-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-aside {
  padding-left: 1rem;
  margin-top: 1rem;
  max-width: 22rem;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .entry-aside {
    max-width: 100%;
  }

  .entry-content,
  .entry-header {
    max-width: 100%;
  }
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  object-fit: cover;
}

p,
li,
.entry-content p,
.single-post .entry-content ol,
.single-post .entry-content ul,
.page .entry-content ol,
.page .entry-content ul {
  font-size: 1rem;
  line-height: 1.5;
}

.page,
.single-post,
.page-template-page-funnel {
  .entry-content #toc_container,
  .entry-content .content,
  .entry-content .efb,
  .entry-content .entry-meta,
  .entry-content .kk-star-ratings,
  .entry-content > p,
  .entry-content article,
  .entry-content blockquote,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content ol,
  .entry-content ul,
  .entry-content p,
  .entry-content figure {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content .efb {
  display: inline-block;
  min-width: 250px;
}

.entry-content > h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.entry-content > h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.entry-content > h4,
.entry-content h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  header .btn-header span {
    display: inline !important;
  }

  .leftcol {
    float: left;
    margin-right: 0.9345794393%;
  }

  .leftcol,
  .rightcol {
    width: 49.5327102804%;
  }

  .rightcol {
    float: right;
  }
}

.ro_field {
  min-height: 2rem !important;
}

.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  zoom: 1;
}

nav {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  /* background: linear-gradient(hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .9)); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav#main {
  height: 70px;
}

nav.mainNav {
  position: fixed;
  top: 0px;
  right: 0px;
  border: 0px;
  justify-content: left;
}

nav.mainNav + div {
  /* padding-top: 5rem; */
}

nav.mainNav .logoimg {
  text-align: left;
}

.fixedBar {
  position: fixed;
  top: 0;
  z-index: 50;
}

.nav-btns {
  display: flex;
  flex-flow: row nowrap;
  align-self: center;
}

.nav-btns li {
  list-style-type: none;
}

.nav-btns i {
  font-size: 2.5rem;
  padding-left: 0.5rem;
}

nav {
  background-color: var(--bg1);
}

nav.shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

nav.transparent {
  color: #eee;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 0 solid rgba(0, 0, 0, 0.3);
}

nav.transparent a,
nav.transparent li,
nav.transparent span {
  color: #eee;
}

nav.transparent a:hover {
  color: var(--primary-color);
  background: hsla(0, 0%, 100%, 0.6);
}

nav div.nav-wrapper,
nav div.nav-wrapper-admintop {
  flex: 1 1 auto;
  align-self: stretch;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}

nav div.nav-wrapper-admintop > .nav-left,
nav div.nav-wrapper-admintop > .nav-right,
nav div.nav-wrapper > .nav-left,
nav div.nav-wrapper > .nav-right {
  flex: 0 1 auto;
}

nav div.nav-wrapper-admintop > .nav-center,
nav div.nav-wrapper > .nav-center {
  flex: 2 1 auto;
  margin: auto;
}

nav div.nav-wrapper-admintop a,
nav div.nav-wrapper-admintop li,
nav div.nav-wrapper-admintop navigate,
nav div.nav-wrapper-admintop ul,
nav div.nav-wrapper a,
nav div.nav-wrapper li,
nav div.nav-wrapper navigate,
nav div.nav-wrapper ul {
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  flex: 1 1 auto;
}

nav div.nav-wrapper a.button {
  height: 50px;
}

nav div.nav-wrapper-admintop ul li,
nav div.nav-wrapper ul li {
  list-style-type: none;
}

nav div.nav-wrapper-admintop ul li a,
nav div.nav-wrapper ul li a {
  padding: 0 1rem;
  transition: all 0.3s ease 0s;
}

nav div.nav-wrapper-admintop ul li a span,
nav div.nav-wrapper ul li a span {
  flex: 1 1 auto;
  display: inline-block;
}

@media only screen and (max-width: 639px) {
  nav div.nav-wrapper-admintop ul li a span,
  nav div.nav-wrapper ul li a span {
    padding: 0 0.5rem;
  }
}

nav div.nav-wrapper-admintop ul li a i,
nav div.nav-wrapper ul li a i {
  flex: 1 1 auto;
  margin: 0;
  font-size: 2rem;
  padding: 0 0.1rem;
}

nav div.nav-wrapper-admintop ul li a:hover,
nav div.nav-wrapper ul li a:hover {
  color: #fff;
  background: var(--primary-color);
}

nav div.nav-wrapper-admintop ul li a.current,
nav div.nav-wrapper ul li a.current {
  color: #ddd;
  background: var(--primary-color);
}

nav div.nav-wrapper-admintop ul li a.current:hover,
nav div.nav-wrapper ul li a.current:hover {
  color: #fff;
  background: var(--primary-color);
}

nav div.nav-wrapper-admintop img,
nav div.nav-wrapper img {
  flex: 0 1 auto;
}

nav div.nav-wrapper-admintop .btn,
nav div.nav-wrapper-admintop .btn-danger,
nav div.nav-wrapper-admintop .btn-secondary,
nav div.nav-wrapper-admintop .btn-warning,
nav div.nav-wrapper .btn,
nav div.nav-wrapper .btn-danger,
nav div.nav-wrapper .btn-secondary,
nav div.nav-wrapper .btn-warning {
  font-size: 1rem;
  margin: 0 0.5rem;
}

nav div.nav-wrapper {
  height: 4rem;
}

nav div.nav-wrapper-admintop {
  background-color: #222;
  color: #ddd;
  justify-content: flex-start;
}

nav div.nav-wrapper-admintop ul li a {
  color: #ddd;
  padding: 0 0.2rem;
}

nav div.nav-wrapper-admintop ul li a i {
  font-size: 1rem;
}

nav div.nav-wrapper-admintop ul li a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.navigation .navigation-menu ul.navigation-menu-sections {
  list-style-type: none;
  padding-top: 1rem;
}

.navigation .navigation-menu ul.navigation-menu-sections > li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.navigation .navigation-menu ul.navigation-menu-subsections {
  list-style-type: none;
  padding-left: 0.5rem;
}

.navigation .navigation-menu ul.navigation-menu-subsections > li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
}

.navigation .navigation-menu a {
  padding: 0.5rem;
}

.navigation .navigation-menu a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.dialog-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background: var(--primary-color);
}

.dialog-closer,
.dialog-closer i {
  line-height: 2rem;
}

#nav-app-admin {
  background-color: #666;
}

.hero {
  background: var(--darkgradient);
  clip-path: polygon(25% 0%, 100% 0, 100% 95%, 0 100%, 0 100%, 0 0);
}

.hero-left {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column wrap;
  text-align: left;
  padding-top: 2rem;
  max-width: 75%;
  background: linear-gradient(to right, white 65%, transparent);
  height: 100%;
}

.hero-left * {
  /* color: #444444; */
  text-align: left;
  /* margin-left: 0px; */
}

.hero-left > div,
.hero-logo {
  margin-left: 80px;
}

.hero-left h1,
.hero-left h2 {
  margin: 0px;
  padding: 0px;
}

.celltitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #444444ee;
}

.hero-left h1,
.hero-title-small {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #444444ee;
}

.hero-left .herotitle {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 90%;
  color: var(--title);
  /* background: linear-gradient(141deg, rgba(0, 153, 153, 1), rgba(6, 117, 185, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  padding: 1rem 0;
}

.herotitle-upper {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: +1px;
}

.herosubtitle-cursi {
  font-family: "Authenia", sans-serif;
  font-weight: 400 !important;
  font-size: 3rem;
  text-align: center;
  margin-top: -2rem !important;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .herotitle-upper {
    font-size: 1.8rem;
  }

  .herosubtitle-cursi {
    font-size: 2rem;
    margin-top: -1rem !important;
  }
}

.hero-left p {
  text-align: left;
  padding: 0;
}

.hero-cta-buttons {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

div.hero-cta-desc {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 130%;
}

div.hero-cta-subtitle {
  font-size: 1.8rem !important;
  font-weight: 500;
  line-height: 110% !important;
  margin-top: 1rem;
}

.dirclinica {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .dirclinica + .dirclinica {
    border-top: 1px solid var(--line-sep-color);
    padding-top: 0.5rem;
  }

  .hero-left h1 {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .hero-left .herotitle {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: 0px;
  }

  .hero-left {
    max-width: 100%;
    padding-top: 0.5rem;
  }

  .hero-left > div,
  .hero-logo {
    margin-left: 1rem;
  }

  div.hero-cta-subtitle {
    font-size: 1.6rem !important;
    line-height: 100% !important;
  }

  div.hero-cta-desc {
    margin-top: 0.5rem;
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}

span.darkcircle {
  background: linear-gradient(
    141deg,
    rgba(0, 153, 153, 0.8),
    rgba(6, 117, 185, 0.8)
  );
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 0px;
  text-align: center;
  width: 1.6em;
}

.roundcard {
  background: var(--bg0);
  padding: 0.5rem;
}

.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
  gap: 1rem;
  justify-content: center;
}


.grid_2cols {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 0.5rem;
  padding: 1rem;
}

.grid_2cols_sd1col,
.grid_2cols,
.grid_2cols50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.grid-3cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.grid-4cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.centercol {
  width: 36rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .centercol {
    width: 100%;
  }

  .grid_2cols {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.5rem;
    padding: 0.25rem;
  }

  .grid_2cols_sd1col {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    padding: 0.25rem;
  }

  .grid-3cols {
    grid-template-columns: 100%;
  }
  .grid-4cols {
    grid-template-columns: 100%;
  }

  .grid-auto-fit {
    grid-template-columns: 100%;

  }
}

.roundcard > div,
.card {
  border-radius: 0.5rem;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card {
  background: var(--bg0);
  padding: 1rem;
  height: auto;
}

.bigicon {
  font-size: 5rem;
  padding: 0.5rem;
}

.bigiconcard {
  line-height: 100%;
  float: left;
  font-size: 2.5rem;
  padding-right: 0.2rem;
}

.bigiconcard-right {
  float: right;
  font-size: 2.5rem;
}

.lefticoncard {
  display: flex;
}

.lefticoncard-icon {
  font-size: 3rem;
  margin-right: 1rem;
}

.leftcard {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.leftcard-title,
.entry-content .leftcard-title {
  line-height: 110%;
  font-weight: bold;
  font-size: 1.3rem;
}

.leftcard-desc,
.entry-content .leftcard-desc {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  margin: 0;
  line-height: 1.1rem;
  font-size: 0.9rem;
}

.datosclinicas a {
  color: black;
}

.medidascovid {
  padding: 1rem;
}

.medidascovid-img {
  float: left;
}

.medidascovid-title,
.efisio_cell_post h2 {
  font-size: 1.4rem;
  line-height: 100%;
  padding-bottom: 1rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .medidascovid-title,
  .efisio_cell_post h2 {
    margin-top: 0.5rem;
  }
}

.medidascovid-desc {
  padding: 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

div.entry-content-root-page {
  margin-left: auto;
  margin-right: auto;
}

div.entry-content-parent-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-ancho-completo div.entry-content-parent-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  div.entry-content-parent-page {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content-parent-page h1,
.entry-content-parent-page h2,
.entry-content-parent-page h3,
.entry-content-parent-page h4,
.entry-content-parent-page h5 {
  text-align: center;
}

.entry-content figcaption {
  font-size: 0.9rem;
  text-align: center;
}

.app_confirmed {
  background-color: #88ffff;
  color: #000;
}

.app_completed {
  color: #000;
  background-color: #dddddd;
}

.app_available {
  background-color: #c8e6c9;
  color: #1b5e20;
}

.app_pending {
  background-color: #fff3e0;
  color: #e65100;
}

.app_removed {
  background-color: #ffcdd2;
  color: #b71c1c;
}

.btnlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem auto;
  background-color: var(--bg1);

  border-radius: var(--default-border);
  > * {
    padding: 1rem;
    border-top: 1px solid var(--bg2);
  }
}

.btnlist.lines > * {
  border: 1px solid var(--border-color);
  border-radius: var(--default-border);
}

.btnlist + .btnlist {
  border-top: 1px solid var(--line-sep-color);
}

.btnlist a,
.btnlist button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  background-color: transparent;
  color: var(--text1);
  margin: 0;
}

.btnlist a:hover,
.btnlist button:hover {
  color: brightness(1.7);
  transition: all 0.3s ease;
  background-color: var(--hover-bg);
}

.btnlist > * {
  flex: 1;
}

i.wpbutton {
  background-color: green;
  border-radius: 50px;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.btnlist > .separator {
  margin: 1rem;
}

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

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--text0);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--text0) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
  height: 3.8rem;
  outline: none;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  font-size: 2rem;
  border: 1px solid var(--border-color);
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

.optionlist {
  margin: 0px;
  padding: 0px;
  color: #2d2d2d;
}

.optionlist a {
  display: block;
  font-size: 1.4rem;
  padding: 1rem;

  color: var(--text0);

  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  #searchQueryInput {
    font-size: 1.2rem;
  }

  .optionlist a {
    font-size: 1.2rem;
  }
}

.optionlist a:hover {
  background-color: var(--hover-bg2);
}

.optionlist > li {
  //display: block;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}

.optionlist > * + .optionlist > * {
}

.div_applist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: 1fr;
  gap: 0.5rem;
}

.calendar__date {
  color: var(--text2) !important;
}

.calendar__date--in-month {
  color: var(--text0) !important;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 400;

  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .wp-block-columns {
    margin: 2rem 0;
  }
}

.black-and-white {
  filter: grayscale(100%);
}

.pill {
  background-color: #fefefe;
}

.pill:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
  filter: brightness(120%);
}

.efisio_adminbar {
  background-color: #000;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  color: #ddd;

  display: flex;
  overflow-x: auto;
  flex-flow: row nowrap;

  justify-content: start;
  gap: 2rem;

  scroll-snap-type: both mandatory;
  transition: all 0.3s;
  scroll-behavior: smooth;
}

.title22 {
  color: rgba(0, 0, 0, 0.05) !important;
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.5rem;
  word-wrap: anywhere;
}

@media only screen and (max-width: 900px) {
  .title22 {
    font-size: 2rem;
    line-height: 2.7rem;
    max-height: 6rem;
  }
}

.mapaclinicafit {
  width: 100%;
  height: 100%;
}
.page-title-bg h1 a {
  color: white;
  text-shadow: black 0px 0px 10px;
}

.content-header h1 {
  font-size: 1.2rem;
  font-weight: normal;
}

.content-header h2 {
  font-size: 5rem;
  font-weight: normal;
}

img.inline {
  display: inline;
  margin: 0rem 0.5rem;
}

.logoimg {
  max-width: 180px;
}

@media only screen and (max-width: 900px) {
  .content-header h2 {
    font-size: 3rem;
    font-weight: normal;
  }
  .logoimg {
    max-width: 150px;
  }
}

.wp-block-image {
  margin: 0rem;
}

.imgfill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.imgfill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.navigation {
  top: 0px;
  padding: 0;
  z-index: 10000000;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: white;
  overflow-x: hidden;
  transition: 0.3s;
}

.is-ajax-search-result {
  z-index: 10000001;
}

/* .navigation {
            display: none;
            z-index: 100;
            position: fixed;
            left: 0;
            top: 4rem;
            width: 100%;
            height: 100%;
            
        } */

@media only screen and (max-width: 900px) {
  .navigation {
    /* padding: 0.5rem; */
  }
}

.efisio_card {
  display: flex;
  padding: var(--lpad);
  margin-bottom: 2rem;
}

.efisio_cardbox {
  max-width: 900px;
  margin: auto;
  max-height: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
}

.efisio_card .efisio_cell_thumb {
  width: 40%;
  overflow: hidden;
}

.efisio_cardbox .efisio_cell_thumb {
  width: 300px;
  overflow: hidden;
}

.efisio_card .efisio_cell_post {
  flex: 1;
  padding-left: 1rem;
}

.efisio_card .efisio_cell_post p {
  font-size: 0.9rem;
}

@media only screen and (max-width: 900px) {
  .efisio_card {
    flex-direction: column;
  }
  .efisio_card .efisio_cell_thumb {
    margin-top: 0;
    width: auto;
  }
  .efisio_card .efisio_cell_post {
    padding: 0px;
    padding-left: 0px;
  }
  .efisio_card .efisio_cell_post {
    padding-left: 0rem;
  }
}

div.woocommerce {
  padding: 1rem;
}

.woocommerce #toc_container {
  display: none !important;
  visibility: hidden;
}

.darkarea .efb {
  border-color: white;
}

.btn-cta-y,
.btn-cta-g {
  padding: 1rem 1rem;
  border-radius: 1rem;
  transition: box-shadow 0.1s, top 0.1s;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  /* top: 0; */
  color: #000;
  /* background: #f3ff1c; */
  font-size: 1.2rem;
  /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset; */
  /* white-space: nowrap; */
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 1rem auto;
  transition: background-color 0.5s;
}

.btn-cta-y {
  background-color: #f3ff1c;
}

.btn-cta-y:hover {
  background-color: #ffb71c;
}

.btn-cta-g {
  background: #01c9b9;
  border: 2px dashed;
}

.btn-cta-g:hover {
  background: #01c98a;
  border: 2px dashed;
}

.cta-info,
.wibox,
.wibox-cons,
.wibox-pros {
  clear: both;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.wibox > div,
.wibox-cons > div,
.wibox-pros > div {
  padding: 0.5rem 1rem;
}

.cta-info,
.wibox {
  padding: 1rem;
  background: none repeat scroll 0 0 #ff9;
  border: 1px solid #e5e597;
}

.cta-info a {
  color: black;
  font-weight: bold;
}

.cta-info a:hover {
  background-color: #00000011;
}

.wp_rp {
  display: flex;
  overflow-x: auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.entry-content ul.wp_rp > li {
  list-style-type: none;
  min-width: 250px;
  margin: 0px;
  padding: 1rem;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #wpadminbar {
    overflow: hidden;
  }
}

#wpadminbar li#wp-admin-bar-appointments-abmenu,
#wpadminbar li#wp-admin-bar-llamadas-abmenu {
  display: block;
  padding: 0rem 0.5rem;
}

.efisio_cell {
  min-width: 280px;
  width: 280px;
}

blockquote.wp-block-quote,
.wp-block-quote {
  font-style: italic;
  font-size: 2rem;
  background: #eeeeee;
  padding: 1rem 2rem;
}

.section {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
  padding: var(--lpad);
}

.eflex3 > *,
.eflex3 > article {
  margin: 0px;
}

.warning a {
  color: white;
}

.warning a:hover {
  color: white;
}

#menu-menu-inferior {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#menu-menu-inferior li {
  list-style-type: none;
  padding: 1rem;
}

.breadcrumb {
  width: 100%;
  font-size: 0.8rem;

  display: flex;
  overflow-x: auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  scroll-snap-type: both mandatory;
}

.breadcrumb > * {
  scroll-snap-align: start;
  white-space: nowrap;
}


/*
.breadcrumb {
  display: flex;
  flex-wrap: wrap;

  overflow-x: auto;
}

.breadcrumb a {
  border: 1px solid var(--line-sep-color);
  background-color: var(--bg1);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin: 0.25rem;
  white-space: nowrap;
  font-size: 0.9rem;
}*/

.pills {
  display: flex;
  background-color: var(--bg1);
}

ul.pills > li {
  list-style-type: none;
  margin-left: 0px;
}

.pills > * {
  font-size: 0.8rem;
  border: 1px solid var(--line-sep-color);
  color: var(--text2) !important;
  padding: var(--cellpad);
  border-radius: 30px;
  margin: 0.5rem;
  text-align: center;
  cursor: pointer;

  justify-content: center;
  display: flex;
  align-items: center;

  white-space: nowrap;
}

.pills > .selected {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--text-alt1);
}

#cookie-law-info-bar {
  z-index: 20000;
}

.btn-left,
.btn-right {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0px;
}

.editor-styles-wrapper .wp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
