html,
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}

input[type="radio"] {
  visibility: hidden;
}


.form-select {

font-family: 'Raleway', sans-serif;
font-size: 14px;
color: #252A4A;
font-weight: 500;

}

.input-group-text {background: none ; height: 39px; }


.form-check {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #252A4A;
font-weight: 400;


}
.vigencia {

    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #252A4A;
  font-weight: 600;

}

.btn-primary, .btn-primary:hover {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
  font-weight: 600;
  background: #FF8300;
  border: none;
}

.btn-default {


      font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #212529;
  font-weight: 600;


}


.btn-success  {


      font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #FFF;
  font-weight: 600;
  background: #42873E;


}

nav { border-bottom:1px solid #ccc;  }
.content {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  margin: auto;
  border-radius: 15px;


}

.content img {margin: 0 auto;}


.radio-toolbar-3 {

  height: 40px;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;

  font-family: 'Raleway', sans-serif;
font-size: 14px;
color: #252A4A;
font-weight: 500;

}

.radio-toolbar-3 label {
  width: 100%;
  display: inline-block;
  background-color: #E6E8F2;
  margin-left: -30px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}

.radio-toolbar-3 label:hover {
  background-color: #D5FF9F;
}

.radio-toolbar-3 input[type="radio"]:checked+label {
  background-color: #77BC1F;
  color: white;
}

