
@font-face {
  font-family: TTFirsNeueTrialVarRoman;
  src: url(TTFirsNeueTrialVarRoman.ttf);
}

/* rosa
ff00ff */

body {

  font-family: TTFirsNeueTrialVarRoman;
  /* font-family: 'Montserrat', sans-serif; */
  color: #FFF;
  background: url('../img/back_desktop.png') no-repeat top right ;
  background-size: contain;
  background-color: #1a4c2b;
  min-height: 100vh;

  /* overflow-x: hidden */
}



p {
  font-size: 16px
}

p.small {
  font-size: 12px
}

a, a.active, a:active, a:focus, a:hover {
  color: #FFF;

  /* outline: 0; */
  

}

h1, h2, h3, h4, h5, h6 {


  /* text-transform: uppercase; */
   color: #FFF;
}

.escolha{
  font-size: 18px;
}


input[type="radio"] {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  /* width: 25px;
  height: 25px;
  padding: 6px; */
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
  padding: 5px; 
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #b2b2b2;
  /* background-color: var(--checked-color); */
  border-radius: 50%;
}

 
select:hover, select:focus, select:focus, select.selected { border-color: #2AD2C9 !important; } 
 
.select2-container--default {
  /* background-color: green !important; Change to your desired background color */
  color: black; /* Change to your desired text color */
  
}


.select2-selection--multiple .select2-selection__choice {
  background-color: #81a435 !important; /* Change to your desired background color */
  color: white; /* Change to your desired text color */
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #81a435 !important; /* Change to your desired highlight color */
  color: black;
}


.btn-botao {
  /* font-size:14px;
  border-radius: 20px;
  color: #FFF;
  height:30px;
padding-top: 4px;
padding-bottom: 4px;
  background-color: #ff00ff;
  border-color:  #ff00ff;
   */
   width: 110px;
   height: 35px;
   color: #FFF;
   background-color: #81a435;
   border-color: #81a435;
   box-shadow: 0 0 0 0 rgba(0,123,255,0);
  /* box-shadow: 0 0 0 0 rgba(0,123,255,0); */

}



.btn-botao:hover
 {
  color: #FFF;
  background-color: #81a435;
  border-color: #81a435;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    /* outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none; */
    /* box-shadow: 0 0 0 1rem rgba(41, 37, 41, 0); */
    /* box-shadow:0 0 0px .2rem rgba(36,81,47,0.3); */
    /* box-shadow: 0 0 2px .2rem rgba(252,188,0,0.2); */
    box-shadow: 0 0 0 0 rgba(41, 37, 41, 0);

}

.btn-botao .badge {
  color: #FFFFFF;
  background-color: #000000;

}
/* para o botão toggle*/

.btn-outline-secondary{color: black; border-color:  black;}
.btn-outline-secondary:hover{  
  /* color: #fbbc0d;
  background-color: #22522f;
  border-color: #22522f;
  box-shadow:0 0 0 0rem rgba(0,123,255,.5); */

  color: #FFF;
  background-color: #ef651c;
  border-color: #ef651c;
  box-shadow: 0 0 0 0 rgba(0,123,255,0);

}
.btn-outline-secondary.focus,
/* .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)} */
.btn-outline-secondary:focus{
  box-shadow:0 0 0 0rem rgba(0,123,255,.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled{color:red;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>
/* .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:  #fbbc0d;} */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>
/* .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,255,.5)} */
.btn-outline-secondary.active{
  color: white !important;
  /* background-color: #22522f!important; */
  background-color: #ef651c !important;


}

/* Select  */
.custom-select{  color: #fbbc0d !important;}
.custom-select:hover{  color: #fbbc0d;
  background-color: #22522f;
  border-color: #22522f;
box-shadow:0 0 0 0rem rgba(0,123,255,.5);
}
.custom-select:focus {
  border-color: #22522f;
    box-shadow:0 0 0 0rem rgba(0,123,255,.5);
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5) !important; */
}


/* Hide all steps by default: */
.tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #000;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
 /* glow style input */
.form-control:focus {
  border-color: black;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.953) inset, 0px 0px 8px rgb(255, 255, 255);
}

 /* ASDASD */
.tab{
  display: none;
  width: 100%;
  height: 50%;
  margin: 0px auto;
}
.current{
  display: block;
}


input {
  /* padding: 10px;
  width: 100%; */
  color: #000 !important;
  /* font-size: 47px !important;
  border: 1px solid #000000 !important; */
}




button:hover {
  opacity: 0.8;
}

.previous {
  background-color: #fff;
}



.error {
  color: #f00;
}



label.error {
  font-weight: normal;
  color: red;
  /* background-color: #f2dede;
  border-color: #ebccd1; */
  padding:1px 10px 1px 10px;
}

.alert-custom-success{
  /* background-color:#fff;*/
  color:rgb(255, 255, 255);
  border: 1px solid #FFF;
}
.alert-custom-warning{
  /* background-color:#fff;*/
  color:rgb(255, 255, 255);
  border: 1px solid #FFF;
  font-weight: bold;
}

label.error:empty {
  display: none;
}

 

#FXX:invalid + span::after {
  content: " ✖";
}

/* Target valid state of input with id "FXX" */
#FXX:valid + span::after {
  content: " ✓";
}



/* -------------------------------------------------------------*/
/*   Adm                                                        */
/* -------------------------------------------------------------*/
/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  label{
    text-align:left;
  }

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  label{
    text-align:right;
  }


 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  label{
    text-align:right;
  }
   }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  label{
    text-align:right;
  }


 }
 