html,
body,
.jarallax {
  height: 700px;
}
.col-md-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.blue-text2 {
  color: #1565c0 !important;
}
.hr-light {
  border-top: 1px solid #505050;
    width: 50%;
    margin: 10px auto;
}
.green-form input.form-control, .green-form textarea.form-control, .green-form select.custom-select {
    border-color: #e0e0e0;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px 5px 5px 5px !important;
    color: black;
}
.green-form input.form-control:focus, .green-form textarea.form-control:focus, .green-form select.custom-select:focus {
    border-color: #1565c0 ;
    box-shadow: 0 0 0 0.2rem rgb(107 158 150 / 19%);
    color: black;
}
.btn-outline-check {
    color: #b3b3b3;
    background-color: transparent;
    border: 2px solid #b3b3b3;
}
.btn-outline-check:hover {
    color: #90caf9 ;
    border: 2px solid #90caf9 ;
}
.no-shadow{
    box-shadow: none !important;
}
.badgebox
{
    opacity: 0;
}
.badge{
    color: #1565c0  !important;
}
.badgebox + .badge{
    text-indent: -999999px;
    width: 10px;
    box-shadow: none !important;
}
.badgebox:focus + .badge{
    box-shadow: inset 0px 0px 5px;
}
.badgebox:checked + .badge{
    text-indent: 0;
}
.btn-outline-check.active {
    color: #1565c0;
    border: 2px solid #1565c0;
    font-weight: bold;
}
.line-height-1{
  line-height: 1rem;

}  
.ck-button:hover input + span {
  color: #90caf9;
  border: 2px solid #90caf9;
}
.ck-button label {
    float:left;
}
.ck-button label span {
    text-align:center;
    display:block;
    border: 2px solid #b3b3b3;
    color: #3e3e3e;
    padding: 0 1rem;
    border-radius: .4rem;
    margin: .25rem .25rem;
    padding: .3rem .5rem;
}
.ck-button label input {
    display: none;
}
.ck-button input:checked + span {
  border: 2px solid #1565c0 ;
  color:#1565c0 ;
}
.img-check {
  list-style-type: none;
}
.img-check li {
  display: inline-block;
}
.img-check input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.img-check label {
  border: 1px solid #efefef;
  padding: 10px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: .4rem;
  color: #6c757d;
}
.img-check label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #1565c0 ;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.img-check label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.img-check :checked + label {
  border: 3px solid #1565c0;
  color: #1565c0;
  font-weight: 700;
}
.img-check :checked + label:before {
  content: "✓";
  background-color: #1565c0 ;
  transform: scale(1);
}
.img-check :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.text-check{
  height: 40px;
}
#complete{
  height: 94vh;
}
#div-sintomas span.small, #div-sintomas .text-area, #div-sintomas .col{
  display: none;
}
#div-sintomas span.small{
  font-size: .65rem;
  font-style: italic;
  color: grey !important;
}
#div-sintomas .form-control-sm {
  height: 1.3rem;
  padding: .15rem .25rem;
  font-size: .65rem;
  line-height: .5rem;
  border-radius: .2rem;
}

/**/
input[type=radio] + label{
  border: 1px solid rgb(196, 196, 196);
  border-radius: .4rem;
}
input[type=radio] + label > img{
  width: 50px;
  height: auto;
  padding: .5rem;
}
input[type=radio]:checked + label{
  border: 1px solid #1565c0;
}
input[type=radio]:checked + label p, input[type=radio]:checked + label .text-muted{
  color:#1565c0 !important;
  font-weight: 700;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #1565c052;
}
.switch label input[type="checkbox"]:checked + .lever:after {
  left: 1.5rem;
  background-color: #1565c0;
}
.top-nav-collapse {
    background-color: #1565c0   !important;
}
.navbar:not(.top-nav-collapse) {
    background: #1565c0   !important;
}

@media (max-width: 740px) {
  html,
  body,
  .jarallax {
    height: 100vh;
  }
}
::-webkit-input-placeholder {
  font-style: italic;
  color:red;
}
:-moz-placeholder {
  font-style: italic;  
  color:red;
}
::-moz-placeholder {
  font-style: italic; 
  color:red; 
}
:-ms-input-placeholder {  
  font-style: italic; 
  color:red;
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  .jarallax {
    height: 100vh;
  }
}

@media (min-width: 560px) and (max-width: 650px) {
  header .jarallax h1 {
    margin-bottom: .5rem !important;
  }
  header .jarallax h5 {
    margin-bottom: .5rem !important;
  }
}

@media (min-width: 660px) and (max-width: 700px) {
  header .jarallax h1 {
    margin-bottom: 1.5rem !important;
  }
  header .jarallax h5 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .navbar:not(.top-nav-collapse) {
      background: #1565c0   !important;
  }
  .h6-responsive {
      font-size: 75%;
  }
  .col-responsive{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-7, .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1565c0 !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
  .h6-responsive {
    font-size: .65rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 767px){
  .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .text-responsive{
    font-size: 2vh;
  }
}

@media (min-width: 768px) and (max-width: 861px){
  .col-md-2-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width:545px){
  .col-md-2-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width:425px){  
  .col-responsive{
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-2-5 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width:375px){   
  .col-md-2-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}