 /* Estilos personalizados */
body {
    margin: 0;
    padding: 0;
    padding-bottom: 70px; /* Espacio para la botonera */
    /*background-image: url('https://olsoft.online/nf1/img/fondo-5.jpg?v=1.42');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
   /*  background: rgb(238,255,250);
background: linear-gradient(90deg, rgba(238,255,250,1) 0%, rgba(236,238,241,1) 100%);*/

    width: 100%;
    min-height: 100vh;
   /* display: flex;
    flex-direction: column;*/
    /*max-width: 650px;*/
    font-size: 19px;
    color: #7d7c7c;
}

#mical{
    overflow: auto;
    width: 100%;
    min-height: 200px;
}

#principal{
    width: 100%;
    min-height: 450px;
    overflow: auto;
}
.input1 {
    font-size: 19px;
    background-color: transparent ;
    border:  solid 0.75px #7e7fa8;
    margin-bottom: 2px;
}

.inputSearch {
    font-size: 17px;
    background-color: transparent ;
    border:  solid 0.75px #7e7fa8;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 121px;
    border-radius: 5px;
    padding: 2px;
}

.inputEdit {
    font-size: 15px;
    background-color: transparent ;
    border: none;
    min-width: 99%;
    margin-bottom: 2px;
}


.input1:hover{
    background-color: #e4fef7;
}
.input1:focus{
    background-color: #e6f3ff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.border1{
    background-color: transparent ;
    border:  solid 0.75px #7e7fa8;
    margin-bottom: 0px;
    border-radius: 4px;
}


.app-footer {
    position: fixed;
    bottom: 0;
    width: 100%;/*650px;*/
    background-color: white; /*#4f4d48; /*#0f1633; #4d534a;*/
    border-top: 1px solid #405a63;
    padding-bottom: 3px;

}

.app-footer .nav-link {  /* menu e iconos debajo */
    text-align: center;
    padding: 12px 0px;
    text-decoration: none;
    color: #1d2c59;/* #e8e7e7;*/
    font-size: 11.72px;
    margin-top: 6px;
}

.app-footer .nav-link i {
    display: block;
    font-size: 22px;
    margin-bottom: -1px;
    margin-top: -4px;


}

#banner {
    background-color: #222222;  /*rgba(0, 0, 0, 0.45);*/
    color: white;
    padding: 3px;
    text-align: center;
    height: 32px;
  margin-top: 5px;
  font-size: 16px;
}

.span1{
    font-size: 13.99px;
    font-weight: bolder;
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

#redes {
    background-color: rgba(236, 237, 240, 0.11);
    color: lightgreen;
    padding: 4px;
    border: solid 0.79px #a2b1d9;
    text-align: center;
    height: 53px;
    margin: 2.85px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.tm{
    background-color: transparent;
    border:  solid 0.75px #7e7fa8;
}

#tituloApp {
    background-color: #0f1633; /*#0f1633*/
    color: white;
    padding: 3px;
    text-align: center;
    height: 32px;

}

.navbar {
      background-color: rgba(79, 77, 72, 0.2);  /* #6b6964 es el mismo*/
}

.fondo{  /*logo*/
    /*background-image: url('https://olsoft.online/nf1/img/fondo-4b.jpg?v=1.37');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: brightness(130%) grayscale(40%); /* Aumenta el brillo en un 20% *//* 50% de escala de grises */
    padding-top: 8px;
    width: 100%;
    max-height: 250px;
}

.navbar-brand {
    font-size: 0.5rem;
    text-align: center;
}

.sponsor{
     filter: brightness(110%) grayscale(99%);
}

.bi {
    font-size: 2.95rem;
    display: block;
    margin-bottom: 2px;
    color: #e8e7e7a;
}
.be {
    font-size: 1.59rem;
    display: block;
    color: #5c6786;
}
.overlay {
    height: 0;
    width: 38.23%;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 65px;
    background-color:#ccccc1; /* #4f4d48;/*rgba(28,42,103, 0.80);*/
    overflow-y: hidden;  /*auto para scroll bars*/
    transition: 0.5s;
    padding-left: 8px;
    padding-right: 8px;
}

