/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*  font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.9rem;
}

a {
  color: #006458;
  text-decoration: none;
}
a img.icon {
  height: 1.2em;
  vertical-align: sub;
}
a[disabled] {
  pointer-events: none;
}

* {
  box-sizing: border-box;
  line-height: 1.4em;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: middle;
}

svg {
  display: block;
}

label {
  position: relative;
}

.hidden {
  display: none !important;
}

.columnas-ajustadas {
  display: flex;
}
.columnas-ajustadas .columna {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.columnas-ajustadas .columna:not(:last-of-type) {
  margin-right: 1em;
}
.columnas-ajustadas.horizontal {
  flex-direction: column;
}
.columnas-ajustadas.horizontal .columna {
  flex-direction: row;
}
.columnas-ajustadas.horizontal .columna > * {
  margin-right: 1em;
}
.columnas-ajustadas.horizontal .columna > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1300px) {
  .columnas-ajustadas {
    flex-direction: column;
  }
}
.text-center,
.center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.flex-1 {
  flex: 1;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.gap-1 {
  gap: 1em;
}

.gap-05 {
  gap: 0.5em;
}

.bold {
  font-weight: bold;
}

.semi-bold {
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

.fit-content {
  min-width: fit-content;
}

.columns {
  columns: 2 30em;
  gap: 3em;
}
.columns.max-3 {
  columns: 3 30em;
}

.texto-rojo {
  color: #D32F2F;
}

.no-break {
  break-inside: avoid;
}

.ql-wrapper {
  border-radius: 4px;
  border: 2px solid #757575;
  overflow: hidden;
}

.ql-container {
  font-size: 0.95rem;
}

.ql-container.ql-snow {
  border: 0;
}

.ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid #EEE;
}

.dcalendarpicker.dp__open .dudp__wrapper {
  top: 2em;
  bottom: auto;
}

.dcalendarpicker .dudp__wrapper {
  font-size: 0.9rem !important;
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__weekdays span {
  font-size: 0.8rem !important;
}

.form-group.du-datepicker input[readonly] {
  background: inherit;
  color: inherit;
  border-color: #757575;
}

.mdi.mdi-blank {
  width: 1.11em;
}

* {
  font-family: "Montserrat", "Arial", sans-serif;
}

#contenido {
  padding: 2rem 1rem;
  font-size: 1.1rem;
}

.banner-contenido {
  background-size: cover;
  min-height: 30vh;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.banner-contenido .texto {
  padding: 1em 3em;
  color: #ffffff;
  margin: auto 0;
}
.banner-contenido .texto .titulo {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: 0 0 1.5em #9E9E9E, 0 0 0.1em #AAA;
}
.banner-contenido .texto .descripcion {
  margin-top: 0.5em;
  font-size: 1.8em;
  line-height: 1.4em;
  text-shadow: 0 0 2em #9E9E9E, 0 0 0.1em #777;
}

.wrapper {
  width: 100%;
}

.wrapper,
#header,
#footer {
  max-width: 80rem;
  margin: 0 auto;
}

.wrapper-text {
  max-width: 50rem;
  margin: auto;
}

#btn-menu {
  display: none;
}

#header {
  padding: 0.5em 2em 0.5em 1em;
}

nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#logo img {
  height: 5rem;
  max-height: 5em;
}

#menu-wrapper {
  display: flex;
}

#menu {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#menu > li {
  display: block;
}
#menu > li > a {
  padding: 1em 1em;
  font-weight: bold;
  font-size: 1.1rem;
  color: #607D8B;
  display: block;
}
#menu > li > a.btn {
  border-radius: 0.3em;
  background: #607D8B;
  color: #FFF;
  background: #CFD8DC;
  color: #546E7A;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: 1em;
}
#menu > li > a.btn .mdi {
  font-size: 1.3em;
  margin-left: 0.1em;
}

#btn-carro {
  color: #455A64;
  position: relative;
  background: transparent;
  height: 4em;
  border-radius: 0.5em;
  padding: 1.2em 1em;
  font-size: 1.1rem;
}
#btn-carro:hover {
  background: #CFD8DC;
}
#btn-carro > .mdi {
  margin: 0;
  font-size: 1.5em;
}
#btn-carro .contador {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background: #FF8F00;
  font-weight: bold;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.5em;
  right: -1rem;
  color: #FFF8E1;
  border: 0.2rem solid #FFF;
  font-size: 0.9rem;
  line-height: 1em;
}
#btn-carro.activo {
  background: #FFCC80;
}

.wrapper-footer {
  background: #263238;
  min-height: 15rem;
  padding: 2em 1em;
  color: #ffffff;
}

#footer a {
  color: #FFF;
  font-weight: 600;
}
#footer .informacion {
  display: flex;
  padding: 2em 4em;
}
#footer .informacion .columna {
  margin: 0 1em;
  width: 33.3333333333%;
}
#footer .informacion .columna .titulo {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#footer .informacion .columna ul li {
  display: flex;
  align-items: center;
  align-items: top;
  padding: 0.3em 0;
}
#footer .informacion .columna ul li .icono .mdi {
  font-size: 1.3em;
  margin-right: 0.3em;
}

#firma {
  padding: 1em;
  text-align: center;
  color: #47555c;
}

html body {
  overflow-y: scroll;
}

