body {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  color: #43E0DF;
  /* background-color: #FFCF9F; */
  /* font-size: 12px; */
}

label {
  font-weight: 900;
}

h2 {
  font-size: 26px;
  font-weight: 800;
  /* line-height: 1.1em; */
}

a {
  color: #3ED2D1;
}

a:hover {
  color: #35B8B7;
}

input, select, textarea {
  color: #43E0DF !important;
  font-weight: bold !important;
}

.barramenu {
  background-color: #ffff !important;
  position: relative !important;
}

.main-landing {
  /* padding: 0; */
  margin-bottom: 0;
}

.logo {
  /* width: 50% !important; */
}

.logo2 {
  /* width: 4%; */
  /* margin-left: 70%; */
}

.datos-pacientes {
  padding: 20px 0;
}

.separacion {
  padding: 20px;
  background-color: #C3F5F5;
}

.cuerpo-template {
  /* background-color: #43E0DF; */
}

.cuerpo-header {
  padding: 30px 20px;
  text-align: justify;
}

.cuerpo {
  padding: 20px 20px 0 20px;
  text-align: justify;
}

.separador-img {
  width: 100vw;
  margin: 0;
  padding: 0;
}

.btn-primary {
  background-color: #43E0DF;
  border-color: #43E0DF;
}

.firma {
  padding: 40px;
  padding-left: 30px;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  border: 1px solid #43E0DF;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: white;
}

.btn {
  margin-top: 10px;
}

.footer {
  /* background-color: #FFCF9F; */
  text-align: center;
  padding: 20px 0;
}

.info-footer {
  margin-left: 30px;
}

/* LOADER */
.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.322);
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.loader-disabled {
  display: none;
}

.loader {
  z-index: 99999;
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader>div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
  background-color: #754fa0;
}

.loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes delay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes delay {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
