body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Montserrat";
}

main {
  flex: 1 0 auto;
}

.text-bold {
  font-weight: bold;
}

strong {
  font-weight: 800;
}


blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #f7a761;
}

.emt_error {
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 3px;
  background-color: #ffab40;
  color: #fafafa;
  font-weight: 600:
}

/* .tabs .tab a {
  color: #1a237e;
}

.tabs .tab a:hover {
  background-color: #eee;
  color: #1a237e;
}

.tabs .tab a.active {
  background-color: #e3f2fd;
  color: #1a237e;
}

.tabs .indicator {
  background-color: #000;
} */

.tabs .tab a {
  color: #1a237e;
}
.tabs .tab a.active {
  color: #1a237e;
}
.tabs .tab a:hover {
  color: #1a237e;
}
.tabs .tab a:focus {
  background-color: #e3f2fd;
}
.tabs .tab a:focus.active {
  background-color: #e3f2fd;
}
.tabs .indicator {
  background-color: #1a237e;
}

.lista {
  padding-left: 20px;

}
.lista ul > li {
  list-style-type: circle !important;
}

.tablecenter {
  text-align: center !important;
}

img[alt=md-imagen] {
  width: 300px;
  margin: 20px;
}

.cropped2 {
  position: fixed;
  top: 50%;
  left: 50%;
  clip: rect(15px, 385px, 518px, 15px);

}


.curso {
  margin-bottom: 0.8em;
  padding-bottom: 5px;
  border-bottom: lightgray 1px solid;
}

.m-ma-xs {
  margin: 0.3em;
}
.m-ma-sm {
  margin: 0.4em;
}
.m-ma-md {
  margin: 0.6em;
}
.m-ma-lg {
  margin: 0.8em;
}
.m-ma-xl {
  margin: 1.0em;
}

.m-mt-xs {
  margin-top: 0.3em;
}
.m-mt-sm {
  margin-top: 0.4em;
}
.m-mt-md {
  margin-top: 0.6em;
}
.m-mt-lg {
  margin-top: 0.8em;
}
.m-mt-xl {
  margin-top: 1.0em;
}



/* .switch label input[type="checkbox"]:checked + .lever::after { */
/*   background-color: #FF8aff!important; */
/* } */

input:focus {
  border-bottom: 1px solid #0277bd !important;
  box-shadow: 0 1px 0 0 #0277bd !important;
}

label.active {
  color: #0277bd !important;
}

.dropdown-content li > span {
  color: #0277bd !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #448aff;
}

/* .switch label .lever { */
/*   content: ""; */
/*   display: inline-block; */
/*   position: relative; */
/*   width: 36px; */
/*   height: 14px; */
/*   background-color: rgba(141, 110, 99, 0.8); */
/*   border-radius: 15px; */
/*   margin-right: 10px; */
/*   -webkit-transition: background 0.3s ease; */
/*   transition: background 0.3s ease; */
/*   vertical-align: middle; */
/*   margin: 0 16px; */
/* } */

[type="checkbox"]:checked + span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #448aff;
  border-bottom: 2px solid #448aff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.separator1 {
  width:95%;
  text-align:center;
  /* margin-left:0 */
  border-top: 1px solid #f6f6f6;
}

.toast-success {
  background-color: #4caf50;
}

.toast-danger {
  background-color: #c62828;
}

.toast-warning {
  background-color: #ffa726;
}

.toast-info {
  background-color: #4fc3f7;
}