#wsp {
  width: 5em;
  height: 5em;
  overflow: hidden;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #80CBC4;
  color: #80CBC4;
  border-radius: 3em;
  font-weight: 700;
  transition: all 200ms;
  white-space: nowrap;
  padding: 0px 1.7em;
  box-shadow: 0 0 1em -0.5em #000;
}
#wsp .icon {
  margin-left: 0.5em;
  height: 1.6em;
  background: #B2DFDB;
  border-radius: 1em;
}
#wsp:hover {
  box-shadow: 0 0 1em -0.5em #000, 0 0 1.4em -0.8em #000;
  color: #004d40;
  width: 19em;
}

#examenes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

#examenes .examen {
  background: #FFF;
  border-radius: 1em;
  padding: 1em 2em;
  box-shadow: 0 0 1em -0.3em rgba(0, 0, 0, 0.4666666667);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#examenes .examen .titulo {
  font-size: 1.1em;
  font-weight: 800;
  padding: 0.3em 0;
}

#examenes .examen .descripcion {
  font-size: 1em;
  line-height: 1.4em;
}

#examenes .examen .precio {
  font-size: 1.2em;
  color: #37474F;
  font-weight: 700;
  padding: 0.5em 0;
}

.botones-examen {
  padding: 0.5em;
  display: flex;
  justify-content: center;
}

.botones-examen a {
  border-radius: 1em;
  font-weight: bold;
  padding: 0.3em 1.2em;
  border: 2px solid #00695C;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 0 0.5rem;
}

.botones-examen a .mdi {
  font-size: 1.6em;
}

.botones-examen a.btn-comprar {
  color: #FFFFFF;
  background: #00695C;
}

.botones-examen a.btn-comprar .mdi {
  margin-left: 0.5em;
}

.botones-examen a.btn-agregar-al-carro:hover {
  background: #DCEDC8;
}

.botones-examen a.btn-agregar-al-carro {
  color: #00695C;
}

.botones-examen a.btn-quitar-del-carro {
  display: none;
  color: #00695C;
  border-color: #00695C;
  background: #DCEDC8;
}

.botones-examen a.btn-quitar-del-carro .quitar {
  display: none;
}

.botones-examen a.btn-quitar-del-carro:hover {
  color: #EF5350;
  border-color: #F44336;
  background: #FFEBEE;
}

.botones-examen a.btn-quitar-del-carro:hover .quitar {
  display: block;
}

.botones-examen a.btn-quitar-del-carro:hover .check {
  display: none;
}

mark {
  background-color: #B2DFDB;
}

#buscador {
  width: 100%;
  height: 4rem;
  display: flex;
  position: relative;
}

.resultados {
  position: relative;
  overflow: hidden;
  top: calc(4rem - 2px);
  width: 100%;
  display: none;
  position: absolute;
  border: 2px solid #CCC;
  background: #FFF;
}

.resultados ul {
  overflow-y: scroll;
  max-height: 20rem;
  margin: 0;
  padding: 0.3em 0;
}

.resultados ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0.3em 1em;
  cursor: pointer;
  color: #222;
}

.resultados ul li:hover {
  background: #EEE;
}

.resultados ul li .informacion {
  display: flex;
  white-space: nowrap;
}

.resultados ul li .nombre .icono .mdi {
  color: #444;
  font-size: 1rem;
  display: none;
}

.resultados ul li .nombre {
  font-weight: 600;
  display: flex;
  width: calc(100% - 5em);
}

.resultados ul li .nombre .texto {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resultados ul li .nombre .icono {
  margin-right: 0.3rem;
}

.resultados ul li .informacion .tipo {
  margin-right: 1em;
}

.resultados ul li .informacion .precio {
  font-weight: 600;
  min-width: 4.5em;
  text-align: right;
}

#buscador.activo > .mdi {
  color: var(--color-1-dark);
}

#buscador > .mdi {
  position: relative;
  font-size: 3em;
  color: #777;
  width: 0;
  left: 1rem;
}

#buscador.activo input {
  border-radius: 1em 1em 0 0;
  transition: all 50ms;
  border-color: #AAA;
}

#buscador.activo .resultados {
  display: block;
  border-radius: 0 0 1em 1em;
  border-color: #AAA;
  transition: all 100ms;
  box-shadow: 0 0.4em 1em -0.6em #000;
}

#buscador input {
  border: 2px solid #CCC;
  background: #F7F7F7;
  border-radius: 1em;
  display: block;
  font-size: 1.1rem;
  width: 100%;
  padding: 0.8em 1em 0.8em 4em;
  outline: 0;
  transition: all 100ms;
}

#logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2em 1em;
}
#logos .logo {
  padding: 1em;
}
#logos .logo img {
  max-width: 10em;
  max-height: 10em;
}

@media only screen and (max-width: 800px) {
  #logos {
    flex-wrap: wrap;
  }
  #logos .logo {
    width: 50%;
  }
  .resultados ul li a {
    padding: 0.3em 0.6em 0.3em 0.5em;
  }
  #buscador .tipo {
    display: none;
  }
  .resultados ul li .nombre .icono .mdi {
    display: inline-block;
  }
  #buscador > .mdi {
    font-size: 2.4rem;
    left: 0.8rem;
    top: 0.2em;
  }
  #buscador input {
    padding-left: 3.2rem;
  }
  #buscador {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
:root {
  --color-1: #00897b;
  --color-1-dark: #00796B;
  --background-1: #E0F2F1;
}

