@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Roboto:wght@300;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  margin: 0;
  /* Que no se vea la barra lateral, junto con la de html */
  min-height: 100vh;
  overflow-x: hidden;
}

html {
  overflow-y: auto;
}

optgroup {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
  color: #434343;
}

footer {
  color: #adadad !important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
}

footer.main {
  background-color: rgb(226, 240, 237) !important;
  color: #fbfffe !important;
}

footer.footer-dark {
  background-color: rgb(12, 16, 23);
  color: #adadad !important;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
}

.logo-blanco {
  filter: brightness(0) invert(1);
}

.form-check-input {
  transform: scale(1.25) !important;
}

.pie {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  background-color: rgb(250, 250, 250);
  color: #404040;
}

.pie a:link,
a:visited {
  display: block;
  font-size: 12px;
  color: #404040;
}

.pie a:hover {
  color: rgb(18, 180, 158);
}

.bannerTits {
  background-color: #2a0303 !important;
  color: #fffffb !important;
  font-weight: bold;
  font-size: 1.2em;
}

.secciones {
  background-color: #2a0303 !important;
  color: #fffffb !important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}

.inkBlack {
  color: #001514;
}

.disqueWhite {
  color: #fbfffe;
}

.darkGarnet {
  color: #2a0303;
}

.rustBrown {
  color: #a3320b;
}

.sunFlowerGold {
  color: #ffc108;
}

option.hora-libre {
  color: #1d651d;
  /* background-color: #f0fff0;*/
  font-size: 13px;
}

option.hora-ocupada {
  color: #2a0303;
  /*   background-color: #f5f5f5; */
  text-decoration: line-through;
  font-size: 12px;
}

option {
  color: #2d7a2d;
  /* background-color: #f0fff0;*/
  font-size: 13px;
}

.iconos {
  color: rgb(231, 232, 196) !important;
}

.login-container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

h1 {
  color: #ddd;
  margin-bottom: 10px;
  text-align: center;
}

.subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

.buttoncito {
  color: #fbfffe;
  background: linear-gradient(135deg, #988686 0%, #001514 100%);
}

.buttoncito:hover {
  color: #fbfffe;
}

button:hover {
  transform: translateY(-2px);
}

.chiquitas {
  font-size: 12px;
}

.btn-warning:hover {
  color: #5a3907;
}

/* Estilos para el widget de WhatsApp */
/* Estilos para el widget de WhatsApp */
/* Estilos para el widget de WhatsApp */
.whatsApp-widget {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 1080;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #26d466;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.whatsApp-widget:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.whatsApp-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.whatsApp-icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .whatsApp-widget {
    right: 20px;
    bottom: 50px;
    padding: 10px 12px;
  }

  .whatsApp-text {
    display: none;
    color: #badcc6;
  }
}
