/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-jost: 'Jost', sans-serif;
    --color-azulOscuro: #101828;
    --color-rojo: #ca1d19;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-\[100\] {
    z-index: 100;
  }
  .mx-\[0\.5rem\] {
    margin-inline: 0.5rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-\[4\.5rem\] {
    margin-block: 4.5rem;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[-2rem\] {
    margin-top: -2rem;
  }
  .mt-\[4rem\] {
    margin-top: 4rem;
  }
  .mt-\[5rem\] {
    margin-top: 5rem;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[-2rem\] {
    margin-bottom: -2rem;
  }
  .mb-\[-4\.5rem\] {
    margin-bottom: -4.5rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[1rem\] {
    margin-left: 1rem;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .w-\[12rem\] {
    width: 12rem;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .bg-azulOscuro {
    background-color: var(--color-azulOscuro);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-800 {
    background-color: var(--color-green-800);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-jost {
    font-family: var(--font-jost);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12rem\] {
    font-size: 12rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-rojo {
    color: var(--color-rojo);
  }
  .text-white {
    color: var(--color-white);
  }
  .sm\:mx-\[2rem\] {
    @media (width >= 40rem) {
      margin-inline: 2rem;
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:h-14 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:pb-10 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:pl-5 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[1\.4rem\] {
    @media (width >= 40rem) {
      font-size: 1.4rem;
    }
  }
  .sm\:text-\[1\.5rem\] {
    @media (width >= 40rem) {
      font-size: 1.5rem;
    }
  }
  .sm\:text-\[2\.5rem\] {
    @media (width >= 40rem) {
      font-size: 2.5rem;
    }
  }
  .md\:mt-\[8rem\] {
    @media (width >= 48rem) {
      margin-top: 8rem;
    }
  }
  .md\:ml-\[10rem\] {
    @media (width >= 48rem) {
      margin-left: 10rem;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-30 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 30);
    }
  }
  .md\:h-38 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 38);
    }
  }
  .md\:w-105 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 105);
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 48rem) {
      width: 80%;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:space-x-\[3rem\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(3rem * var(--tw-space-x-reverse));
        margin-inline-end: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:h-43 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 43);
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
}
:root {
  --font-ephesis: 'Ephesis', cursive;
  --azul: #026dec;
  --grisOscuro: #2a3642;
  --grisMenosOscuro: #53657b;
  --grisClaro: #728298;
  --rojo: #ca1d19;
  --azulOscuro: #101828;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  body {
    background-size: 22%;
  }
}
main {
  flex-grow: 1;
}
input {
  background: #fff;
  font-size: 1.1rem;
  color: #000;
  padding: 0.25rem;
}
* {
  font-family: Jost, sans-serif;
}
@media (width >= 40rem) {
  header {
    padding: 1.9rem;
  }
}
header a {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0.3rem;
  transition: all 0.3s;
}
header a:hover {
  box-shadow: 0.3rem 0.3rem 0rem #fff;
  padding: 0.5rem;
  font-weight: 600;
}
#linkPerfilUsuario {
  padding: 0;
  border: none;
  text-decoration: none;
  color: #000;
}
footer a {
  font-size: 1.2rem;
  transition: all 0.3s;
}
footer ul>li {
  margin-top: 0.5rem;
}
footer h1 {
  font-size: 1.7rem;
  font-weight: bold;
}
label {
  font-size: 1.2rem;
  font-family: Jost, sans-serif;
}
p {
  transition: all 0.3s;
}
input {
  outline: none;
}
td a {
  transition: 0.3s;
}
td a:hover {
  font-weight: bold;
}
.carta {
  transition: all 0.3s;
  background-color: var(--azulOscuro);
  color: #fff;
}
.carta:hover img {
  border: none;
  border-radius: 24px 24px 0px 0px;
}
.carta img {
  transition: all 0.3s;
}
.carta:hover {
  box-shadow: #000 5px 5px 15px 3px;
  border: none;
  border-radius: 25px;
}
.cartaLote {
  transition: all 0.3s;
  background-color: var(--azulOscuro);
  color: #fff;
}
.cartaLote:hover {
  cursor: pointer;
  border: none;
  border-radius: 16px;
  font-weight: bold;
}
.detallesAnimal ::placeholder {
  color: #000;
  font-size: 1.1rem;
}
.formRegistrarAnimal label {
  color: #fff;
  font-size: 1.3rem;
  filter: drop-shadow(1px 0px 0px black) drop-shadow(-1px 0px 0px black) drop-shadow(0px 1px 0px black) drop-shadow(0px -1px 0px black);
}
.formRegistrarAnimal input:focus {
  box-shadow: 0.5rem 0.5rem 0rem #000;
}
.formRegistrarAnimal input {
  border: solid 2px #000;
  border-radius: 5px;
}
.formRegistrarAnimal select:focus {
  outline: none;
  box-shadow: 0.5rem 0.5rem 0rem #000;
}
.formRegistrarAnimal select {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
}
.formRegistrarAnimal h2 {
  background-color: var(--azulOscuro);
  border-color: none;
  padding: 0.4rem;
  border-radius: 12px;
  color: #fff;
}
.h1RegistrarAnimal {
  padding: 0.5rem;
  border-radius: 12px;
  background-color: var(--azulOscuro);
}
.btnRegistrarAnimal:hover {
  cursor: pointer;
  box-shadow: 0.5rem 0.5rem 0rem #000;
  padding: 0.6rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: solid 2px #000;
}
.btnRegistrarVariosAnimales:hover {
  cursor: pointer;
  box-shadow: 0.5rem 0.5rem 0rem #000;
  padding: 0.6rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  border: solid 2px #000;
}
.btnRegistrarAnimal {
  border: solid 2px #000;
  font-size: 1.2rem;
  padding: 0.5rem 0.8rem;
  transition: all 0.3s;
}
.btnRegistrarVariosAnimales {
  border: solid 2px #000;
  font-size: 1.2rem;
  padding: 0.5rem 0.8rem;
  transition: all 0.3s;
}
.formLogin input {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.formLogin label {
  font-size: 1.5rem;
}
.btnLoginIngresar {
  transition: all 0.3s;
}
.btnLoginIngresar:hover {
  background: var(--azulOscuro);
  color: #fff;
  cursor: pointer;
}
.imgTrabajador {
  border-radius: 50%;
}
#mobile-menu a:hover {
  background-color: var(--azul);
}
.bodyPerfilUsuario {
  background-size: 22%;
  background-position: center;
  background-repeat: repeat;
}
.formularioAgregarAlmacen input {
  background-color: #fff;
  border-radius: 5px;
}
.formularioAgregarAlmacen button {
  background-color: var(--azulOscuro);
  border-radius: 3px;
  border: solid 1px #fff;
  padding: 5px 10px;
  transition: all 0.3s;
}
.formularioAgregarAlmacen button:hover {
  background-color: #fff;
  color: var(--azulOscuro);
  cursor: pointer;
  font-weight: bold;
}
#dialogAgregarAlmacen::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
#selectAlmacenes option {
  background-color: #fff;
  color: var(--azulOscuro);
}
#selectAlmacenes>select {
  background-color: #fff;
  color: #000;
}
.tableContainer::-webkit-scrollbar {
  height: 1rem;
  border: #000 solid 1px;
  width: 10px;
}
.tableContainer::-webkit-scrollbar-thumb {
  background-color: var(--azulOscuro);
}
th {
  border: solid 2px #000;
  background: var(--azulOscuro);
}
td {
  color: #000;
  border: solid 2px #000;
}
.contenedorPagina {
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#div1Pagina {
  padding: 1rem;
  font-size: 1.2rem;
  color: #000;
}
#div1Pagina img {
  filter: drop-shadow(1px 1px 3px black);
}
#div2Pagina {
  background-image: linear-gradient(rgba(0,0,0,0.8)),url('/assets/vacaBackground.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
#div2Pagina h1 {
  font-size: 4rem;
  font-family: 'Ephesis';
}
#div2Pagina p {
  padding: 0 2rem 1rem 2rem;
  font-size: 1.1rem;
  text-align: justify;
}
#div3Pagina {
  margin-top: 2rem;
}
#div3Pagina h1 {
  font-weight: bold;
  font-size: 1.7rem;
}
#div3Pagina p {
  padding: 0 2rem 1rem 2rem;
  font-size: 1.1rem;
  text-align: justify;
  font-style: italic;
}
#div4Pagina h1 {
  font-weight: bold;
  font-size: 1.7rem;
}
#div4Pagina p {
  padding: 0 2rem 2rem 2rem;
  font-size: 1.1rem;
  text-align: justify;
  font-style: italic;
}
.contenedorPagina hr {
  width: 60%;
  margin: 0.5rem auto;
}
#div5Pagina {
  padding: 1rem;
  font-size: 1.1rem;
  margin-bottom: -1rem;
}
.btnTransacciones {
  font-size: 1rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--azulOscuro);
  border-radius: 12px;
  transition: all 0.3s;
}
.btnTransacciones:hover {
  cursor: pointer;
  box-shadow: 0.5rem 0.5rem 0rem #000;
  font-weight: bold;
}
#div6Pagina {
  display: flex;
  align-items: normal;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.itemsDeContacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 6rem;
}
.itemsDeContacto svg {
  width: 5rem;
}
.itemsDeContacto h3 {
  font-weight: bold;
}
.itemsDeContacto p {
  max-width: 7rem;
  overflow-wrap: break-word;
}
#divUbicacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#divUbicacion iframe {
  width: 90%;
  height: 20rem;
  border: none;
  margin-bottom: 2rem;
  border-radius: 24px;
}
.h2InfoContacto {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#modificacionContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem auto;
  padding: 5rem;
  color: #000;
  border-radius: 12px;
}
input {
  border: solid 2px #000;
  border-radius: 5px;
}
input:focus {
  box-shadow: 0.5rem 0.5rem 0rem #000;
}
#modificacionContainer .inputModificaciones {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.inputModificaciones label {
  font-size: 1.3rem;
}
#modificacionContainer button {
  border-radius: 0.7rem;
  padding: 0.7rem;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 2rem;
}
#modificacionContainer button:hover {
  cursor: pointer;
  font-weight: bold;
  box-shadow: #000 0.4rem 0.5rem 0rem;
}
@media ( 320px <= width <= 480px) {
  footer {
    display: flex;
    flex-direction: column;
  }
  footer a p {
    font-size: 1.1rem;
    word-break: break-all;
  }
  #div1Pagina {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #div1Pagina img {
    width: 40rem;
  }
  #div2Pagina {
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
  .divMisionVision {
    margin-bottom: -3rem;
  }
  #div3Pagina {
    text-align: center;
  }
  #div2Pagina p {
    max-width: 100%;
    padding: 0.5rem;
    text-align: center;
  }
  #div2Pagina h1 {
    max-width: 100%;
    font-size: 3.2rem;
  }
}
@media (width >= 48rem) {
  #div1Pagina {
    display: none;
  }
  .divBienvenidaBigScreen {
    display: block;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .divBienvenidaBigScreen h1 {
    font-size: 13rem;
  }
  .pBienvenidos {
    font-family: 'Ephesis';
    font-weight: normal;
    font-size: 4.5rem;
  }
  .pParrafoEmpresaGanadera {
    text-align: center;
    font-size: 1.6rem;
  }
  .btnTransacciones {
    background-color: var(--azulOscuro);
    color: #fff;
    font-size: 1.7rem;
    padding: 0.8rem 1.2rem;
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
  #div2Pagina h1 {
    font-family: 'Ephesis';
    text-decoration: none;
    font-size: 10rem;
    padding: 2rem 0rem;
  }
  #div2Pagina p {
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  #div3Pagina {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    width: 30%;
    background-color: var(--azulOscuro);
    padding: 1rem 0.5rem;
    color: #fff;
    border-radius: 15px;
    justify-content: center;
  }
  #div3Pagina h1 {
    font-size: 3rem;
    font-family: 'Ephesis';
    margin-bottom: -1rem;
  }
  #div3Pagina p {
    font-size: 1.494rem;
    text-align: center;
  }
  #div4Pagina {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: auto;
    background-color: var(--azulOscuro);
    padding: 1rem 0.5rem;
    color: #fff;
    border-radius: 15px;
    justify-content: center;
  }
  #div4Pagina h1 {
    font-family: 'Ephesis';
    font-size: 3rem;
    margin-bottom: -1rem;
  }
  #div4Pagina p {
    font-size: 1.5rem;
    text-align: center;
  }
  .divMisionVision {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 4rem;
  }
  hr {
    color: var(--rojo);
    border: solid 2px var(--rojo);
  }
  #div5Pagina {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: -2rem;
    color: var(--azulOscuro);
  }
  #div6Pagina {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-evenly;
  }
  .itemsDeContacto {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .itemsDeContacto h3 {
    font-size: 1.2rem;
    max-width: 4rem;
    z-index: 3;
  }
  #h3HorariosDeAtencion {
    margin-top: 5.3rem;
    position: absolute;
    max-width: 100%;
  }
  #pHorariosDeAtencion {
    position: absolute;
    max-width: 100%;
    margin-top: 7rem;
  }
  .itemsDeContacto p {
    font-size: 1rem;
    max-width: 20rem;
  }
  .h2InfoContacto {
    font-weight: normal;
    font-family: 'Ephesis';
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  #divUbicacion iframe {
    height: 30rem;
  }
  footer {
    padding: 2rem 0rem 2rem 0rem;
  }
  footer h1 {
    font-size: 2.5rem;
  }
  .footerh1 p {
    font-size: 2.5rem;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer a {
    font-size: 1.2rem;
  }
  footer svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (width >= 1440px) {
  .divBienvenidaBigScreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100dvh;
  }
  .pBienvenidos {
    margin-top: -2rem;
    font-size: 4.5rem;
    margin-bottom: -7rem;
  }
  .divBienvenidaBigScreen h1 {
    font-size: 16rem;
  }
  .pParrafoEmpresaGanadera {
    font-size: 1.7rem;
    margin-top: -3rem;
  }
  .btnTransacciones a {
    font-size: 1.7rem;
  }
  .btnTransacciones svg {
    width: 3rem;
    height: 3rem;
  }
  #div2Pagina h1 {
    font-size: 11rem;
    padding: 0;
  }
  #div2Pagina p {
    font-size: 1.7rem;
  }
  #div3Pagina h1 {
    font-size: 5rem;
  }
  #div3Pagina p {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.7rem;
  }
  #div4Pagina h1 {
    font-size: 5rem;
  }
  #div4Pagina p {
    font-size: 1.7rem;
  }
  .divMisionVision img {
    width: 30rem;
    height: 30rem;
    padding: 0;
    margin: 0;
  }
  .h2InfoContacto {
    font-size: 6rem;
  }
  #divUbicacion h3 {
    font-size: 3rem;
    padding: 1rem;
  }
  #divUbicacion iframe {
    width: 80%;
    height: 30rem;
  }
  #div5Pagina {
    font-size: 1.7rem;
  }
  #PrimerItemDeContacto h3 {
    margin-right: 4.5rem;
  }
  #SegundoItemDeContacto h3 {
    margin-right: 1.5rem;
  }
  .itemsDeContacto svg {
    width: 30%;
  }
  .itemsDeContacto h3 {
    font-size: 1.7rem;
  }
  .itemsDeContacto p {
    font-size: 1.2rem;
  }
  #TercerItemDeContacto p {
    margin-top: 8rem;
  }
  #div5Pagina p {
    font-size: 2.5rem;
  }
  header {
    padding: 3rem;
  }
  header h1 {
    font-size: 3rem;
  }
  header a {
    font-size: 2rem;
    width: 15%;
  }
  footer {
    padding: 3rem 0rem 3rem 0rem;
  }
  footer p {
    font-size: 1.5rem;
  }
  footer a {
    font-size: 1.5rem;
  }
  footer svg {
    width: 3rem;
    height: 3rem;
  }
  footer .footerh1 {
    font-size: 3.5rem;
  }
  footer .footerh1 p {
    font-size: 3.5rem;
  }
}
@media (width >= 2560px) {
  .divBienvenidaBigScreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100dvh;
  }
  .pBienvenidos {
    margin-top: 0rem;
    font-size: 6rem;
    margin-bottom: -9rem;
  }
  .divBienvenidaBigScreen h1 {
    font-size: 26rem;
  }
  .pParrafoEmpresaGanadera {
    font-size: 2.7rem;
    margin-top: -3rem;
  }
  #div2Pagina h1 {
    font-size: 20rem;
    padding: 0;
  }
  #div2Pagina p {
    font-size: 2.7rem;
  }
  #div3Pagina h1 {
    font-size: 6rem;
  }
  #div3Pagina p {
    padding: 0 1rem 1rem 1rem;
    font-size: 2.2rem;
  }
  #div4Pagina h1 {
    font-size: 6rem;
  }
  #div4Pagina p {
    font-size: 2.2rem;
  }
  .divMisionVision img {
    width: 40rem;
    height: 40rem;
    padding: 0;
    margin: 0;
  }
  .h2InfoContacto {
    font-size: 10rem;
  }
  #divUbicacion h3 {
    font-size: 5rem;
    padding: 1rem;
  }
  #divUbicacion iframe {
    width: 80%;
    height: 50rem;
  }
  #div5Pagina i {
    font-size: 3rem;
  }
  #PrimerItemDeContacto h3 {
    margin-right: 4.5rem;
  }
  #SegundoItemDeContacto h3 {
    margin-right: 1.5rem;
  }
  .itemsDeContacto svg {
    width: 50%;
  }
  .itemsDeContacto h3 {
    font-size: 2.7rem;
  }
  .itemsDeContacto p {
    font-size: 2.2rem;
  }
  #TercerItemDeContacto h3 {
    margin-top: 10rem;
  }
  #TercerItemDeContacto p {
    margin-top: 15rem;
  }
  #div5Pagina p {
    font-size: 2.5rem;
  }
  .btnTransacciones button {
    padding: 1rem;
    font-size: 2.7rem;
  }
  .btnTransacciones svg {
    width: 5rem;
    height: 5rem;
  }
  header {
    padding: 3rem;
  }
  header h1 {
    font-size: 3rem;
  }
  header a {
    font-size: 2rem;
    width: 15%;
  }
  footer {
    padding: 3rem 0rem 3rem 0rem;
  }
  footer p {
    font-size: 2.2rem;
  }
  footer a {
    font-size: 2.2rem;
  }
  footer svg {
    width: 5rem;
    height: 5rem;
  }
  footer .footerh1 {
    font-size: 5rem;
  }
  footer .footerh1 p {
    font-size: 5rem;
  }
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-x-reverse: 0;
      --tw-font-weight: initial;
    }
  }
}