.trd{
    background-color: white;  /*#6b6964; /*#131d49;  sub fondo de menu overlay mas claro que el #4f4d48*/
    border:solid #715d19 0.76px;
}

.overlay-content {
    position: relative;
    top: 12.41%;  /* modificar para ampliar el menu */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.icon-container {
  display: flex;
  justify-content: left; /* Centra los iconos horizontalmente */
  align-items: left; /* Centra los iconos verticalmente (opcional) */
}

.icon-container i {
  margin: 0 15px; /* Añade 5px de margen a cada lado de los iconos */
}

.input-container {
  display: flex;
  align-items: center; /* Centra verticalmente los elementos */
}

.btn-container {
  display: flex;
  /*justify-content: center; /* Centra los iconos horizontalmente */
  align-items: left; /* Centra los iconos verticalmente (opcional) */
  /*margin: 0 15px;*/
}

.btn-container span {
    margin: 0 9px;
}


.mensajex {
  opacity: 0; /* Inicialmente oculto */
  transition: opacity 0.8s ease-in-out; /* Transición de opacidad en 0.5 segundos */
}

.horarios-disponibles {
  margin: 0px;
    width: 100%;
}

.lista-horarios {
  height: 110px;
  overflow-y: scroll;
  padding: 0px;
 /* border: 1px solid #ccc;*/
}

.lista-horarios ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.lista-horarios li {
  padding: 10px;
   list-style: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #8c8c87;
}

.lista-horarios li:hover {
  background-color: #f0f0f0;
}

.lista-horarios li.seleccionado {
  background-color: #007bff; /* Color de fondo */
  color: #fff; /* Color de texto */
  font-weight: bold; /* Negrita */
}

/*CALENDAR*/

.calendar {
    display: flex;
    flex-flow: column;
      min-width: 950px; /* Ajusta este valor según tus necesidades */
/* overflow-x: auto;
 /* overflow-y: hidden;*/
}

.calendar_week {
    display: flex;
    flex-flow: row;

}
.calendar .header .month-year {
    font-size: 19px;
    font-weight: bold;
    color: #636e73;
    padding: 9px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}

.calendar_week .days_week {
    display: flex;
    flex-flow: column;
}
.calendar .days .day_name {
     width: 100px; /* Ajusta este valor según tus necesidades */
    width: calc(100% / 7); /*min-width: 100px;*/
    border-right: 1px solid #2c7aca;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #17212b;
}

.calendar_week .days_week .day_name_week {
    min-width: 100%;/* calc(100% / 1); *//*min-width: 100px;*/
    min-height: 195px;
    border: 1px solid #ccc;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    
    background-color: #FFF;
}

.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
     width: 100px; /* Ajusta este valor según tus necesidades */
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}

.calendar .days .day_num span {
    display: inline-flex;
    width: 120px;
    font-size: 15px;
    z-index: 0;
}
.day_num span {
    z-index: 0; /* A higher value than the default for elements */
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 300;
    font-size: 9.1px;
    padding: 2.25px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}

.calendar .days .day_num.unselected {
    background-color: #f5f4f4;
    cursor: inherit;
}

/*
.calendar .days .day_num.current-week-day {
    border: 2px solid #a4d8d3 !important;
    border-right: 1px solid #e6e9ea !important;
    border-bottom: 1px solid #e6e9ea !important;
/*     z-index: 1; /* Agregar esta línea para asegurarte de que el borde se muestre correctamente */
/*}

.calendar .days .day_num.current-week-day:nth-child(7n+7) {
    border-right: 2px solid #a4d8d3 !important;
}*/

.boton-scroll {
  display: none;
}

@media (max-width: 550px) {
  .boton-scroll {
    display: block;
  }
}
