/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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;
}

/* GLOBALES ====================================== */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

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

body {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
}

p {
  margin: 0;
  padding: 0;
}

.recuadroRojo {
  border: 1px solid red;
}

/* HEADER ====================================== */
header {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verBorder {
  border: 1px solid red;
}

/* Loader part */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: opacity 0.5s ease;
}

.preloader.fade-out {
  opacity: 0;
}

.loader {
  width: 64px;
  height: 64px;
  border: 5px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.preReservar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.5s ease;
}
.preReservar form {
  width: 90%;
  display: flex;
  flex-direction: column;
}
.preReservar label {
  color: white;
  font-size: 1.5rem;
}
.preReservar input {
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.preReservar select {
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.preReservar input[type=submit] {
  margin: 2rem auto;
  background-color: white;
  color: black;
}
.preReservar button {
  width: 80%;
  border: none;
  outline: none;
  padding: 1rem 0;
  border-radius: 1rem;
  font-size: 2rem;
  cursor: pointer;
  background-color: white;
  color: black;
}

.preReservar.fade-out {
  opacity: 1;
}

.barraSuperior {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloqueIzq {
  display: flex;
  align-items: center;
}

.iconoMenu {
  cursor: pointer;
  margin-right: 15px;
}

.iconoMenu .material-symbols-outlined {
  color: gray;
  font-size: 30px;
}

.textUsuario .textUsuario_nombre h3 {
  margin: 0;
  font-size: 1.5rem;
}
.textUsuario .textUsuario_saludo {
  color: gray;
}
.textUsuario .textUsuario_saludo p {
  margin: 0;
  font-size: 1rem;
}

.bloqueDer {
  border: 1px solid black;
  padding: 5px 20px;
  border-radius: 10px;
}
.bloqueDer .textPuntos {
  color: gray;
  font-size: 1rem;
}
.bloqueDer .textPuntosValor {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.barraBanner {
  display: grid;
  place-items: center;
  margin-top: 15px;
  width: 95%;
  height: 144px;
  overflow: hidden;
  border-radius: 10px;
  background-color: black;
}
.barraBanner img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .barraBanner {
    height: 650px;
  }
}
.dropdown_menu {
  display: block;
  width: 90vw;
  position: fixed;
  margin: 0 auto;
  /* left: 1.5rem; */
  top: 6rem;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 100;
}
.dropdown_menu ul {
  padding: 0;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.dropdown_menu.open {
  height: 340px;
}

.dropdown_menu li {
  width: 100%;
  list-style: none;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_menu li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 3rem;
  width: 100%;
  text-align: center;
}
.dropdown_menu li a:hover {
  padding: 1rem 0;
  background-color: #000000;
  color: rgb(255, 255, 255);
  border-radius: 1rem;
}

main {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* css para el formulario */
form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.label:first-child {
  margin-top: 0.8rem;
}

.label {
  width: 95%;
  height: 4rem;
  margin: 1.8rem auto;
  display: grid;
  grid-template-areas: "input";
}

.input {
  grid-area: input;
  width: 100%;
  font: inherit;
  font-size: 2rem;
  border-radius: 1rem;
  border: 1px solid gray;
  padding: 0.7rem 1.5rem;
  padding-top: 1.5rem;
}

.label__name {
  grid-area: input;
  z-index: 10;
  width: max-content;
  font-size: 1.5rem;
  color: gray;
  margin-left: 1rem;
  padding: 0 0.5rem;
  align-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.2s;
  transform-origin: center left;
}

.input:focus + .label__name,
.input:not(:placeholder-shown) + .label__name {
  transform: translateY(-50%) scale(0.7);
  background-color: white;
  color: #000000;
}

.centrar-btn {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

input[type=submit] {
  background-color: black;
  color: white;
  font-size: 2rem;
  border: none;
  outline: none;
  width: 90%;
  padding: 1.2rem 0;
  border-radius: 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  width: 45%;
  border-radius: 15px;
  box-shadow: 1px 1px 5px gray;
}
.card .thumbnail {
  margin-top: 10px;
  width: 90%;
  height: 150px;
  overflow: hidden;
}
.card .informacion {
  width: 90%;
}
.card .callToAction {
  width: 90%;
  background-color: black;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 1rem;
  color: white;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.informacion h2 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.informacion p {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}
.informacion ul {
  padding-left: 1.5rem;
  margin-top: 0.3rem;
}

/* TODO: Footer seccion */
footer {
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer p {
  background-color: #000000;
  color: white;
  padding: 1rem 2.5rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.cardSolicitud {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  width: 45%;
  height: 250px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px gray;
  overflow: hidden;
}
.cardSolicitud .thumbnail {
  margin-top: 10px;
  width: 90%;
  height: 150px;
  overflow: hidden;
}
.cardSolicitud .informacion {
  width: 90%;
}
.cardSolicitud .foot {
  background-color: black;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.thumbnail img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.informacion h2 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.informacion p {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}
.informacion ul {
  padding-left: 1.5rem;
  margin-top: 0.3rem;
}

/* RESPONSIVO ====================================== */
@media (min-width: 768px) {
  .card {
    min-width: 50px;
    width: 30%;
  }
  .card .thumbnail {
    height: 212px;
  }
}
@media (min-width: 1200px) {
  .iconoMenu .material-symbols-outlined {
    font-size: 5rem;
  }
  .textUsuario .textUsuario_saludo p {
    font-size: 3rem;
  }
  .textUsuario .textUsuario_nombre h3 {
    font-size: 4rem;
  }
  .bloqueDer .textPuntos {
    font-size: 2rem;
  }
  .bloqueDer .textPuntosValor {
    font-size: 3rem;
  }
  main {
    width: 90%;
    margin: 10px auto;
  }
  .card {
    min-width: 50px;
    width: 30%;
  }
  .card .thumbnail {
    height: 400px;
  }
  .informacion h2 {
    font-size: 3rem;
  }
  .informacion p {
    font-size: 2.5rem;
  }
  .informacion ul {
    font-size: 2rem;
  }
  .callToAction {
    font-size: 2.5rem;
  }
  .cardSolicitud {
    height: 584px;
    min-width: 50px;
    width: 30%;
  }
  .cardSolicitud .thumbnail {
    height: 400px;
  }
  .cardSolicitud .foot {
    font-size: 2rem;
  }
}/*# sourceMappingURL=app.css.map */
