html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

h2, h1, h3, h4 {
  margin: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

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

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta__error {
  background-color: #ffdcdc;
  border-left: 0.5rem solid rgb(169, 0, 0);
  color: rgb(169, 0, 0);
}
.alerta__exito {
  background-color: #abfeab;
  border-left: 0.5rem solid #02db02;
  color: #017601;
}

.formulario-admin {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 1rem;
  padding: 2rem;
}

.formulario {
  display: flex;
  flex-direction: column;
}
.formulario__fieldset {
  border: none;
  margin-top: 1rem;
  padding: 0;
}
.formulario__legend {
  color: #64748B;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.formulario__campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.formulario__contenedor-icono {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
.formulario__icono {
  background-color: #1E293B;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formulario__icono i {
  color: #FFFFFF;
  font-size: 2rem;
}
.formulario__label {
  display: block;
  font-size: 1.6rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__input, .formulario__input--sociales, .formulario__select--sociales, .formulario__select {
  padding: 1rem;
  border: 1px solid #394250;
  border-radius: 0.5rem;
}
.formulario__input--file, .formulario__select--file {
  border: none;
}
.formulario__input--sociales, .formulario__select--sociales {
  flex: 1;
  border-radius: 0 0.5rem 0.5rem 0;
}
.formulario__radio {
  display: flex;
  gap: 2rem;
}
.formulario__texto {
  margin-top: 3rem;
}
.formulario__imagen {
  max-width: 20rem;
}
.formulario__listado {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.formulario__listado > li {
  background-color: #0E2A3F;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
}
.formulario__submit {
  background-color: #0E2A3F;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  align-self: flex-start;
  margin-bottom: 2rem;
}
.formulario__submit:hover {
  background-color: #050e15;
  cursor: pointer;
}
.formulario__submit--registrar {
  width: 100%;
}
.formulario__contenedor {
  overflow-x: scroll !important;
}

@media (min-width: 1024px) {
  .formulario-datos {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.acciones {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.acciones--centrar {
  justify-content: space-between;
}
.acciones__enlace {
  color: #1a1b15;
  font-size: 1.4rem;
  font-weight: 300;
}
.acciones__enlace:hover {
  color: #0E2A3F;
}

.header__titulo {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #0E2A3F;
}

.footer {
  text-align: center;
}
.footer__texto {
  margin-top: 4rem;
}

.productos__tabla-ventas {
  padding-bottom: 8rem;
}

.tabla-ventas {
  border-bottom: 1px solid #0E2A3F;
  margin-bottom: 1rem;
}

.totales {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.totales__subtotal, .totales__impuesto, .totales__total {
  margin-bottom: 1rem;
}
.totales__label {
  font-weight: 700;
}
.totales__input {
  padding: 1rem;
  border-radius: 1rem;
}

.boton-pago {
  text-align: right;
}
.boton-pago__boton {
  background-color: #A3C315;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
}
.boton-pago__boton:hover {
  background-color: #7d9510;
  cursor: pointer;
}

.ventas {
  width: 98%;
}
.ventas__productos {
  max-width: 98%;
}

.listado-productos {
  all: unset;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.listado-productos__producto {
  all: unset;
  margin: 0;
  padding: 1rem;
  border: solid 1px #0E2A3F;
  margin: 1rem 0;
}
.listado-productos__producto:hover {
  cursor: pointer;
  background-color: #0E2A3F;
  color: #FFFFFF;
}

.tabla {
  padding: 2rem 1rem;
  width: min(95%, 140rem);
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 1rem;
}
.tabla__filtros {
  padding-bottom: 1rem;
}
.tabla__filtros--input {
  padding: 1rem;
  border: 1px solid #394250;
  border-radius: 0.5rem;
}
.tabla__filtros--boton {
  background-color: #0E2A3F;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
}
.tabla__filtros--boton:hover {
  background-color: #050e15;
  cursor: pointer;
}

.auth {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.auth__heading {
  color: #0E2A3F;
  text-align: center;
}
.auth__texto {
  text-align: center;
}

.dashboard {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #F8FAFC;
}
.dashboard__header {
  background-color: #1E293B;
  padding: 2rem;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .dashboard__logo {
    text-align: left;
    margin: 0;
  }
}
.dashboard__nav {
  display: flex;
  color: #FFFFFF;
  justify-content: space-between;
}
.dashboard__nav--mostrar {
  display: block;
}
.dashboard__nav--cerrar {
  display: flex;
  align-items: center;
}
.dashboard__nav--texto {
  margin: 0;
}
.dashboard__nav--menu {
  font-size: 2rem;
}
.dashboard__nav--menu:hover {
  cursor: pointer;
  color: #A3C315;
}
@media (min-width: 768px) {
  .dashboard__nav--menu {
    display: none;
  }
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.dashboard__submit--logout:hover {
  color: #A3C315;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: #2f405d;
  width: 12rem;
  display: none;
}
@media (min-width: 768px) {
  .dashboard__sidebar {
    display: block;
  }
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: #6f8ab6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  transition: 300ms background-color ease-in-out, 300ms color ease-in-out, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: #40587f;
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 1.5rem;
}
.dashboard__menu-texto {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  width: 100%;
  padding: 1rem 1rem 3rem 1rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
}
.dashboard__boton {
  background-color: #0E2A3F;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.dashboard__boton:hover {
  background-color: #050e15;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__boton--eliminar {
  background-color: rgb(169, 0, 0);
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.dashboard__boton--eliminar:hover {
  background-color: #760000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton--eliminar {
    width: auto;
  }
}
.dashboard__boton--editar {
  background-color: #A3C315;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.dashboard__boton--editar:hover {
  background-color: #7d9510;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton--editar {
    width: auto;
  }
}
.dashboard__boton--descargar {
  background-color: #02db02;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.dashboard__boton--descargar:hover {
  background-color: #02a802;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton--descargar {
    width: auto;
  }
}
.dashboard__contenedor, .dashboard__formulario {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
}
.dashboard__formulario {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.dashboard__formulario-lg {
  width: min(95%, 140rem);
  margin: 0 auto;
}
.dashboard__cancelado {
  background-color: #ffa9a9;
  border-top: 10px solid rgb(169, 0, 0);
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0E2A3F;
}

.paginacion {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion__enlace {
  color: #0E2A3F;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #0E2A3F;
}
.paginacion__enlace--texto:hover {
  background-color: #0E2A3F;
  color: #FFFFFF;
}
.paginacion__enlace--actual {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #1a1b15;
  color: #1a1b15;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline-block;
  }
}
.paginacion__enlace--numero {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #0E2A3F;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline-block;
  }
}
.paginacion__enlace--numero:hover {
  background-color: #0E2A3F;
  color: #FFFFFF;
}

.table-scroll {
  overflow-x: scroll;
}

.table {
  border-collapse: collapse;
  min-width: 100%;
}
.table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__td, .table__td--acciones {
  padding: 1.5rem 1rem;
}
.table__td--eliminar {
  color: rgb(169, 0, 0);
  font-size: 1.8rem;
}
.table__td--eliminar:hover {
  color: #900000;
  cursor: pointer;
}
.table__td--input {
  max-width: 10rem;
}
.table__tr:nth-child(even) {
  background-color: #e6edf4;
}
.table__accion {
  all: unset;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  gap: 0.5rem;
}
.table__accion--editar {
  color: #0E2A3F;
}
.table__accion--eliminar {
  color: rgb(169, 0, 0);
}
.table__accion:hover {
  cursor: pointer;
}

.ajustes {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .ajustes {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.ajustes-elemento__ajuste {
  min-height: 200px;
  background-color: #133854;
  border-radius: 1rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ajustes-elemento__ajuste:hover {
  background-color: #90ac13;
}
.ajustes-elemento__ajuste--icono {
  font-size: 40px;
  margin-bottom: 1rem;
}

.listado-ponentes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-ponentes__ponente {
  color: #0E2A3F;
  border: 1px solid #0E2A3F;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.listado-ponentes__ponente:hover, .listado-ponentes__ponente--seleccionado {
  cursor: pointer;
  background-color: #0E2A3F;
  color: #FFFFFF;
}

.ventas-cliente {
  min-height: 250px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-color: #0E2A3F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .ventas-cliente {
    font-size: 2.4rem;
  }
}
.ventas-cliente__totales--item {
  font-weight: 900;
}
.ventas-cliente__totales--item-span {
  font-weight: 400;
}
.ventas-cliente__totales--item-rojo {
  font-weight: 900;
  color: rgb(169, 0, 0);
}
.ventas-cliente__totales--item-span-rojo {
  color: rgb(169, 0, 0);
  font-weight: 900;
}

.listado-productos {
  max-height: 400px;
  overflow-y: scroll;
}

.inventario {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .inventario {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.inventario__almacen {
  background-color: #0E2A3F;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1rem;
}
.inventario__almacen--nombre {
  font-size: 2.4rem;
}
.inventario__almacen--boton {
  background-color: #02db02;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.inventario__almacen--boton:hover {
  background-color: #02a802;
  cursor: pointer;
}

@media (min-width: 768px) {
  .hibrido__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hibrido__seccion--titulo {
  font-weight: 700;
  color: #0E2A3F;
}
.hibrido__seccion--valor {
  font-weight: 400;
  color: #1E293B;
}
.hibrido__seccion--enlace {
  background-color: #0E2A3F;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem;
}
.hibrido__seccion--enlace:hover {
  background-color: #050e15;
  cursor: pointer;
}
.hibrido__seccion--enlace-rojo {
  background-color: rgb(169, 0, 0);
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline-block;
}
.hibrido__seccion--enlace-rojo:hover {
  background-color: #760000;
  cursor: pointer;
}

.modal {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .alerta {
  color: rgb(169, 0, 0);
}
.modal .formulario {
  max-width: 60rem;
  background-color: #FFFFFF;
  padding: 2rem;
  margin: 0 auto;
  transform: translateY(-30rem);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  opacity: 0;
  border-radius: 1rem;
}
.modal .formulario legend {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
.modal .formulario input[type=text], .modal .formulario input[type=number] {
  margin: 1rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  border: 1px solid #0E2A3F;
  border-radius: 0.5rem;
}
.modal .formulario .opciones {
  display: flex;
  justify-content: space-between;
}
.modal .formulario .submit-nueva-tarea {
  background-color: #0E2A3F;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.modal .formulario .submit-nueva-tarea:hover {
  background-color: #050e15;
  cursor: pointer;
}
.modal .formulario .cerrar-modal {
  background-color: rgb(169, 0, 0);
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.modal .formulario .cerrar-modal:hover {
  background-color: #760000;
  cursor: pointer;
}
.modal .formulario.animar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.modal .formulario.cerrar {
  transform: translateY(-200%);
  opacity: 0;
}
/*# sourceMappingURL=app.css.map */
