.body {
  background-image: url('/imagenes/imagencedis/imagencedis.php');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
}

/* table::selection,
td::selection,
th::selection,
p::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
strong::selection,
img::selection,
.dataTables_info::selection {
  background: transparent;
  color: inherit;
} */

/* Estilos para dispositivos grandes (desktop) */
@media (min-width: 992px) {
  /* Estilos específicos para pantallas grandes */
  .div1 {
    background: rgb(0 81 255 / 29%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div1hijo {
    height: 80vh;
    text-align: center;
    max-width: 90%;
  }

  .div2 {
    background: rgb(170 171 185 / 67%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div2hijo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    max-width: 100%;
  }
  img {
    width: 350px;
  }
  .bienvenido {
    font-size: 50px;
  }
  .text1 {
    font-size: 25px;
  }
}

/* Estilos para dispositivos medianos (tablet) */
@media (max-width: 991px) {
  /* Estilos específicos para tablets */
  .div1 {
    background: rgb(0 81 255 / 29%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div1hijo {
    height: 80vh;
    text-align: center;
    max-width: 90%;
  }

  .div2 {
    background: rgb(170 171 185 / 67%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .div2hijo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    max-width: 100%;
  }
  img {
    width: 200px;
  }
  .bienvenido {
    font-size: 35px;
  }
  .text1 {
    font-size: 15px;
  }
}

/* Estilos para dispositivos pequeños (móviles) */
@media (max-width: 767px) {
  /* Estilos específicos para dispositivos móviles */
  .div1 {
    background: rgb(0 81 255 / 29%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .div1hijo {
    height: 50vh;
    text-align: center;
    max-width: 90%;
  }

  .div2 {
    background: rgb(170 171 185 / 67%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .div2hijo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 40vh;
    max-width: 100%;
  }
  img {
    width: 170px;
  }
  .bienvenido {
    font-size: 29px;
  }
  .text1 {
    font-size: 17px;
  }
}
