@charset "UTF-8";
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;
  height: 100%;
}

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

body {
  font-family: "Anta", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

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

.swal2-popup {
  font-size: 2rem !important;
}

h1, h2, h3 {
  font-family: "Anta", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

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

[class$=__heading] {
  font-family: "Anta", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

[class$=__descripcion] {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #1E293B;
  margin-bottom: 5rem;
}

.auth {
  width: 100%;
}

.auth__texto,
.auth__heading {
  font-size: 2rem;
}

.auth__heading-login {
  color: white;
  font-size: 3rem;
  text-align: center;
}

.devwebcamp__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .devwebcamp__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.devwebcamp__texto {
  line-height: 2;
}

.paquetes__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .paquetes__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
  }
}
.paquetes__submit {
  background-color: #007df4;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 3rem;
}
.paquetes__submit:hover {
  background-color: #0063c1;
  cursor: pointer;
}

.paquete {
  border: 1px solid #7f8ea3;
  padding: 3rem;
}
.paquete__nombre {
  font-weight: 900;
  font-size: 2.6rem;
  margin: 2rem 0;
}
.paquete:nth-child(2) {
  order: -1;
}
@media (min-width: 768px) {
  .paquete:nth-child(2) {
    order: unset;
  }
}
.paquete__lista {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.paquete__nombre {
  text-transform: uppercase;
}
.paquete__precio {
  font-size: 6rem;
  margin: 3rem 0 0 0;
  color: #007df4;
  font-weight: 900;
  text-align: center;
}
.paquete__boton-pago-mp a img {
  margin-top: 3rem;
  border: 1px solid transparent;
  border-radius: 15px;
}

.agenda {
  padding: 5rem 0;
  width: min(95%, 140rem);
  margin: 0 auto;
}

.eventos__heading {
  color: #007df4;
  margin: 5rem 0;
  text-align: left;
  font-size: clamp(2rem, -0.8rem + 8vw, 6rem);
}
.eventos__fecha {
  color: #64748B;
  margin: 3rem 0 1rem 0;
}
.eventos--workshops .eventos__heading {
  color: #00c8c2;
}
.eventos--workshops .evento__informacion {
  background-color: #00c8c2;
}
.eventos--workshops .evento__informacion:hover {
  background-color: #009591;
}
.eventos .swiper-button-next,
.eventos .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
}

.evento__hora {
  font-weight: 700;
}
.evento__informacion {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #007df4;
  color: #FFFFFF;
  transition: 300ms background-color ease;
}
.evento__informacion:hover {
  background-color: #0063c1;
}
.evento__nombre {
  font-size: 2rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evento__introduccion {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evento__autor-info {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
.evento__imagen-autor {
  width: 5rem;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.evento__autor-nombre {
  font-weight: 700;
}
.evento__agregar {
  background-color: #FFFFFF;
  padding: 1.5rem 4rem;
  color: #1a1b15;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
}
.evento__agregar:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.evento__agregar:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.resumen {
  background-image: linear-gradient(to right, rgba(0, 125, 244, 0.7), rgba(0, 125, 244, 0.9)), url(../img/bg_numeros.jpg);
  background-image: linear-gradient(to right, rgba(0, 125, 244, 0.7), rgba(0, 125, 244, 0.9)), image-set(url(../img/bg_numeros.avif) 1x, url(../img/bg_numeros.webp) 1x, url(../img/bg_numeros.jpg) 1x);
  padding: 12rem 0;
  background-size: cover;
  background-position: center;
}
.resumen__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .resumen__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.resumen__bloque {
  text-align: center;
  color: #FFFFFF;
}
.resumen__texto, .resumen__texto--numero {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.resumen__texto--numero {
  font-size: 8rem;
}

.speakers__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .speakers__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .speakers__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.speaker {
  border: 1px solid #7f8ea3;
  padding: 3rem;
  background-position: center top;
  background-size: 80%;
  background-repeat: no-repeat;
}
.speaker__nombre {
  font-weight: 900;
  font-size: 2.6rem;
  margin: 2rem 0;
}
.speaker:nth-child(4n+1) {
  background-image: image-set(url("../img/bg_1.avif") 1x, url("../img/bg_1.webp") 1x, url("../img/bg_1.png") 1x);
}
.speaker:nth-child(4n+2) {
  background-image: image-set(url("../img/bg_2.avif") 1x, url("../img/bg_2.webp") 1x, url("../img/bg_2.png") 1x);
}
.speaker:nth-child(4n+3) {
  background-image: image-set(url("../img/bg_3.avif") 1x, url("../img/bg_3.webp") 1x, url("../img/bg_3.png") 1x);
}
.speaker:nth-child(4n+4) {
  background-image: image-set(url("../img/bg_4.avif") 1x, url("../img/bg_4.webp") 1x, url("../img/bg_4.png") 1x);
}
.speaker__ubicacion {
  color: #64748B;
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.5;
}
.speaker__listado-skills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.speaker__listado-skills > li {
  background-color: #007df4;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.speaker-sociales {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.speaker-sociales__enlace::before {
  color: #1a1b15;
  font-size: 3rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.speaker-sociales__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.speaker-sociales__enlace[href*="github.com"]::before {
  content: "\f09b";
}
.speaker-sociales__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.speaker-sociales__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.speaker-sociales__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.speaker-sociales__enlace[href*="twitter.com"]::before {
  content: "\f099";
}
.speaker-sociales__ocultar {
  display: none;
}

.mapa {
  height: 45rem;
  margin: 10rem;
}
.mapa__heading {
  margin: 0;
  text-align: left;
}
.mapa__texto {
  font-size: 1.8rem;
  margin: 0;
}

.boletos__grid {
  width: min(95%, 60rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}

.boleto {
  width: min(100% - 5rem, 65rem);
  margin: 0 auto;
  padding: 6rem;
  border-radius: 2rem;
  color: #FFFFFF;
  position: relative;
}
.boleto::before, .boleto::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 5rem;
  height: 5rem;
  top: calc(50% - 2.5rem);
}
.boleto::before {
  clip-path: circle(50% at 25% 50%);
  left: 0;
}
.boleto::after {
  clip-path: circle(50% at 75% 50%);
  right: 0;
}
.boleto--presencial {
  background-color: hsl(178, 100%, 39%);
  background-image: radial-gradient(at 56% 5%, hsl(209, 100%, 47%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(178, 100%, 39%) 0px, transparent 50%), radial-gradient(at 1% 51%, hsl(209, 100%, 47%) 0px, transparent 50%), radial-gradient(at 59% 58%, hsl(178, 100%, 39%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(209, 100%, 47%) 0px, transparent 50%), radial-gradient(at 95% 98%, hsl(201, 100%, 39%) 0px, transparent 50%), radial-gradient(at 23% 19%, hsl(209, 100%, 47%) 0px, transparent 50%);
}
.boleto--virtual {
  background-color: #00c8c2;
}
.boleto--gratis {
  background-color: #007df4;
}
.boleto__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
@media (min-width: 1024px) {
  .boleto__logo {
    text-align: left;
    margin: 0;
  }
}
.boleto__plan {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 3rem 0 0 0;
}
.boleto__precio {
  margin: 3rem 0 0 0;
  font-weight: 900;
  font-size: 4rem;
}
.boleto__enlace-contenedor {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.boleto__enlace {
  background-color: #007df4;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
}
.boleto__enlace:hover {
  background-color: #0063c1;
  cursor: pointer;
}
.boleto--acceso {
  width: 30rem;
  height: 50rem;
  padding: 10rem 3rem;
}
@media (min-width: 768px) {
  .boleto--acceso {
    width: 60rem;
    height: 30rem;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.boleto--acceso .boleto__logo {
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
  margin: 0;
  text-align: left;
}
.boleto--acceso .boleto__nombre {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 900;
}
.boleto--acceso .boleto__codigo {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 7rem;
  margin: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .boleto--acceso .boleto__codigo {
    rotate: 90deg;
    transform-origin: 0 0;
    top: 0;
    left: calc(100% - 5rem);
    width: 30rem;
  }
}
.boleto::before {
  clip-path: circle(50% at 50% 25%);
  left: calc(50% - 2.5rem);
  top: 0;
}
@media (min-width: 768px) {
  .boleto::before {
    clip-path: circle(50% at 25% 50%);
    left: 0;
    top: calc(50% - 2.5rem);
  }
}
.boleto::after {
  clip-path: circle(50% at 50% 75%);
  left: calc(50% - 2.5rem);
  top: calc(100% - 5rem);
}
@media (min-width: 768px) {
  .boleto::after {
    clip-path: circle(50% at 75% 50%);
    left: calc(100% - 5rem);
    top: calc(50% - 2.5rem);
  }
}

.boton-pago {
  margin: 2rem 0 0 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boton-pago__icono {
  height: 4rem;
}
.boton-pago__oculto {
  padding: 0;
  height: 1px;
}

.pagina_404__contenedor {
  text-align: center;
}
.pagina_404__enlace {
  color: #007df4;
  background-color: #7bd5f5;
  padding: 0.3rem;
  border-radius: 0.5rem;
}

.formulario {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.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;
  justify-content: center;
  align-items: center;
}
.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.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__label-login {
  margin: 0 auto;
  display: block;
  font-size: 2rem;
  color: white;
  font-weight: bold;
}
.formulario__input, .formulario__input--sociales, .formulario__select--sociales, .formulario__select {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #b1c7dd;
  border-radius: 0.5rem;
}
.formulario__input--file, .formulario__select--file {
  border: none;
}
.formulario__input--sociales, .formulario__select--sociales {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formulario__radio {
  display: flex;
  gap: 2rem;
}
.formulario__texto {
  margin-top: 3rem;
}
.formulario__imagen {
  max-width: 20rem;
  margin-bottom: 3rem;
}
.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: #007df4;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.formulario__submit {
  background-color: #007df4;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  letter-spacing: 1px;
}
.formulario__submit:hover {
  background-color: #0063c1;
  cursor: pointer;
}
.formulario__submit--registrar, .formulario__submit--full {
  width: 100%;
}

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

.acciones-login {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.acciones-login__enlace-login {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
}

.horas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .horas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.horas__hora, .horas__hora--deshabilitada, .horas__hora--seleccionada {
  color: #007df4;
  border: 1px solid #007df4;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.horas__hora:hover, .horas__hora--deshabilitada:hover, .horas__hora--seleccionada:hover {
  cursor: pointer;
}
.horas__hora--seleccionada {
  background-color: #007df4;
  color: #FFFFFF;
}
.horas__hora--deshabilitada {
  border: 1px solid #64748B;
  color: #64748B;
  opacity: 0.5;
}
.horas__hora--deshabilitada:hover {
  cursor: not-allowed;
}

.header {
  min-height: 60rem;
  background-size: 400px, 400px, cover, cover;
  background-position: top left, bottom right, center center, center center;
}
.header__contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
}
.header__navegacion {
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header__navegacion {
    justify-content: flex-end;
  }
}
.header__enlace, .header__submit {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header__enlace:hover, .header__submit:hover {
  color: #007df4;
  cursor: pointer;
}
.header__form {
  display: flex;
}
.header__contenido {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .header__contenido {
    padding-top: 5rem;
  }
}
.header__logo {
  font-size: clamp(2rem, -0.8rem + 10vw, 8rem);
  color: deepskyblue;
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo {
    text-align: center;
    margin: 0 auto;
  }
}
.header__texto {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 2rem 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__texto {
    text-align: left;
  }
}
.header__texto--modalidad {
  font-size: 2rem;
}
.header__boton {
  background-color: #00c8c2;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  margin: 2rem 0;
}
.header__boton:hover {
  background-color: #009591;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__boton {
    width: auto;
  }
}

/* Aplicar el oscurecimiento solo al fondo */
.header-login {
  position: relative;
  height: 100%;
  background-image: url(../img/portada2.jpg), linear-gradient(to right, black, rgba(0, 0, 0, 0.8));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* Aplicar el oscurecimiento solo al fondo */
.header-login::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Ajusta el nivel de oscurecimiento aquí */
  mix-blend-mode: multiply;
  z-index: -1; /* Asegura que esté detrás del contenido */
}

/* Estilos para el contenido */
.header-login__contenido {
  position: relative;
  z-index: 1; /* Asegura que el contenido esté sobre el fondo */
  margin: 0 auto;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .header-login__contenido {
    padding-top: 5rem;
    margin: 0 auto;
  }
}

.barra {
  background-color: #007df4;
}
.barra__contenido {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .barra__contenido {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.barra__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
}
@media (min-width: 1024px) {
  .barra__logo {
    text-align: left;
    margin: 0;
  }
}

.navegacion {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .navegacion {
    flex-direction: row;
  }
}
.navegacion__enlace {
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.navegacion__enlace--actual, .navegacion__enlace:hover {
  background-color: #FFFFFF;
  color: #007df4;
}

.footer {
  background-color: #007df4;
  margin-top: 5rem;
  padding-top: 3rem;
  color: #FFFFFF;
}
.footer__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
@media (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    margin: 0;
  }
}
.footer__texto {
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__texto {
    text-align: left;
  }
}
.footer__copyright {
  background-color: #0063c1;
  margin: 3rem 0 0 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}
.footer__copyright--regular {
  font-weight: 400;
}

.menu-redes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
}
.menu-redes__enlace::before {
  color: #FFFFFF;
  font-size: 2rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.menu-redes__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.menu-redes__enlace[href*="github.com"]::before {
  content: "\f09b";
}
.menu-redes__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.menu-redes__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.menu-redes__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.menu-redes__enlace[href*="twitter.com"]::before {
  content: "\f099";
}
.menu-redes__ocultar {
  display: none;
}
@media (min-width: 768px) {
  .menu-redes {
    justify-content: flex-end;
  }
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  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;
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard__header {
  background-color: #1E293B;
  padding: 1rem 2rem 5px 2rem;
  border-bottom: 5px solid rgb(2, 2, 94);
  height: 120px;
}
.dashboard__header--logo {
  height: 80px;
  margin-bottom: 10px;
}
.dashboard__header--logo img {
  height: 80px;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
  height: 80px;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
  }
}
.dashboard__logo {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 3rem);
}
@media (min-width: 1024px) {
  .dashboard__logo {
    text-align: left;
    margin: 0;
  }
}
.dashboard__nav {
  display: flex;
  flex-direction: row-reverse;
  letter-spacing: 2px;
}
.dashboard__nav input {
  justify-content: right;
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dashboard__submit--logout:hover {
  color: #007df4;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: #2f405d;
  width: 12rem;
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: #91a5c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: #40587f;
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 2rem;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  width: 100%;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 0 0 1px 0;
  }
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
}
.dashboard__boton {
  background-color: #007df4;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  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.4rem;
}
.dashboard__boton:hover {
  background-color: #0063c1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__contenedor, .dashboard__formulario {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
}
.dashboard__formulario {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.dashboard__contenedor-grafica {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}
.dashboard__grafica {
  margin: 0 auto;
  width: 70%;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__tr:nth-child(even) {
  background-color: #F8FAFC;
}
.table__td, .table__td--acciones {
  padding: 1.5rem 1rem;
}
.table__td--acciones {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
.table__accion {
  all: unset;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.table__accion--editar {
  color: #007df4;
}
.table__accion--eliminar {
  color: rgb(169, 0, 0);
}
.table__accion:hover {
  cursor: pointer;
}

.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: #007df4;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #007df4;
}
.paginacion__enlace--texto:hover {
  background-color: #007df4;
  color: #FFFFFF;
}
.paginacion__enlace--numero {
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline;
  }
}
.paginacion__enlace--actual {
  color: #64748B;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline;
  }
}

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

.bloques {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bloques {
    margin-top: 10rem;
  }
}
.bloques__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .bloques__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bloque {
  padding: 3rem;
  color: #FFFFFF;
  border-radius: 1rem;
}
.bloque:nth-child(1) {
  background-image: linear-gradient(to left top, #f97316, #fba061);
}
.bloque:nth-child(2) {
  background-image: linear-gradient(to left top, #1a8bbb, #3db2e4);
}
.bloque__heading {
  margin: 1rem 0 2rem 0;
  font-size: 3.6rem;
  color: #FFFFFF;
}
.bloque__texto {
  margin: 1rem 0;
}
.bloque__texto--cantidad {
  margin-top: 5rem;
  font-weight: 900;
  font-size: 6rem;
  text-align: center;
}

.contenedor-formularios {
  width: 90%;
  height: 55%;
}

.formulario-at-cl {
  padding: 1rem;
}

.input-descripcion {
  width: 80%;
  height: 5em;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  white-space: pre-wrap;
}

.input-clientes {
  width: 100%;
}

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

.btn-left {
  order: 1;
  padding: 5px;
  background-color: #3498db;
}

.btn-right {
  order: 2;
  padding: 5px;
  background-color: #3498db;
}

.btn-bottom {
  padding: 10px;
  background-color: #023e66;
}

.btn-left,
.btn-right,
.btn-bottom {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

/* Estilos para el formulario de gastos */
.fecha-taller {
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-taller {
  padding: 8px 20px;
  margin-top: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-taller:hover {
  background-color: #45a049;
}

.content-form {
  display: none;
}

.title {
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px;
  margin: 0;
}

.active {
  display: block;
}

.checkboxsize {
  height: 25px;
  width: 25px;
  background-color: greenyellow;
}

.submit-pendiente-pago {
  background-color: #8e8b8b;
  color: #023e66;
}

.historial-lista {
  list-style: none;
  padding: 0;
}
.historial-lista__img {
  height: 35px;
  width: 30px;
}
.historial-lista__img-mini {
  height: 25px;
  width: 20px;
}

.historial-texto {
  font-size: 13px;
}

.historial-subtitulo {
  color: white;
  text-align: center;
  margin-top: 4rem;
  border-radius: 5px;
  padding: 5px;
  background-color: #a2b3d0;
  box-shadow: 10px 10px 18px #5a5a5a;
  font-weight: 400;
  letter-spacing: 2px;
}

.historial-tablas {
  width: 100%;
  border-radius: 10px 0 10px 0;
}
.historial-tablas__tabla {
  box-shadow: 8px 8px 15px #5a5a5a;
}

.historial-datos-vehiculo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin: 2rem 0;
  border: solid 5px #d4e1ed;
  border-radius: 10px;
  box-shadow: 8px 8px 15px #5a5a5a;
  padding: 2rem;
}
.historial-datos-vehiculo h4 {
  margin: 5px;
  border-bottom: solid 2px #e6edf4;
}
.historial-datos-vehiculo p {
  margin: 5px;
}

.fichatecnica {
  margin: 5px;
  padding: 1rem;
  width: 95%;
  border: solid 5px #d4e1ed;
  border-radius: 10px;
  box-shadow: 8px 8px 15px #5a5a5a;
  word-wrap: break-word;
}

.errorlogin {
  color: lightcoral;
}

/* Ocultamos el enlace */
.soporte-tecnico a {
  display: none;
  color: #1E293B;
}

.soporte-tecnico img {
  height: 50px;
  width: 50px;
}

/* Estilo para el div como enlace */
.soporte-tecnico {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  margin: 10rem 0 2rem 0;
}

/* Mostramos la imagen y el texto */
.soporte-tecnico img, .soporte-tecnico a {
  display: inline-block;
  vertical-align: middle;
}

.mensajewsp, .mensajewsp__dem {
  display: flex;
  margin: 2rem 1rem 1rem 1rem;
  align-items: center;
  justify-content: center;
  background-color: lightgreen;
  border-radius: 10px 0 10px 0;
}

.mensajewsp, .mensajewsp__dem {
  display: flex;
  margin: 2rem 1rem 1rem 1rem;
  align-items: center;
  justify-content: center;
  background-color: lightgreen;
  border-radius: 10px 0 10px 0;
}
.mensajewsp__dem {
  background-color: rgba(249, 240, 117, 0.953);
  padding: 3px 15px;
  border: 1px double rgb(255, 149, 0);
  border-radius: 30px 0 30px 0;
  margin: 5rem 1rem 0.5rem 1rem;
}

.sitioenmantenimiento, .sitioenmantenimiento a {
  text-decoration: none;
  color: #ffffff;
}

.titulo-app {
  color: rgb(127, 198, 222);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.menu-ppal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .menu-ppal {
    flex-direction: row;
  }
}

.img-menu {
  margin: 2rem;
  height: 170px;
  width: 170px;
  border-radius: 25px;
  box-shadow: 17px 17px 21px #5a5a5a;
}

.boton-errortaller {
  display: inline-block;
}

.contenedor-secciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1px;
}
.contenedor-secciones__seccion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: white; /* Color del texto */
  font-size: 24px;
}

.contenedor-seccion-taller {
  width: 90%;
  margin: 1rem; /* Espacio entre secciones */
  border-radius: 12px 0 12px 0;
  background-color: #1E293B;
  box-shadow: 12px 12px 15px #5a5a5a;
}
.contenedor-seccion-taller:hover {
  background-color: #00498e;
  color: lightgreen;
}
@media (min-width: 480px) {
  .contenedor-seccion-taller {
    width: 50%;
    margin: 1.5rem; /* Espacio entre secciones */
    border-radius: 20px 0 20px 0;
    background-color: #1E293B;
    box-shadow: 17px 17px 20px #5a5a5a;
  }
}

.contenedor-seccion-taller h4 {
  margin: 10px 0 10px 0;
}
@media (min-width: 480px) {
  .contenedor-seccion-taller h4 {
    margin: 15px 0 15px 0;
  }
}

.contenedor-secciones__seccion img {
  width: 20px; /* Ancho del icono */
  height: 20px; /* Altura del icono */
  margin: 0 5px 0 5px;
}
@media (min-width: 480px) {
  .contenedor-secciones__seccion img {
    width: 30px; /* Ancho del icono */
    height: 30px; /* Altura del icono */
    margin: 0 10px 0 10px;
  }
}

.label-busqueda-taller {
  margin: 0 auto;
}

.nuevo-registro-taller {
  margin-top: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nuevo-registro-taller__a {
  padding: 1rem;
  margin: 2rem;
}

.body-nuevo-taller {
  margin: 0 auto;
}

.contenedor-secciones-taller {
  border-top: solid 2px rgba(128, 128, 128, 0.256);
  display: flex;
  padding: 15px 5px 15px 5px;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .contenedor-secciones-taller {
    width: 50%;
    font-size: 30px;
  }
}
.contenedor-secciones-taller__seccion {
  background-color: #1E293B;
  border-radius: 10px 0 10px 0;
  margin: 5px;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: white;
}
.contenedor-secciones-taller__seccion a {
  color: white;
}
.contenedor-secciones-taller__seccion p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .contenedor-secciones-taller__seccion p {
    font-size: 20px;
  }
}
.contenedor-secciones-taller__seccion img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.ordentrabajo {
  margin: 2rem;
}

.columna-enlaces {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20rem;
}
.columna-enlaces__btn {
  margin: 2rem;
  width: 50%;
}

.entrada-campo {
  position: relative;
}

.char-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: gray;
  border: 1px solid rgb(68, 26, 184);
}

.texto-input {
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  height: auto;
  overflow-y: hidden;
}

.listado-clientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.listado-clientes__cliente, .listado-clientes__cliente--seleccionado {
  color: #007df4;
  border: 1px solid #007df4;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.listado-clientes__cliente:hover, .listado-clientes__cliente--seleccionado:hover {
  cursor: pointer;
}
.listado-clientes__cliente--seleccionado {
  background-color: #007df4;
  color: #FFFFFF;
}

.submit-formulario-taller {
  margin: 2rem;
}

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

.submit-formulario-taller {
  margin: 2rem;
}

.contenedorclv {
  text-align: center;
}

.tituloclv {
  border-bottom: 3px solid grey;
}

.contenedor-btnvehiculos {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 15px 5px 15px 5px;
  font-size: 24px;
  margin: 5px;
  width: 100%;
}
.contenedor-btnvehiculos__seccion {
  border-radius: 10px 0 10px 0;
  background-color: #1E293B;
  color: white;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contenedor-btnvehiculos__seccion {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contenedor-btnvehiculos {
    font-size: 20px;
  }
}

.cont-btn-histor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px 15px 5px;
  margin: 5px;
  width: 100%;
}
.cont-btn-histor :hover {
  cursor: pointer;
}

.vehiculocontenedor {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.vehiculocontenedor__mini {
  width: 120px;
  height: 120px;
  padding: 1rem;
  border: 1px solid black;
  border-radius: 10px;
  background-color: rgb(200, 241, 255);
}
.vehiculocontenedor__texto {
  font-size: 15px;
  margin: 0;
  text-align: center;
}
.vehiculocontenedor__divimg {
  margin-top: 1rem;
}
.vehiculocontenedor__img {
  width: 30px;
  height: 30px;
  padding: 1px;
  margin: auto;
}

.tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
  margin-top: 10rem;
}

.tabs {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

.tablink {
  border: none;
  width: 50%;
  outline: none;
  cursor: pointer;
  padding: 2rem 1.5rem;
  margin: 5px;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 19px 0 19px 0;
  background-color: #1E293B;
  box-shadow: 12px 12px 18px #5a5a5a;
}

.tab-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: flex;
}

.tablink.active {
  background-color: #00498e;
  color: lightgreen;
}

.tab-content {
  width: 95%;
  padding-bottom: 10rem;
}

.flex-container-taller {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%; /* Ocupar toda la altura de la ventana */
}

.contenedor-body-taller {
  order: 1;
  justify-content: space-between;
  flex: 1; /* Que ocupe todo el espacio restante */
  height: 80%;
  padding-bottom: 10rem; /* La altura del nav para evitar que el contenido se superponga */
}
@media (min-width: 768px) {
  .contenedor-body-taller {
    order: 2;
    padding-bottom: 0; /* La altura del nav para evitar que el contenido se superponga */
  }
}

.contenedor-nav-taller {
  order: 2;
  flex: 0 0 auto; /* Que ocupe solo el espacio necesario */
  position: fixed;
  bottom: 0;
  width: 100%; /* Ocupar todo el ancho */
  height: 70px;
  z-index: 999; /* Asegura que esté encima de otros elementos si es necesario */
  margin: 0;
  background-color: #304362;
  border-top: 5px solid rgb(2, 2, 94);
}
.contenedor-nav-taller img {
  height: 30px;
  width: 30px;
}
.contenedor-nav-taller a {
  height: 30px;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .contenedor-nav-taller {
    order: 1;
    position: static;
  }
}

.contenedor-titulo-taller {
  order: 1;
  text-align: center;
  margin-bottom: 2rem;
}
.contenedor-titulo-taller__img {
  width: 100px;
  background-color: #304362;
  padding: 2rem;
  border-radius: 10px;
  margin: 8rem 0 0 0;
}
@media (min-width: 768px) {
  .contenedor-titulo-taller {
    order: 1;
  }
}

.contenedor-titulo-taller h2 {
  margin: 3rem 0 0 0;
}

.contenedor-contenido-taller {
  order: 2;
  padding: 1rem;
}
@media (min-width: 768px) {
  .contenedor-contenido-taller {
    order: 2;
  }
}

.accordion {
  width: 100%;
}
@media (min-width: 768px) {
  .accordion {
    width: 40%;
  }
}
.accordion__item {
  margin: 3px;
  border: 1px solid rgba(182, 182, 182, 0.492);
  background-color: rgb(227, 241, 252);
}
.accordion__item label {
  margin: 5px;
}
.accordion__title {
  background-color: #1E293B;
  color: white;
}
.accordion__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
}
.accordion__submit--end {
  border-top: solid 5px rgb(0, 0, 48);
}
@media (min-width: 768px) {
  .accordion__submit--end {
    margin-bottom: 2rem;
  }
}

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

.submit-formulario-taller {
  margin: 2rem;
}

.token-orden {
  color: darkblue;
  background-color: rgb(159, 191, 249);
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: "AudioWide", sans-serif;
}

.token-ot {
  text-transform: uppercase;
  font-family: "AudioWide", sans-serif;
}

.indicador-mensual {
  margin-bottom: 4rem;
  margin-top: -7rem;
  padding: 0 10px;
}

.checklist {
  color: #b3b3b3;
}
.checklist__ok {
  color: greenyellow;
}
.checklist__not {
  color: red;
}

.web-clientes {
  background-color: rgba(0, 0, 0, 0.389);
  z-index: 0;
  max-width: 100%;
}

.background-clientes {
  position: relative;
  height: 100%;
  background-image: url(../img/portadaclientes.jpeg), linear-gradient(to right, black, rgba(0, 0, 0, 0.8));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* Aplicar el oscurecimiento solo al fondo */
.background-clientes::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.819); /* Ajusta el nivel de oscurecimiento aquí */
  mix-blend-mode: multiply;
  z-index: -1; /* Asegura que esté detrás del contenido */
}

.web-clientes a {
  color: rgb(92, 194, 61);
}

.web-clientes h1,
.web-clientes h2,
.web-clientes label {
  color: rgb(247, 251, 255);
}

.danydev {
  color: rgb(247, 251, 255);
  color: rgb(222, 235, 247);
  color: rgb(198, 219, 239);
  color: rgb(158, 202, 225);
  color: rgb(107, 174, 214);
  color: rgb(66, 146, 198);
  color: rgb(33, 113, 181);
  color: rgb(8, 81, 156);
}

.web-clientes h3,
.web-clientes h4,
.web-clientes h5,
.web-clientes p {
  color: rgb(198, 219, 239);
}

.web-clientes fieldset {
  color: rgb(107, 174, 214);
}

.web-cliente-enlace {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 0.5rem;
}

.eventos-registro {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .eventos-registro {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .eventos-registro__listado {
    flex: 0 0 60%;
  }
}
.eventos-registro__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .eventos-registro__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.eventos-registro__heading--conferencias, .eventos-registro__heading--workshops {
  white-space: nowrap;
  font-size: clamp(2rem, -0.8rem + 10vw, 6rem);
}
.eventos-registro__heading--conferencias {
  color: #007df4;
}
.eventos-registro__heading--workshops {
  color: #00c8c2;
  margin-top: 5rem;
}
.eventos-registro__fecha {
  margin: 6rem 0 3rem 0;
}

.registro {
  background-color: #F8FAFC;
  padding: 3rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .registro {
    flex: 0 0 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
  }
}
.registro__heading {
  margin: 0 0 3rem 0;
}
.registro__evento {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.registro__evento:nth-child(even) {
  background-color: #edf2f7;
}
.registro__nombre {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.registro__texto {
  text-align: center;
}
.registro__eliminar {
  all: unset;
  color: rgb(169, 0, 0);
}
.registro__eliminar:hover {
  cursor: pointer;
}
.registro__regalo {
  margin-top: 3rem;
}
.registro__label {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.registro__select {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  padding: 1rem;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=app.css.map */
