.inputBorde {
  border: 2px solid #b3b3b3;
  width: 75%;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
}
.LigthText {
  color: white;
}
.LigthText:hover {
  color: red;
}
.LigthText:visited {
  color: white;
}
.loginDiv {
  border: 2px solid #b3b3b3;
  background: rgba(255,255,255,1);
  margin: auto;
  margin-top: 50px;
  width: 75%;
  border-radius: 0px 25px 25px 25px;
  -moz-border-radius: 0px 25px 25px 25px;
  -webkit-border-radius: 0px 25px 25px 25px;
}
.loginDiv input{
  border: 1px solid #696969;
}

img.iconMenu {
  width: 50px;
  margin-right: 15px;
}
.card-header {
  background-color: #b1cdfa;
}
.card-body {
  background-color: #d9e6fa;
}
.button-menu {
  float: right;
  padding-left: 35px;
  padding-right: 35px;
}
.buttonLarge {
  padding-left: 50px;
  padding-right: 50px;
}
.RoundImage {
  width: 45px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #0d6efd;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.divMenuIns {
  border: 2px solid #0d6efd;
  border-radius: 10%;
  margin: 5px;
  background-color: rgba(200, 220, 250, 0.75);
}
div.divMenuIns a button.MenuIns {
  text-align: center;
}

/* From uiverse.io */
button.MenuIns {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
}

button.MenuIns:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

button.MenuIns:hover {
  color: #fff;
}

button.MenuIns:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

button.MenuIns:hover:before {
  top: -30px;
  left: -30px;
}

button.MenuIns:active:before {
  background: #3a0ca3;
  transition: background 0s;
}

form.Lateral {
  background-color: #555555;
}

.borde {
  border: 2px solid #b3b3b3;
  background: rgba(255,255,255,1);
  border-radius: 0px 25px 25px 25px;
  -moz-border-radius: 0px 25px 25px 25px;
  -webkit-border-radius: 0px 25px 25px 25px;
}
.btn-iconPDF {
  padding: 8px 8px 8px 54px;
  font-family: Arial;
  color: #fff;
  background: #f5424b url("../img/pdf-icon.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 8px 8px;
}
.btn-iconPDF:hover {
  background-color: #e63d456b;
}
.btn-iconPDF a:visited {
  background: #4542f5 url("../img/pdf-icon.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 8px 8px;
}
.MenuTecnico {
  border: 1px groove #cf871f;
  background: rgba(255, 148, 45, 0.30);
}
.divMenuTecnico {
  border-radius: 25%;
  margin: 5px;
  background: rgba(255, 209, 141, 0.30);
}
.divMenuTecnico:hover {
  background: rgba(255, 188, 87, 0.596);
  transition: background-color 0.2s linear 0s;
  border: 1px solid rgb(0, 0, 0);
  transition: border 0s ease 0s;
}
img.ImageTecnico {
  width: 45px;
  padding-top: 10px;
  border-radius: 50%;
  background-color: #0d6dfd00;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.LogoCompany {
  mix-blend-mode: multiply;
}
.watermark {
  height: 100px;
  display: block;
  position: relative;
  
  filter: saturate(1000%);
  filter: contrast(1000%);
  z-index: 2;
}
.MenuTecnico label{
  color: #FFFFFF;
}
.ListaBorde {
  border-width: 3px;
  border-style: solid;
  border-color: #a36700;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
div.transclass {
  width: 100%;
}

div.transclass:hover {
  width: 10%;
  transition: width 0.2s linear 0s;
}
input.bordeado {
  border: #000000 1px;
  border-radius: 10%;
}
h1.Titulos {
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-align: center;
  margin: 30px;
  letter-spacing: -1px;
  word-spacing: 3px;
  color: #000000;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

.DivMenuTecnico h1, h2, h3, h4{
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-align: center;
  margin: 30px;
  letter-spacing: -1px;
  word-spacing: 3px;
  color: #000000;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

body.background {
  background: url("../img/A2.jpg") no-repeat center fixed;
  background-size: cover;
}

div.MenuDiv{
  margin-top: 30px;
  background-color: #4542f5;
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px;
}
div.MenuDiv span{
  font-family: 'Lucida Sans';
  color: antiquewhite;
  font-size: 18px;
}
div.MenuDiv.Red{
  background-color: #f54242;
}

.switch {
  --false: #E81B1B;
  --true: #009068;
 }
 
 label.switch input[type=checkbox] {
  appearance: none;
  height: 2rem;
  width: 3.5rem;
  background-color: rgb(146, 146, 146);
  position: relative;
  border-radius: .2em;
  cursor: pointer;
 }
 
 label.switch input[type=checkbox]::before {
  content: '';
  display: block;
  height: 1.9em;
  width: 1.9em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: calc(1.9em/2 + .3em);
  background-color: var(--false);
  border-radius: .2em;
  transition: .3s ease;
 }
 
 label.switch input[type=checkbox]:checked::before {
  background-color: var(--true);
  left: calc(100% - (1.9em/2 + .3em));
 }
 .ponRojo{
  border-color: red;
 }