/**

  <div class="ficha">
    <header>
      <div class="principal">
        <div class="icono"> <span class="mdi mdi-square"></span> </div>
        <div class="titulo">
          <div class="nombre"> </div>
          <div class="descripcion"> </div>
        </div>
      </div>
    </header>
    <main>
      <div class="fila">
        <div class="campo">
          <div class="label">
            <?= $model->getAttributeLabel('attribute') ?>
          </div>
          <div class="value">
            <?= $model->attribute ?>
          </div>
        </div>
      </div>
    </main>
  </div>

 */
.ficha {
  background: #FFF;
  border-bottom: 1px solid #EEEEEE;
}
.ficha > header {
  padding: 1.2em 1.5em 1.2em 1.5em;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.ficha > header .principal {
  display: flex;
  align-items: center;
  column-gap: 1em;
  min-width: 0;
}
.ficha > header .principal .icono {
  display: flex;
  align-items: center;
}
.ficha > header .principal .icono .mdi {
  font-size: 2em;
  height: 1.1em;
  line-height: 1.1em;
}
.ficha > header .principal .icono .numero {
  font-weight: 800;
  font-size: 1.5rem;
}
.ficha > header .principal .titulo {
  display: flex;
  flex-direction: column;
  row-gap: 0.2em;
  min-width: 0;
}
.ficha > header .principal .titulo .nombre {
  font-weight: bolder;
  font-size: 1.05em;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ficha > header .principal .titulo .nombre a {
  font-weight: inherit;
}
.ficha > header .principal .titulo .descripcion {
  font-size: 0.9rem;
  color: #424242;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
}
.ficha > header .opciones {
  display: flex;
  white-space: nowrap;
}
.ficha > header .opciones .opcion {
  margin-left: 0.5em;
}
.ficha > header .opciones .opcion .btn.solo {
  padding-right: 0.6em;
  padding-left: 0.6em;
  padding-right: 0.901em;
  padding-left: 0.901em;
}
.ficha > header .opciones .opcion .btn.solo .mdi {
  margin-right: 0;
}
.ficha > header .opciones .opcion .btn.grande {
  padding: 0.1em 0.2em;
  border-radius: 0.5em;
}
.ficha > header .opciones .opcion .btn.grande .mdi {
  font-size: 2rem;
}
.ficha > main {
  padding: 1em 1.5em 1em 1.5em;
}
.ficha > main > header {
  padding: 0.2em 0;
}
.ficha > main > header .titulo {
  font-weight: bold;
  letter-spacing: -0.03em;
}
.ficha > main > header .titulo .mdi {
  margin-right: 0.2em;
}
.ficha > main .fila {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1em;
}
.ficha > main .fila:first-child {
  margin-top: 0.5em;
}
.ficha > main .fila:last-child {
  margin-bottom: 0;
}
.ficha > main .fila .campo {
  margin: 0 3em 1em 0;
}
.ficha > main .fila .campo > .label {
  font-size: 0.8em;
  font-weight: bold;
  color: #37474F;
  margin-bottom: 0.3em;
}
.ficha > main .fila .campo.grande {
  width: 100%;
  margin-right: 0;
}
.ficha > header + main {
  padding-top: 0;
}
.ficha > footer {
  padding: 0.7em 1em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: nowrap;
}
.ficha > footer .opciones {
  display: flex;
}
.ficha > footer .opciones.center {
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.ficha > footer .opciones.center .opcion {
  margin-bottom: 0.5em;
}
.ficha > footer .opciones .opcion {
  margin-left: 0.5em;
}
.ficha.ocultable > header {
  cursor: pointer;
}
.ficha.ocultable > header::before {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\f0143";
  color: #bdbdbd;
  line-height: 1em;
  float: right;
  text-shadow: 0em 0em 0.8em #fff;
}
.ficha.ocultable.oculta > header::before {
  content: "\f0140";
}
.ficha.ocultable.oculta > main {
  display: none;
}
.ficha.ocultable.oculta > footer {
  display: none;
}

.ficha main.inline .fila,
.ficha main .fila.inline {
  display: inline-flex;
}

.ficha main .fila.grande {
  width: 100%;
}

/** campo lineal */
.ficha.lineal .fila,
.ficha .fila.lineal {
  flex-direction: column;
}

.ficha.lineal .fila .campo,
.ficha .fila.lineal .campo,
.ficha .fila .campo.lineal {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.ficha.lineal .fila .campo .label,
.ficha .fila.lineal .campo .label,
.ficha .fila .campo.lineal .label {
  font-size: 1rem;
  font-weight: 600;
  width: 50%;
  margin-bottom: 0;
}

.ficha.header > header .icono .mdi {
  font-size: 2.6em;
  line-height: 1em;
  margin-right: 0.5rem;
}

.ficha.lista > header {
  font-size: 1em;
  margin-bottom: 0;
}
.ficha.lista main {
  padding: 1em 0;
}
.ficha.lista .items .item .informacion .campo {
  margin-bottom: 0;
}
.ficha.lista.con-filtro > main {
  padding: 0;
}
.ficha.lista.con-filtro > main > .lista {
  padding: 0 1em 1em 1em;
}

/**
 * Tabs de fichas
 */
.fichas {
  border-radius: 0.6em;
  margin-bottom: 1em;
  background: #FFF;
}
.fichas .ficha > header {
  padding: 1.2em 1.5em 0em 1.5em;
}

.ficha.con-tabs header {
  padding-bottom: 0;
}
.ficha.con-tabs main {
  padding-top: 0.6em;
}

.tabs {
  display: flex;
  flex-direction: row;
  padding: 0 0.5em;
  /*
  background: #FFF;
  position: sticky;
  top: 0;
  */
}
.tabs a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0.6em 1.2em 0.7em 1em;
  font-size: 0.9em;
  position: relative;
  color: #546e7a;
  user-select: none;
}
.tabs a[disabled] {
  color: #AAA;
}
.tabs a.activo {
  color: #00695C;
}
.tabs a.activo::after {
  content: "";
  height: 0.2em;
  width: 100%;
  background: #00796B;
  position: absolute;
  bottom: 0;
  border-radius: 0.5em 0.5em 0 0;
  margin-right: -0.2em;
}
.tabs a .mdi {
  font-size: 1.4em;
  margin-right: 0.3rem;
}

.btn {
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.3em;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 2em;
  padding: 0em 1.5em;
  background: #E0F2F1;
  color: #3e525b;
  border: none;
  cursor: pointer;
  user-select: none;
  height: 3em;
}
.btn:hover {
  background: #C3E9E6;
}
.btn:active {
  background: #B0E2DE;
  color: #4D646E;
}
.btn .mdi {
  font-size: 1.2em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.btn.flat {
  background: none;
}
.btn.flat:hover {
  background: #ECEFF1;
}
.btn.flat[disabled] {
  color: #EEEEEE;
}
.btn.semi-flat {
  background: oklch(0.94 0.01 250);
}
.btn.semi-flat:hover {
  background: oklch(0.92 0.01 250);
}
.btn.semi-flat:active {
  background: oklch(0.9 0.01 250);
}
.btn.bajo {
  height: 1.5em;
}
.btn.solo {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.btn.redondo {
  padding: 0;
  width: 3em;
}
.btn.link:hover {
  text-decoration: underline;
}
.btn[disabled] {
  pointer-events: none;
  box-shadow: none !important;
  background: #EEEEEE !important;
  color: #BBBBBB !important;
}

.nota {
  background: #E1F5FE;
  padding: 1em 1.5em;
  width: 100%;
  border-radius: 0.5rem;
}
.nota .titulo {
  font-weight: 600;
}
.nota .descripcion {
  margin-top: 0.5rem;
}
.nota .descripcion b {
  font-weight: 600;
}
.nota .header {
  display: flex;
  justify-content: space-between;
}
.nota .header .titulo {
  padding-top: 0.1em;
}
.nota .header .opciones {
  padding: 0;
}
.nota .header .opciones .btn.flat,
.nota .header .opciones .btn {
  padding: 0em 0.5em;
}

.btns {
  display: inline-flex;
  white-space: nowrap;
}

.btns .btn:not(:last-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-right: 1px solid rgba(17, 17, 17, 0.0666666667);
  padding-right: 1em;
}

.btns .btn:not(:first-child) {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  padding-left: 1em;
}

.chip {
  background: rgba(96, 125, 139, 0.1254901961);
  color: #455A64;
  display: inline-flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.1em 0.8em 0.1em 1.1em;
  border-radius: 0.3em;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.chip .mdi {
  margin-right: 0.3em;
  margin-left: -0.3em;
}
.chip .mdi.derecha {
  margin-right: -0.3em;
  margin-left: 0.3em;
}
.chip a {
  color: inherit;
}
.chip.flat {
  background: none;
  padding: 0.1em 0.2em;
}
.chip.flat.hover {
  padding: 0.1em 0.7em;
}
.chip.flat.hover:hover {
  background: #EEE;
}
.chip.solo {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.chip + .chip {
  margin-left: 0.3em;
}

a.chip {
  padding: 0.2em 1.3em;
}
a.chip:hover {
  background-color: #CFD8DC;
}

.chips {
  display: flex;
  font-size: 0.9em;
  flex-wrap: wrap;
  gap: 0.3em;
}
.chips .chip.activo {
  background: #607D8B;
  color: #F5F5F5;
}
.chips .chip[disabled] {
  color: #AAA;
}

ul.historia {
  margin: 0 0.5em;
}
ul.historia > li {
  border-left: 0.15em solid #DDD;
  padding: 0em 0.3em 1.5em 1em;
  position: relative;
  color: #444;
}
ul.historia > li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #FFF;
  border: 0.15em solid #AAA;
  border-radius: 50%;
  padding: 0.1em;
  top: 0.3em;
  left: -0.45em;
  margin: 0em;
  outline: 0.2em solid #FFF;
}
ul.historia > li .estado {
  color: #444;
  font-weight: 500;
  font-size: 0.95em;
}
ul.historia > li .examen {
  font-weight: 500;
  font-size: 0.9em;
}
ul.historia > li .fecha {
  color: #555;
  font-size: 0.8em;
  margin-bottom: 0.4em;
  padding-left: 0.3em;
}
ul.historia > li.inicio::before, ul.historia > li.termino::before {
  width: 0.1em;
  height: 0.1em;
  background: #AAA;
  left: -0.3em;
}
ul.historia > li.inicio {
  border-color: transparent;
}
ul.historia > li.inicio::before {
  top: 0.3em;
}
ul.historia > li.termino::before {
  outline-width: 0.4em;
}
ul.historia > li.parcial::before {
  border-style: dotted;
}
ul.historia ul.subhistoria {
  margin-top: 0.5em;
  margin-left: 1.2rem;
}
ul.historia ul.subhistoria > li {
  position: relative;
  margin-bottom: 0.4em;
}
ul.historia ul.subhistoria > li::after {
  content: "";
  width: 1.2em;
  height: 1px;
  background: #CCC;
  position: absolute;
  top: 0.6em;
  left: -1.8em;
}
ul.historia ul.subhistoria > li::before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: -2.55em;
  background: #F5F5F5;
  border: 0.15em solid #BBB;
  border-radius: 50%;
  padding: 0.1em;
  top: 0.4em;
  margin: 0em;
  outline: 0.2em solid #FFF;
}
ul.historia ul.subhistoria > li .fecha {
  margin-bottom: 0;
  padding-left: 0.05em;
}
ul.historia ul.subhistoria > li .titulo {
  font-weight: 400;
  font-size: 0.9em;
  color: #000;
}

.molecvet .molec {
  font-weight: 500;
}
.molecvet .vet {
  font-weight: 600;
  color: #00695C;
}

mark {
  background-color: #B2DFDB;
}

.toggler {
  cursor: pointer;
  user-select: none;
}

/**************************\
  Modal Dialogs
\**************************/
dialog {
  margin-top: 5rem;
  border: 0;
  box-shadow: 0 0.2em 0.4em -0.2em #000;
  border-radius: 0.3em;
  padding: 0;
  max-height: 80vh;
  min-width: 25em;
  flex-direction: column;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

dialog[open]::backdrop {
  animation: modalFadeIn 200ms cubic-bezier(0, 0, 0.2, 1);
}

dialog[open] {
  animation: modalFlideIn 200ms cubic-bezier(0, 0, 0.2, 1);
  display: flex;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFlideIn {
  from {
    transform: translateY(-1em) scale(0.95);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
dialog .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #263238;
  padding: 1em 1.5em 0;
  flex-shrink: 0; /* Evita que el header se aplaste */
}

dialog .modal-header .mdi {
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 0.5em;
}

dialog .modal-header .subtitulo {
  font-weight: 400;
  font-size: 0.9em;
  color: #607D8B;
}

dialog .modal-content {
  padding: 1em 1em 1em 1em;
  font-size: 0.95em;
  flex-grow: 1; /* Se expande para llenar el hueco */
  overflow-y: auto; /* Activa el scroll vertical */
}

dialog .modal-footer {
  padding: 0.6em 1em 0.6em 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  flex-shrink: 0; /* Evita que el footer se aplaste */
}

dialog .modal-footer .opciones {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  column-gap: 0.3em;
  width: 100%;
}

dialog .modal-header .modal-close {
  padding: 0.5em 0.7em;
}

dialog p {
  margin-bottom: 0.5em;
}

.campo-grande {
  width: 100%;
}
.campo-grande .campo-grande-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.campo-grande .flex {
  display: flex;
  align-items: center;
  column-gap: 1em;
}

/**
 * Tablas
 */
table.simple {
  border: 1px solid #EEEEEE;
  border-radius: 0.5em;
  border-collapse: separate;
  border-spacing: 0;
}
table.simple th:first-child,
table.simple td:first-child {
  padding-left: 0.5em;
}
table.simple th:last-child,
table.simple td:last-child {
  padding-right: 0.5em;
}
table.simple th {
  text-align: left;
  padding: 0.3em 0.2em;
  background-color: #F5F5F5;
}
table.simple td {
  border-top: 1px solid #EEEEEE;
  padding: 0.1em 0.2em;
  vertical-align: top;
}

:root {
  --color-1: #00897b;
  --color-1-dark: #00796B;
  --background-1: #E0F2F1;
}

.form-group.file label {
  display: flex;
  align-items: center;
  position: static;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  border-radius: 4px;
  outline: none;
  width: 100%;
  pointer-events: all;
  cursor: pointer;
  border: 2px solid #757575;
  width: 100%;
  border-radius: 0.3em;
}

.form-group.file label span {
  border-radius: 0;
  padding: 1em 1em;
  white-space: nowrap;
  height: auto;
  font-size: 1em;
}

.form-group.file input[type=file] {
  width: auto;
  height: auto;
  cursor: pointer;
  width: 100%;
  padding: 1em;
  border: none;
  font-size: 1em;
}

.form-group.file input[type=file]::file-selector-button {
  display: none;
}

.campo.siempre-activo .form-group > label,
.form-group > label.activo {
  top: -0.7em;
  left: 0.7em;
  bottom: auto;
  font-size: 0.8em;
  font-weight: 500;
  color: #37474f;
  z-index: 1;
  background: #FFFFFF;
}

.form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  line-height: 1.4em;
}
.form-group[disabled] input, .form-group[disabled] select {
  border-color: #BBB;
  border-style: dotted;
}
.form-group[disabled] input, .form-group[disabled] select, .form-group[disabled] label, .form-group[disabled] .hint-block {
  color: #AAA;
}
.form-group label {
  display: flex;
  position: absolute;
  top: 0.7em;
  left: 0.9em;
  transition: all 150ms ease-in;
  padding: 0.1em 0.4em;
  pointer-events: none;
  font-size: 0.9em;
  border-radius: 1em;
  background: transparent;
  height: 1.5em;
  overflow: hidden;
  max-width: calc(100% - 2em);
  word-break: break-all;
  font-size: 0.95em;
  color: #37474f;
}
.form-group label:has(~ [disabled]) {
  color: #AAA;
  z-index: 1;
}
.form-group select, .form-group input {
  height: 3em;
  font-size: 0.95em;
}
.form-group select:active, .form-group select:focus, .form-group input:active, .form-group input:focus {
  border-color: #37474f;
}
.form-group select[disabled], .form-group input[disabled] {
  color: #9E9E9E;
  border-style: dotted;
  border-color: #9E9E9E;
  background: #F5F5F5;
}
.form-group select[disabled] ~ .hint-block, .form-group input[disabled] ~ .hint-block {
  color: #AAA;
}
.form-group input, .form-group select, .form-group textarea {
  border: 2px solid #757575;
  width: 100%;
}
.form-group input[readonly], .form-group select[readonly], .form-group textarea[readonly] {
  background: #EEEEEE;
  color: #555;
  border-color: #9e9e9e;
}
.form-group select {
  border-radius: 4px;
  padding: 0 0.8em;
  outline: none;
}
.form-group select option {
  padding: 1em;
  list-style: 2em;
}
.form-group input {
  display: flex;
  border-radius: 4px;
  outline: none;
  padding: 0 0.7em;
  /** esto molesta para hacer un comportamiento normal del placeholder
  &::placeholder {
    color: #FFF;
  }
  &:focus {
    &::placeholder {
      color: #AAA;
      transition: color 100ms ease-in 100ms;
    }
  }
  */
}
.form-group .help-block {
  display: block;
  font-size: 0.8em;
  margin: 0.3em 0.7em;
  position: relative;
  line-height: 1.1em;
  display: none;
}
.form-group .hint-block {
  font-size: 0.8em;
  display: flex;
  padding: 0.2em 0.7em;
  color: #555;
}
.form-group.required > label::after {
  content: "*";
  padding-left: 0.2em;
}
.form-group.has-error {
  color: #F44336;
}
.form-group.has-error label {
  color: #F44336;
}
.form-group.has-error select,
.form-group.has-error input {
  border-color: #F44336;
}
.form-group.has-error .hint-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
}
.form-group.has-error .help-block:empty {
  display: none;
}
.form-group.checkbox-list > label {
  top: auto;
  left: auto;
  bottom: auto;
  font-size: 0.8em;
  font-weight: 500;
  color: #37474f;
  background: #FFFFFF;
  position: relative;
}
.form-group.checkbox-list > div:first-of-type > label {
  display: flex;
  position: initial;
  pointer-events: all;
  height: inherit;
  overflow: visible;
  transition: none;
  margin-bottom: 0.3em;
  word-break: normal;
}
.form-group.textarea textarea {
  border-radius: 4px;
  padding: 0.7em 0.8em;
  resize: vertical;
  height: 5em;
  min-height: 5em;
  font-size: 0.95em;
}
.form-group.textarea .help-block {
  position: static;
}
.form-group.checkbox {
  padding: 0;
}
.form-group.checkbox input {
  height: 0;
}
.form-group.checkbox > label {
  padding: 0;
  background: transparent;
  position: relative;
  min-height: 3em;
  height: auto;
  top: auto;
  left: auto;
  pointer-events: auto;
  width: 100%;
  word-break: normal;
  overflow: inherit;
  max-width: inherit;
  padding: 0.8em 0 0.8em 0.5em;
  align-items: center;
}
.form-group.checkbox > label > span.box {
  padding-left: 2.3em;
  height: auto;
}
.form-group.checkbox.required > label::after {
  content: "";
}
.form-group.checkbox.required .label::after {
  content: " *";
}
.form-group.radiolist {
  margin-top: 0;
}
.form-group.radiolist > [role=radiogroup] {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.1em;
}
.form-group.radiolist > [role=radiogroup] > label {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: static;
  pointer-events: auto;
  font-size: 1em;
  height: auto;
  white-space: nowrap;
  color: #37474f;
  line-height: 1.1em;
}
.form-group.radiolist > [role=radiogroup] > label[disabled] {
  pointer-events: none;
  color: #AAA;
}
.form-group.radiolist > [role=radiogroup] > label[disabled] > .mdi {
  color: #BBB;
}
.form-group.radiolist > [role=radiogroup] > label > .mdi {
  margin-right: 0.5em;
  font-size: 1.4em;
  height: 1em;
  line-height: 0.9em;
  color: #555;
}
.form-group.radiolist > [role=radiogroup] > label:not(:last-child) {
  margin-right: 0.5em;
}
.form-group.radiolist > [role=radiogroup] > label input {
  display: block;
  margin: 0 0.8em 0 0.3em;
}
.form-group.radiolist > label {
  position: static;
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}

.form-group + .form-group {
  margin-left: 1em;
}

.form .fieldset {
  padding: 1.2em 1.5em;
  border: 1px solid #DDDDDD;
  margin-bottom: 1em;
}
.form .fieldset .filas {
  padding: 0;
}
.form .fieldset header {
  display: flex;
  justify-content: space-between;
}
.form .fieldset header .informacion {
  display: flex;
}
.form .fieldset header .informacion .icono,
.form .fieldset header .informacion .titulo .nombre {
  font-size: 2em;
}
.form .fieldset header .informacion .icono i.mdi {
  color: #37474F;
  margin-right: 0.4em;
  margin-left: -0.2em;
}
.form .fieldset header .informacion .titulo .nombre {
  font-weight: bold;
}
.form .fieldset header .estado .icono {
  display: none;
  color: #90A4AE;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  flex-direction: row;
  align-items: center;
}
.form .fieldset header .estado .icono .mdi {
  font-size: 2em;
  margin-left: 0.2em;
}
.form .fieldset main {
  margin-top: 1.5em;
}
.form .fieldset footer {
  padding-left: 0.5em;
  margin-top: 1.5em;
  display: flex;
}
.form .fieldset footer .botones {
  display: flex;
}
.form .fieldset footer .botones .boton {
  margin-right: 0.7em;
}
.form .fieldset.error header .estado .icono.error {
  display: flex;
  color: #EF5350;
}
.form .fieldset.pendiente header .estado .icono.pendiente {
  display: flex;
  color: #AAA;
}
.form .fieldset.activo header .estado .icono.activo {
  display: flex;
}
.form .fieldset.listo header .estado .icono.listo {
  display: flex;
  color: #81C784;
}
.form .filas {
  background: #FFF;
  border-radius: 0.6em;
  padding: 1.2em 1.5em;
}
.form .filas .fila {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 2em;
}
.form .filas .fila > .mdi {
  font-size: 1.6em;
  color: #455a64;
  margin-right: 1rem;
  margin-top: 0.6rem;
}
.form .filas .fila .campo {
  display: flex;
  flex-direction: row;
  padding: 0.6em 0 1.3em 0;
  position: relative;
  width: 100%;
}
.form .filas .fila .campo > .mdi {
  font-size: 1.6em;
  color: #455a64;
  margin-right: 1rem;
}
.form .filas .fila .campo input[type=text] {
  padding: 1em;
}
.form .filas .fila .campo.grande {
  width: 100%;
  margin-right: 0;
}
.form .filas .fila .campo.estrecho {
  padding: 0;
}
.form .filas .fila .campo.estrecho .form-group {
  margin: 0;
  padding: 0;
}
.form .filas .fila .campo.estrecho .form-group.checkbox > label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-height: 1em;
}
.form .filas .fila .campo:not(:last-child):not(.grande) {
  margin-right: 2em;
}
.form .filas .fila .campo.compuesto .form-group + .form-group {
  margin-left: 1em;
}
.form .filas .fila .campo.label-titulo {
  display: flex;
  align-items: center;
  width: auto;
}
.form .filas .fila .campo .fields {
  display: flex;
  width: 100%;
  column-gap: 1em;
}
.form .filas .fila .campos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.form .filas .fila .campos.lineal {
  flex-wrap: nowrap;
}
.form .filas .fila .campos.flex {
  flex-wrap: nowrap;
}
.form .filas .fila .campos.flex .campo {
  width: 100%;
}
.form .filas .fila:not(:last-child) {
  margin-bottom: 1em;
}
.form .filas .fila.divider {
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}
.form .filas .titulo {
  font-size: 0.8em;
  font-weight: 600;
  color: #27373f;
  width: 100%;
  margin-bottom: 0.2em;
}
.form .filas .titulo.grande {
  font-size: 0.95em;
}
.form .filas .titulo.label {
  font-size: 0.8em;
  font-weight: 500;
  color: #37474f;
  margin-bottom: 0;
  margin-left: 3.3em;
  display: inline-flex;
  width: auto;
}
.form .filas > .subtitulo {
  font-size: 0.8em;
  font-weight: 500;
  color: #455A64;
  width: 100%;
  margin-bottom: 0.2em;
}
.form .opciones {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1em;
  column-gap: 0.5em;
}
.form .opciones .opcion .btn:not(.flat) {
  background: #00897b;
  color: #FFF;
}
.form .opciones .opcion .btn:not(.flat):hover {
  background: #00796B;
}
.form .opciones.sticky {
  position: sticky;
  bottom: 0;
  background: #F7F7F7;
  z-index: 20;
}
.form button {
  cursor: pointer;
}

input[type=radio] {
  height: 1.1em;
  width: 1.1em;
}
input[type=radio][readonly] {
  accent-color: #757575;
}

.form.filtro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.7em 1.5em 1em 1.5em;
  background: #f6f8f9;
  border-radius: 0 0 0.5em 0.5em;
}
.form.filtro .fila {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form.filtro .fila .campo {
  margin: 0;
  margin-right: 1em;
}
.form.filtro .fila .campo .form-group label {
  font-size: 0.8em;
  font-weight: 500;
  color: #37474f;
  position: static;
  padding: 0;
  background: none;
}
.form.filtro .fila .campo .form-group input, .form.filtro .fila .campo .form-group select {
  height: 2.4em;
  border-color: #9e9e9e;
  width: 10em;
  padding-left: 0.2em;
}
.form-group.ql label {
  top: 3.5em;
  left: 0.7em;
  transition-duration: 190ms;
  z-index: 1;
}
.form-group.ql label.activo {
  top: -0.7em;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=checkbox] + div.box,
[type=checkbox] + div.box + div.label {
  display: inline-block;
  vertical-align: top;
}

[type=checkbox] + div.box + div.label {
  margin-left: 1em;
  user-select: none;
}

[type=checkbox] + div.box {
  cursor: pointer;
  user-select: none;
  width: 1.3em;
  height: 1.3em;
}
[type=checkbox] + div.box:before, [type=checkbox] + div.box:after {
  display: block;
  content: "";
  position: absolute;
  transition: background-color 0.2s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type=checkbox] + div.box:after {
  border-radius: 0.2em;
  width: 1.1em;
  height: 1.1em;
}
[type=checkbox]:not(:checked):disabled + div.box:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type=checkbox]:not(:checked) + div.box:after {
  background-color: transparent;
  border: 2px solid #5a5a5a;
  z-index: 0;
}
[type=checkbox]:checked + div.box:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.35em;
  border: solid 0.15em #FFF;
  border-right: none;
  border-top: none;
  transform: translate(0.2em, 0.3em) rotate(-47deg);
}
[type=checkbox]:checked + div.box:after {
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type=checkbox]:disabled:not(:checked) + div.box:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox]:disabled:not(:checked) + div.box:after {
  border-color: transparent;
  background-color: #CCCCCC;
}
[type=checkbox]:disabled:checked + div.box:before {
  background-color: transparent;
}
[type=checkbox]:disabled:checked + div.box:after {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

[type=checkbox][readonly] + div.box {
  background: #EEEEEE;
}
[type=checkbox][readonly] + div.box::after {
  border-color: #9E9E9E;
}

.btn-comprar {
  color: #FFFFFF;
  background: #00695C;
}

.btn-agregar-al-carro {
  color: #00695C;
  background: #FFFFFF;
}

.btn-comprar .mdi {
  margin-left: 0.5em;
}

#banner-compra {
  background-image: url(/img/compra.avif);
  background-position: 50% 20%;
  max-height: 10rem;
  min-height: inherit;
}

#compra {
  padding: 1rem 3rem 1rem;
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  background: #ECEFF1;
}

#informacion {
  background: #FFF;
  margin-right: 1em;
  padding: 1rem 2rem 1rem 1.5rem;
  width: 75%;
  max-width: 75%;
  min-width: 75%;
}

