:root {
  --primario: rgb(32, 33, 36);
  --rojo: rgb(217, 48, 37);
  --fondo: rgb(240, 235, 248);
  --violeta: rgb(103, 58, 183);
}

body {
  background-color: var(--fondo);
}

.headerP {
  background-color: rgb(103, 58, 183);
  color: rgba(255, 255, 255, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

.container {
  max-width: 640px !important;
  padding: 0 !important;
}

/* textos*/

h1,
h2,
h3,
h4 {
  font-weight: 300;
  color: var(--primario);
}

h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 43.2px;
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
}

h3 {
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400px;
  letter-spacing: 0.1px;
  line-height: 24px;
  overflow-wrap: break-word;
  word-break: break-word;
}

h4 {
  color: var(--primario);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  overflow-wrap: break-word;
}

label {
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
}

.input-group-text {
  margin-top: 0px;
}

.custom-select {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  label {
    display: inline;
  }
  .form-control {
    margin-top: 0.5rem;
  }
  .input-group-text {
    margin-top: 0.5rem;
  }
}

.obligatorio {
  color: var(--rojo);
}

.imagen-titulo {
  min-width: 120px;
  max-width: 580;
}

@media (max-width: 468px) {
  .imagen-titulo {
    max-width: 270x;
  }
}

.form-check-label {
  font-family: Roboto, Arial, sans-serif;
  color: var(--primario);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  min-width: 1px;
  overflow-wrap: break-word;
}

/*botones */

.boton {
  background-color: var(--violeta) !important;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-color: var(--violeta) !important;
}

.btn-primary {
  border-color: var(--violeta) !important;
}

/*global*/

.bloque {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
}

@media (max-width: 768px) {
  .bloque {
    margin: 1.25rem !important;
  }
  .btn-primary {
    margin-left: 1.25rem !important;
  }
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-right: 0.5em;
  padding-bottom: 0.5rem;
  min-height: 24px;
}

.form-check:last-child {
  padding-bottom: 0;
}

.col-form-label {
  padding-top: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* footer */

.footer {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.66);
}
@media (max-width: 768px) {
  footer {
    margin-left: 1.25rem !important;
  }
}
.btnReset {
  color: var(--violeta) !important;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}
@media (max-width: 768px) {
  .btnReset {
    margin-right: 1.25rem;
  }
}

 