@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{ font-size: 18px}
.Si,.No{display: none;}
.form-control,.form-select{border: solid 2px #000000; border-radius: 25px;  }
.fonrm-contro{font-family: 'gothambook';}

.form-select{line-height: 25px}
.btn-enviar{background-color: #83E3B3; color: #000000; font-size: 18px; border-radius: 25px; padding: 15px;font-family: 'gothambook';}
.btn-enviar:hover{background-color: #8AC9ED;font-family: 'gothambook';}
#footer{background-color: #8AC9ED; color:#FFFFFF; font-size: 12px;font-family: 'gothambook';}
.negrita{font-family: 'gothambold'!important; font-weight: bold}
.boxgracias{background-color:#83E3B3; font-family: 'gothambook';}
h3{font-size:1.2em;}

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 460px;
  background-color: #8AC9ED;
  padding: 10px;
    color: #FFF;
}

.description{color: #fff;}
.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 10px;
  background: transparent;
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}


.signature-pad--body {
 /* position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;*/
    
  
}

.signature-pad--body
canvas {
 /* position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    border: solid 1px #ccc;
}

.signature-pad--footer {
  color: black;
  text-align: center!important;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
    text-align: center
}

.signature-pad--actions .column {
  padding: .1em;
}

.signature-pad--actions .button {
  margin: .2em;
}

.notaimportante{font-size: 11px;}

select {-webkit-appearance:none;-webkit-appearance: menulist-button; }
select option{height: 15px;line-height: 25px!important;font-family:none!important;}

@media (max-width: 940px) {
  #github img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .signature-pad--actions .button {
    display: block;
    width: 100%;
    min-height: 2em;
  }
}