#total {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 1rem 2rem 1rem;
  text-align: right;
}

#monto {
  background: #FFF;
  padding: 1rem 2rem 2rem 2rem;
  width: 20rem;
  min-width: 20rem;
}
#monto header {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.5rem 0 1em;
}

#montos li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0.3em 0;
  color: #555555;
}
#montos li.opcional {
  display: none;
}
#montos li.opcional.activo {
  display: flex !important;
}
#montos li.productos {
  margin: 0.1em 0;
  font-size: 1.1rem;
  color: #000000;
}
#montos li.total {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1em 0 1.5em 0;
  color: #000000;
}

#entrar-wrapper {
  padding: 1em;
}
#entrar-wrapper a {
  display: inline-block;
}

@media only screen and (max-width: 800px) {
  .wrapper {
    padding: 0 1rem;
  }
  #examenes {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
  #telemedicina {
    padding: 2em 0;
  }
  #header {
    position: sticky;
    top: 0;
    background: #FFF;
    box-shadow: 0 0 0.6em -0.3em #000;
    z-index: 999999;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #entrar-wrapper {
    display: none;
  }
  #footer .informacion {
    display: flex;
    padding: 2em 1em;
    flex-direction: column;
  }
  #footer .informacion .columna {
    margin: 0;
    width: 100%;
    margin: 0 0 3em;
  }
  #footer .informacion .columna .contenido {
    line-height: 1.6em;
  }
  .banner-contenido {
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .banner-contenido .texto {
    padding: 2em;
  }
  .banner-contenido .texto .titulo {
    font-size: 2rem;
    text-shadow: 0 0 5em #000, 0 0 0.1em rgba(0, 0, 0, 0.8);
  }
  .banner-contenido .texto .descripcion {
    font-size: 1.5rem;
    text-shadow: 0 0 5em #000, 0 0 0.1em rgba(0, 0, 0, 0.8);
  }
  #menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 5.2rem;
    left: 0;
    background: #FFF;
    margin: 0;
    padding: 1em;
    border-radius: 1em;
    box-shadow: 0 0.1em 1em -0.5em #000;
    z-index: 1;
  }
  #menu > li {
    text-align: center;
    margin: 0.5em 0;
  }
  #menu > li > a.btn {
    margin-left: 0;
  }
  #btn-menu {
    border: none;
    background: none;
    font-size: 3em;
    display: block;
    padding: 0em 0.5rem 0em 1.5rem;
    cursor: pointer;
  }
  #btn-carro {
    border-radius: 0.3em;
    min-width: 4em;
  }
  #link-telemedicina {
    background: inherit;
  }
  #compra {
    display: flex;
    flex-direction: column;
    padding: 1em;
    padding: 0;
  }
  #informacion {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
  }
  #monto {
    width: 100%;
  }
  /**
   * Form
   */
  .form .fieldset {
    padding: 1em;
  }
  .form .fieldset header .informacion .icono,
  .form .fieldset header .informacion .titulo .nombre {
    font-size: 1.3em;
  }
  .form .filas .fila .campos.flex {
    display: flex;
    flex-direction: column;
  }
  .form .fieldset header > .estado {
    display: none;
  }
  .form-group.radiolist > label {
    display: block;
    height: auto;
    word-break: break-word;
    margin-bottom: 0.5em;
  }
  .form-group.radiolist > [role=radiogroup] > label {
    white-space: normal;
    word-break: break-word;
    margin-bottom: 0.5em;
  }
  .form .fieldset footer {
    padding-left: 0;
  }
  .form .fieldset footer .botones .boton {
    margin-right: 0;
  }
  #terminos .filas .fila .icono {
    display: none;
  }
  .btn.bajo,
  .btn.flat.bajo {
    height: auto;
    line-height: 0.5em;
    padding: 0.4em 1.5em 0.8em;
  }
  #orden .ficha > main {
    margin-left: 0;
  }
  #orden > main {
    padding: 0 0.5em;
  }
  #mensaje > header,
  #orden > header,
  #comprobante-pago > header {
    padding: 1em 1em;
  }
}

/*# sourceMappingURL=styles.css.map */
