body {
    background: #00d2ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #09dfaa, #019dc0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #09dfaa, #019dc0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(../../static/img/fondo.jpg)!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-repeat: repeat!important;
}
div[name="divIngresoUsuario"] {
    background: red;
}

div[name="divPaola"] {
  position: absolute;
  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

 input[type="datetime-local"] {
     width: 175px;
}
ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

/* Month header */
.month {
  padding: 20px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

/* Highlight the "current" day */
.days li .activo {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}
.days li .ocupado {
  padding: 5px;
  background: #b9bc1a;
  color: white !important
}
.days li .lleno {
  padding: 5px;
  background: #bc1a1a;
  color: white !important
}

.fade-in-div { animation: fadeIn 5s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#hidden_div {
  display: none;
}

.square-box {
  max-width: 600px;
  min-height: 600px;
}

#containerIntro h5,
#containerIntro p {
    display: inline;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

#papel {
  background: #ffffff;
  background: -webkit-linear-gradient(to right, #ffffffde, #e2e2e291);
  background: linear-gradient(to right, #ffffffde, #e2e2e291);
  border-radius: 10px;
  }

.presentacion{
  margin-left: 2% !important;
  margin-top: 2% !important;
  height: 220px;
  width: 150px;
  border-radius: 10px;
  background: #ffffff;
  background: -webkit-linear-gradient(to right, #ffffff, #d3d2d2be);
  background: linear-gradient(to right, #ffffff, #d3d2d2be);
}
#imgPaola{
  border-radius: 10px;
  filter: drop-shadow(0px -5px 5px rgba(0, 0, 0, 0.3));

    height: 175px; /* Ajusta la altura deseada */
    width: auto;

}


.sombra{
  filter: drop-shadow(0px -5px 15px rgba(0, 0, 0, 0.7));
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f0f0f0;
  color:rgb(224, 224, 224);
}
h1 {
  color: #2c3e50;
}
p {
  font-size: 16px;
  color:rgb(224, 224, 224);
}
.botonHermell{
  background-color: rgb(0, 242, 177);
  border-color: rgb(0, 242, 177);
  border-width: 1.5px;
  color:black;
}
.botonHermell:hover{
  background-color: #004f3b;
  border-color: #004f3b;
  border-width: 1.5px;
  color:white;
}

.anchoSombra {
  width: 100%; /* Ancho predeterminado para dispositivos móviles */
}

@media (min-width: 768px) {
  .anchoSombra {
    width: 50%; /* Ancho para pantallas más grandes (por ejemplo, PC) */
  }
}
#logoHermell{
  height: 75px;
  margin-bottom: 10px;
}
.indexSombra{
  min-height: 100vh; /* Ocupar al menos el 100% de la altura de la pantalla */
  height: auto; /* Permitir que el contenedor crezca si es necesario */
  display: flex; /* Flexbox opcional para organizar los elementos */
  flex-direction: column; /* Mantener el orden vertical */
  justify-content: center; /* Centrado vertical si el contenido no excede */
  align-items: center; /* Centrado horizontal */
  background-color: rgba(1,1,1, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-height: 500px) { /* Ajusta el tamaño de pantalla según lo necesario */
  .ocultar-en-pequeno {
      display: none; /* Oculta completamente el elemento */
  }
}
