* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Times New Roman", Times, serif, "Times New Roman",
      Times, serif, "Gill Sans", "Gill Sans MT";
  }
  body {
    background: linear-gradient(rgba(171, 215, 228, 0.5),
      rgba(100, 133, 218, 0.582)),
    url(../imginicio/imgConsultorio1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
    
  /*
   background: linear-gradient(rgba(171, 215, 228, 0.5),
      rgba(100, 133, 218, 0.582)),
    url(../imginicio/imgConsultorio1.jpeg);(fondo de pantallas)
    color: #0b34d5;(color de texto con enfasis)
    rgba(12, 75, 235, 0.941) (color de selec puro)
        background-color: rgb(143, 190, 232); celeste claro
        background-color: rgb(0, 52, 104);azul oscuro
*/
  }
  a{
    color: #eff5ee !important;
    text-decoration: none !important;
  }
 /* barra de desplazamiento*/
  body::-webkit-scrollbar{
    width: 15px;
    background-color: rgb(143, 190, 232);
    
    
  }
  body::-webkit-scrollbar-thumb{
    background-color: rgb(0, 52, 104);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.botones{
    text-decoration: none ;
    color: #eff5ee;
    box-shadow: 5px 5px 10px rgb(23, 23, 23);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    background: linear-gradient(rgba(108, 110, 110, 0.932),
    rgba(111, 111, 112, 0.582));
    border: none;
    vertical-align: middle;
    text-align: center;
    max-width: 350px;
    cursor: pointer;
    margin-top: 2vw;
}
.botones:hover{
    box-shadow: 0px 0px 0px rgba(23, 23, 23, 0.25);
    text-decoration: none;
    color: #eff5ee;
}
.inputDatos{
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgb(8, 8, 8));
    -webkit-filter: drop-shadow(2px 2px 10px rgb(8, 8, 8));
    text-align: center;
    height: 50px;
    color: rgb(0, 0, 0);
}
.selec{
  color: #eff5ee;
  box-shadow: 5px 5px 10px rgb(23, 23, 23);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(rgba(108, 110, 110, 0.932),
  rgba(111, 111, 112, 0.582));
  border: none;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 50px;
}
.selec:hover{
  box-shadow: 0px 0px 0px rgba(23, 23, 23, 0.25);
}
.selec option{
  background-color: rgba(108, 110, 110, 0.932);

}
.btnEliminar{
  color: #eff5ee;
  box-shadow: 5px 5px 10px rgb(23, 23, 23);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  background:  rgba(235, 12, 12, 0.941);
  border: none;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.secciones{
  text-align: center;
  background: linear-gradient(rgba(100, 133, 218, 0.582 ), rgba(171, 215, 228, 0.5));
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 150%;
  text-shadow: 5px 5px 10px rgb(23, 23, 23);
  padding-left: 5vw;
}
.col2{
  display: grid;
  grid-template-columns: 30% 70%;
  text-align: start;
  vertical-align: middle;
}
.col2i{
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: start;
  vertical-align: middle;
}
.col3{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  font-size: 80%;
  vertical-align: middle;
}
.col4{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: start;
  margin-left: 5vw;
}
.fila2{
  display: grid;
  grid-template-rows: 50% 50%;
  vertical-align: middle;
}
.btn_externo{
  float: left;
  margin-top: 0;
}

/*datatable*/
.col-sm-12 {
  width: 99vw !important;
}
.encabezadoTabla{
  background-color: rgb(0, 52, 104) !important;
  color: #eff5ee !important;
  border: none !important;
  filter: drop-shadow(2px 2px 5px rgb(247, 245, 245));
  -webkit-filter: drop-shadow(2px 2px 5px rgb(247, 245, 245));
  padding: 1vh 0 1vh 0 ;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;

}
.dataTable{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border:none;
}
.table-dark td{
  border-color: #f1f5fa !important;
}
.table-dark thead th {
  border:none !important;
  
}
.pagination li a{
  background-color: rgb(0, 52, 104) !important;
  color: #eff5ee !important;
  border:none !important;
}
.active{
  border-color: #f1f5fa !important;
}
.dataTables_length {
  display: none !important;
}
/*
.dataTables_filter{
  margin-top: -3vh;
}*/
.aviso{
  color: #eff5ee;
  text-align: center;
  font-size: 130%;
  background: linear-gradient(rgba(108, 110, 110, 0.932),
  rgba(111, 111, 112, 0.582));
  margin: auto;
  padding: 10px;

}
.botonEliminar{
  margin-top:0;
  background:#e10707d6;

}
/*
modales
*/


.swal2-popup label {
  margin: 1vh;
}
.swal2-popup{
  font-size: 130% !important;
  background-color: rgb(0, 52, 104) !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  text-align: center !important;
}
.inputDatos{
  width: 95%;
}
.labelMedicamento{
  text-align: center !important;
  font-size: 130%;
}
.swal2-popup button{
  box-shadow: 5px 5px 10px rgb(23, 23, 23);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(rgba(108, 110, 110, 0.932),
  rgba(111, 111, 112, 0.582)) ;

}
.swal2-popup button:hover{
  box-shadow: 0px 0px 0px rgba(23, 23, 23, 0.25);
}
.swal2-confirm{
  background-color: rgb(11, 96, 170) !important;
}
.swal2-title span{
  color: #eff5ee !important;
}
@media(hover:hover){

}
/*tamaño compu*/
@media screen and (min-width: 1674px) {
  .secciones{
    margin-left: 5vw;
    margin-right: 5vw;
  
  }

}
@media screen and (min-width: 1350px) and (max-width: 1673px) {
  .secciones{
    margin-left: 5vw;
    margin-right: 5vw;
  
  }
}

/*tamaño tablet*/
@media screen and (min-width: 820px) and (max-width: 1349px) {
  .secciones{
    margin-left: 1vw;
    margin-right: 1vw;
  
  }

}

/*para tamaño telefono*/
@media screen and (max-width: 820px) {

} 
/*para tamaño telefono chico*/
@media screen and (max-width: 460px) {


}

@media screen and (max-width: 290px) {

} 

